Library

14.3.6 Network Topologies In Modern LANs

The physical and logical topology of modern Ethernet LANs differs significantly from early bus-based networks. Rather than sharing a single transmission medium, contemporary LANs are constructed from interconnected switches arranged in hierarchical or fabric-based architectures. The topology chosen influences scalability, latency, redundancy, and fault tolerance.

Unlike historical LAN topologies—bus, ring, and mesh—modern Ethernet networks are built upon point-to-point, full-duplex links organized into structured switching layers.

14.3.6.1 Physical Star Topology

At the physical layer, modern Ethernet deployments use a star topology. Each end device connects via a dedicated point-to-point link to a switch port. This arrangement eliminates shared collision domains, enables full-duplex communication, simplifies fault isolation, and facilitates centralized management.

Although the cabling layout forms a physical star, the logical connectivity of the network is determined by switching behavior and VLAN configuration rather than by physical wiring alone.

14.3.6.2 Hierarchical (Three-Tier) Architecture

Enterprise campus networks are commonly organized according to a hierarchical three-tier model consisting of access, distribution, and core layers.

This hierarchical structure improves scalability, simplifies management, enables modular network expansion, and enhances fault containment.

14.3.6.3 Redundancy And Resilience

Modern LAN topologies incorporate redundancy to eliminate single points of failure. Redundant links between switches create potential loops at Layer 2. Because Ethernet does not natively tolerate loops, control protocols are required to maintain stable operation. The most widely deployed mechanisms include:

Together, these mechanisms ensure that alternative paths are available in the event of link or switch failure while maintaining loop-free forwarding.

14.3.6.4 Spine–Leaf Architectures (Data Center Topology)

In modern data centers, traffic patterns are often dominated by east–west flows (server-to-server) rather than traditional north–south flows (client-to-server). In such environments, hierarchical campus models can introduce bottlenecks.

To address these requirements, many data centers employ a spine–leaf topology. Leaf switches connect directly to servers, while spine switches interconnect all leaf switches. Each leaf switch connects to every spine switch, creating a non-blocking fabric.

This architecture provides predictable low-latency paths, high bisection bandwidth, horizontal scalability, and support for equal-cost multipath (ECMP) routing. Unlike traditional campus networks that rely heavily on spanning-tree-based Layer 2 designs, spine–leaf architectures frequently employ Layer 3 routing between switches, reducing reliance on Layer 2 loop-prevention mechanisms.

14.3.6.5 Logical Versus Physical Topology

It is important to distinguish between physical topology—the actual cabling and switch interconnections—and logical topology—how frames and packets flow through the network. For example, a physically star-wired network may contain multiple VLANs that create separate logical broadcast domains, while a spine–leaf physical fabric may operate logically as a routed Layer 3 network.

In modern LAN design, logical topology often has greater significance than physical arrangement, because switching, VLAN configuration, and routing policies ultimately determine traffic flow and segmentation.

14.3.6.6 Evolution From Legacy Topologies

Early LAN technologies were characterized by shared-medium bus, ring, and mesh arrangements. In contrast, contemporary Ethernet LANs are point-to-point at the physical layer, switched at the Data Link Layer, and frequently routed internally at Layer 3. They are architected explicitly for redundancy, scalability, and high throughput.

The concept of topology has therefore evolved from describing how devices share a cable to describing how switching and routing fabrics are organized to optimize performance and resilience.

While modern wired LANs rely on structured switching architectures and dedicated point-to-point links, wireless LANs must coordinate medium access over a shared radio channel. We therefore now examine the principles and standards underlying Wireless Local Area Networks (WLANs).