ATM
Initialism of asynchronous transfer mode.
ATM: a cell-based protocol for high-speed networks
Asynchronous Transfer Mode is a packet switching protocol designed to carry voice, video, and data traffic over the same physical infrastructure at speeds ranging from 25 Mbps to 622 Mbps, with later implementations reaching 10 Gbps. Unlike traditional packet switching, which uses variable-length frames, ATM breaks all traffic into fixed-size cells of exactly 53 bytes: 5 bytes of header and 48 bytes of payload. This rigid structure enables predictable latency and allows hardware switching at wire speed without the buffering complexity that variable-length packets demand.
The protocol uses virtual circuits rather than datagram routing. Before transmission begins, a connection is established through a series of switches, and a virtual channel identifier is assigned to the path. All cells for that connection follow the same route and arrive in order. This contrasts sharply with IP, where individual packets can take different paths and may arrive out of sequence. The virtual circuit model made ATM particularly attractive for applications requiring guaranteed quality of service, such as video conferencing and voice over packet networks.
Where ATM was deployed and why it receded
ATM dominated carrier networks and enterprise backbones through the 1990s and early 2000s. Vendors including Cisco, Alcatel, and Nortel built substantial product lines around ATM switching. Many telecommunications providers used ATM for core network infrastructure, and enterprises deployed it in campuses and data centers where quality of service guarantees justified the cost and complexity. However, advances in IP routing, faster Ethernet switching, and the rise of MPLS (Multiprotocol Label Switching) eliminated ATM's practical advantages. IP networks became capable of offering quality of service guarantees without ATM's overhead. By the mid-2010s, ATM equipment was largely retired from service.
The cell-based architecture and virtual circuit model, once strengths, became liabilities in an IP-centric world. Administrative overhead was high: managing connection state across dozens or hundreds of switches consumed skilled labor. The 48-byte payload was arbitrary; it represented a compromise struck in the 1980s between voice codec frame sizes and data packet sizes, and it wasted bandwidth on overhead for many real applications. A typical IP packet of 1500 bytes required 32 cells, adding significant framing cost.
ATM remains present in legacy networks, particularly in older carrier infrastructure and some military or aerospace systems where replacement budgets are constrained. Specialized ATM training has become niche, and new installations are exceptionally rare. Understanding ATM is still valuable for engineers maintaining systems built before 2010, troubleshooting migration projects, or working in industries where infrastructure lifecycles extend decades.