Proportional-fair scheduling

From Wikipedia, the free encyclopedia
(Redirected from Proportionally fair)

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.[1][2]

Weighted fair queuing[edit]

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 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, 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 networks, where reported SNR is used as the primary costing factor.
  • In wireless networks with fast Dynamic Channel Allocation, 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[edit]

Another way to schedule data transfer that leads to similar results is through the use of prioritization coefficients.[3] 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.[2] Using and will yield the proportional fair scheduling algorithm used in 3G networks.[3] 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[edit]

References[edit]

  1. ^ Kushner, H. J.; Whiting, P.A. (July 2004), "Convergence of proportional-fair sharing algorithms under general conditions", IEEE Transactions on Wireless Communications, 3 (4): 1250–1259, CiteSeerX 10.1.1.8.6408, doi:10.1109/TWC.2004.830826, S2CID 6780351.
  2. ^ a b Guowang Miao, Jens Zander, Ki Won Sung, and Ben Slimane, Fundamentals of Mobile Data Networks, Cambridge University Press, ISBN 1107143217, 2016.
  3. ^ a b Ji Yang; Zhang Yifan; Wang Ying; Zhang Ping (2004), "Average rate updating mechanism in proportional fair scheduler for HDR", IEEE Global Telecommunications Conference, 2004. GLOBECOM '04, vol. 6, pp. 3464–3466, doi:10.1109/GLOCOM.2004.1379010, ISBN 0-7803-8794-5

Further reading[edit]