Jump to content

Fast retransmit

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Zeerak88 (talk | contribs) at 18:53, 7 May 2010. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Fast Retransmit is an enhancement to TCP which reduces the time a sender waits before retransmitting a lost segment.

A TCP sender uses timer to recognize lost segments. If an acknowledgement is not received for a particular segment within a specified time (a function of the estimated Round-trip delay time), the sender will assume the segment was lost in the network, and will retransmit the segment.

The fast retransmit enhancement works as follows: if a TCP sender receives three duplicate acknowledgements with the same acknowledge number (that is, a total of four acknowledgements with the same acknowledgement number), the sender can be reasonably confident that the segment with the next higher sequence number was dropped, and will not arrive out of order. The sender will then retransmit the packet that was presumed dropped before waiting for its timeout.

  • Mark Allman, Vern Paxson, W. Richard Stevens (1999). "Fast Retransmit/Fast Recovery". TCP Congestion Control. IETF. sec. 3.2. doi:10.17487/RFC2581. RFC 2581. Retrieved 2010-05-01. {{citation}}: Unknown parameter |month= ignored (help)CS1 maint: multiple names: authors list (link)
  • TCP Congestion Handling and Congestion Avoidance Algorithms — The TCP/IP Guide