A Highly Fault-Tolerant Quorum Consensus Method For Managing Replicated Data

Xm Lin,Me Orlowska
DOI: https://doi.org/10.1007/BFb0030831
1995-01-01
Abstract:The main objective of data replication is to provide high availability of data for processing transactions. Quorum consensus (QC) methods are frequently applied to managing replicated data. In this paper, we present a new QC method. The proposed QC approach has a low message overhead: 1) In the best case, each transaction operation process needs only to communicate with O(root nlog(1-1/2log32) n)(approximate to O(root nlog(0.208) n)) remote sites (n is the number of sites storing the manipulating data item). 2) In the worst case, each transaction operation process may be forced to communicate with O(root nlog(1/2log32) n) (approximate to(root nlog(0.792)n)) remote sites. Further, we can show that the proposed QC method is highly fault-tolerant. The proposed approach is also fully distributed, that is, each site in a distributed system bears equal responsibility.
What problem does this paper attempt to address?