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

What is a Topology?

You have six computers to connect in a lab. You could run one long cable past all of them. You could give each one its own cable to a box in the middle. Or something in between. Each choice is a different shape of network.

1The definition

Network topology
The topology of a network is the way its computers and cables are arranged — the shape you would see if you drew the network from above.

Below are the same six computers wired in five different shapes. Switch between them and watch the cables change.

Same six computers, five shapes

Pick a shape. Then break something and send a message.

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?

2Why the shape matters

The shape decides the answers to three practical questions:

🧵 How much cable?

More cable costs more money and more work to lay.

💥 What if something breaks?

Does one computer lose the network, or does everyone?

➕ How easy is it to grow?

Can you add a computer without disturbing the others?

Try it in the lab: cut PC C’s cable in each shape, then make the central device fail. The same kind of fault does very different damage.

3The five shapes

Your syllabus names three of these — bus, star and tree. Ring and mesh appear in many textbooks and are worth knowing too, so they have lessons of their own.

Bus

All computers share one main cable, called the backbone.

Star

Each computer has its own cable to a central hub or switch.

Tree

Several stars joined to one backbone — bus and star together.

Ring

Each computer is cabled to the next, in a closed loop.

Mesh

Every computer is cabled directly to every other.

The hub or switch
The box in the middle of a star is a hub or a switch. Both join cables together; how they differ is a lesson in Network Devices. For topologies, all that matters is that the cables meet there.

4Topology is not the same as network type

The last chapter sorted networks by how far they reach — PAN, LAN, MAN, WAN. Topology is about shape. The two answer different questions, so a network has both: your school lab is a LAN (type) wired as a star (topology).

5Check yourself

Quick Check

The topology of a network describes…

Quick Check

A school lab has each computer cabled to a central switch. Which is correct?