Research Article

Designing Fault Tolerance Strategy by Iterative Redundancy for Component-Based Distributed Computing Systems

Algorithm 2

CFI redundancy algorithm.
(1)    = 0;
(2)   = 0;
(3)   result = NON;
(4)   while     do
(5) redundancy execute times by
 randomly choosing independent components;
(6)  = + number of result by redundant execution
(7)   = + number of   result by redundant execution
(8)  If     then
(9)  result = ;
(10)    else
(11)  result = ;
(12)    end
(13) end