Basic Frame Structure of HDLC (original) (raw)

Last Updated : 17 Dec, 2025

High-Level Data Link Control (HDLC) is a bit-oriented data link layer protocol used for reliable data transmission between network nodes using structured frames.

Purpose of an HDLC Frame

An HDLC frame enables the receiver to:

HDLC Frame Format

Each HDLC frame consists of the following fields:

**Size of Different Fields :

Field Name Size (bits)
Flag Field 8 bits
Address Field 8 bits
Control Field 8 or 16 bits
Information Field Variable (not used in some type of HDLC frames)
FCS (Frame Check Sequence) Field 16 or 32 bits
Closing Flag Field 8 bits

Let us understand these fields in details :

1. Flag Field

2. Address Field

3. Control Field

4. Information Field

5. Frame Check Sequence (FCS)

6. Ending Flag Field

Key Advantages of HDLC

HDLC provides a robust framing structure and has influenced many modern data link protocols through its efficient error handling and communication control mechanisms.