Fast retransmit
Internet protocol suite |
---|
Application layer |
Transport layer |
Internet layer |
Link layer |
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.
External links
- 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