CITS3002 Computer Networks |
← prev | next → | CITS3002 | help3002 | CITS3002 schedule | |||
A Sample selective-repeat ProtocolHere we develop a sample selective-repeat protocol for the data link layer. We'll assume that the size of the sender's and receiver's windows have been defined as integer constants with NRBUFS and MAXSEQ. We omit the declaration of structures and variables, but note that the sender will need a number of timers (one per outstanding frame), and the receiver needs record which frames have arrived (but not yet to be sent to the layer above).
CITS3002 Computer Networks, Lecture 3, Data Link Layer protocols, p29, 13th March 2024.
|