Content deleted Content added
fixed typo |
|||
Line 1:
The '''bully algorithm''' is a method in [[distributed computing]] for dynamically electing a [[Distributed Computing#Coordinator Election|coordinator]] by process ID number. The process with the highest process ID number is selected as the [[Distributed Computing#Coordinator Election|coordinator]].
Line 15 ⟶ 8:
* Prior information about other process id's must be known.
==
* Election Message: Sent to announce
* Answer Message: Respond to the election message
* Coordinator message: Sent to announce the identity of the elected process
Line 35 ⟶ 28:
== See also ==
*[[Distributed Computing#Coordinator
*[[Chang and Roberts algorithm]]
|