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 [[Leader election|electing]] a [[Distributed computing#Election|coordinator]] or leader from a group of distributed computer processes. The process with the highest process ID number from amongst the non-failed processes is selected as the coordinator.
 
==Assumptions==