Posts

Es werden Posts vom September, 2017 angezeigt.

Fault Injection and Detection in Static Pattern-based Execution (SDR)

Bild
What is Static Detection and Recovery (SDR) ? In an earlier blog post I explained how Static Reliable Execution (SRE) uses a pattern (predefined sequence of bits) to decide which version of the task to execute. To comply to an (m,k) requirement (m out of k tasks have to be correct to prevent mission failure) SRE executes an error-correction version if there is a "1" at the current bit position, and a basic version if there is a "0". The problem with the SRE approach is that an error-correction version is executed m times to comply to (m,k). In general, error-correction consumes a lot of resources, more than for error detection. One way to correct errors in a calculation is to run the calculation three (or more) times, and then compare the result to use majority voting. This is the reason why we want to execute as less error-correction versions as possible. Instead of executing an error- correction version every time there is a "1" in the pattern, w