Replies: 3 comments
-
Can we assume a faulty random number generator? |
Beta Was this translation helpful? Give feedback.
-
I found an example of a run of the Ben-Or that never terminates online: |
Beta Was this translation helpful? Give feedback.
-
The Ben-Or algorithm is designed to converge with a high probability within a finite number of rounds. The only way to prolong the state of indecision is when no majority is reached, resulting in no ratified value. The presence of more failures makes it increasingly challenging to achieve a majority consensus. However, a majority can still be reached if Obviously, the algorithm wouldn't make progress if |
Beta Was this translation helpful? Give feedback.
-
Build a run of the Ben-Or randomised consensus algorithm that never terminates.
Beta Was this translation helpful? Give feedback.
All reactions