randombit + paxos   20

A brief history of Consensus, 2PC and Transaction Commit
A survey of distributed consensus, two phase commit, etc papers over the last 30 years
concurrency  distributed  paxos  consensus 
february 2009 by randombit
TR521: Leader Election in Asynchronous Distributed Systems
In a classic paper, Garcia-Molina specifies the leader election problem for synchronous and asynchronous distributed systems with crash and link failures and gives an elegant algorithm for each type of system. This paper points out a flaw in Garcia-Molina
distributed  p2p  paxos 
october 2007 by randombit
Fast Byzantine Consensus
We present the first protocol that reaches asynchronous Byzantine consensus in two communication steps in the common case. We prove that our protocol is optimal in terms of both number of communication steps, and number of processes for two-step consensus
distributed  network  protocol  consensus  paxos 
october 2007 by randombit
Fast Paxos
Includes a specification of the protocol in TLA+ which may prove useful.
paxos  distributed  consensus  p2p  network  protocol 
october 2007 by randombit
BFT project homepage
This project is aimed at developing algorithms and implementation techniques to build practical Byzantine-fault-tolerant systems, that is, systems that work correctly even when some components are faulty and exhibit arbitrary behavior.
distributed  systems  papers  paxos 
september 2007 by randombit
JBP - Java Byzantine Paxos
Implementation of the Paxos at War protocol in Java.
protocol  distributed  java  paxos 
september 2007 by randombit
Paxos at War (UCAM-CL-TR-593)
The optimistic latency of Byzantine Paxos can be reduced from three communication steps to two, without using public-key cryptography.
distributed  systems  protocol  paxos 
september 2007 by randombit

Copy this bookmark:



description:


tags: