Automatic repeat request: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
imported>Kvng
review: reorder for flow
 
imported>Waymondrang
m add missing period at the end of first sentence
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
{{no footnotes|date=June 2018}}
{{no footnotes|date=June 2018}}


'''Automatic repeat request''' ('''ARQ'''), also known as '''automatic repeat query''', is an [[error control|error-control]] method for [[data transmission]] that uses [[acknowledgement (data networks)|acknowledgement]]s (messages sent by the receiver indicating that it has correctly received a message) and [[Timeout (computing)|timeout]]s (specified periods of time allowed to elapse before an acknowledgment is to be received) If the sender does not receive an acknowledgment before the timeout, it [[Retransmission (data networks)|re-transmits]] the message until it receives an acknowledgment or exceeds a predefined number of retransmissions.  
'''Automatic repeat request''' ('''ARQ'''), also known as '''automatic repeat query''', is an [[error control|error-control]] method for [[data transmission]] that uses [[acknowledgement (data networks)|acknowledgement]]s (messages sent by the receiver indicating that it has correctly received a message) and [[Timeout (computing)|timeout]]s (specified periods of time allowed to elapse before an acknowledgment is to be received). If the sender does not receive an acknowledgment before the timeout, it [[Retransmission (data networks)|re-transmits]] the message until it receives an acknowledgment or exceeds a predefined number of retransmissions.  


ARQ is used to achieve [[Reliability (computer networking)|reliable data transmission]] over an unreliable [[communication channel]]. ARQ is appropriate if the communication channel has varying or unknown [[Channel capacity|capacity]].  
ARQ is used to achieve [[Reliability (computer networking)|reliable data transmission]] over an unreliable [[communication channel]]. ARQ is appropriate if the communication channel has varying or unknown [[Channel capacity|capacity]].  

Latest revision as of 19:27, 3 December 2025

Template:Short description Template:Use American English Template:Use mdy dates Script error: No such module "Unsubst".

Automatic repeat request (ARQ), also known as automatic repeat query, is an error-control method for data transmission that uses acknowledgements (messages sent by the receiver indicating that it has correctly received a message) and timeouts (specified periods of time allowed to elapse before an acknowledgment is to be received). If the sender does not receive an acknowledgment before the timeout, it re-transmits the message until it receives an acknowledgment or exceeds a predefined number of retransmissions.

ARQ is used to achieve reliable data transmission over an unreliable communication channel. ARQ is appropriate if the communication channel has varying or unknown capacity.

Variations of ARQ protocols include Stop-and-wait ARQ, Go-Back-N ARQ, and Selective Repeat ARQ. All three protocols usually use some form of sliding window protocol to help the sender determine which (if any) packets need to be retransmitted. These protocols reside in the data link or transport layers (layers 2 and 4) of the OSI model.

Examples

The Transmission Control Protocol uses a variant of Go-Back-N ARQ to ensure reliable transmission of data over the Internet Protocol, which does not provide guaranteed delivery of packets; with Selective Acknowledgement (SACK), it uses Selective Repeat ARQ.

IEEE 802.11 wireless networking uses ARQ retransmissions at the data-link layer.[1]

ITU-T G.hn uses hybrid ARQ, a mixture of high-rate forward error correction (FEC) and ARQ. It is a high-speed local area network standard that can operate at data rates up to 1 Gbit/s over existing home wiring (power lines, phone lines and coaxial cables). G.hn uses CRC-32C for Error Detection, LDPC for FEC and selective repeat for ARQ.

ARQ systems are widely used on shortwave radio to ensure reliable delivery of data such as for telegrams. These systems came in forms called ARQ-E and ARQ-M, which also included the ability to multiplex two or four channels.

A number of patents exist for the use of ARQ in live video contribution environments. In these high throughput environments negative acknowledgements are used to drive down overheads.

See also

References

<templatestyles src="Reflist/styles.css" />

  1. Script error: No such module "citation/CS1".

Script error: No such module "Check for unknown parameters". <templatestyles src="Refbegin/styles.css" />

  • Peterson and Davie, Computer Networks: A Systems Approach, Third Edition, 2003
  • Template:IETF RFC - Advice to link designers on link Automatic Repeat reQuest (ARQ)
  • Negative acknowledgement ARQ for live video
  • <templatestyles src="Citation/styles.css"/>Script error: No such module "Template wrapper".