Title :
Load balancing with memory
Author :
Mitzenmacher, Michael ; Prabhakar, Balaji ; Shah, Devavrat
Author_Institution :
Harvard Univ., Boston, MA, USA
Abstract :
A standard load balancing model considers placing n balls into n bins by choosing d possible locations for each ball independently and uniformly at random and sequentially placing each in the least loaded of its chosen bins. It is well known that allowing just a small amount of choice (d = 2) greatly improves performance over random placement (d = 1). In this paper, we show that similar performance gains occur by introducing memory. We focus on the situation where each time a ball is placed, the least loaded of that ball´s choices after placement is remembered and used as one of the possible choices for the next ball. For example, we show that when each ball gets just one random choice, but can also choose the best of the last ball´s choices, the maximum number of balls in a bin is log log n/2 log φ + O(1) with high probability, where φ = (1 + √5)/2 is the golden ratio. The asymptotic performance is therefore better with one random choice and one choice from memory than with two fresh random choices for each ball; the performance with memory asymptotically matches the asymmetric policy, using two choices introduced by Vocking (1999). More generally, we find that a small amount of memory, like a small amount of choice, can dramatically improve the load balancing performance. We also investigate continuous time variations corresponding to queueing systems, where we find similar results.
Keywords :
bin packing; asymptotic performance; golden ratio; probability; random placement; standard load balancing model; Algorithm design and analysis; Gold; Grounding; Load management; Load modeling; Performance gain; Routing; Scheduling algorithm; Switches; Telephony;
Conference_Titel :
Foundations of Computer Science, 2002. Proceedings. The 43rd Annual IEEE Symposium on
Print_ISBN :
0-7695-1822-2
DOI :
10.1109/SFCS.2002.1182005