Difficulty: Easy
Correct Answer: A very common bit-oriented data link protocol issued by ISO.
Explanation:
Introduction / Context:
HDLC is a foundational, bit-oriented data link protocol used for point-to-point and multipoint links, influencing protocols such as PPP and LAPB.
Given Data / Assumptions:
Concept / Approach:
HDLC defines framing, error detection, and control mechanisms (I/S/U frames). Being bit-oriented means control is defined at the bit level (flags, bit stuffing) rather than fixed byte boundaries for characters.
Step-by-Step Solution:
Verification / Alternative check:
Compare with PPP, which borrows HDLC framing style for serial links.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing HDLC with MAC methods like CSMA/CD or token passing; assuming byte-oriented protocols like PPP are unrelated.
Final Answer:
A very common bit-oriented data link protocol issued by ISO.
Discussion & Comments