QOS - The Need for QOS Flashcards

(34 cards)

1
Q

What are the 3 leading causes of quality issues?

A
  • Lack of bandwidth
  • Latency and jitter
  • Packet loss
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the available bandwidth on the data path from a source to a destination equal to?

A

The capacity of the lowest-bandwidth link.

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

What 3 types of traffic should get prioritized forwarding?

A
  • Voice
  • Video
  • Business-critical traffic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is another name for one-way end-to-end delay?

A

Network latency

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

What is network latency?

A

The time it takes for packets to travel across a network from a source to a destination.

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

What does ITU Recommendation G.114 recommend for maximum latency regardless of the application?

A

That a network latency of 400 ms should not be exceeded

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

What does ITU Recommendation G.114 recommend for maximum latency for real-time traffic?

A

For real-time traffic network latency should be less than 150 ms

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

At what latency level has Cisco and ITU determined when real-time traffic significantly degrades?

A

When network latency exceeds 200 ms

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

What are the 2 types of network latency?

A
  • Fixed latency
  • Variable latency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the 3 types of Fixed latency?

A
  • Propagation delay
  • Serialization delay
  • Processing delay
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the 1 type of variable latency?

A

Delay variation

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

What is propagation delay?

A

The time it takes for a packet to travel from the source to a destination at the speed of light over a medium such as fiber-optic cables or copper wires.

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

What is the speed of light?

A

299,792,458 meters per second in a vacuum.

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

In the case of fiber or copper cabling does the lack of a vacuum slow down the speed of light?

A

Yes

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

What is the refractive index?

A

The ratio indicating how much the speed of light is slowed down due to the lack of a vacuum.

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

What is the formula to determine the speed of light through a medium

A

Speed of light through a medium = Speed of light in a vacuum / Refractive index

17
Q

What is the propagation delay for satellite circuits?

A

The time it takes a radio wave traveling at the speed of light to go from the earth’s surface to the satellite.

18
Q

What is worse - a high refractive index or a low refractive index?

A

The larger the refractive index is the slower the speed of light is.

19
Q

What is serialization delay?

A

The time it takes to place all the bits of a packet onto a link.

20
Q

What is the formula to calculate serialization delay?

A

serialization delay = packet size in bits / link speed in bits per second

21
Q

What is processing delay?

A

The fixed amount of time it takes for a networking device to take the packet from an input interface and place the packet onto the output queue of the output interface.

22
Q

What are 5 factors that affect processing delay?

A
  • CPU speed
  • CPU utilization (load)
  • IP packet switch mode (process switching, CEF)
  • Router architecture (centralized or distributed)
  • Configured features on input and output interfaces
23
Q

What is another name for Delay Variation?

24
Q

What is Delay Variation?

A

The difference in the latency between packets in a single flow.

25
If one packet takes 50 ms to traverse the network from the source to destination, and the following packet takes 70 ms, what is the jitter (Delay Variation)?
70ms - 50ms = 20ms jitter (delay variation)
26
What causes jitter?
When there is a queueing delay experienced by packets during periods of network congestion.
27
What are 3 things that queuing delay depends on?
* The number and sizes of packets already in the queue * Link speed * Queuing mechanism
28
What can improve the effects of jitter?
De-jitter buffers that can help smooth out changes in packet arrival times due to jitter.
29
What 2 factors help define a de-jitter buffer?
* It is often dynamic * Can adjust for approximately 30 ms changes in arrival times of packets
30
What does a de-jitter buffer do if a packet arrives outside the 30 ms?
It is dropped.
31
How is jitter prevented for high priority real-time traffic?
Use queuing mechanisms such as low-latency queueing (LLQ) that allow matching packets to be forwarded prior to any other low priority traffic during periods of network congestion.
32
What causes packet loss?
Congestion on an interface.
33
What 4 things can be done to prevent packet loss?
* Increase link speed * Implement QoS congestion-avoidance and congestion-management mechanism * Traffic policing * Traffic shaping
34
Why is traffic shaping not recommended for real-time traffic?
Because it relies on queuing and queuing can cause jitter.