Priority Queuing (PQ)
Algorithm:
- Packets assigned to four priority queues.
- Higher priority queues get serviced first.
- Each queue is serviced only if higher priority queues are empty.
Advantages:
- Higher priority queues yield lowest delay and delay jitter, and highest bandwidth.
Disadvantages:
- Low priority queues starve if higher priority queues saturate the output.