0
2.1kviews
Write and explain the bully election algorithm.
1 Answer
| written 3.8 years ago by |
Bully election algorithm
The bully algorithm is a type of Election algorithm which is mainly used for choosing a coordinate. In a distributed system, we need some election algorithms such as bully and ring to get a coordinator that performs functions needed by other processes.
Election algorithms select a single …