replicated state machine
RU: replicated state machine
An architecture where each node in a cluster maintains an identical state machine driven by the same ordered log of commands. Consensus algorithms such as Raft ensure every node applies the same command at the same log index, so all replicas reach the same state even if a minority of nodes fail.