Asynchronous Transfer Mode

What Is Asynchronous Transfer Mode?

Asynchronous Transfer Mode (ATM) is a broadband networking technology that transmits data in fixed-length 53-byte units called cells, each consisting of a 5-byte header and a 48-byte payload. Unlike packet-switched networks that use variable-length packets, ATM's uniform cell size enables hardware switching at very high speeds with deterministic, bounded latency. The term "asynchronous" refers to the fact that cells from different sources may be interleaved without regard to a shared timing slot: a source transmits cells whenever it has data to send, and cells from multiple logical connections travel over the same physical link. ATM was selected by the ITU-T in 1988 as the switching and multiplexing foundation for Broadband ISDN (B-ISDN), positioning it as the intended technology for integrated voice, video, and data networks.

ATM draws on telecommunications engineering, queuing theory, and switching fabric design. It was developed through collaboration among telephone carriers, standards bodies, and equipment vendors during the late 1980s and 1990s as a technology intended to unify public network infrastructure under a single high-speed transport.

Cell Switching and Quality of Service

ATM switches forward cells based on virtual path identifiers (VPI) and virtual channel identifiers (VCI) in the cell header, establishing virtual connections across the network before data transfer begins. This connection-oriented model allows the network to reserve resources along a path at setup time and provide quality-of-service (QoS) guarantees for each connection. ATM defines five service categories: Constant Bit Rate (CBR) for voice and synchronous data, Variable Bit Rate (VBR) for bursty multimedia, Available Bit Rate (ABR) for adaptive data transfers, Unspecified Bit Rate (UBR) for best-effort traffic, and Guaranteed Frame Rate (GFR). The fixed cell size eliminates variable-packet-length queueing jitter, allowing ATM to deliver the deterministic latency required by real-time voice and video alongside bursty data. The Washington University ATM chapter by Raj Jain provides a technical overview of ATM switching, service categories, and traffic management.

B-ISDN Protocol Architecture

ATM is the switching layer within the B-ISDN architecture defined by ITU-T recommendations in the I-series (particularly ITU-T I.150), which specifies ATM as the transfer mode for B-ISDN. The B-ISDN protocol reference model consists of three layers above the physical medium: the physical layer (carrying ATM cells over SONET/SDH or other media), the ATM layer (cell switching and multiplexing using VPI/VCI), and the ATM Adaptation Layer (AAL), which segments and reassembles higher-layer data into cells. Five AAL types handle different traffic classes: AAL1 for constant-bit-rate services, AAL2 for variable-bit-rate audio and video, and AAL5 for data protocols including IP and frame relay encapsulation. AAL5 became the dominant adaptation layer for IP-over-ATM deployments, with Point-to-Point Protocol over ATM (PPPoA) widely used in ADSL broadband access networks.

Relationship to SONET/SDH and MPLS

ATM is physically transported over Synchronous Optical Network (SONET) or the internationally standardized equivalent, Synchronous Digital Hierarchy (SDH), which provides the synchronous bit-stream framing and multiplexing hierarchy on which ATM cells ride. The combination, often referred to as ATM/SONET, was the dominant infrastructure of long-haul and metropolitan carrier networks through the 1990s. As IP traffic grew to dominate network loads, providers began migrating to Multiprotocol Label Switching (MPLS), which provides traffic engineering and QoS on IP-native infrastructure without the overhead of ATM's cell-tax (the 5-byte header constitutes roughly 10 percent of cell capacity). MPLS adopted several concepts from ATM, including label-based forwarding and virtual circuit semantics. The DTIC technical report on ATM from 1997 documents ATM's architecture and its integration with existing carrier infrastructure at the peak of its deployment.

Applications

Asynchronous Transfer Mode has applications in a range of networking and telecommunications contexts, including:

  • Carrier backbone networks requiring integrated voice, video, and data transport
  • ADSL and DSL broadband access networks using ATM as the link layer
  • B-ISDN services for enterprise wide-area networking
  • Legacy ATM-over-SONET infrastructure still in service in some carrier environments
  • Network emulation layers in MPLS networks carrying ATM service contracts
Loading…