Content deleted Content added
m Reverted edits by 146.145.164.39 (talk) to last version by Andreas Kaufmann |
m Tidy using AWB |
||
Line 5:
# P broadcasts an election message (inquiry) to all other processes with higher process IDs.
# If P hears from no process with a higher process ID than it, it wins the election and broadcasts victory.
# If P hears from a process with a higher ID, P waits a certain amount of time for that process to broadcast itself as the leader.
Note that if P receives a victory message from a process with a lower ID number, it immediately initiates a new election.
==References==
* Witchel, Emmett (2005). [http://www.cs.utexas.edu/users/witchel/372/lectures/25.DistributedCoordination.ppt "Distributed Coordination"].
[[Category:Distributed algorithms]]
|