Fact-checked by Grok 2 weeks ago

Logical link control

Logical Link Control (LLC) is the upper sublayer of the data link layer within the IEEE 802 family of standards for local area networks (LANs), providing a protocol-independent interface between the network layer and the medium access control (MAC) sublayer. Defined in IEEE Standard 802.2, LLC manages logical data transmission by handling tasks such as framing, addressing, and synchronization across diverse physical media, including Ethernet (IEEE 802.3) and Token Ring (IEEE 802.5) networks. This sublayer ensures reliable communication by abstracting the specifics of the underlying MAC protocols, allowing multiple network layer protocols to coexist on the same LAN. LLC operates through three primary service types to support varying communication needs. Type 1 offers unacknowledged connectionless service for simple datagram delivery without error recovery. Type 2 provides connection-oriented service with explicit setup, acknowledgments, and reliable delivery, suitable for applications requiring guaranteed transmission. Type 3 delivers acknowledged connectionless service, confirming receipt without establishing a persistent connection, balancing efficiency and reliability. These services are implemented via protocol data units (PDUs) that include control fields for sequencing, error detection, and flow regulation, enabling LLC to perform multiplexing at service access points (SAPs). Originally published in 1985 and later amended through supplements like IEEE 802.2c-1997 for conformance testing, LLC has become a foundational element in LAN architectures, though its usage has evolved with modern Ethernet's simplified framing. Despite being superseded in some contexts, LLC principles continue to influence data link protocols in standards-compliant networking equipment.

Fundamentals

Definition and Purpose

Logical Link Control (LLC) is the upper sublayer of the data link layer (Layer 2) in the OSI model, responsible for managing logical data flow control between communicating devices on a network. It operates above the medium access control (MAC) sublayer to handle protocol-independent functions, ensuring reliable data exchange without dependency on the underlying physical transmission medium. The primary purposes of LLC include multiplexing multiple higher-layer network protocols over a single physical link, providing error control to detect and recover from transmission issues, flow control to regulate data rates and prevent receiver overload, and logical addressing to identify services for upper-layer protocols. These functions enable efficient and standardized communication in local area networks (LANs) by abstracting the complexities of physical layer variations. Historically, LLC was developed as part of the IEEE 802 standards project, initiated in 1980 to create unified LAN specifications amid growing demand for multi-vendor interoperability following innovations like Ethernet. Standardized in IEEE 802.2 (equivalent to ISO/IEC 8802-2), it was designed to decouple logical link management from specific physical media, such as Ethernet or token ring, fostering broader network compatibility. A key benefit of LLC is its enhancement of network reliability through the separation of logical and physical concerns, which allows the same control mechanisms to be reused across diverse physical layers and promotes scalable, interoperable systems. This architectural approach has supported the evolution of modern networking by enabling consistent data handling in heterogeneous environments.

Role in OSI Model

The Logical Link Control (LLC) sublayer occupies the upper portion of the Data Link Layer (Layer 2) within the Open Systems Interconnection (OSI) reference model. It acts as a critical interface, enabling communication between the Network Layer (Layer 3) above and the Medium Access Control (MAC) sublayer below. Defined in IEEE Standard 802.2, LLC ensures that higher-layer protocols can access the transmission services provided by diverse MAC sublayers in a standardized manner, promoting interoperability across local area networks (LANs). LLC delivers essential services to the Network Layer, including both connectionless and connection-oriented operations, through defined service primitives such as L_DATA.request for unacknowledged data transfer and L_CONNECT.request for establishing logical connections. In turn, it depends on the MAC sublayer for underlying transmission capabilities, invoking primitives like MA_DATA.request to send Protocol Data Units (PDUs) to the physical medium. This bidirectional interaction allows LLC to abstract the complexities of medium access while providing reliable link-level communication to upper layers. A key distinction between LLC and the MAC sublayer lies in their functional scopes: LLC manages protocol-independent aspects of data link control, such as frame sequencing, acknowledgments, and basic error detection/recovery, independent of specific hardware implementations. Conversely, the MAC sublayer addresses medium-specific tasks, including frame delimitation, physical addressing via MAC addresses, and contention resolution for shared media access. This division enables LLC to support multiple network protocols uniformly atop varying physical technologies. In the TCP/IP protocol architecture, LLC maps to the link layer, facilitating the encapsulation of Internet Protocol (IP) datagrams over IEEE 802 networks through the use of LLC headers combined with the Subnetwork Access Protocol (SNAP) for protocol identification. This mechanism allows IP, operating at the Internet layer, to traverse diverse MAC sublayers—such as Ethernet (IEEE 802.3)—without modification, ensuring compatibility across heterogeneous link technologies.

