Flow control (data): Difference between revisions

Content deleted Content added
Line 59:
Selective Repeat is a connection oriented protocol in which both transmitter and receiver have a window of sequence numbers.
The protocol has a maximum number of messages that can be sent without acknowledgement. If this window becomes full, the protocol is blocked until an acknowledgement is received for the earliest outstanding message. At this point the transmitter is clear to send more messages.<ref name="Selective Repeat" />
 
the main process
 
== Comparison ==