Faster randomized consensus with an oblivious adversary

James Aspnes. Faster randomized consensus with an oblivious adversary. 2012 ACM Symposium on Principles of Distributed Computing, July 2012, pp. 1–8. Submitted to Distributed Computing (PODC 2012 special issue), October 2012.

Abstract

Two new algorithms are given for randomized consensus in a shared-memory model with an oblivious adversary. Each is based on a new construction of a conciliator, an object that guarantees termination and validity, but that only guarantees agreement with constant probability. The first conciliator assumes unit-cost snapshots and achieves agreement among n processes with probability 1-ε in O(log* n + log(1/ε)) steps for each process. The second uses ordinary multi-writer registers, and achieves agreement with probability 1-ε in O(log log n + log(1/ε)) steps. Combining these constructions with known results gives randomized consensus for arbitrarily many possible input values using unit-cost snapshots in O(log* n) expected steps and randomized consensus for up to O(log n log log n) possible input values using ordinary registers in O(log log n) expected steps.

BibTeX

@inproceedings{Aspnes2012,
author = {James Aspnes},
title = {Faster randomized consensus with an oblivious adversary},
month = jul,
year = 2012,
booktitle = {2012 ACM Symposium on Principles of Distributed Computing},
pages={1--8}
}

Consolidated BibTeX file
Return to James Aspnes's publications
Return to James Aspnes's home page