Standards and Specifications

IEEE 802.2 Standard

The IEEE 802.2 standard defines the Logical Link Control (LLC) sublayer of the data link layer within the IEEE 802 family of standards for local area networks (LANs) and metropolitan area networks (MANs). It was first published on December 17, 1984, as IEEE Std 802.2-1985, establishing the foundational protocols for LLC to provide services such as multiplexing, flow control, and error management above the Media Access Control (MAC) sublayer. The standard was subsequently revised and harmonized with international efforts, culminating in the 1998 edition (ANSI/IEEE Std 802.2, 1998 Edition, adopted as ISO/IEC 8802-2:1998), which incorporated enhancements for conformance testing, managed objects, and protocol interoperability while maintaining compatibility with earlier versions. Central to the IEEE 802.2 standard are the Protocol Data Units (PDUs), which encapsulate the data and control information exchanged between LLC entities. The standard specifies four primary PDU types: Unnumbered Information (UI) frames for connectionless data transfer without acknowledgment; Information (I) frames for sequenced, acknowledged data in connection-oriented operations; Supervisory (S) frames for control functions such as receive ready (RR), reject (REJ), and receiver not ready (RNR); and Unnumbered (U) frames for commands like set asynchronous balanced mode extended (SABME), disconnect (DISC), and unnumbered acknowledgment (UA). These PDUs enable the LLC to support datagram-style communication and reliable, ordered delivery as needed. The structure of an IEEE 802.2 PDU consists of a header followed by an optional information field. The header includes the Destination Service Access Point (DSAP) address (1 octet) to identify the receiving LLC service, the Source Service Access Point (SSAP) address (1 octet) for the sending service, and a control field (1 or 2 octets) that encodes the PDU type, sequence numbers (for I and S PDUs), and poll/final bits for supervision. The information field, when present, carries user data of variable length (from 0 to the maximum permitted by the underlying MAC protocol), with no data in S PDUs. This compact format ensures efficient integration with underlying MAC protocols like those in IEEE 802.3 (Ethernet). IEEE 802.2 defines three compliance levels, or types, for LLC operation, each with specific frame formats and state machines to handle different service requirements. Type 1 provides connectionless, unacknowledged service using UI, XID (exchange identification), and TEST PDUs in U-format, with no dedicated state machine beyond basic station and SAP management for interoperability across Classes I-IV. Type 2 offers full connection-oriented service with I, S, and U PDUs, employing a detailed state machine for connection establishment (e.g., ADM to ABM states), data transfer (using send/receive sequence variables V(S) and V(R)), and disconnection, including recovery modes like normal response, reject, and await busy. Type 3 supports acknowledged connectionless service via AC0 and AC1 PDUs (U-format with a status subfield), utilizing sender states (Idle, Wait_A, Wait_R) and receiver states (Ready) with sequence variables V(SI) and V(RI) for limited acknowledgment without full connection setup. The 1998 revision of IEEE 802.2 integrated amendments such as IEEE Std 802.2c-1997 for conformance, IEEE Std 802.2f-1997 for managed objects, and ISO/IEC 10742:1994 for protocol enhancements, ensuring seamless incorporation into the broader IEEE 802 family for LANs. Backward compatibility is preserved through retained PDU formats and operational behaviors from the 1985 standard, allowing legacy systems to interoperate without modification. The ISO High-Level Data Link Control (HDLC) protocol serves as the foundational basis for the IEEE 802.2 Logical Link Control (LLC), incorporating HDLC's core frame structure, addressing, and error detection mechanisms while adapting them for local area network environments. HDLC, standardized by ISO/IEC 13239, provides bit-synchronous framing and balanced operation modes that influenced LLC's design for reliable data transfer. A key variant of HDLC is the Link Access Procedure, Balanced (LAPB), which operates as a subset tailored for point-to-point links in packet-switched networks. In the ITU-T X.25 standard for public data networks, LAPB functions as the data link layer protocol, enabling reliable frame delivery over dedicated circuits between data terminal equipment (DTE) and data circuit-terminating equipment (DCE). Unlike LLC's support for protocol multiplexing via service access points (SAPs) to handle multiple upper-layer protocols on shared media, LAPB focuses on single-link error correction and flow control without inherent multiplexing, suiting X.25's virtual circuit model. This contrasts with LLC's role in IEEE 802 networks, where it enables coexistence of protocols like IP and IPX over multipoint links. The Point-to-Point Protocol (PPP), defined in RFC 1661, embeds LLC-like functions through its Link Control Protocol (LCP) for serial and modem connections. LCP negotiates encapsulation formats, maximum receive units, and authentication via extensible options, mirroring LLC's link establishment and configuration services, while PPP's Protocol field supports multiplexing of network-layer datagrams over the point-to-point link. Modern low-power wireless protocols adapt simplified LLC concepts for resource-constrained devices. In Bluetooth, the Logical Link Control and Adaptation Protocol (L2CAP) provides multiplexing and segmentation services atop the baseband layer, drawing from IEEE 802 principles to manage channels for diverse applications in short-range networks. Similarly, Zigbee, built on IEEE 802.15.4, integrates LLC-like addressing and flow control in its network layer to handle low-duty-cycle operations, prioritizing energy efficiency over full LLC complexity for sensor and control systems. A fundamental distinction lies in framing approaches: HDLC employs bit-oriented framing with bit stuffing for transparency, processing data as continuous bit streams, whereas IEEE 802.2 LLC uses byte-oriented framing aligned with LAN octet boundaries for simpler integration with MAC sublayers. This byte orientation in LLC facilitates direct protocol identification via DSAP and SSAP fields, differing from HDLC's flag-based bit delineation.

