CITS3002 Computer Networks |
← prev | CITS3002 | help3002 | CITS3002 schedule | ||||
A Sample selective-repeat Protocol, continuedWhen a DL_DATA frame arrives, we must ensure that it is within the receiver's range of expected frames. For each frame in a sequence that have arrived successfully, we send it to the layer above.
We do not send an DL_ACK for each frame received; instead we simply acknowledgment the 'highest' sequence number correctly received to date.
This DL_ACK implies all 'lower' sequence numbers have been received
as well.
CITS3002 Computer Networks, Lecture 3, Data Link Layer protocols, p32, 13th March 2024.
|