Reputation: 93
I read that error control occurs at all seven layers of the OSI model. Why is error control needed at every OSI layer? What would be the consequence of only having one layer responsible for error control? Also, if error control only occurred at one layer, then what layer should that be?
Upvotes: 0
Views: 743
Reputation: 6462
The OSI model is a theoretical model, and there is nothing in the real world that strictly follows it. In fact, OSes have never implemented separate layers 5 to 7.
Even with the layers that you can align with some implementations in the real world, not all layers always implement error control.
Upvotes: 1