QoS Queues Flashcards

1
Q

First in, first out(FIFO)

A

A single queue with packets being processed in the exact order in which they arrived

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

Priority queuing (PQ)

A

This is not really a good queuing method because lower-priority queues are served only when the higher-priority queues are empty. There are only four queues, and low-priority traffic many never be sent.

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

Custom queuing (CQ)

A

With up to 16 queues and round-robin scheduling, CQ prevents low-level queue, starvation and provides traffic guarantees, But doesn’t provide strict priority for real-time traffic.

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

Weighted fair queuing (WFQ)

A

Divides up the bandwidth by the number of flows, which provided bandwidth for all applications. This was great for real-time traffic, but it doesn’t offer any quarantees for a particular flow.

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

Class-based weighted fair queuing (CBWFQ)

A

Provides fairness and bandwidth guarantees for all traffic, but it does not provide latency guarantees and is typlically only used for data traffic management

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

Low latency queueing(LLQ)

A

CBWFQ but with stricter priorities for real-time traffic.

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