mirror of
https://github.com/theanalyst/awesome-distributed-systems.git
synced 2025-02-03 15:25:10 -05:00
parent
53052fd732
commit
c60f86401a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ Paraphrasing @fogus from their [blog](http://blog.fogus.me/2011/09/08/10-technic
|
|||
|
||||
### Distributed Consensus and Fault-Tolerance
|
||||
- [Practical Byzantine Fault Tolerance](http://pmg.csail.mit.edu/papers/osdi99.pdf)
|
||||
- [The Byzantine Generals Problem](http://bnrg.cs.berkeley.edu/~adj/cs16x/hand-outs/Original_Byzantine.pdf)
|
||||
- [The Byzantine Generals Problem](https://lamport.azurewebsites.net/pubs/byz.pdf)
|
||||
- [Impossibility of Distributed Consensus with One Faulty Process](http://macs.citadel.edu/rudolphg/csci604/ImpossibilityofConsensus.pdf)
|
||||
- [The Part Time Parliament](http://research.microsoft.com/en-us/um/people/lamport/pubs/lamport-paxos.pdf) Paxos, Lamport's original Paxos paper, a bit difficult to understand, may require multiple passes
|
||||
- [Paxos Made Simple](http://research.microsoft.com/en-us/um/people/lamport/pubs/paxos-simple.pdf), a more terse readable Paxos paper by Lamport himself. Shorter and more easier compared to the original.
|
||||
|
|
Loading…
Add table
Reference in a new issue