문제

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