QoS Scheduling Flashcards
1
Q
Strict priority scheduling
A
Low-priority queues are only serviced once the high-priority queues are empty. This can cause queue starvation
2
Q
Round-robin scheduling
A
This is a rather fair technique because queues are serviced in a set sequence. Real time traffic will suffer
3
Q
Weighted fair scheduling
A
By weighing the queues, the scheduling process will service some queues more often the others. Does not provide bandwidth guarantees.