RTUComputer ScienceYr 2024 · Sem 62024

Q7Distributed System

Question

2 marks

What is the Bully algorithm used for?

Answer

The Bully Algorithm is an aggressive, decentralized mathematical protocol used to instantly elect a new coordinator node when the current master catastrophically crashes.

When a distributed cluster loses its master node, chaos ensues. The Bully algorithm mathematically forces all surviving nodes to broadcast their unique integer IDs. The node possessing the absolute highest ID violently "bullies" the others into submission, immediately declaring itself the new master to restore architectural order.

Back to Paper