Proportional-fair scheduling is a compromise-based
scheduling algorithm. It is based upon maintaining a balance between two competing interests: Trying to maximize the total throughput of the network (wired or not) while at the same time allowing all users at least a minimal level of service. This is done by assigning each data flow a data rate or a scheduling priority (depending on the implementation) that is inversely proportional to its anticipated resource consumption.
[ Guowang Miao, Jens Zander, Ki Won Sung, and Ben Slimane, Fundamentals of Mobile Data Networks, Cambridge University Press, , 2016.]
Weighted fair queuing
Proportionally fair scheduling can be achieved by means of
weighted fair queuing (WFQ), by setting the scheduling weights for data flow
to
, where the cost
is the amount of consumed resources per data bit. For instance:
* In
CDMA
Code-division multiple access (CDMA) is a channel access method used by various radio communication technologies. CDMA is an example of multiple access, where several transmitters can send information simultaneously over a single communicatio ...
spread spectrum cellular networks, the cost may be the required energy per bit in the
transmit power control (the increased interference level).
* In wireless communication with
link adaptation Link adaptation, comprising adaptive coding and modulation (ACM) and others (such as Power Control), is a term used in wireless communications to denote the matching of the modulation, coding and other signal and protocol parameters to the conditi ...
, the cost may be the required time to transmit a certain number of bits using the modulation and error coding scheme that this required. An example of this is
EVDO
Evolution-Data Optimized (EV-DO, EVDO, etc.) is a telecommunications standard for the wireless transmission of data through radio signals, typically for broadband Internet access. EV-DO is an evolution of the CDMA2000 ( IS-2000) standard which ...
networks, where reported
SNR The initialism SNR may refer to:
* Signal-to-noise ratio
Signal-to-noise ratio (SNR or S/N) is a measure used in science and engineering that compares the level of a desired signal to the level of background noise. SNR is defined as the ratio ...
is used as the primary costing factor.
* In wireless networks with fast
Dynamic Channel Allocation
In radio resource management for wireless and cellular networks, channel allocation schemes allocate bandwidth and communication channels to base stations, access points and terminal equipment. The objective is to achieve maximum system spectral ...
, the cost may be the number of nearby base station sites that can not use the same frequency channel simultaneously, in view to avoid co-channel interference.
User prioritization
Another way to schedule data transfer that leads to similar results is through the use of prioritization coefficients.
Here we schedule the channel for the station that has the maximum of the priority function:
*
denotes the data rate potentially achievable for the station in the present time slot.
*
is the historical average data rate of this station.
*
and
tune the "fairness" of the scheduler.
By adjusting
and
in the formula above, we are able to adjust the balance between serving the best mobiles (the ones in the best channel conditions) more often and serving the costly mobiles often enough that they have an acceptable level of performance.
In the extreme case (
and
) the scheduler acts in a "packet" round-robin fashion and serves all mobiles one after the other (but not equally often in time), with no regard for resource consumption, and such that each user gets the same amount of data. The (
and
) scheduler could be called "maximum fairness scheduler" (to be used to provide equal throughout to voice users for example). If
and
then the scheduler will always serve the mobile with the best channel conditions. This will maximize the throughput of the channel while stations with low
are not served at all. The (
and
) scheduler could be called "max rate" scheduler.
[ Using and will yield the proportional fair scheduling algorithm used in 3G networks.] The ( and ) scheduler could be implemented by providing the same amount of time & spectrum for each user, irrespective of the desired packet size, channel quality and data rate (MCS) used. The proportional fair ( and ) scheduler could be called "equal effort scheduler" or "time/spectrum Round Robin scheduler".
This technique can be further parametrized by using a "memory constant" that determines the period of time over which the station data rate used in calculating the priority function is averaged. A larger constant generally improves throughput at the expense of reduced short-term fairness.
See also
*Scheduling (computing)
In computing, scheduling is the action of assigning resources to perform tasks. The resources may be processors, network links or expansion cards. The tasks may be threads, processes or data flows.
The scheduling activity is carried out b ...
- an introduction to the general topic of scheduling.
*Round-robin scheduling
Round-robin (RR) is one of the algorithms employed by process and network schedulers in computing. Guowang Miao, Jens Zander, Ki Won Sung, and Ben Slimane, Fundamentals of Mobile Data Networks, Cambridge University Press, , 2016.
As the term ...
- a different scheduling algorithm.
* Proportional-fair rule - a more general rule for selecting among different alternatives, based on the same principle of balancing efficiency and fairness.
References
Further reading
*
*
*
{{DEFAULTSORT:Proportionally Fair
Radio resource management
Wireless
Mobile telecommunications
Network scheduling algorithms
Fair division protocols