Are you sure you want to delete this flashcard?

DS

What is leader election in distributed systems and how does it handle node failures?

Leader election appoints a coordinator to manage tasks. Algorithms like Bully and Ring are used. Failures trigger re-election, ensuring continuity by choosing a new leader based on criteria like process IDs.

3

https://en.wikipedia.org/wiki/Leader_election

3

Cancel