Circuit Switching
Remember the mesh topology? Joining every device to every other took a cable for each pair, and that was only four computers. Nobody could cable every phone in India to every other phone. So large networks share: devices connect to switches, the switches connect to each other, and data finds its way across them.
1What a switching technique is
There are two switching techniques in your syllabus: circuit switching, in this lesson, and packet switching, in the next. The network below is used for both: three phones on the left, three on the right, and four switches (S1–S4) with two ways across — over S2 or through S3.
2Circuit switching
Every circuit-switched call has three steps:
- Set up — a path is found and reserved, switch by switch, from sender to receiver.
- Send data — everything travels along that one path, in order.
- Release — when the communication ends, the path is freed for others.
The old landline telephone worked this way. When you dialled, the telephone exchange connected a line all the way to the other phone, and it was yours until you hung up.
Press ▶ Play, or dial and hang up yourself. Drag sideways to turn.
Simplified: here each link carries one call. Real telephone lines carry thousands at once, but each call still has its own reserved share for as long as it lasts.
Look at step five of the story. E’s call is refused, although A and B are not saying anything. Their path is reserved, not used, and in circuit switching reserved is enough to keep everyone else out.
Think of a reserved railway coach
3Advantages and disadvantages
- Once connected, the path is always there: a steady, reliable connection.
- All data follows the same path, so it arrives in order.
- Nobody else’s data slows the call down.
- Setting up the path takes time before any data can be sent.
- The reserved path is wasted whenever nothing is being sent.
- Others are refused when the paths are taken, even if they are silent.
- If a link on the path breaks, the whole call is cut off.
4From the board papers
▶Show the answer
Circuit. “Before communication starts” and “dedicated path” both point to circuit switching.
▶Show the answer
Circuit switching. “Doesn’t share it” is the reserved path.
5Check yourself
In circuit switching, when is the path between sender and receiver set up?
A and B are connected by circuit switching but have stopped talking. Can another call use their path?