Go-Back-N ARQ

GPTKB entity

Statements (25)
Predicate Object
gptkbp:instanceOf Data link layer protocol
Automatic Repeat reQuest protocol
gptkbp:acknowledgementType Cumulative ACK
gptkbp:contrastsWith gptkb:Selective_Repeat_ARQ
gptkb:Stop-and-Wait_ARQ
gptkbp:feature gptkb:Sliding_window_protocol
Flow control
Error control
gptkbp:firstDescribed 1970s
https://www.w3.org/2000/01/rdf-schema#label Go-Back-N ARQ
gptkbp:limitation Inefficient for high error rates
Wastes bandwidth on retransmission of correctly received frames
gptkbp:OSIModelLayer gptkb:Data_link_layer
gptkbp:receiverCanReceive Only next expected frame
gptkbp:retransmissionBehavior Sender retransmits all frames from error frame onwards
gptkbp:retransmissionTrigger Timeout or NAK
gptkbp:senderCanSend N frames before receiving ACK
gptkbp:standardizedBy gptkb:IEEE_802.11
gptkb:HDLC
gptkbp:usedFor Reliable data transfer
gptkbp:usedIn Computer networks
Data communication
gptkbp:windowSize N
gptkbp:bfsParent gptkb:automatic_repeat_request
gptkbp:bfsLayer 6