Home Understaning RAFT - distributed consensus protocol
Post
Cancel

Understaning RAFT - distributed consensus protocol

RAFT - Distributed Consensus Protocol

In this presentation, I talked about the RAFT consensus algorithm which is commonly used in large different systems to achieve consensus in a distributed environment. Many systems uses a custom implementation of the RAFT algorithm that is understandable and easy to implement compared to the Paxos algorithm for distributed consensus protocol.

We will start from the basic understanding of the algorithm and later see an issue with this algorithm. We will also talk on recent incident that caused an internet outage for many people and businesses.

Deck

Diagram

All Diagram download and view svg file in separate viewer.

Further readings

Blogs

Video:

This post is licensed under CC BY 4.0 by the author.

Code Smell Series: Unit Test

Code Smell Series: Big Class

Comments powered by Disqus.