Packet vs Circuit Switching Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is circuit switching?

A
  • A circuit-switched network requires the two nodes to create a dedicated communications channel (The “circuit”)
  • All data sent flows through this one path –> reliable
  • No other devices can use this path while it is reserved - this leads to bandwidth wastage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Packet switching?

A
  • A packet-switched network divides the data into packets, which can make their own way to the destination
  • Each router that receives a packet uses its destination IP address to forward it onwards
  • To reassemble, the packet numbers are used
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Packet switching: Pros and Cons

A

Pros:
- Efficient operation; connections can be used by multiple devices
- Congestion can be eased by spreading out routes
- Data can just be sent - no connection establishment and release needed

Cons:
- Some packets may be lost
- No control over where packets are routed via (security issue)
- Disassembly and reassembly of packets needs to be done, and all packets need header data
- Dependent on the decisions of routers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly