LAN interconnection
What Is LAN Interconnection?
LAN interconnection is the set of techniques, devices, and protocols used to link two or more local area networks so that stations on separate networks can exchange data. The discipline addresses how networks that may differ in physical media, data rates, addressing schemes, or topologies can be joined at various layers of the OSI reference model to create a coherent extended network. LAN interconnection has grown in scope from the early bridging of Ethernet segments in the 1980s to the integration of wired, wireless, metropolitan, and wide-area networks in contemporary enterprise and service-provider infrastructure.
The technical challenge of interconnection scales with the degree of heterogeneity involved. Joining two identical Ethernet segments is largely a forwarding problem, solved at OSI Layer 2. Joining an Ethernet LAN to a Token Ring LAN, or to a wide-area packet network, requires translation of frame formats, addressing, and sometimes quality-of-service semantics at Layer 3 or above.
Bridging and Switching
The simplest form of LAN interconnection operates at the data link layer using bridges and switches. A bridge reads the source and destination MAC addresses in each frame and forwards or filters the frame based on a learning table that maps MAC addresses to network segments. The IEEE 802.1D standard defines the Spanning Tree Protocol (STP), which prevents forwarding loops in bridged networks by blocking redundant paths and activating them only if the primary path fails. Modern Ethernet switches extend this concept by maintaining per-port forwarding tables and supporting VLAN segmentation under IEEE 802.1Q, which partitions a physical switched fabric into multiple logically independent broadcast domains. The IEEE 802.1 working group continues to develop standards governing bridging, VLANs, and rapid spanning tree that underpin current enterprise LAN interconnection.
Routing and Internetworking
When interconnection spans heterogeneous networks or requires traversal of a metropolitan or wide-area infrastructure, routing at the network layer is required. A router maintains a routing table and forwards packets based on destination IP addresses, allowing LANs in different IP subnets to communicate across diverse underlying transport technologies. As described in the IEEE publication on bridges and routers in computer networks, the division of responsibility between Layer 2 bridging and Layer 3 routing reflects a fundamental tradeoff: bridges are simpler and faster but do not contain broadcast traffic, while routers segment broadcast domains at the cost of address translation and routing protocol overhead. Modern networks often employ Layer 3 switches that integrate routing and switching in hardware, reducing latency at subnet boundaries.
Wireless LAN Integration
Wireless LAN interconnection adds a radio access dimension to the bridging and routing picture. IEEE 802.11 access points connect wireless clients to a wired Ethernet infrastructure, typically operating as Layer 2 bridges that forward frames between the wireless medium and a wired switch port. Enterprise wireless deployments use CAPWAP (Control and Provisioning of Wireless Access Points) or proprietary controller architectures to centralize roaming, authentication, and radio resource management across many access points. The integration of wireless LANs with wired infrastructure and with wider area cellular networks has been addressed by IEEE 802.11 standards that specify interworking procedures, security, and quality-of-service mechanisms for heterogeneous network environments.
Applications
LAN interconnection has applications in a wide range of networking contexts, including:
- Enterprise campus networks linking buildings, floors, and departments through a hierarchical switching and routing architecture
- Data center fabrics interconnecting server racks, storage arrays, and management networks
- Metropolitan and wide-area extension of local networks through carrier Ethernet or VPN services
- Industrial control networks joining plant-floor Ethernet segments to supervisory control systems
- Wireless integration scenarios where mobile and fixed infrastructure share a common IP backbone