- What 'switching' means
Switching is how a network decides the route data takes from sender to receiver.
When two devices communicate across a network, the data does not travel in a straight line — it crosses many connected devices and links. Switching is the method the network uses to decide which route the data takes from the sender to the receiver.
There are two methods you must know for 9618:
| Method | Core idea |
|---|---|
| Circuit switching | Reserve one dedicated path for the whole communication. |
| Packet switching | Split the message into packets that travel independently. |
Both get the data there, but they manage the network very differently — and each is better suited to different situations. The rest of these notes builds up each method, then compares them.
- Switching = how the network chooses the route for data.
- Circuit switching = one reserved dedicated path.
- Packet switching = independent packets, possibly different routes.