Strict priority queuing

Strict priority (SP) is the simplest scheduling algorithm. For each round, the scheduler chooses the highest priority (numbered) queue when transmitting packets. Effectively, it will always empty all packets from the highest priority queue before any other lower priority queue.

While this does provide prioritization of traffic, spikes of high priority traffic will prevent lower priority traffic from being transmitted (queue starvation).