{"id":773,"date":"2026-02-21T10:25:21","date_gmt":"2026-02-21T10:25:21","guid":{"rendered":"https:\/\/networkingnotebook.com\/?p=773"},"modified":"2026-02-21T10:25:59","modified_gmt":"2026-02-21T10:25:59","slug":"tcp-retransmissions","status":"publish","type":"post","link":"https:\/\/networkingnotebook.com\/?p=773","title":{"rendered":"TCP Retransmissions"},"content":{"rendered":"\n<p>TCP is known for its reliability compared to UDP, and one of the ways that it does this is by sequence numbers and acknowledgements. Retransmissions are also a big factor in its reliability as well. There is a timer called \u201cretransmission timeout timer\u201d and when the segment is sent the retransmission timer starts for it. The segment will be temporarily stored in a retransmission queue, and it will sit in that queue until an ACK is sent. If an ACK is received, then the segment will be deleted from the retransmission queue and if no ACK is received within the retransmission timeout interval then that same segment will be retransmitted from the buffer. It will continue to retransmit the same segment until the ACK is received, while increasing the retransmission timeout using exponential backoff. If no ACK is received after several attempts, the connection will be closed.<br><br><strong>Fast Retransmit-<\/strong> TCP also has a feature called a \u201cfast retransmit.\u201d This allows TCP to retransmit segments before a retransmit timeout timer expires. In order for a segment to be resent before the retransmission timeout timer, the sender must receive three duplicate ACKs.\u00a0Common reasons duplicate ACKs occur are for out of order segments being received or packet loss. The duplicate ACK is the receiver saying \u201cI still need this segment starting at this sequence number\u201d whether because of packet loss or later segments arriving before it.\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>TCP is known for its reliability compared to UDP, and one of the ways that it does this is by sequence numbers and acknowledgements. Retransmissions are also a big factor in its reliability as well. There is a timer called \u201cretransmission timeout timer\u201d and when the segment is sent the retransmission timer starts for it&#8230;.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-773","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/networkingnotebook.com\/index.php?rest_route=\/wp\/v2\/posts\/773","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/networkingnotebook.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/networkingnotebook.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/networkingnotebook.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/networkingnotebook.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=773"}],"version-history":[{"count":2,"href":"https:\/\/networkingnotebook.com\/index.php?rest_route=\/wp\/v2\/posts\/773\/revisions"}],"predecessor-version":[{"id":775,"href":"https:\/\/networkingnotebook.com\/index.php?rest_route=\/wp\/v2\/posts\/773\/revisions\/775"}],"wp:attachment":[{"href":"https:\/\/networkingnotebook.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=773"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/networkingnotebook.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=773"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/networkingnotebook.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=773"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}