L26. Describe the source and effect of queueing, propagation, and transmission delays Flashcards

1
Q

What is a delay?

A

Something that causes a packet to arrive slower

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

When does queueing delay happen?

A

Queuing delay arises when packets arrive at a router or switch faster than they can be processed and forwarded. This situation typically occurs during network congestion when multiple packets compete for the same output interface, causing packets to wait in a queue until the interface becomes available.

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

What are the effects of queueing delay?

A
  1. Increased latency. As packets wait in the queue, their overall transmission time increases.
  2. Jitter. High queuing delays can lead to jitter, which is the variability in packet arrival times
  3. Packet loss may occur if the queue becomes full, necessitating retransmissions and further compounding the delay.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What kinds of applications are most affected by jitter?

A

Real-time applications such as VoIP (Voice over IP), online gaming, and video conferencing where timely packet delivery is important.

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

What is propagation delay?

A

Propagation delay is the time it takes for a signal to travel from the sender to the receiver through the transmission medium, such as copper wires, optical fibers, or air.

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

What determines propagation delay?

A

The distance between the sender and receiver and the propagation speed of the signal in the medium.

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

What are the effects of propagation delay?

A

Propagation delay contributes to the total latency in the communication path. In real-time applications, excessive propagation delay can lead to noticeable lag, affecting synchronization and the overall user experience.

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

What kind of communication is most vulnerable to propagation delay?

A

Propagation delay becomes significant for long-distance communications, such as transcontinental or satellite links. For example, a signal traveling 1,000 kilometers through optical fiber experiences a propagation delay of about 5 milliseconds.

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

What is transmission delay?

A

Transmission delay is the time required to push all of a packet’s bits onto the transmission medium.

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

What determines transmission delay?

A

Transmission delay depends on the packet’s size and the transmission rate (bandwidth) of the link.

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

How is transmission delay calculated?

A

By dividing the packet size by the transmission rate. For instance, transmitting a 1,500-byte packet over a 1 Mbps link takes 12 milliseconds.

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

What are the effects of transmission delay?

A

Transmission delay impacts how quickly packets can be sent onto the network. Transmission delay is particularly critical in data-intensive applications or networks with limited bandwidth, where large packets can take substantial time to be transmitted, causing delays in data delivery.

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

What kind of communication is most vulnerable to transmission delay?

A

On high-bandwidth links, transmission delay is minimal, but on lower-bandwidth connections or with large packets, it can become significant.

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

How can transmission delay be mitigated?

A

Reducing packet sizes or increasing link bandwidth

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

Do queueing, propagation, and transmission affect each other?

A

Yes, all three types of delays cumulatively contribute to the total end-to-end delay experienced by data packets. To optimize network performance, it is essential to manage each type of delay.

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

How can delays be reduced?

A

Techniques such as traffic shaping, congestion control, optimizing routing paths, and upgrading network infrastructure to higher bandwidth or lower latency links can help reduce delays, ensuring efficient and reliable data transmission.

17
Q

How does QoS mitigate delays?

A

By assigning different priority levels to different types of traffic. Critical applications like VoIP and video conferencing can be given higher priority over less time-sensitive traffic, ensuring they experience minimal delay.

18
Q

What is traffic shaping?

A

A technique that regulates the flow of data into the network by smoothing out bursty traffic, ensuring a steady stream of packets, and reducing congestion. This can be achieved by queuing excess packets and releasing them at a controlled rate.

19
Q

What are two ways of mitigating propagation delay?

A
  1. Using shorter, more direct routes between source and destination to reduce the physical distance that signals must travel
  2. Deploying CDNs to serve content from a nearby server