Operational Mechanisms

LLC Types and Modes

The Logical Link Control (LLC) sublayer operates in three distinct types, each tailored to specific data transfer requirements within the IEEE 802.2 standard. Type 1 provides a connectionless, unacknowledged service suitable for simple datalink transmission, where data is sent without establishing a connection or requiring acknowledgments. This type uses Unnumbered Information (UI) frames to transfer information in a datagram fashion, relying on higher layers for any error recovery or flow control. It supports minimal protocol overhead, making it ideal for applications needing basic multiplexing without sequencing. Type 2 implements a connection-oriented mode for reliable, sequenced data delivery over established links. It employs Information (I) frames for data transfer, Supervisory (S) frames for control functions such as Receiver Ready (RR), Receiver Not Ready (RNR), and Reject (REJ), and Unnumbered (U) frames for connection setup, reset, and disconnection, including Set Asynchronous Balanced Mode Extended (SABME), Unnumbered Acknowledgment (UA), Disconnect (DISC), and Disconnected Mode (DM). This type enables full-duplex operation with windowing to manage multiple outstanding frames, using a configurable transmit window size (k) of up to 127, starting at 1 upon connection setup. The protocol supports bidirectional exchange in Asynchronous Balanced Mode (ABM), allowing simultaneous transmission without explicit permissions. Type 3 offers an acknowledged connectionless mode, providing positive acknowledgments for datagrams without maintaining a persistent connection. It uses ACn PDUs (e.g., AC0 and AC1 command/response pairs) for acknowledged connectionless information transfer, along with Exchange Identification (XID) and TEST frames to exchange capabilities and verify link integrity. This type ensures in-sequence delivery using one-bit sequence numbers and supports retransmissions for lost frames. Mode transitions in LLC follow defined state machines to manage operational states and ensure reliable behavior. For Type 2, the protocol begins in Asynchronous Disconnected Mode (ADM), transitioning to ABM upon successful connection setup via SABME and UA exchanges. Within ABM, substates include NORMAL (for active data exchange), BUSY (when receive window is full), and REJECT (for handling sequence errors), with transitions triggered by events like timer expirations or frame receptions. Disconnection returns the state to ADM via DISC and UA. Type 1 and Type 3 lack explicit connection states, operating continuously in a ready mode with per-PDU acknowledgments. State variables such as send sequence V(S) and receive sequence V(R) track progress, with parameters like the maximum outstanding I-frames limited by k of up to 127 in Type 2. Error handling integrates sequence numbers and supervisory mechanisms across modes to detect and recover from issues. In Type 2, sequence numbers operate modulo 128, with N(S) incrementing for each I-frame sent and N(R) acknowledging receipt up to the prior frame. The Poll/Final (P/F) bit in frames supervises interactions: the P bit (set to 1 in commands) requires a response with F=1, enabling timer-based recovery if unacknowledged. Errors like out-of-sequence frames trigger REJ for retransmission requests, while severe issues use Frame Reject (FRMR) with error codes; up to N2 retries occur before reset, where N2 is a configurable parameter. Type 3 employs one-bit sequences (V(SI) and V(RI), 0 or 1) for basic ordering, discarding invalid PDUs and resending up to N4 times. Type 1 omits these, forwarding errors upward. LLC Protocol Data Units (PDUs) structure these elements in the control field to encode frame types and parameters.

