This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Retransmission" data networks – news ·newspapers ·books ·scholar ·JSTOR(August 2024) (Learn how and when to remove this message) |
Retransmission, essentially identical withautomatic repeat request (ARQ), is the resending ofpackets which have been either damaged or lost. Retransmission is one of the basic mechanisms used byprotocols operating over apacket switchedcomputer network to provide reliable communication (such as that provided by areliable byte stream, for exampleTCP).[1][2][3]
Such networks are usually "unreliable", meaning they offer no guarantees that they will not delay, damage, or losepackets, or deliver them out of order. Protocols which provide reliable communication over such networks use a combination ofacknowledgments (i.e., an explicitreceipt from the destination of thedata), retransmission of missing or damaged packets (usually initiated by atime-out), andchecksums to provide that reliability.
There are several forms ofacknowledgement which can be used alone or together in networking protocols:
Retransmission is a very simple concept. Whenever one party sends something to the other party, it retains a copy of the data it sent until the recipient has acknowledged that it received it. In a variety of circumstances the sender automatically retransmits the data using the retained copy. Reasons for resending include: