You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consensus is a fundamental problem in computer science especially with regards to distributed systems. It only makes sense to research one of the most influential consensus algorithms called Paxos, which was created by Leslie Lamport.
The main goal of this thread is to research paxos and create a general understanding which should later be summarized in a research post.
Questions
How exactly does Paxos work?
How can Paxos be applied?
What are some distributed systems that use Paxos?
What are some derivative works of Paxos?
Where does it not make sense to use Paxos?
Literature
The Part-Time Parliament - paper
This is the original paxos paper, describing the consensus algorithm devised by Leslie Lamport.
Consensus is a fundamental problem in computer science especially with regards to distributed systems. It only makes sense to research one of the most influential consensus algorithms called Paxos, which was created by Leslie Lamport.
The main goal of this thread is to research paxos and create a general understanding which should later be summarized in a research post.
Questions
Literature
This is the original paxos paper, describing the consensus algorithm devised by Leslie Lamport.
The text was updated successfully, but these errors were encountered: