Open In App

Link Access Procedure (LAP) Protocols

Last Updated : 03 Oct, 2025
Comments
Improve
Suggest changes
1 Likes
Like
Report

Link Access Procedure (LAP) is a family of Data Link Layer (DLL) protocols standardized by the International Telecommunication Union (ITU). These protocols are derived from IBM’s Synchronous Data Link Control (SDLC) and are considered subsets of the High-Level Data Link Control (HDLC) standard.

Note: Each LAP protocol is tailored for specific communication technologies and applications, providing reliable data transfer, framing, synchronization and error control.

Types of LAP Protocols

Purpose: Supports multilink operations for improved throughput.

Functionality:

  • Operates as an upper sublayer of the Data Link Layer.
  • Functions between the Packet Layer and multiple Single Link Protocols (SLPs).
  • Extends LAPB (Link Access Procedure, Balanced) to allow multiple physical links to be combined into a single logical connection.
  • Advantage: Provides higher bandwidth and better efficiency by distributing traffic across multiple links.

Purpose: Designed for error correction in modems, especially V.32 and V.42 modems.

Functionality:

  • Uses bit-oriented synchronous framing even though computers send data asynchronously to the modem.
  • Performs asynchronous-to-synchronous conversion.
  • Supports Selective Reject (SREJ) for retransmitting only corrupted frames, speeding up error recovery.
  • Ensures data reliability using: CRC (Cyclic Redundancy Check) -> Detects transmission errors & ARQ (Automatic Repeat Request) -> Retransmits erroneous or lost frames.
  • Advantage: Provides reliable transmission with error detection, correction and retransmission, enhancing modem efficiency.

Purpose: Provides the data link layer protocol for Frame Relay networks.

Functionality:

  • A simplified version of ISDN’s LAPD (Link Access Procedure for the D-channel).
  • Focuses only on data transport without DLL-level flow or error control.
  • Ensures frame sequencing and checks whether frames are error-free.
  • Does not use the Command/Response (C/R) bit, though higher-layer protocols may use it for application-specific needs.
  • Advantage: Reduces overhead, making it lightweight and efficient for high-speed Frame Relay services.

Purpose: Supports half-duplex communication, commonly used in ship-to-shore transmission.

Functionality:

  • Adapts HDLC principles for half-duplex links.
  • Suitable for environments where only one direction of communication can occur at a time.
  • Each LAP protocol is tailored for specific communication technologies and applications, providing reliable data transfer, framing, synchronization and error control. Together, they form an essential part of early and modern digital communication systems.
  • Advantage: Reliable protocol for constrained communication channels like maritime links.

Key Features of LAP Protocols

  • Based on HDLC principles such as framing, addressing and error detection.
  • Application-specific tailoring: Each LAP variant focuses on specific technologies (e.g., modems, Frame Relay, ISDN).
  • Reliability mechanisms: Most versions use CRC, ARQ or sequencing to ensure accuracy.
  • Flexibility: Supports both synchronous and asynchronous data environments.

Explore