Priority Scheduling
each connection gets a priority level
- n priority levels total
- service highest (to exhaustion) first, then on to next, etc [simple priority]
- in worst case, leads to starvation [hence need for admission control]
- in practice, only a few levels used (say, 3; one for network control, 1 for high priority and 1 for lower priority)