Title :
Randomized consensus in expected O(n log2 n) operations per processor
Author :
Aspnes, James ; Waarts, Orli
Author_Institution :
IBM Almaden Res. Center, New York, NY, USA
Abstract :
The paper presents a new randomized algorithm for achieving consensus among asynchronous processors that communicate by reading and writing shared registers. The fastest previously known algorithm requires a processor to perform an expected O(n2 log n) read and write operations in the worst case. In the algorithm, each processor executes at most an expected O( n log2 n) read and write operations, which is close to the trivial lower bound of Ω(n). All previously known polynomial-time consensus algorithms were structured around a shared coin protocol in which each processor repeatedly adds random ±1 votes to a common pool. Consequently, in all of these protocols, the worst case expected bound on the number of read and write operations done by a single processor is asymptotically no better than the bound on the total number of read and write operations done by all of the processors together. The authors succeed in breaking this tradition by allowing the processors to cast votes of increasing weights. This grants the adversary greater control since he can choose from up to n different weights (one for each processor) when determining the w i ht of the next vote to be cast. They prove that the shared coin protocol is correct nevertheless using martingale arguments
Keywords :
game theory; multiprocessor interconnection networks; synchronisation; asynchronous processors; consensus; martingale arguments; randomized algorithm; reading; shared coin protocol; shared registers; worst case expected bound; writing; Control systems; Data structures; Heart; History; Polynomials; Processor scheduling; Protocols; Registers; Voting; Writing;
Conference_Titel :
Foundations of Computer Science, 1992. Proceedings., 33rd Annual Symposium on
Conference_Location :
Pittsburgh, PA
Print_ISBN :
0-8186-2900-2
DOI :
10.1109/SFCS.1992.267810