NetworkingNetwork+

Network Topologies for CompTIA Network+ N10-009

Network topology describes the physical or logical arrangement of network nodes and connections. CompTIA Network+ N10-009 tests both physical topologies (how devices are physically connected) and logical topologies (how data flows). Questions ask you to identify topology types from diagrams, match topologies to use cases, and understand failure modes. Star, mesh, bus, ring, and hybrid topologies are all tested.

8 min
3 sections · 7 exam key points
2 practice questions

Physical Topologies

Star topology: all devices connect to a central device (switch or hub). Most common in modern LANs. Easy to troubleshoot — a single cable failure only affects that device. The central device is a single point of failure. If the switch fails, the entire network goes down.

Bus topology: all devices share a single cable (backbone). Legacy topology used in early Ethernet (10BASE5 coax). A single cable break disrupts the entire network. Requires terminators at both ends. Rarely used today but tested on the exam.

Ring topology: devices connect in a closed loop. Data travels in one direction (single ring) or both directions (dual ring for redundancy — FDDI). A single break disrupts single-ring networks. Token Ring and FDDI are ring technologies. SONET uses a dual-ring topology for resilience.

Mesh topology: every device connects to every other device (full mesh) or some devices have multiple connections (partial mesh). Full mesh provides maximum redundancy but requires n(n-1)/2 connections, making it expensive. Partial mesh is a practical compromise. Used in WAN designs and critical network infrastructure.

Hybrid topology: combines two or more topology types. The most common hybrid is a star-bus (individual star segments connected to a backbone bus). Modern enterprise networks are often hierarchical star topologies.

Logical Topologies and Wireless

Logical topology describes how data actually flows, regardless of physical connections. Early Token Ring networks were physically wired as a star (MAU at center) but logically operated as a ring. Modern Ethernet uses a logical bus (CSMA/CD collision detection) despite physical star wiring.

Wireless topology: infrastructure mode uses access points (star topology logically — all clients connect to the AP). Ad-hoc (IBSS) mode: devices communicate directly without an AP (peer-to-peer mesh). Wireless mesh networks use multiple APs with wireless backhaul to extend coverage without running cables to every AP.

Three-Tier Network Architecture

Enterprise networks use a three-tier hierarchical design: Core layer (high-speed backbone, minimal processing), Distribution layer (policy, routing between VLANs, aggregates access layer), Access layer (endpoint connections — where user devices connect). This hierarchy creates a tree-like topology optimized for scalability.

Spine-leaf architecture is the modern data center alternative: every leaf switch connects to every spine switch (partial mesh at the spine), eliminating the three-tier model's bottlenecks. Provides consistent low-latency east-west traffic paths between servers.

Network Topology Comparison

TopologyFailure ImpactCostModern Use
StarCentral device = single point of failureModerateStandard LAN (switched)
BusCable break = full network downLowLegacy only
RingOne break disrupts (single ring)Low–ModerateSONET, legacy
Full MeshHighest redundancyVery HighWAN cores, critical links
Partial MeshGood redundancy, manageableModerate–HighWAN design, distribution layer
HybridDepends on designVariesEnterprise networks

Key exam facts — Network+

  • Star topology: central device is single point of failure; cable failures are isolated
  • Bus topology: requires terminators; entire network fails if backbone breaks
  • Ring topology: Token Ring and FDDI; dual ring provides redundancy
  • Full mesh: every device connects to every other; n(n-1)/2 connections needed
  • Three-tier hierarchy: Core → Distribution → Access
  • Spine-leaf: modern data center topology; all leaf switches connect to all spine switches
  • Wireless infrastructure mode uses star topology (clients connect to AP)

Common exam traps

Modern Ethernet uses a bus topology

Modern switched Ethernet is a physical star topology (all devices connect to switches) though early Ethernet used a physical bus (shared coax)

A mesh network has no single points of failure

Full mesh eliminates single points of failure; partial mesh may still have bottlenecks depending on design

The core layer processes routing policies and ACLs

The core layer provides high-speed forwarding only; policies and routing decisions belong at the distribution layer

Practice questions — Network Topologies

These questions are representative of what you will see on Network+ exams. The correct answer and explanation are shown immediately below each question.

Q1.A network engineer is designing a network where all branch offices must remain connected even if any single WAN link fails. Which topology provides the most resilience?

A.Star
B.Bus
C.Ring
D.Full mesh

Explanation: A full mesh topology connects every site to every other site, providing multiple redundant paths. If any single link fails, traffic can route via alternate paths. Star topology has a central point of failure; bus fails with a single cable break; ring (single ring) fails if one link breaks.

Q2.What is the single point of failure in a star topology?

A.Any individual cable
B.The central switch or hub
C.The longest cable run
D.The first device to connect

Explanation: In a star topology, all devices connect to a central device (switch or hub). If that central device fails, all connected devices lose network access. Individual cable failures only affect the single device on that cable — this is actually an advantage of star topology for isolation.

Frequently asked questions — Network Topologies

What is the difference between physical and logical topology?

Physical topology describes how devices are physically connected (cable runs, device locations). Logical topology describes how data flows through the network. A classic example: Token Ring networks were physically wired in a star (hubs called MAUs at the center) but logically functioned as a ring (tokens passed in a circle). Modern Ethernet is physically a star but logically acts like a bus in its CSMA/CD heritage.

Is spine-leaf tested on Network+ N10-009?

Yes. Spine-leaf (also called leaf-spine) architecture is listed in the Network+ N10-009 exam objectives as a data center topology. Understand that it replaces three-tier design in modern data centers, every leaf connects to every spine (partial mesh), and it optimizes east-west traffic (server-to-server) rather than north-south (client-to-server).

Practice this topic

Test yourself on Network Topologies

JT Exams routes you to questions in your exact weak areas — automatically, after every session.

No credit card · Cancel anytime

Related certification topics