Fast retransmit: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
Tom.Reding (talk | contribs) m +{{Redirect category shell}} for multiple-{{R}} #Rs using AWB |
||
(19 intermediate revisions by 17 users not shown) | |||
Line 1: | Line 1: | ||
#REDIRECT [[TCP congestion control#Fast retransmit]] |
|||
{{IPstack}} |
|||
{{Redirect category shell|1= |
|||
'''Fast Retransmit''' is an enhancement to [[Transmission Control Protocol| TCP]] which reduces the time a sender waits before retransmitting a lost [[Protocol data unit| segment]]. |
|||
{{R to section}} |
|||
{{R from merge}} |
|||
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 [[Computer network| 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 == |
|||
*{{cite IETF |
|||
| title = TCP Congestion Control |
|||
| rfc = 2581 |
|||
| sectionname = Fast Retransmit/Fast Recovery |
|||
| section = 3.2 |
|||
| author = Mark Allman, Vern Paxson, W. Richard Stevens |
|||
| year = 1999 |
|||
| month = April |
|||
| publisher = [[Internet Engineering Task Force|IETF]] |
|||
| accessdate = 2010-05-01 |
|||
}} |
}} |
||
* [http://www.tcpipguide.com/free/t_TCPCongestionHandlingandCongestionAvoidanceAlgorit-3.htm TCP Congestion Handling and Congestion Avoidance Algorithms] — The TCP/IP Guide |
|||
{{compu-network-stub}} |
|||
[[Category: |
[[Category:Transmission Control Protocol]] |
Latest revision as of 18:16, 10 June 2017
Redirect to:
This page is a redirect. The following categories are used to track and monitor this redirect:
|