1.3.3.7 Circuit switching and Packet switching Flashcards
What are the two methods of sending data across a network?
- Circuit switching
- Packet switching
How does circuit switching work?
It creates a temporary and dedicated link of fixed bandwidth between the source and destination that only lasts until the transmission is complete.
How does packet switching work?
Packet switching breaks streams of data into smaller blocks, each sent independently of one another.
At each node, packets are sent via whichever route the node decides is the least congested.
This means that packets can take different routes to their destination.
There is no physical path in packet switching.
What is good about circuit switching? Where do we see it being used?
Guarantees the quality of the transmission through dedicated bandwidth, making circuit switching excellent for data that needs a constant link end-to-end such as real-time video.
What is the downside of circuit switching?
A lot of the potential bandwidth can be wasted.
What are the positives of packet switching?
- Maximises bandwidth
- More affordable and efficient
- All the bandwidth can be used at once and none of it is wasted.
- Requires less infrastructure and can easily respond.
What are the negatives of packet switching?
- Packets may arrive out of order
- Doesn’t guarantee the quality of the transmission.