Services and Functions

The Logical Link Control (LLC) sublayer, as defined in IEEE 802.2, provides essential services to enable reliable data transfer across diverse network protocols while operating atop the Media Access Control (MAC) sublayer. These services include multiplexing to support multiple upper-layer protocols over a single physical link, flow control to regulate data transmission rates, error control to ensure data integrity, and mechanisms for addressing and parameter negotiation. By implementing these functions, LLC abstracts the underlying MAC variations, allowing uniform access for network layer protocols such as IP and IPX. Multiplexing in LLC is achieved through Service Access Points (SAPs), which identify specific upper-layer entities and allow multiple Layer 3 protocols to share the same MAC link without interference. The Destination SAP (DSAP) and Source SAP (SSAP) fields in LLC Protocol Data Units (PDUs) each consist of an 8-bit address, where the most significant bit indicates individual or group addressing. For instance, global SAPs are standardized for well-known protocols (e.g., 0x06 for IP), while the Subnetwork Access Protocol (SNAP) extension using SAP 0xAA enables further multiplexing for protocols like IPX by incorporating an EtherType field. This design supports concurrent operation of diverse protocols, such as IP for internetworking and IPX for legacy Novell networks, over Ethernet or Token Ring links. Flow control is primarily provided in LLC Type 2 (connection-oriented mode) via a sliding window protocol, which permits the sender to transmit multiple PDUs up to a configurable window size (k ≤ 127) before requiring acknowledgment. Sequence numbers N(S) for transmitted PDUs and N(R) for expected receives track the window position with a modulus of 128, preventing buffer overflow at the receiver. The Receive Not Ready (RNR) supervisory PDU allows the receiver to temporarily halt transmission when temporarily unable to process data, resuming with a Ready to Receive (RR) or Selective Reject (SREJ) PDU once ready. This mechanism ensures efficient bandwidth utilization without overwhelming link resources. Error control in LLC Type 2 employs Automatic Repeat reQuest (ARQ) to detect and recover from transmission errors, using sequence numbers to identify lost or out-of-sequence frames. Upon detecting an error, the receiver issues a Reject (REJ) PDU to request retransmission of specific frames starting from the erroneous one, implementing a Go-Back-N strategy for simplicity. Negative acknowledgments via REJ, combined with positive acknowledgments in RR or information PDUs, enable selective recovery while minimizing unnecessary retransmissions. This approach guarantees reliable delivery in noisy environments, such as early LANs prone to collisions. Addressing and identification are facilitated by the distinction between global SAPs, which are universally assigned for interoperability (e.g., all 1s in DSAP for broadcast), and local SAPs reserved for vendor-specific or private use. The Exchange Identification (XID) command PDU allows stations to exchange capabilities during link setup, negotiating parameters such as buffer sizes, window sizes, and supported LLC types to tailor the connection. XID responses confirm these parameters, ensuring compatible operation between peers. LLC operations rely on configurable timers and parameters to manage reliability and timeouts. The T1 timer governs acknowledgments and retransmissions and is configurable, with typical values around 3 seconds in many implementations. The N2 parameter defines the maximum number of retransmission attempts and is configurable, typically set by the implementation or via negotiation to balance persistence against potential loops in error-prone links. These values are adjustable via XID negotiation or system configuration to suit varying network conditions.

