/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

harry.me
| | thomasvilhena.com
2.1 parsecs away

Travel
| | [AI summary] A review of four major consensus protocols-Chandra-Toueg, Ben-Or, Paxos, and Nakamoto-accompanying implementations in C#.
| | decomposition.al
4.2 parsecs away

Travel
| | by Devashish Purandare ยท edited by Sohum Banerjea and Lindsey Kuper
| | davquar.it
3.6 parsecs away

Travel
| | Let's look at Paxos: a beautiful and fundamental safe, but not live, distributed consensus protocol. Let's see how it works, what the main elements are, and have some examples.
| | timilearning.com
13.2 parsecs away

Travel
| One common pattern in the previous systems we have discussed like MapReduce, GFS, and VMware FT is that they all rely on a single entity to make the key decisions. While this has the advantage of making it easier for the system to decide, the downside of this approach is that the entity is now a single point of failure. In this post, we'll learn how the Raft consensus algorithm solves this problem.