Explain Need for election algorithm
Explain Need for election algorithm
c. All processes give up except one that is the new coordinator. It announces its victory by
sending all processes a message telling them that starting immediately it is the new coordinator.
d. If a process that was previously down comes back up, it holds an election. If it happens to the
highest numbered process currently running, it will win the election and take over the
coordinator’s job. Thus, the biggest guy in town always wins, hence the name “bully algorithm”.
e. Example: