Difference between revisions of "Retransmission"
From Computer History Wiki
(Stubby, but has the basics) |
m (better cat) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | In | + | In a [[packet switch]]ing [[communication network]], '''retransmission''' is the process of re-sending data or [[packet]]s which were damaged or lost by the basic network, and for which therefore no [[acknowledgement]] was received before a [[timeout]] after it was originally sent. |
− | + | If a given data item/packet is retransmitted a number of times, and no acknowledgement for it is ever received, that generally means that either the [[host]] on the other end has [[crash]]ed, or there is a fault in the network which means packets cannot be exchanged between the two ends, and the [[connection]] is usually aborted. | |
− | [[Category: Networking]] | + | {{semi-stub}} |
+ | |||
+ | [[Category: Networking Basics]] |
Latest revision as of 14:31, 22 December 2018
In a packet switching communication network, retransmission is the process of re-sending data or packets which were damaged or lost by the basic network, and for which therefore no acknowledgement was received before a timeout after it was originally sent.
If a given data item/packet is retransmitted a number of times, and no acknowledgement for it is ever received, that generally means that either the host on the other end has crashed, or there is a fault in the network which means packets cannot be exchanged between the two ends, and the connection is usually aborted.