Course contents
Fault tolerance is the ability of a system to continue performing its intended function despite of faults. In a broad sense, fault tolerance is associated with reliability, with successful operation, and with the absence of breakdowns.
The ultimate goal of fault tolerance is the development of a dependable system. As computer systems become relied upon by society more and more, dependability of these systems becomes a critical issue. In airplanes, chemical plants, heart pace-makers or other safety critical applications, a system failure can cost people's lives or environmental disaster.
There are various approaches to achieve fault-tolerance. Common to all these approaches is a certain amount of redundancy. This can a replicated hardware component, an additional check bit attached to a string of digital data, or a few lines of program code verifying the correctness of the program's results. In this course, we are going to study hardware as well and software fault tolerance. The rapid development of real-time computing applications that started around the mid-1990s, especially the demand for software-embedded intelligent devices, made software fault tolerance a pressing issue.
The following is a tentative list of topics to be covered:
- Introduction
- Definition of fault tolerance
- Redundancy
- Applications of fault-tolerance
- Fundamentals of dependability
- Attributes: reliability, availability, safety
- Impairments: faults, errors and failures
- Means: fault prevention, removal and forecasting
- Dependability evaluation
- Common measures: failures rate, mean time to failure, mean time to repair, etc.
- Reliability block diagrams
- Markov processes
- Hardware redundancy
- Redundancy schemes
- Evaluation and comparison
- Applications
- Information redundancy
- Codes: linear, Hamming, cyclic, unordered, arithmetic, etc.
- Encoding and decoding techniques
- Applications
- Time redundancy
- Software fault tolerance
- Specific features
- Software fault tolerance techniques: N-version programming, recovery blocks, self-checking software, etc.