Local area networks
Local area networks (LANs) are communication networks interconnecting computers and devices within a limited geographic area such as a building or campus, at speeds wide-area networks cannot match.
What Are Local Area Networks?
Local area networks (LANs) are communication networks that interconnect computers and devices within a limited geographic area, typically a single building, campus, or industrial facility. They enable devices to share data, storage, and services at speeds and latencies that wide-area networks cannot replicate, making them the foundational infrastructure for office computing, data centers, manufacturing automation, and educational facilities. A LAN operates under the ownership and administration of a single organization, distinguishing it from the public internet or carrier-operated metropolitan and regional area networks that span wider geographic territories.
LANs draw their theoretical foundations from circuit theory, queuing theory, and distributed systems research. Their design requires selecting appropriate physical media, access control protocols, and addressing schemes to deliver the throughput, latency, and reliability that connected applications require. The field has been standardized through the IEEE 802 committee, which has governed LAN architectures and protocols since its formation in 1980.
Media Access Protocols
A LAN's media access control (MAC) protocol governs how multiple stations share a common transmission medium without mutual interference. The dominant protocol is Carrier Sense Multiple Access with Collision Detection (CSMA/CD), defined in the IEEE 802.3 Ethernet standard and covering Ethernet speeds from 1 Mb/s to 400 Gb/s. CSMA/CD stations listen before transmitting and abort transmission when they detect a simultaneous transmission from another station, then retry after a randomized backoff interval. At gigabit and higher speeds, full-duplex switched Ethernet has largely replaced the shared-medium collision model, but the MAC frame format and addressing conventions remain continuous with the original standard.
Token-passing protocols, including the IEEE 802.4 token bus and IEEE 802.5 token ring standards developed alongside early Ethernet, allocated transmission rights sequentially by circulating a control token. These approaches offered deterministic access timing valued in industrial automation, but they were largely displaced by switched Ethernet across most LAN environments by the late 1990s.
LAN Interconnection and Internetworking
A single LAN segment is limited in geographic span and the number of devices it can support efficiently. Bridges, switches, and routers extend these boundaries. Layer 2 switches connect LAN segments at the MAC level, forwarding frames selectively based on learned address tables and creating a single logical broadcast domain. Routers interconnect LANs into an internetwork, operating at the network layer to route packets between segments with different addressing schemes.
Virtual private networks (VPNs) extend LAN-like connectivity across wide-area links by encapsulating and encrypting traffic through tunnels carried over the public internet or carrier networks, effectively bridging geographically dispersed LAN segments into a unified network. IEEE research on LAN interconnection architectures documents the early standardization work that established the compatibility requirements for interconnecting CSMA/CD LANs.
Storage Area Networks and High-Performance Configurations
Storage area networks (SANs) are specialized LANs dedicated to connecting servers with high-capacity storage arrays, separating storage traffic from general-purpose data traffic for performance and security reasons. SANs typically use Fibre Channel or iSCSI protocols over dedicated physical infrastructure, providing the block-level storage access that database and virtualization workloads require.
High-performance computing clusters depend on LANs with very low latency and high bisection bandwidth to sustain parallel computation across multiprocessor and multi-node configurations. Technologies such as InfiniBand and 25/100 Gb Ethernet, described in IEEE 802.3 specifications for high-speed Ethernet, serve these environments alongside conventional switched campus LANs.
Applications
Local area networks have applications in a wide range of fields, including:
- Enterprise office networking and file and print server access
- Data center interconnects linking servers and storage systems
- Industrial automation and process control networks
- Campus wireless LANs serving mobile computing and IoT devices
- Distributed computing clusters for scientific and machine learning workloads