AdvancedVocabulary#distributed-systems#algorithms#backend

Raft Consensus Vocabulary

Build fluency in the vocabulary of electing a leader and replicating a log to a majority for a understandable consensus protocol.

0 / 5 completed
1 / 5
A teammate explains that a cluster elects a single leader via randomized election timeouts, and that leader replicates a log of commands to followers, only considering an entry committed once a majority of nodes have durably stored it. What consensus algorithm is being described?