🎧 New: AI-Generated Podcasts Turn your study notes into engaging audio conversations. Learn more

Data Communications Chapter 7: Data Link Control Protocols
75 Questions
0 Views

Data Communications Chapter 7: Data Link Control Protocols

Created by
@CoolPanFlute

Podcast Beta

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Data Link Control Protocols need a layer of logic above the ______ to manage exchange of data over a link.

Physical

Flow control ensures the sending entity does not overwhelm the receiving entity by preventing ______ overflow.

buffer

The model of frame transmission involves the source transmitting a ______, and the destination receiving the frame and replying with an acknowledgement (ACK).

frame

In the Stop and Wait protocol, the source waits for an ______ before sending the next destination.

<p>ACK</p> Signup and view all the answers

Flow Control allows multiple numbered ______ to be in transit.

<p>frames</p> Signup and view all the answers

The sender sends up to ______ frames without ACK.

<p>W</p> Signup and view all the answers

The sequence number is bounded by the size of the field (______).

<p>k</p> Signup and view all the answers

The receiver can send a ______ Not Ready to stop the transmission.

<p>Receive</p> Signup and view all the answers

The error control mechanisms are collectively known as ______.

<p>ARQ</p> Signup and view all the answers

In Go Back N, if an error occurs, the receiver discards that frame and all future frames until the error frame is received ______.

<p>correctly</p> Signup and view all the answers

In Go Back N Handling, if frame i is ______, the receiver rejects frame i.

<p>damaged</p> Signup and view all the answers

If the transmitter times out on frame i, it sends an ACK with the ______ bit set.

<p>P</p> Signup and view all the answers

In Selective Reject, only ______ frames are retransmitted.

<p>rejected</p> Signup and view all the answers

High Level Data Link Control (HDLC) is specified as ______.

<p>ISO 33009, ISO 4335</p> Signup and view all the answers

In HDLC, the primary station ______ the operation of the link.

<p>controls</p> Signup and view all the answers

HDLC uses ______ transmission of frames, which uses a single frame format.

<p>synchronous</p> Signup and view all the answers

In HDLC, the flag fields are used to delimit the frame at both ends with the sequence ______.

<p>01111110</p> Signup and view all the answers

In HDLC, the Address Field usually identifies the ______ station that sent or will receive the frame.

<p>secondary</p> Signup and view all the answers

In HDLC, the Control Field is different for different ______ types.

<p>frame</p> Signup and view all the answers

In HDLC, bit stuffing is used to avoid confusion with data containing the ______ sequence.

<p>flag</p> Signup and view all the answers

Supervisory - ARQ is used when ______ is not used

<p>piggyback</p> Signup and view all the answers

The first 1-2 bits of the control field identify the ______ type

<p>frame</p> Signup and view all the answers

In the command frame, the P bit is set to 1 to ______ a response from the peer

<p>solicit</p> Signup and view all the answers

The sequence number usually has ______ bits

<p>3</p> Signup and view all the answers

HDLC Operation consists of an exchange of ______, supervisory and unnumbered frames

<p>information</p> Signup and view all the answers

The sequence number is bounded by the size of the field (______), giving max window size of up to 2k - 1.

<p>k</p> Signup and view all the answers

Mitter sends up to ______ frames without ACK.

<p>W</p> Signup and view all the answers

If an error occurs, the receiver discards that frame and all future frames until the error frame is received ______.

<p>correctly</p> Signup and view all the answers

In Stop and Wait protocol, the receiver gets two copies of frame and uses ______ numbering and ACK0 / ACK1.

<p>alternate</p> Signup and view all the answers

The error control mechanisms are collectively known as ______ repeat request.

<p>Automatic</p> Signup and view all the answers

If the receiver rejects frame i, the transmitter retransmits frames from ______.

<p>i</p> Signup and view all the answers

In Go Back N Handling, if an error occurs in frame i, the receiver rejects frame ______ and all subsequent frames.

<p>i</p> Signup and view all the answers

In Selective Reject, the receiver must maintain a large enough ______ to buffer subsequent frames.

<p>buffer</p> Signup and view all the answers

If an acknowledgement for frame i is lost, the transmitter times out and sends an ACK with the ______ bit set.

<p>P</p> Signup and view all the answers

In Go Back N Handling, if frame i is lost, the transmitter retransmits frames from ______ and the receiver gets frame i+1 out of sequence.

<p>i</p> Signup and view all the answers

The Data Link Control Protocols need a layer of logic above the ______ to manage exchange of data over a link.

<p>Physical</p> Signup and view all the answers

The model of frame transmission involves the source transmitting a ______, and the destination receiving the frame and replying with an acknowledgement (ACK).

<p>frame</p> Signup and view all the answers

Flow Control ensures the sending entity does not overwhelm the receiving entity by preventing ______ overflow.

