Bully algorithm: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 7:
 
The '''bully algorithm''' is a programming mechanism that applies a hierarchy to nodes on a system, making a process coordinator or slave.
This is used as a method in [[distributed computing]] for dynamically electing a [[Distributed computing#Coordinator election|coordinator]] by process ID number. The process with the highest masalaprocess ID number is selected as the [[Distributed computing#Coordinator Election|coordinator]].
 
==Assumptions==