Alternating bit protocol: Difference between revisions

Content deleted Content added
linking to BRP
Yobot (talk | contribs)
m top: WP:CHECKWIKI error fixes using AWB (12095)
Line 11:
The protocol may be initialized by sending bogus messages and acks with sequence number 1. The first message with sequence number 0 is a real message.
 
A variant of this protocol, introduced by [[Philips]], is called [[Bounded Retransmission Protocol]] (BRP). Unlike ABP, BRP deals with sequence numbers of datum in the file and interrupts transfer after fixed number of retransmissions for a datum .<ref>https://www.irif.fr/~sighirea//trex/demos/brp.html</ref>.
 
==See also==