Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Retransmission (data networks)

From Wikipedia, the free encyclopedia
Resending of packets which have been damaged or lost

icon
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.

Acknowledgment

[edit]

There are several forms ofacknowledgement which can be used alone or together in networking protocols:

  • Positive Acknowledgement: the receiver explicitly notifies the sender which packets, messages, or segments were received correctly. Positive Acknowledgement therefore also implicitly informs the sender which packets were not received and provides detail on packets which need to be retransmitted.
  • Negative Acknowledgment (NACK): the receiver explicitly notifies the sender which packets, messages, or segments were received incorrectly and thus may need to be retransmitted (RFC 4077).
  • Selective Acknowledgment (SACK): the receiver explicitly lists which packets, messages, or segments in a stream are acknowledged (either negatively or positively). Positive selective acknowledgment is an option in TCP (RFC 2018) that is useful inSatellite Internet access (RFC 2488).
  • Cumulative Acknowledgment: the receiver acknowledges that it correctly received a packet, message, or segment in a stream which implicitly informs the sender that the previous packets were received correctly. TCP uses cumulative acknowledgment with its TCPsliding window.

Retransmission

[edit]

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:

  • if no such acknowledgment is forthcoming within a reasonable time, the time-out
  • the sender discovers, often through someout of band means, that the transmission was unsuccessful
  • if the receiver knows that expected data has not arrived, and so notifies the sender
  • if the receiver knows that the data has arrived, but in a damaged condition, and indicates that to the sender

See also

[edit]

References

[edit]
  1. ^Kurose, James F.; Ross, Keith W. (2021).Computer networking: a top-down approach (8th ed.). Hoboken: Pearson.ISBN 978-0-13-668155-7.[page needed]
  2. ^Matthews, Jeanna (2005).Computer networking: Internet protocols in action. Hoboken, NJ: Wiley.ISBN 978-0-471-66186-3.[page needed]
  3. ^Stevens, W. Richard (1994).TCP/IP illustrated. Addison-Wesley professional computing series. Reading, MA: Addison-Wesley publ.ISBN 978-0-201-63346-7.[page needed]
Retrieved from "https://en.wikipedia.org/w/index.php?title=Retransmission_(data_networks)&oldid=1240015295"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp