Kumar Uttpal · May 29, 2021
Viewstamped Replication: Passive Replication And Consensus
0Sign in to vote or save
This site took too long to answer. You can still read it on the original site — the toolbar below keeps your place in the directory.
Viewstamped replication(VR) is a state machine replication algorithm used to build highly available systems that continue to operate correctly even in presence of node failures and network partitions. It replicates change in state from one node to all other nodes over network. It differs from Paxos in that it is a replication protocol rather than a consensus protocol: it uses consensus, with a…

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.