Consensus Algorithms

Multiple independent processes need to agree on an outcome.

A correct consensus protocol fulfills the following criteria:

Termination
every correct process decides some value
Integrity
if all processes proposed the same value (v), then any correct process must decide (v)
Agreement
Every correct process must agree on the same value

Quote of the Day

A leader can’t lead ’til he knows where he’s going.

— John Locke


2023-10-22