Flashcard Details
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
3