Circuit switching vs Packet switching Flashcards
What is the key difference between circuit switching and packet switching?
The key difference is that a circuit-switched network sends data packets along the same route. A packet-switched network sends data packets along different routes.
Explain circuit switching
Data is split into packets.
These packets are transmitted over a network and take the same route to the destination.
When all the packets have arrived the data is reassembled.
The telephone system is an example of a circuit-switching network.
Explain packet switching
Data is split into packets.
These packets are transmitted over a network and take different routes to its destination.
When all the packets have arrived the data is reassembled.
The Internet is an example of a packet-switching network.
Advantages and Dis-Advantages of Circuit Switching
Advantage: Easy to reassemble the data (as the packets arrive in the order that they were sent)
Disadvantage: Not as secure (Hackers could intercept the packets and access the data as they all take the same route)
Advantages and Dis-Advantages of Packet Switching
Advantage: Better Security (Harder for a hacker to intercept all packets as they take different routes)
Disadvantage: Longer to reassemble the data at the destination (as the packets arrive out of order)