Applications in Networking

Local Area Networks

In local area networks (LANs), particularly those based on IEEE 802.3 Ethernet, the Logical Link Control (LLC) sublayer integrates with the Carrier Sense Multiple Access with Collision Detection (CSMA/CD) medium access control mechanism to provide a standardized interface for data transmission over shared media. LLC operates atop the MAC layer, encapsulating higher-layer protocols within Ethernet frames while handling multiplexing and error control, ensuring reliable delivery in broadcast environments typical of early LAN topologies. When the standard Destination Service Access Point (DSAP) and Source Service Access Point (SSAP) fields in the LLC header—each one octet—are insufficient for distinguishing protocols due to limited values (up to 256 combinations), the Subnetwork Access Protocol (SNAP) extends addressing by appending a 5-octet header, including an Organizational Unit Identifier (OUI) and protocol identifier, to support broader protocol suites without altering the physical layer. This integration enables LLC to facilitate the coexistence of multiple network protocols over a single Ethernet infrastructure, allowing seamless transport of Internet Protocol (IP), AppleTalk, and Novell Internetwork Packet Exchange (IPX) without requiring hardware modifications. For instance, IP datagrams are encapsulated using LLC Type 1 (unacknowledged connectionless) service with SNAP for protocol identification, while AppleTalk's EtherTalk implementation leverages LLC to multiplex its Datagram Delivery Protocol (DDP) alongside other traffic, and Novell's IPX uses similar LLC framing to maintain compatibility across mixed-protocol environments. The IEEE 802.2 standard underpins this capability, providing the foundational LLC services that abstract the underlying MAC variations in Ethernet LANs. Performance in high-speed Ethernet LANs is influenced by the LLC header overhead, which ranges from 3 octets (DSAP, SSAP, and control fields in basic Type 1 operation) to 8 octets when including SNAP, reducing the effective maximum transmission unit (MTU) from 1500 octets to approximately 1492 octets for IP payloads. Type 1 LLC mode predominates in LANs for its efficiency, as it avoids the acknowledgments and sequencing of Type 2 (connection-oriented), minimizing latency in collision-prone shared media while still supporting basic multiplexing needs. However, as of 2025, LLC usage has evolved with modern Ethernet's preference for simplified Ethernet II framing using EtherType for protocol identification, limiting LLC primarily to legacy systems and specific compatibility scenarios. As LANs evolved toward virtual LANs (VLANs) via IEEE 802.1Q, LLC retains its role in upper-layer protocol multiplexing, with the 4-octet VLAN tag inserted between the source MAC address and the LLC header to enable logical segmentation without disrupting LLC functionality. This preserves LLC's abstraction, allowing protocols like IP to continue operating transparently across VLAN boundaries in modern switched Ethernet environments.

Wide Area Networks

