5.3 Topologies & Transmission Media
Key Takeaways
- Star topology dominates modern Ethernet LANs: each host links to a central switch; one cable fault usually isolates one node
- Bus and ring are legacy exam favorites — shared coax collision domains vs token/ring circulation tradeoffs
- Full mesh maximizes redundancy but scales poorly; partial mesh balances cost and alternate paths
- Copper is cheap and easy for short runs; fiber offers distance, bandwidth, and EMI immunity; wireless trades mobility for interference and security exposure
- Media choice interacts with topology: fiber uplinks between switches, copper to desks, wireless for mobility — all appear in CT-style scenarios
Topology is the logical or physical arrangement of nodes and links. Transmission media carry the signals those links use. Cyber Test items often ask which topology survives a single cut, which media resists electromagnetic interference (EMI), or which design fits a base LAN closet. Treat this section as decision-making, not cable catalog trivia.
Physical vs Logical Topology
- Physical topology — how cables and devices are actually laid out.
- Logical topology — how frames appear to flow.
Example: modern Ethernet is usually a physical star (cables to a switch) with a logical bus-like broadcast domain for unknown unicasts/broadcasts within a VLAN. Exam questions usually mean the physical pattern unless they say “logical.”
Star Topology
In a star, each end device connects to a central hub or switch.
Strengths
- Easy to install and troubleshoot (check one cable).
- Single cable failure typically affects only one host.
- Central switch enables managed VLANs, port security, and monitoring — cyber-friendly.
Weaknesses
- Central device is a single point of failure (mitigate with dual switches/stacks).
- More cable than a pure bus for the same node count.
Exam scenario: “Office PCs each cable to a closet switch.” → Star. If the switch dies, many users drop — that is the classic downside.
Bus Topology
A bus shares a single backbone cable; nodes tap the medium. Legacy coaxial Ethernet (10BASE2/10BASE5) is the mental model.
Strengths
- Minimal cable in small legacy designs.
- Simple conceptually.
Weaknesses
- A backbone break can split or kill the network.
- Shared medium → collisions (CSMA/CD era).
- Harder isolation: one noisy NIC can disrupt many nodes.
Bus questions often contrast collision domains and single-cable fragility against switched stars.
Ring Topology
In a ring, each node connects to two neighbors, forming a loop. Tokens or dual rings (FDDI/SONET heritage) may provide orderly access or failover.
Strengths
- Predictable access in token systems.
- Dual-ring designs can heal around one break.
Weaknesses
- Single-ring break can stop circulation unless bypass exists.
- Adds latency hops as rings grow.
- Rare in modern workstation LANs (still appears on aptitude exams).
Do not confuse with “switch loops” (broadcast storms) — Spanning Tree fights accidental Ethernet loops; intentional rings are a different design tradition.
Mesh Topology
Full mesh — every node links to every other node. Link count = n(n−1)/2.
Partial mesh — some redundant links, not all pairs (common in WAN cores).
Strengths
- Excellent redundancy and multiple paths.
- Supports resilient routing for mission networks.
Weaknesses
- Cost and complexity explode with full mesh.
- More interfaces to secure and monitor.
Exam scenario: “Headquarters routers need alternate paths if one WAN circuit fails, but not every site needs a direct circuit to every other site.” → Partial mesh.
Topology Comparison Table
| Topology | Central point? | Single link failure impact | Typical use today |
|---|---|---|---|
| Star | Yes (switch) | Usually one host | LAN access |
| Bus | No (shared trunk) | Often large segment impact | Legacy / exam history |
| Ring | No | Can break ring unless dual/bypass | Legacy / specialized |
| Full mesh | No | High resilience | Small critical fabrics |
| Partial mesh | No | Designed alternate paths | WAN / campus core |
Transmission Media Overview
| Medium | Signal | Typical strengths | Typical limits |
|---|---|---|---|
| Copper (UTP/STP, coax) | Electrical | Cheap, easy RJ-45 installs, PoE | Distance (~100 m for many Ethernet copper standards), EMI, eavesdropping proximity |
| Fiber optic | Light | Long distance, high bandwidth, EMI immunity, harder passive tap | Cost, specialized termination, no PoE over fiber alone |
| Wireless (RF) | Radio | Mobility, rapid deploy, no drops to every seat | Interference, attenuation, shared medium, easier RF interception if misconfigured |
Copper Tradeoffs
Unshielded twisted pair (Cat5e/Cat6) dominates desk drops. Twisting reduces crosstalk; shielding (STP) helps noisy industrial spaces. Copper supports Power over Ethernet for phones, cameras, and APs — valuable on base facilities.
Watch distance and noise: run copper past heavy motors or long outdoor spans and errors rise. For closet-to-closet uplinks across a campus, fiber usually wins.
Fiber Tradeoffs
Multimode fiber suits shorter building/campus runs; single-mode supports much longer distances (metro/WAN scales). Fiber ignores EMI — ideal near radar, generators, or dense RF. Bandwidth headroom supports 10G/40G/100G uplinks.
Cyber angle: fiber is harder to tap covertly than copper, but not “unhackable.” Endpoint compromise and optical taps still exist; fiber reduces casual EMI leakage more than it grants magical confidentiality.
Wireless Tradeoffs
Wi-Fi (802.11) extends star topologies: APs are switch-edge devices bridging RF to Ethernet. Benefits: mobility for maintainers and temporary ops floors. Costs: contention, channel planning, rogue APs, and weak passwords/misconfigured encryption.
Exam scenario: “Warehouse scanners need mobility; copper pulls are impractical.” → Wireless access, ideally with controller policy, strong auth (enterprise EAP), and monitoring — still backed by a wired star core.
Putting Topology + Media Together
A realistic base design:
- Star copper drops from workstations to access switches.
- Fiber uplinks (partial mesh or redundant star/ring-of-switches) between closets and core.
- Wireless overlay for mobile clients, terminating at APs on the wired star.
Failure analysis practice:
- One desk cable cut → one user (star copper).
- Core fiber cut without redundancy → many users.
- Jammer near flightline Wi-Fi → wireless clients suffer; wired users may be fine.
Exam Discrimination Drills
- Cheapest short office LAN with easy troubleshooting → star + copper.
- Long EMI-heavy run between buildings → fiber.
- Maximum alternate paths between five routers, cost no object → full mesh.
- Token-style circulation / dual-ring healing → ring heritage questions.
- Shared coax backbone, terminator needed → bus.
Know the resilience story, the cost story, and the media physics story. Those three lenses cover nearly every topologies-and-media item on the Cyber Test Networking domain.
In a star topology LAN using a central switch, what is the most likely impact of a single workstation cable failure?
Which transmission medium is generally best when the requirement is long distance, high bandwidth, and immunity to electromagnetic interference?
A designer needs alternate WAN paths among sites but cannot afford a circuit between every pair of sites. Which topology best matches this requirement?
Compared with copper Ethernet drops, a primary operational advantage of wireless LAN access for maintainers is: