HW4: Chapters 11 & 12
11.4. What is the common characteristic of all architectural styles that are geared to supporting software fault tolerance? Redundancy and diversity are the common characteristic of all architectural styles that are geared to supporting software fault tolerance. 11.7. It has been suggested that the control software for a radiation therapy machine, used to treat patients with cancer, should be implemented using N -version programming. Comment on whether or not you think this is a good suggestion. I think the use of N -version programming would be a good idea to eliminate errors as the slightest miscalculation could cause serious damage to a patient or even kill them. 11.9. Explain why you should explicitly handle all exceptions in a system that is intended to have a high level of availability. All exceptions in a system should be explicitly handled in a system so that it remains available. This way if there is an exception, the system will mo...