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 Protocols1. Multilink Procedure (MLP)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.2. Link Access Procedure for Modems (LAPM)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.3. Link Access Procedure for Frame Relay (LAPF)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.4. Link Access Procedure for Half-Duplex (LAPX)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 ProtocolsBased 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. Comment M madhurihammad Follow 1 Improve M madhurihammad Follow 1 Improve Article Tags : Computer Networks Data Link Layer Explore Computer Network BasicsBasics of Computer Networking4 min readTypes of Computer Networks6 min readIntroduction to Internet10 min readNetwork Devices3 min readWhat is OSI Model? - Layers of OSI Model11 min readTCP/IP Model6 min readDifference Between OSI Model and TCP/IP Model2 min readPhysical LayerPhysical Layer in OSI Model3 min readTypes of Network Topology9 min readTransmission Modes in Computer Networks (Simplex, Half-Duplex and Full-Duplex)3 min readTransmission Media in Computer Networks7 min readData Link LayerData Link Layer in OSI Model4 min readSwitching | Computer Networks2 min readVirtual LAN (VLAN)3 min readFraming in Data Link Layer3 min readError Control in Data Link Layer3 min readFlow Control4 min readPiggybacking in Computer Networks2 min readNetwork LayerNetwork Layer in OSI Model3 min readIntroduction of Classful IP Addressing7 min readClassless Addressing in IP Addressing7 min readWhat is an IP Address?11 min readIPv4 Datagram Header4 min readDifference Between IPv4 and IPv63 min readPublic and Private IP addresses4 min readIntroduction To Subnetting5 min readWhat is Routing?10 min readNetwork Layer Protocols9 min readTransport LayerTransport Layer in OSI Model4 min readTransport Layer Protocols9 min readTransmission Control Protocol - TCP4 min readUser Datagram Protocol - UDP3 min readSession Layer & Presentation LayerSession Layer in OSI model2 min readPresentation Layer in OSI model2 min readSecure Socket Layer (SSL)4 min readPoint-to-Point Tunneling Protocol - PPTP2 min readMultipurpose Internet Mail Extension (MIME) Protocol3 min readApplication LayerApplication Layer in OSI Model4 min readClient-Server Model3 min readWorld Wide Web (WWW)6 min readIntroduction to Electronic Mail4 min readWhat is a Content Distribution Network and how does it work?4 min readProtocols in Application Layer4 min readAdvanced TopicsWhat is Network Security?7 min readComputer Network | Quality of Service and Multimedia5 min readAuthentication in Computer Network3 min readEncryption, Its Algorithms And Its Future10 min readIntroduction of Firewall in Computer Network7 min readMAC Filtering in Computer Network4 min readWi-Fi Standards Explained2 min readWhat is Bluetooth?6 min readGenerations of wireless communication2 min readCloud Networking4 min readPracticeTop 50 Plus Networking Interview Questions and Answers for 202415+ min readTop 50 TCP/IP Interview Questions and Answers 202515+ min readNetwork Fundamentals Interview Questions - Computer Networks15+ min readLast Minute Notes for Computer Networks14 min readComputer Network - Cheat Sheet15+ min read Like