Use mesh, star, hub-and-spoke, spine-and-leaf, three-tier, and collapsed-core language correctly in design and growth questions.
Topology questions are traffic-and-failure-domain questions. CompTIA is usually not asking you to pick the fanciest-sounding architecture. It is testing whether you can choose a topology that fits scale, resiliency, growth pattern, and operational simplicity.
Spine-and-leaf: A data-center topology that reduces east-west bottlenecks by connecting leaf switches to a shared spine layer.
Collapsed core: A design where distribution and core functions are combined, often to simplify smaller environments.
Hub-and-spoke: A design where remote locations connect through a central site rather than directly to every other site.
The strongest answers usually depend on whether you can balance:
| Topology or architecture | Strongest fit |
|---|---|
| star | simple access designs where central aggregation is acceptable |
| hub-and-spoke | branch environments centered on one main site |
| full mesh | high resilience between many nodes, with higher complexity and cost |
| three-tier | larger campus or enterprise separation of access, distribution, and core |
| collapsed core | smaller environments that want simpler design with some hierarchy |
| spine-and-leaf | data-center style east-west traffic and scalable high-speed fabric |
flowchart TD
A["Remote branch A"] --> H["Central site"]
B["Remote branch B"] --> H
C["Remote branch C"] --> H
D["Leaf switch 1"] --> S["Spine layer"]
E["Leaf switch 2"] --> S
What to notice:
CompTIA often writes the clue into the traffic pattern:
Continue with 1.9 IPv4, IPv6, CIDR & Subnetting to keep the domain flow intact.