Star and Bus Topology Basics
Compare the common star layout with the older shared-bus design.
Star and Bus Topology Basics is a free Network+ Academy lesson on CoddyKit — lesson 1 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.
Topology Means Layout
A topology is the shape or pattern in which devices on a network are connected. It describes how cables run and how data moves between machines. Choosing a topology affects three big things: cost, speed, and reliability. In this lesson you will compare the two oldest and most basic layouts: the star and the bus. Understanding them builds the foundation for the more advanced ring and mesh designs you will meet next.
The Star Topology
In a star topology, every device connects to one central point, usually a switch (a device that forwards data on a LAN, or Local Area Network). No device talks directly to another; all traffic passes through the center. This is the layout you see in almost every modern home and office network. Each cable run goes from a single device to the central switch, forming a star shape when drawn out.
Why the Star Wins
The star topology is popular because it is easy to manage and troubleshoot. If one cable fails, only that one device loses connectivity; everyone else keeps working. Adding a new device is simple: run one cable to a free port on the switch.
- Reliable — one bad cable does not take down the network.
- Scalable — add devices by plugging into open ports.
- Easy to isolate faults — problems trace to one link.
The Star Weakness
The star has one clear weakness: the central device is a single point of failure. If the switch loses power or breaks, every device connected to it goes offline at once. The star also needs more cabling than older designs, since each device gets its own dedicated run back to the center. Despite these costs, the reliability and simplicity make the star the standard choice today.
The Bus Topology
In a bus topology, all devices share a single long cable called the backbone. Each device taps into this one line. When a device sends data, the signal travels along the entire cable, and every device sees it, but only the intended recipient keeps it. The bus was common in early networks because it used very little cabling and was cheap to build.
Terminators and the Bus
A bus needs a terminator (a small resistor) at each end of the cable. Without terminators, signals bounce back down the line and cause interference that corrupts data. The bus also relied on CSMA/CD (Carrier Sense Multiple Access with Collision Detection) so devices could share the single wire without talking over each other constantly.
Why the Bus Faded
The bus topology has serious drawbacks that pushed it into history. Because every device shares one cable, only one can transmit at a time, so performance drops as you add devices. Worse, a single break or loose connector anywhere on the backbone can take down the entire network. Troubleshooting means hunting along the whole cable to find the fault.
Star vs Bus at a Glance
Comparing the two clarifies why the star replaced the bus:
- Cabling — bus uses one shared line; star uses one run per device.
- Fault tolerance — bus fails network-wide on one break; star isolates faults.
- Performance — bus shares bandwidth; star switches give each device a dedicated path.
- Cost — bus is cheaper in cable but far costlier in downtime.
Collisions and Sharing
The key difference is how the medium is shared. On a bus, every device competes for one cable, so collisions (two devices transmitting at once) are common and slow things down. A modern switched star avoids this: the switch gives each port its own collision-free path. This is a major reason the star plus switch design became the default for reliable, fast networks.
Where You See Them Today
The star topology is everywhere: your home router, an office wiring closet, and data-center racks all use it. The pure bus is essentially gone from modern Ethernet, though its idea survives in some bus systems like older cable TV runs and certain industrial control buses. For the Network+ exam, remember the star as the dominant practical design and the bus as the cautionary ancestor.
Quick Mental Model
Picture the star as a bicycle wheel: the switch is the hub and each spoke leads to one device. Picture the bus as a single hallway with doors along it, where one shouting voice fills the whole hall. The wheel keeps working if one spoke snaps; the hallway goes silent if the hall collapses anywhere. These images make the trade-offs easy to recall under exam pressure.
Quick Check
Test your understanding of star and bus layouts.
Recap
You compared the two most basic network layouts. The star connects every device to a central switch, isolating faults and scaling easily, but the switch is a single point of failure. The bus shares one backbone cable with terminators on each end; it is cheap but fails network-wide on any break and slows under load. The switched star is today's standard, while the bus survives mainly as a teaching example. Next you will explore ring and mesh designs.
Frequently asked questions
Is the “Star and Bus Topology Basics” lesson free?
Yes — the full text of “Star and Bus Topology Basics” 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 “Star and Bus Topology Basics”?
Compare the common star layout with the older shared-bus design. 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 1 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “Star and Bus Topology Basics” 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