+Raft is a [consensus algorithm](/wiki/consensus_algorithm) designed to simplify the understanding and implementation of replicated log management. It ensures all nodes in a [distributed system](/wiki/distributed_system) agree on the same sequence of operations, even in the presence of server failures.
+## See also
+- [Distributed Computing](/wiki/distributed_computing)
+- [Fault Tolerance](/wiki/fault_tolerance)
+- [Paxos](/wiki/paxos)
... 1 more lines