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

Ring Topology

Pass a note round a circle of friends, each handing it to the person on their left, until it reaches the one it is for. That is a ring network — and you can already guess what happens if one friend leaves the circle.

Beyond the syllabus list
The CBSE syllabus names bus, star and tree. Ring and mesh are in many textbooks and are worth knowing, so they are here too.

1What a ring topology is

Ring topology
In a ring topology, each computer is connected to the next one, and the last is connected back to the first, forming a closed loop. Data travels round the ring in one direction.
Ring topology

Send A → D and watch B and C pass it on. Then cut one cable, or switch off PC C.

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

2How data travels in a ring

There is no hub. PC A hands its message to PC B. B sees it is not for B, and passes it on to C. C passes it to D, which keeps it. Every computer on the way receives and passes on the data.

Because data only goes one way, a message from A to F has to go the long way — through B, C, D and E — even though F is right next to A on the other side.

3One gap stops it all

Cut any one cable in the lab, or switch off any one computer. Data can no longer get all the way round, and the whole ring stops — every pair drops to zero. This is the ring’s biggest weakness.

The fix: a second ring
Some ring networks lay a second ring running the other way. If one ring breaks, data turns round and uses the other. It costs twice the cable.

4Advantages and disadvantages

✅ Advantages
  • No central hub is needed.
  • Every computer gets a fair turn, since data moves one way in order.
  • Data does not collide, even when the network is busy.
  • Each computer repeats the signal as it passes it on, so data can travel far.
❌ Disadvantages
  • One broken cable or one failed computer stops the whole network.
  • Adding or removing a computer breaks the ring while you do it.
  • Data may pass through many computers, which is slow.
  • Faults are hard to find.

5Check yourself

Quick Check

In a ring network, PC C is switched off. What happens?

Quick Check

How does data travel in a ring topology?