funini.com
自由研究
耐故障処理 (Fault Torelance System)
Distributed
System
Fault Tolerance


votesの設定
信頼でき高速なプロセッサは票数を多く
c=4, w=3
成立するのは
{1,2,3}
(10ms)
{1,2,4}
(100ms)
{1,3,4}
(100ms)
{2,3,4}
(100ms)
{1,2,3,4}
(100ms)
c=8, w=5
成立するのは
{1,2}
(10ms)
{1,3}
(10ms)
{1,2,3}
(10ms)
{1,2,4}
(100ms)
{1,3,4}
(100msec)
{2,3,4}
(100ms)
{1,2,3,4}
(100msec)