1 / 3

Leader Election

Leader Election. What is the worst case turnaround time for the ring leader election algorithm? (# of message transmissions) A: N B: 2N C: 3N D: 3N-1. Leader Election. Ring-based algorithm guarantees: A: Safety B: Liveness C: Both D: Neither. Leader Election.

ondrea
Download Presentation

Leader Election

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Leader Election • What is the worst case turnaround time for the ring leader election algorithm? (# of message transmissions) • A: N • B: 2N • C: 3N • D: 3N-1

  2. Leader Election • Ring-based algorithm guarantees: • A: Safety • B: Liveness • C: Both • D: Neither

  3. Leader Election • What is the worst-case message complexity of the Bully algorithm? • A: O(1) • B: O(√N) • C: O(N) • D: O(N log N) • E: O(N2)

More Related