Podcast
Questions and Answers
Data Link Control Protocols need a layer of logic above the ______ to manage exchange of data over a link.
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.
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).
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.
In the Stop and Wait protocol, the source waits for an ______ before sending the next destination.
Signup and view all the answers
Flow Control allows multiple numbered ______ to be in transit.
Flow Control allows multiple numbered ______ to be in transit.
Signup and view all the answers
The sender sends up to ______ frames without ACK.
The sender sends up to ______ frames without ACK.
Signup and view all the answers
The sequence number is bounded by the size of the field (______).
The sequence number is bounded by the size of the field (______).
Signup and view all the answers
The receiver can send a ______ Not Ready to stop the transmission.
The receiver can send a ______ Not Ready to stop the transmission.
Signup and view all the answers
The error control mechanisms are collectively known as ______.
The error control mechanisms are collectively known as ______.
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 ______.
In Go Back N, if an error occurs, the receiver discards that frame and all future frames until the error frame is received ______.
Signup and view all the answers
In Go Back N Handling, if frame i is ______, the receiver rejects frame i.
In Go Back N Handling, if frame i is ______, the receiver rejects frame i.
Signup and view all the answers
If the transmitter times out on frame i, it sends an ACK with the ______ bit set.
If the transmitter times out on frame i, it sends an ACK with the ______ bit set.
Signup and view all the answers
In Selective Reject, only ______ frames are retransmitted.
In Selective Reject, only ______ frames are retransmitted.
Signup and view all the answers
High Level Data Link Control (HDLC) is specified as ______.
High Level Data Link Control (HDLC) is specified as ______.
Signup and view all the answers
In HDLC, the primary station ______ the operation of the link.
In HDLC, the primary station ______ the operation of the link.
Signup and view all the answers
HDLC uses ______ transmission of frames, which uses a single frame format.
HDLC uses ______ transmission of frames, which uses a single frame format.
Signup and view all the answers
In HDLC, the flag fields are used to delimit the frame at both ends with the sequence ______.
In HDLC, the flag fields are used to delimit the frame at both ends with the sequence ______.
Signup and view all the answers
In HDLC, the Address Field usually identifies the ______ station that sent or will receive the frame.
In HDLC, the Address Field usually identifies the ______ station that sent or will receive the frame.
Signup and view all the answers
In HDLC, the Control Field is different for different ______ types.
In HDLC, the Control Field is different for different ______ types.
Signup and view all the answers
In HDLC, bit stuffing is used to avoid confusion with data containing the ______ sequence.
In HDLC, bit stuffing is used to avoid confusion with data containing the ______ sequence.
Signup and view all the answers
Supervisory - ARQ is used when ______ is not used
Supervisory - ARQ is used when ______ is not used
Signup and view all the answers
The first 1-2 bits of the control field identify the ______ type
The first 1-2 bits of the control field identify the ______ type
Signup and view all the answers
In the command frame, the P bit is set to 1 to ______ a response from the peer
In the command frame, the P bit is set to 1 to ______ a response from the peer
Signup and view all the answers
The sequence number usually has ______ bits
The sequence number usually has ______ bits
Signup and view all the answers
HDLC Operation consists of an exchange of ______, supervisory and unnumbered frames
HDLC Operation consists of an exchange of ______, supervisory and unnumbered frames
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.
The sequence number is bounded by the size of the field (______), giving max window size of up to 2k - 1.
Signup and view all the answers
Mitter sends up to ______ frames without ACK.
Mitter sends up to ______ frames without ACK.
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 ______.
If an error occurs, the receiver discards that frame and all future frames until the error frame is received ______.
Signup and view all the answers
In Stop and Wait protocol, the receiver gets two copies of frame and uses ______ numbering and ACK0 / ACK1.
In Stop and Wait protocol, the receiver gets two copies of frame and uses ______ numbering and ACK0 / ACK1.
Signup and view all the answers
The error control mechanisms are collectively known as ______ repeat request.
The error control mechanisms are collectively known as ______ repeat request.
Signup and view all the answers
If the receiver rejects frame i, the transmitter retransmits frames from ______.
If the receiver rejects frame i, the transmitter retransmits frames from ______.
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.
In Go Back N Handling, if an error occurs in frame i, the receiver rejects frame ______ and all subsequent frames.
Signup and view all the answers
In Selective Reject, the receiver must maintain a large enough ______ to buffer subsequent frames.
In Selective Reject, the receiver must maintain a large enough ______ to buffer subsequent frames.
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.
If an acknowledgement for frame i is lost, the transmitter times out and sends an ACK with the ______ bit set.
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.
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.
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.
The Data Link Control Protocols need a layer of logic above the ______ to manage exchange of data over a link.
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).
The model of frame transmission involves the source transmitting a ______, and the destination receiving the frame and replying with an acknowledgement (ACK).
Signup and view all the answers
Flow Control ensures the sending entity does not overwhelm the receiving entity by preventing ______ overflow.
Flow Control ensures the sending entity does not overwhelm the receiving entity by preventing ______ overflow.
Signup and view all the answers
Flow Control allows multiple numbered ______ to be in transit.
Flow Control allows multiple numbered ______ to be in transit.
Signup and view all the answers
In the Stop and Wait protocol, the source waits for an ______ before sending the next destination.
In the Stop and Wait protocol, the source waits for an ______ before sending the next destination.
Signup and view all the answers
HDLC uses __________ transmission of frames, which uses a single frame format.
HDLC uses __________ transmission of frames, which uses a single frame format.
Signup and view all the answers
In HDLC, bit stuffing is used to avoid confusion with data containing the __________ sequence.
In HDLC, bit stuffing is used to avoid confusion with data containing the __________ sequence.
Signup and view all the answers
In HDLC, the flag fields are used to delimit the frame at both ends with the sequence __________.
In HDLC, the flag fields are used to delimit the frame at both ends with the sequence __________.
Signup and view all the answers
In HDLC, the Control Field is different for different __________ types.
In HDLC, the Control Field is different for different __________ types.
Signup and view all the answers
In HDLC, 0 is inserted after every sequence of five __________.
In HDLC, 0 is inserted after every sequence of five __________.
Signup and view all the answers
HDLC Operation consists of an exchange of information, ______ and unnumbered frames.
HDLC Operation consists of an exchange of information, ______ and unnumbered frames.
Signup and view all the answers
In HDLC, the sequence number usually has ______ bits.
In HDLC, the sequence number usually has ______ bits.
Signup and view all the answers
HDLC uses ______ transmission of frames, which uses a single frame format.
HDLC uses ______ transmission of frames, which uses a single frame format.
Signup and view all the answers
The error detection mechanism in HDLC is usually done using ______ bit CRC or 32 bit CRC.
The error detection mechanism in HDLC is usually done using ______ bit CRC or 32 bit CRC.
Signup and view all the answers
In HDLC, the Control Field is different for different ______ types.
In HDLC, the Control Field is different for different ______ types.
Signup and view all the answers
The error control mechanisms are collectively known as Automatic Repeat ______.
The error control mechanisms are collectively known as Automatic Repeat ______.
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 ______.
If an error occurs, the receiver discards that frame and all future frames until the error frame is received ______.
Signup and view all the answers
The receiver can send a Receive Not ______ to stop the transmission.
The receiver can send a Receive Not ______ to stop the transmission.
Signup and view all the answers
HDLC frame structure uses synchronous transmission of _______ : single frame format used.
HDLC frame structure uses synchronous transmission of _______ : single frame format used.
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.
The sequence number is bounded by the size of the field (k), giving max window size of up to ______ - 1.
Signup and view all the answers
In HDLC, bit stuffing is used to avoid confusion with data containing the _______ sequence.
In HDLC, bit stuffing is used to avoid confusion with data containing the _______ sequence.
Signup and view all the answers
In Stop and Wait protocol, the receiver gets two copies of frame and uses alternate ______ and ACK0 / ACK1.
In Stop and Wait protocol, the receiver gets two copies of frame and uses alternate ______ and ACK0 / ACK1.
Signup and view all the answers
The Address Field identifies the _______ station that sent or will receive the frame.
The Address Field identifies the _______ station that sent or will receive the frame.
Signup and view all the answers
HDLC Transfer Modes include _______ Response Mode (NRM) and Asynchronous Balanced Mode (ABM).
HDLC Transfer Modes include _______ Response Mode (NRM) and Asynchronous Balanced Mode (ABM).
Signup and view all the answers
HDLC uses _______ transmission of frames, which uses a single frame format used.
HDLC uses _______ transmission of frames, which uses a single frame format used.
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.
In Go Back N Handling, if an error occurs in frame i, the receiver rejects frame i and all ______ frames.
Signup and view all the answers
HDLC uses bit stuffing to avoid confusion with data containing the ______ sequence.
HDLC uses bit stuffing to avoid confusion with data containing the ______ sequence.
Signup and view all the answers
In Selective Reject, the receiver must maintain a large enough ______ to buffer subsequent frames.
In Selective Reject, the receiver must maintain a large enough ______ to buffer subsequent frames.
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.
If an acknowledgement for frame i is lost, the transmitter times out and sends an ACK with the ______ bit set.
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 ______.
In Go Back N Handling Damaged Frame, error in frame i so receiver rejects frame i and transmitter retransmits frames from ______.
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.
Data Link Control Protocols need a layer of logic above the ______ to manage exchange of data over a link.
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).
In the model of frame transmission, the source transmits a ______, and the destination receives the frame and replies with an acknowledgement (ACK).
Signup and view all the answers
Flow Control ensure sending entity does not overwhelm receiving entity by preventing ______ overflow.
Flow Control ensure sending entity does not overwhelm receiving entity by preventing ______ overflow.
Signup and view all the answers
In HDLC, the error detection mechanism is usually done using ______ bit CRC or 32 bit CRC.
In HDLC, the error detection mechanism is usually done using ______ bit CRC or 32 bit CRC.
Signup and view all the answers
Flow Control allows multiple numbered ______ to be in transit.
Flow Control allows multiple numbered ______ to be in transit.
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.
HDLC Operation consists of exchange of information, supervisory and unnumbered frames have three phases including ________, data transfer and disconnect.
Signup and view all the answers
The Control Field use of Poll/Final bit depends on the ________ in command frame.
The Control Field use of Poll/Final bit depends on the ________ in command frame.
Signup and view all the answers
The Information Field in HDLC must contain an ________ number of octets.
The Information Field in HDLC must contain an ________ number of octets.
Signup and view all the answers
HDLC uses ________ transmission of frames, which uses a single frame format.
HDLC uses ________ transmission of frames, which uses a single frame format.
Signup and view all the answers
The Frame Check Sequence Field in HDLC is used for ________ detection.
The Frame Check Sequence Field in HDLC is used for ________ detection.
Signup and view all the answers