Bully algorithm: Difference between revisions

Content deleted Content added
m Added link to: Distributed Computing#Coordinator Election
Line 1:
The '''bully algorithm''' is a method in [[distributed computing]] for dynamically selectingelecting 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]].
 
==Assumptions==
Line 28:
 
== See also ==
*[[Distributed Computing#Coordinator Election]]
*[[Leader election]]
*[[Chang and Roberts algorithm]]