<p>buffer</p> Signup and view all the answers

Flow Control allows multiple numbered ______ to be in transit.

<p>frames</p> Signup and view all the answers

In the Stop and Wait protocol, the source waits for an ______ before sending the next destination.

<p>acknowledgement</p> Signup and view all the answers

HDLC uses __________ transmission of frames, which uses a single frame format.

<p>synchronous</p> Signup and view all the answers

In HDLC, bit stuffing is used to avoid confusion with data containing the __________ sequence.

<p>flag</p> Signup and view all the answers

In HDLC, the flag fields are used to delimit the frame at both ends with the sequence __________.

<p>01111110</p> Signup and view all the answers

In HDLC, the Control Field is different for different __________ types.

<p>frame</p> Signup and view all the answers

In HDLC, 0 is inserted after every sequence of five __________.

<p>1s</p> Signup and view all the answers

HDLC Operation consists of an exchange of information, ______ and unnumbered frames.

<p>supervisory</p> Signup and view all the answers

In HDLC, the sequence number usually has ______ bits.

<p>3</p> Signup and view all the answers

HDLC uses ______ transmission of frames, which uses a single frame format.

<p>asynchronous</p> Signup and view all the answers

The error detection mechanism in HDLC is usually done using ______ bit CRC or 32 bit CRC.

<p>16</p> Signup and view all the answers

In HDLC, the Control Field is different for different ______ types.

<p>frame</p> Signup and view all the answers

The error control mechanisms are collectively known as Automatic Repeat ______.

<p>Request</p> Signup and view all the answers

If an error occurs, the receiver discards that frame and all future frames until the error frame is received ______.

<p>correctly</p> Signup and view all the answers

The receiver can send a Receive Not ______ to stop the transmission.

<p>Ready</p> Signup and view all the answers

HDLC frame structure uses synchronous transmission of _______ : single frame format used.

<p>frames</p> Signup and view all the answers

The sequence number is bounded by the size of the field (k), giving max window size of up to ______ - 1.

<p>2k</p> Signup and view all the answers

In HDLC, bit stuffing is used to avoid confusion with data containing the _______ sequence.

<p>flag</p> Signup and view all the answers

In Stop and Wait protocol, the receiver gets two copies of frame and uses alternate ______ and ACK0 / ACK1.

<p>numbering</p> Signup and view all the answers

The Address Field identifies the _______ station that sent or will receive the frame.

<p>secondary</p> Signup and view all the answers

HDLC Transfer Modes include _______ Response Mode (NRM) and Asynchronous Balanced Mode (ABM).

<p>Normal</p> Signup and view all the answers

HDLC uses _______ transmission of frames, which uses a single frame format used.

<p>synchronous</p> Signup and view all the answers

In Go Back N Handling, if an error occurs in frame i, the receiver rejects frame i and all ______ frames.

<p>subsequent</p> Signup and view all the answers

HDLC uses bit stuffing to avoid confusion with data containing the ______ sequence.

<p>flag</p> Signup and view all the answers

In Selective Reject, the receiver must maintain a large enough ______ to buffer subsequent frames.

<p>buffer</p> Signup and view all the answers

If an acknowledgement for frame i is lost, the transmitter times out and sends an ACK with the ______ bit set.

<p>P</p> Signup and view all the answers

In Go Back N Handling Damaged Frame, error in frame i so receiver rejects frame i and transmitter retransmits frames from ______.

<p>i</p> Signup and view all the answers

Data Link Control Protocols need a layer of logic above the ______ to manage exchange of data over a link.

<p>Physical</p> Signup and view all the answers

In the model of frame transmission, the source transmits a ______, and the destination receives the frame and replies with an acknowledgement (ACK).

<p>frame</p> Signup and view all the answers

Flow Control ensure sending entity does not overwhelm receiving entity by preventing ______ overflow.

<p>buffer</p> Signup and view all the answers

In HDLC, the error detection mechanism is usually done using ______ bit CRC or 32 bit CRC.

<p>16</p> Signup and view all the answers

Flow Control allows multiple numbered ______ to be in transit.

<p>frames</p> Signup and view all the answers

HDLC Operation consists of exchange of information, supervisory and unnumbered frames have three phases including ________, data transfer and disconnect.

<p>initialization</p> Signup and view all the answers

The Control Field use of Poll/Final bit depends on the ________ in command frame.

<p>context</p> Signup and view all the answers

The Information Field in HDLC must contain an ________ number of octets.

<p>integral</p> Signup and view all the answers

HDLC uses ________ transmission of frames, which uses a single frame format.

<p>synchronous</p> Signup and view all the answers

The Frame Check Sequence Field in HDLC is used for ________ detection.

<p>error</p> Signup and view all the answers

Use Quizgecko on...
Browser
Browser