Bully algorithm: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
In [[distributed computing]], the '''bully algorithm''' is a method for dynamically electing a [[Distributed computing#Coordinator election|coordinator]] or leader from a group of distributed computer processes. The process with the highest process ID number from the amongst the non-failed processes is selected as the coordinator.
 
==Assumptions==