Difference between revisions of "Retransmission"

From Computer History Wiki
Jump to: navigation, search
m (Proper cat, clarify a bit)
m (better cat)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
In an [[packet switch|packet switching]] [[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.
+
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.
 
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.
Line 5: Line 5:
 
{{semi-stub}}
 
{{semi-stub}}
  
[[Category: Networking]]
+
[[Category: Networking Basics]]

Latest revision as of 15: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.