QoS Queues Flashcards
First in, first out(FIFO)
A single queue with packets being processed in the exact order in which they arrived
Priority queuing (PQ)
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.
Custom queuing (CQ)
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.
Weighted fair queuing (WFQ)
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.
Class-based weighted fair queuing (CBWFQ)
Provides fairness and bandwidth guarantees for all traffic, but it does not provide latency guarantees and is typlically only used for data traffic management
Low latency queueing(LLQ)
CBWFQ but with stricter priorities for real-time traffic.