Distributed Consensus - Crash Failures Scenario
Which process must crash in order for consensus to take at least 2 rounds?
What happens when no processes crash during the consensus algorithm?
In the fail-stop model, what characterizes a crashed process?
When must the lowest value/ID process crash for consensus to take at least 2 rounds?
What determines the final consensus value in the algorithm?
Why does the algorithm guarantee that consensus will be reached in exactly f+1 rounds in the worst case?
Which processes must crash in order for consensus to take at least 3 rounds?
What is the theoretical maximum number of rounds needed for consensus with n processes and f failures?
When should processes crash in the second round, in order for consensus to take 3 rounds?