Packet Flipper
Network Topologies

Network Topologies

This objective covers network design (how devices are arranged physically and logically) and how data flows through those designs. CompTIA tests your ability to choose the right architecture based on scalability, cost, and efficiency.

1. Network Topologies (How Devices Connect)

Topologies describe the physical or logical layout of how nodes are interconnected.

Star / Hub and Spoke

  • What it is: Each device connects directly to a central device (such as a switch or a wireless access point). Devices cannot talk to each other without going through the center.
  • Pros/Cons: Very easy to manage and isolate faults. However, if the central device fails, the entire network goes down (Single Point of Failure).
  • Real-World Use: Your home network, where all phones and computers connect to one central Wi-Fi router.

Mesh

  • What it is: Every device connects to multiple other devices.
    • Full Mesh: Every single node connects to every other node.
    • Partial Mesh: Nodes connect to the devices they interact with most, but not all.
  • Pros/Cons: Incredible redundancy and fault tolerance. If one link dies, traffic takes another path. However, it is highly expensive and complex due to the massive amount of cabling or connections required.

Spine and Leaf

  • What it is: A modern network design built specifically for high-speed data centers. It consists of two layers:
    • Spine switches: The top layer. Every spine switch connects to every leaf switch. Spine switches never connect to other spine switches.
    • Leaf switches: The bottom layer. They connect to the servers/hosts and to the spine layer. Leaf switches never connect to other leaf switches.
  • Why it’s important: It guarantees that any server is exactly two hops away from any other server, making network speeds incredibly predictable.

Hybrid

  • What it is: A combination of two or more different topologies combined into a single network infrastructure.
  • Real-World Use: Connecting several star networks together using a mesh backbone layout between office buildings.

Point-to-Point

  • What it is: A direct, permanent link between exactly two network endpoints.
  • Real-World Use: Connecting two buildings across a street using a dedicated laser bridge or directional wireless antenna.

2. Network Architectures (The Corporate Blueprint)

Enterprise campus networks use hierarchical models to separate duties, making the network organized, scalable, and easy to troubleshoot.

The Three-Tier Hierarchical Model

  1. Access Layer (The Doorman): This is where end-user devices (computers, printers, IP phones) physically plug into the network.
    • Key Jobs: Port security, assigning VLANs, and supplying Power over Ethernet (PoE).
  2. Distribution Layer (The Traffic Cop): This layer sits between the access layer and the core. It aggregates all the smaller connections from the access switches and routes traffic between different subnets or VLANs.
    • Key Jobs: Routing, applying Access Control Lists (ACLs/firewall rules), and traffic filtering.
  3. Core Layer (The Highway): The high-speed backbone of the network. Its sole responsibility is to move massive amounts of data between distribution blocks as fast as humanly possible.
    • Key Rules: Never filter traffic or apply slow security policies here. It must be pure, uninterrupted speed.

Collapsed Core Model

  • What it is: A condensed version of the three-tier model in which the Core and Distribution layers are combined on the same physical switches.
  • Why use it: It saves money and reduces hardware complexity.
  • Real-World Use: Small-to-medium business networks that don’t have enough traffic to justify buying dedicated, ultra-expensive backbone core switches.

3. Traffic Flows (The Directions Data Moves)

Data flows describe the direction of traffic as it traverses a network or data center.

  • North-South Traffic: Data that is entering or exiting the data center/local network.
    • Analogy: Traffic moving from an internal client out to the public Internet, or an external customer connecting to an internal corporate web server.
  • East-West Traffic: Data that moves strictly inside the data center or local network between local devices.
    • Analogy: A web server talking to a database server sitting in the same server rack to fetch user data.

Exam Tip: Traditional corporate networks with users browsing the web are mostly North-South. Modern cloud data centers running heavy virtualized applications rely heavily on East-West traffic as virtual machines constantly sync and talk to each other locally.

Key Exam Study Matrix

ConceptLayer/CategoryKey Identifying Phrase for the Exam
Spine & LeafTopologyData center design: predictable performance; every leaf connects to every spine.
Access Layer3-Tier ModelWhere end-user devices connect; implement port security.
Core Layer3-Tier ModelHigh-speed backbone; no traffic filtering allowed; pure speed.
Collapsed CoreArchitectureCombines Core and Distribution layers for smaller networks.
East-WestTraffic FlowLateral movement of data internal to the data center or LAN.