CITS3002 Computer Networks |
← prev | next → | CITS3002 | help3002 | CITS3002 schedule | |||
The Data Link Layer - Sliding Window ProtocolsAlthough we have seen some possible improvements in efficiency in our data link layer protocols to date, we still have one significant shortcoming. The sender must wait until an acknowledgment arrives from the receiver. Over links with long propagation delays (such as a satellite link with a 540msec delay) this results in very inefficient use of the available bandwidth. There is thus strong motivation to keep the sender and the medium 'busy'. We can achieve this by permitting the sender to send more than a single frame while waiting for the first acknowledgment. In sliding window, or clock, protocols we have these properties:
Sliding window protocols remain synchronized under
conditions of premature timeouts,
garbled frames and lost frames.
CITS3002 Computer Networks, Lecture 3, Data Link Layer protocols, p24, 13th March 2024.
|