Research Article

Massive Sensor Array Fault Tolerance: Tolerance Mechanism and Fault Injection for Validation

Algorithm 1

Nsensor = 3 (can accommodate 1 Byzantine fault in each group by Lemma 1)
If Ngroup>MNFG×NT then no change is required
Else
 While Ngroup<MNFG×NT
    m=m+1
    Nsensor=2m+1
    Ngroup = NT /Nsensor
 End While
End If