Answer to Question 1Human behavior is not nearly as predictable as the reliability of hardware and software components in a complex system. The system designer must consider what human operators might do to make a system work less safely or effectively. The challenge is to design a system that works as it should and leaves little room for erroneous judgment on the part of the operator. For instance, a self-medicating pain-relief system must allow a patient to press a button to receive more pain reliever, but must also regulate itself to prevent an overdose. Additional risk can be introduced if a designer does not anticipate the information an operator needs and how the operator will react under the daily pressures of actual operation, especially in a crisis. Some people keep their wits about them and perform admirably in an emergency, but others may panic and make a bad situation worse.
Answer to Question 2N-version programming is a form of redundancy that involves the execution of a series of program instructions simultaneously by two or more different systems. The systems use different algorithms to execute instructions that accomplish the same result. The results from the two or more systems are then compared; if a difference is found, another algorithm is executed to determine which system yielded the correct result. In this case, instructions for the three systems will be written by three different software development firms and run on different hardware devices.
The advantages include:
- It is highly unlikely that the three systems will fail at the same time under the same conditions.
- Having three separate firms develop the systems will help to ensure the three systems do not fail in the same way, since each firm will be independent in their implementations.
- In building a safety-critical system, N-Version systems offer more reliability than just one system.
The disadvantages include:
- If the three systems do fail and the failures are correlated, the practical gain in reliability may be limited.
The costs associated with using three separate firms may be greater than if one firm developed the three systems