State machine replication
From Wikipedia, the free encyclopedia
State Machine Replication is a core technique for achieving distributed fault tolerance. Copies of some deterministic computing task (a "state machine"), typically an important service such as the NFS distributed file system, are executed on multiple nodes. This replication in space ensures that the failure of a subset of these nodes does not render the service inaccessible.