Distributed Consensus - Crash Failures Scenario
What is the primary goal of the distributed consensus algorithm described?
How many rounds does the consensus algorithm run to tolerate up to f process failures?
What happens in a round if a process does not broadcast its current value?
What ensures that the consensus value does not change once it is reached?
Why is the fail-stop model suitable for this consensus algorithm?