Protocols in wide area networks (WANs), such as X.25's Link Access Procedure, Balanced (LAPB), Point-to-Point Protocol (PPP), and High-Level Data Link Control (HDLC), provide data link functions analogous to those of IEEE 802.2 LLC, including framing, error detection, and flow control. LAPB, a balanced HDLC subset, uses modulo 8 or 128 sequencing for frame ordering and acknowledgments over virtual circuits. PPP's Link Control Protocol (LCP) manages negotiation and authentication, with Multilink PPP enabling bandwidth aggregation. HDLC employs bit-stuffing and the flag sequence 01111110 for synchronous serial transmission. However, these are distinct from IEEE 802.2 LLC, which is specified for LANs and MANs, though similar principles influence WAN reliability mechanisms.

Specialized Systems

In wireless local area networks defined by IEEE 802.11, the Logical Link Control (LLC) sublayer operates above the Wi-Fi Media Access Control (MAC) layer to provide a uniform interface for higher-layer protocols across IEEE 802 networks. This integration ensures that 802.11 appears as a standard IEEE 802 LAN to the network layer, supporting unacknowledged connectionless services via LLC Type 1, which handles multiplexing and addressing without error recovery at the LLC level. For Quality of Service (QoS) enhancements in Wi-Fi Multimedia (WMM), based on IEEE 802.11e, LLC Type 1 facilitates the mapping of user priorities from higher layers to MAC-level access categories, enabling prioritized transmission for multimedia traffic such as voice and video over wireless links. Power line communications (PLC) standards, such as HomePlug AV, optionally incorporate IEEE 802.2 LLC alongside a custom MAC layer to emulate Ethernet framing and ensure higher-layer compatibility, including support for VLAN tagging and Subnetwork Access Protocol (SNAP) extensions. In this context, LLC Type 2 connection-oriented mode can enable acknowledged transmissions with flow control and error recovery tailored to the power line's noisy conditions, complementing the MAC's Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) for up to 200 Mbps throughput in home networking. Modern Internet of Things (IoT) integrations leverage LLC in IEEE 802.15.4-based low-power wireless personal area networks (WPANs) to bridge device constraints with broader IEEE 802 ecosystem compatibility. The 802.15.4 standard interfaces with IEEE 802.2 LLC via a service-specific convergence sublayer to enable higher-layer protocol stacks, such as those used in Zigbee or 6LoWPAN. Post-2015 revisions, including IEEE 802.15.4-2020, include enhanced security features like AES-128 encryption at the MAC level, which LLC can utilize for secure data multiplexing in resource-constrained IoT deployments.

