Physical vs Logical Topology
Tell apart how cables are run from how data actually flows.
Physical vs Logical Topology is a free Network+ Academy lesson on CoddyKit — lesson 3 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Network+ Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.
Two Kinds of Topology
The word topology actually covers two different ideas, and mixing them up causes confusion. Physical topology describes how cables and devices are physically arranged — the wires you could touch. Logical topology describes how data actually flows between devices, regardless of the physical wiring. A network can look like one shape physically but behave like another logically. This distinction is a favorite exam point.
Physical Topology Defined
The physical topology is the literal map of cabling: which device plugs into which port, where the switches sit, and how runs are routed through walls and racks. If you walked the building tracing cables, you would be documenting the physical topology. Most modern networks are physically wired as a star, with each device cabled back to a central switch.
Logical Topology Defined
The logical topology describes the path data takes and how devices share the medium — essentially the flow of traffic. It answers questions like: does data broadcast to everyone, or move point to point? Does access happen by collision detection or token passing? The logical topology is set by the technology and configuration, not by where the cables physically run.
When They Differ
The classic example is old Token Ring: it was wired physically as a star (each device cabled to a central MAU, or Multistation Access Unit), but data flowed logically in a ring, passing device to device. So the same network was a physical star and a logical ring at once. This is why you cannot judge data flow just by looking at the cabling.
Ethernet Example
Classic Ethernet on a hub is another mismatch. Devices plug into a central hub, making the physical shape a star. But a hub repeats every signal out all ports, so every device hears every transmission — data flows as if on a shared bus. Physically a star, logically a bus. Modern switches changed this by sending data only to the right port.
Why It Matters
Separating physical from logical helps you troubleshoot correctly. A cabling fault is a physical-layer problem you trace with your hands and a cable tester. A traffic-flow issue — like a broadcast storm or a VLAN misconfiguration — is logical, and you solve it in device configuration. Knowing which layer you are dealing with points you to the right tool and saves time.
Documenting Both
Network professionals maintain two kinds of diagrams. A physical diagram shows racks, ports, cable runs, and locations — useful for the cabling crew. A logical diagram shows IP subnets, VLANs, and traffic paths — useful for planning and security. Good documentation of both is expected in real jobs and tested as a best practice on the exam.
- Physical — cables, ports, locations.
- Logical — subnets, VLANs, data flow.
Switches Changed the Picture
Modern switches made physical and logical topologies align more closely. A switch learns which device is on each port and forwards frames only there, so a physical star also behaves as point-to-point logically. But logical separation still happens above the wiring through VLANs (Virtual LANs), which split one physical switch into several logical networks — a topic you will study later.
VLANs as Logical Overlays
A great modern example of logical-versus-physical is the VLAN. Several devices plugged into the same physical switch can be placed in different logical networks that cannot talk to each other directly. The wiring is one star, but logically there are multiple separate segments. This shows the logical topology is configured in software, independent of the cables.
Reading Diagrams
When you see a network diagram on the exam, ask which view it shows. A diagram of cable runs and rack units is physical; a diagram of IP ranges and traffic arrows is logical. Some scenario questions deliberately describe a physical star with logical bus or ring behavior to test whether you understand the difference. Slow down and identify the view before answering.
Quick Mental Model
Think of a subway system. The physical topology is where the tracks and tunnels are actually dug. The logical topology is the route map riders follow — which trains connect to which, sometimes sharing the same tracks in different patterns. The same tunnels can support several logical routes. Networks work the same way: one physical layout can carry many logical flows.
Quick Check
Test your understanding of physical versus logical topology.
Recap
You learned that topology has two meanings. Physical topology is the actual cabling and device placement; logical topology is how data really flows. They can differ — old Token Ring was a physical star but logical ring, and hub-based Ethernet was a physical star but logical bus. The distinction guides troubleshooting: physical faults need a cable tester, logical issues need configuration changes. VLANs show logical topology is set in software, independent of wiring.
Frequently asked questions
Is the “Physical vs Logical Topology” lesson free?
Yes — the full text of “Physical vs Logical Topology” is free to read here on the web, and the Network+ Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Network+ Academy course, upgrade to CoddyKit PRO.
What will I learn in “Physical vs Logical Topology”?
Tell apart how cables are run from how data actually flows. You practise Network+ Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.
Do I need any experience to start Network+ Academy?
No prior experience is required. Network+ Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 3 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “Physical vs Logical Topology” lesson take?
Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.
Can I write and run code in this Network+ Academy lesson?
Yes. Every Network+ Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.
All lessons in this course
- Star and Bus Topology Basics
- Ring and Mesh Topology Designs
- Physical vs Logical Topology
- Choosing a Layout for Your Needs