Вопрос

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.

Это было полезно?

Решение

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)
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top