Packet & Circuit switching - internet structure 3 Flashcards

1
Q

What is circuit switching?

A

A method of communication where a direct link is created between two devices. The direct link is maintained for the duration of the entire conversation between devices. This process required two devices to transfer and receive data at the same rate.

  • Provides the basis for traditional telephone networks
  • Creates a temporary and dedicated link of fixed bandwidth between the source and destination that only lasts until the transmission is complete
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an advantage of circuit switching?

A

Guaranteed quality of transmission through dedicated bandwidth

  • Excellent for data that needs constant link end-to-end, such as real-time video
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a disadvantage of circuit switching?

A

A lot of potential bandwidth can be wasted

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

What is Packet Switching?

A

A method of communication in which data is communicated using packets across a network.

Breaks streams of data into smaller blocks, each sent independently of one another

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

What are the Pros and Cons of Packet Switching?

A

At each node, packets are sent via whichever route the node decides is the least congested - this maximises bandwidth but doesn’t guarantee the quality of the transmission

Packets can take different routes to their destination and may arrive out of order

It is more affordable and efficient than circuit switching, as all bandwidth can be used at once.

Requires less complex infrastructure and can easily respond if parts of the network fail

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

Compare Packet Switching and Circuit Switching

A

In CS, each data unit knows the entire path address which is provided by the source. In packet switching, each data unit just knows the final destination address intermediate path is decided by the routers. In packet switching, data is processed at all intermediate nodes, including the source system.

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

Circuit switching vs Packet Switching

State their differences

A

CS:
- physical path between source and destination
- all packets use the same path
- reserves bandwidth in advance
- can cause a lot of bandwidth wastage
- no store and forward transmission

PS:
- no physical path
- packets travel interdependently
- does not reserve bandwidth
- supports store and forward transmission

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