1.2.a Two-tier
The two-tier network architecture, also known as the collapsed core architecture, is a simplified network design commonly used in small to medium-sized networks. It consists of two layers: the Access layer and the Distribution layer.
Access Layer: This is the layer where end devices (like computers and printers) connect to the network. It provides access to the network for devices and handles data traffic between end devices and higher layers.
Distribution Layer: This layer acts as an intermediary between the Access layer and the Core. In the two-tier model, the Core layer is collapsed into the Distribution layer, meaning the Distribution layer also handles high-speed routing and switching for the network.
This architecture is cost-effective and easier to manage, making it suitable for smaller networks. However, it may not scale well for larger enterprises.
1.2.b Three-tier
The three-tier architecture is a more scalable and resilient network design typically used in larger enterprise networks. It includes three distinct layers: Core, Distribution, and Access.
Core Layer: This is the backbone of the network, providing high-speed data transport between different distribution layers. It is optimized for fast and reliable data forwarding.
Distribution Layer: This layer aggregates data from the Access layer and provides policy-based connectivity. It handles routing between VLANs and manages traffic for security and performance optimization.
Access Layer: Similar to the two-tier model, the Access layer connects end devices to the network. It handles device authentication, VLAN assignments, and PoE (Power over Ethernet) where required.
This architecture offers better scalability, flexibility, and redundancy, making it ideal for large, complex networks.
1.2.c Spine-Leaf
The Spine-Leaf architecture is a modern network topology used primarily in data centers to provide high-speed, low-latency networking. It consists of two layers: Spine and Leaf.
Spine Layer: This layer consists of high-speed switches that connect to every Leaf switch in the network. The Spine layer is responsible for fast data forwarding and ensures that all Leaf switches are interconnected with minimal hops.
Leaf Layer: The Leaf switches connect directly to the end devices (like servers and storage) and to the Spine switches. Every Leaf switch connects to every Spine switch, creating a non-blocking, full-mesh topology.
This architecture is highly scalable and supports east-west traffic patterns commonly found in modern applications and cloud services. It is especially useful in environments where predictable performance and low latency are critical.