Content deleted Content added
fixed typo |
Undid revision 654566059 by 2620:0:1000:2101:6108:EA9E:8F25:86DD (talk) |
||
Line 1:
{{Multiple issues|
{{Confusing|reason=is it unclear what is non-trivial about this algorithm|date=January 2015}}
{{Confusing|reason=is the communication model missing, is it all-to-all communication?|date=January 2015}}
{{Contradict|about=the assumption of being synchronous (having a rounds for all processes) and using timeouts|date=January 2015}}
{{Confusing|reason=is the section about "Election Type" a mix between an algorithm description and a comparison with another algorithm (which one even?) |date=January 2015}}
}}
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 8 ⟶ 15:
* 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 28 ⟶ 35:
== See also ==
*[[Distributed Computing#Coordinator
*[[Chang and Roberts algorithm]]
|