LambdaLabTM
Computer Networks · Class 12 · Network Topologies
networkstopologies⏱️ 6 min read

Bus Topology

Picture a bus route along one long road. Every stop is on the same road, and the bus passes every stop. A bus network works the same way: one cable, and every computer sits on it.

1What a bus topology is

Bus topology
In a bus topology, all computers are connected to a single main cable called the backbone (or bus). Each end of the backbone is closed with a terminator.
Bus topology

Send a message first with everything working. Watch which computers it passes.

to
All six computers can reach each other. Send a message from PC A to PC D.
7
separate cables
15 / 15
pairs that can talk
yes
can A reach D?

2How data travels on a bus

When PC A sends a message, it goes onto the backbone and travels in both directions, all the way to both ends. It passes every computer on the way, and every computer receives it. Each one checks who the message is addressed to: the addressee keeps it, the rest ignore it.

At each end, a terminator soaks up the signal. Without it, the signal would bounce back off the end of the cable and crash into the next message.

Only one at a time
Because every computer shares the one cable, only one of them can send at a time. With a few computers this is fine. With many, they spend more and more time waiting for the cable to be free.

3When the backbone breaks

In the lab, cut PC C’s own short cable: only PC C is lost. Now cut the backbone. The cut leaves two cable ends without terminators, signals bounce back from them, and the whole network stops — not just the computers beyond the cut.

4Advantages and disadvantages

✅ Advantages
  • Uses the least cable, so it is cheap.
  • Simple to set up for a few computers.
  • Easy to add a computer: connect it to the backbone.
  • No central device is needed.
❌ Disadvantages
  • If the backbone fails, the whole network fails.
  • Hard to find where a fault is along a long cable.
  • Gets slower as more computers are added.
  • Every computer receives every message, which is less secure.

5Check yourself

Quick Check

In a bus topology, the main cable that all computers connect to is called the…

Quick Check

What is the job of a terminator in a bus network?

Quick Check

PC A sends a message to PC D on a bus. Which computers receive it?