References

  1. [1]
    IEEE 802.2-1985 - IEEE SA
    IEEE 802.2-1985 is a standard for local area networks, defining the Logical Link Control (LLC) sublayer, which is part of the Data Link Layer.
  2. [2]
    Understanding Logical Link Control - Cisco
    Sep 9, 2005 · IEEE standard 802.2 defines Logical Link Control (LLC) as a data link control layer used on 802.3, 802.5, and other networks.
  3. [3]
    IEEE 802.2c-1997 - IEEE SA
    IEEE 802.2c-1997 is about logical link control, part of the 802 family for LAN/MAN, describing the LLC sublayer and its functions.
  4. [4]
    The Structure and Coding of Logical Link Control (LLC) Addresses
    The logical link control (LLC) address used by the protocols defined in IEEE Std. 802.2. The LLC address space is limited, and it is such that it is considered ...
  5. [5]
    Milestones:Origin of the IEEE 802 Family of Networking Standards ...
    The IEEE 802 project was created in 1980 to standardize LANs, with key standards including 802.1, 802.3, 802.11, and 802.15. It was approved on March 13, 1980.
  6. [6]
    IEEE Standard for Local Area Networks - Logical Link Control
    The 802.2-1985 standard describes the Logical Link Control (LLC) sublayer, which is the top sublayer in the Data Link Layer, and its functions and protocols.
  7. [7]
    [PDF] logical link control - NIST Technical Series Publications
    Logical Link Control is a protocol used in conjunction with medium access standards for Local Area Networks (LANs).
  8. [8]
    RFC 1042 - Standard for the transmission of IP datagrams over IEEE ...
    ... Control Sublayer of the ISO/OSI Data Link Layer. The 802.2 Data Link Layer standard specifies the Logical Link Control Sublayer of the ISO/OSI Data Link Layer.
  9. [9]
  10. [10]
  11. [11]
    IEEE 802.15.1-2002 - IEEE SA
    Jun 14, 2002 · The IEEE 802.15.1 Task Group has reviewed and provided a standard adaptation of the Bluetooth specifications (version 1.1) medium access control (MAC)
  12. [12]
    [PDF] Freescale IEEE 802.15.4 / ZigBee™ - NXP Semiconductors
    Generically, the LLC sublayer sits above the MAC and provides multiplexing of protocols transmitted over the MAC, optional flow control, and any requested ...
  13. [13]
    [PDF] ANSI/IEEE Std 802.2, 1998 Edition (ISO/IEC 8802-2:1998) - Part 2
    Sep 16, 2025 · Abstract: This standard is part of a family of standards for local area networks (LANs) and metro- politan area networks (MANs) that deals ...
  14. [14]
    Logical Link Control - an overview | ScienceDirect Topics
    Logical Link Control (LLC) is defined as a data link protocol that provides services such as error control and flow control, allowing multiple applications ...Introduction to Logical Link... · Functions and Services...
  15. [15]
    [PDF] New Specification of Current 802 LLC
    May 21, 2020 · Abstract. This document proposes a detailed description of LLC, as commonly implemented in 802, to replace 802.2.Missing: HDLC | Show results with:HDLC<|separator|>
  16. [16]
    Migrating Ethernet Frame Types from 802.3 Raw to IEEE 802.2
    The frame format follows the rules to access a network using the CSMA/CD access method. ... Because the 802.2 fields comprise the Logical Link Control (LLC) layer ...
  17. [17]
    10. CSMA NetDevice — Model Library - ns-3
    One can also find that the MTU for IEEE 802.3 networks is 1492 bytes. This is because LLC/SNAP encapsulation adds an extra eight bytes of overhead to the packet ...
  18. [18]
    IEEE 802.3 SNAP Ethernet Frame - IP Packet Format - Huawei
    Aug 12, 2025 · IEEE 802.3 SNAP Ethernet frames are developed by IEEE to support more upper layer protocols and IP protocols on the basis of 802.3 LLC frames.
  19. [19]
    IEEE 802.1Q-2018
    Jul 6, 2018 · This standard specifies how the Media Access Control (MAC) Service is supported by Bridged Networks, the principles of operation of those networks, and the ...
  20. [20]
    Wide-Area Networking Configuration Guide: X.25 and LAPB, Cisco ...
    Oct 12, 2018 · X.25 maintains multiple connections--virtual circuits (VCs) or logical circuits (LCs)--over one physical link between a DTE and a DCE device. X.
  21. [21]
    RFC 1661 - The Point-to-Point Protocol (PPP) - IETF Datatracker
    The Point-to-Point Protocol (PPP) provides a standard method for transporting multi-protocol datagrams over point-to-point links.
  22. [22]
    [PDF] Performance of the IEEE 802.2 type-2 logical link protocol ... - Eurecom
    HE IEEE 802.2 type-2 link protocol, or LLC. Tprotocol for short, is a connection-oriented link-layer pro- tocol that provides a reliable data transfer ...
  23. [23]
    [PDF] ETSI TS 144 064 V6.0.1 (2005-01)
    The present document defines the Logical Link Control (LLC) layer protocol to be used for packet data transfer between the Mobile Station (MS) and Serving GPRS ...
  24. [24]
    [DOC] HomePlug AV Technology Overview - Microsoft Download Center
    HPAV employs advanced PHY and MAC technologies that provide a 200 Mbps (million bits per second) class powerline network for video, audio and data. The Physical ...
  25. [25]
    [PPT] LLC Proposal for 802.15.4 - IEEE Mentor
    Sep 15, 2015 · Enable IEEE 802.15. 4 to use many of the higher layer protocol stacks used by IEEE 802.11 and IEEE 802.3 without changes.
  26. [26]