Skip to search formSkip to main contentSkip to account menu

Paxos (computer science)

Known as: Paxos (disambiguation), Paxos protocol, Paxos distributed consensus algorithm 
Paxos is a family of protocols for solving consensus in a network of unreliable processors.Consensus is the process of agreeing on one result among a… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2018
2018
Resumo. Sistemas tolerantes a falhas normalmente adotam técnicas de replicação, como a Replicação Máquinas de Estados. Nesta t… 
2018
2018
Distributed systems are notorious for harboring subtle bugs. Verification can, in principle, eliminate these bugs a priori, but… 
2013
2013
Arbitrary faults such as bit flips have been often observed in commodity-hardware data centers and have disrupted large services… 
2012
2012
Standard state-machine replication involves consensus on a sequence of totally ordered requests through, for example, the Paxos… 
2011
2011
Aiming at the consensus problem in distributed system,this paper analyzes the three parts in the basic Paxos algorithm step by… 
2011
2011
In most functional languages, memory management is delegated to the runtime system. There usually exists a garbage collector in… 
2011
2011
The Fast Paxos algorithm, when presented in plain English, is still quite hard to understand for those like us—people who don’t… 
2006
2006
Coordination is an essential, architecture-level concern, which defines a pattern of behaviour scattered throughout architectural… 
2005
2005
Using distributed consensus algorithms is an established way to implement group communication systems with total message ordering…