Voting protocol in distributed system

8.4k Views Asked by At

I'm learning Distributed Operating System,and I have a question about Voting protocol: "When should I use static voting protocol instead dynamic voting protocol?" (that mean, in any case static voting protocol is better than dynamic voting protocol).

Link to voting protocol.

1

There are 1 best solutions below

0
On BEST ANSWER

As stated in this set of notes on voting protocols:

  1. Benefits of static voting
    (a) Simple protocol
    (b) Little state kept at each site (version number only). Very scalable.
    (c) Good for static configurations that are realiable (parallel computers)