Lectures Software Engineering - Chapter 16: Dependability

ppt 33 trang hoanguyen 3170
Bạn đang xem 20 trang mẫu của tài liệu "Lectures Software Engineering - Chapter 16: Dependability", để tải tài liệu gốc về máy bạn click vào nút DOWNLOAD ở trên

Tài liệu đính kèm:

  • pptlectures_software_engineering_chapter_16_dependability.ppt

Nội dung text: Lectures Software Engineering - Chapter 16: Dependability

  1. Dependability • The extent to which a critical system is trusted by its users ©Ian Sommerville 2000 Dependability Slide 1
  2. The concept of dependability l For critical systems, it is usually the case that the most important system property is the dependability of the system l The dependability of a system reflects the user’s degree of trust in that system. It reflects the extent of the user’s confidence that it will operate as users expect and that it will not ‘fail’ in normal use l Usefulness and trustworthiness are not the same thing. A system does not have to be trusted to be useful ©Ian Sommerville 2000 Dependability Slide 2
  3. Dimensions of dependability ©Ian Sommerville 2000 Dependability Slide 3
  4. Maintainability l A system attribute which is concerned with the ease of repairing the system after a failure has been discovered or changing the system to include new features l Very important for critical systems as faults are often introduced into a system because of maintenance problems l Maintainability is distinct from other dimensions of dependability because it is a static and not a dynamic system attribute. I do not cover it in this course. ©Ian Sommerville 2000 Dependability Slide 4
  5. Survivability l The ability of a system to continue to deliver its services to users in the face of deliberate or accidental attack l This is an increasingly important attribute for distributed systems whose security can be compromised l Survivability subsumes the notion of resilience - the ability of a system to continue in operation in spite of component failures ©Ian Sommerville 2000 Dependability Slide 5
  6. Costs of increasing dependability Cost Dependability Low Medium High Very Ultra- high high ©Ian Sommerville 2000 Dependability Slide 6
  7. Dependability costs l Dependability costs tend to increase exponentially as increasing levels of dependability are required l There are two reasons for this • The use of more expensive development techniques and hardware that are required to achieve the higher levels of dependability • The increased testing and system validation that is required to convince the system client that the required levels of dependability have been achieved ©Ian Sommerville 2000 Dependability Slide 7
  8. Dependability vs performance l Untrustworthy systems may be rejected by their users l System failure costs may be very high l It is very difficult to tune systems to make them more dependable l It may be possible to compensate for poor performance l Untrustworthy systems may cause loss of valuable information ©Ian Sommerville 2000 Dependability Slide 8
  9. Dependability economics l Because of very high costs of dependability achievement, it may be more cost effective to accept untrustworthy systems and pay for failure costs l However, this depends on social and political factors. A reputation for products that can’t be trusted may lose future business l Depends on system type - for business systems in particular, modest levels of dependability may be adequate ©Ian Sommerville 2000 Dependability Slide 9
  10. Availability and reliability l Reliability • The probability of failure-free system operation over a specified time in a given environment for a given purpose l Availability • The probability that a system, at a point in time, will be operational and able to deliver the requested services l Both of these attributes can be expressed quantitatively ©Ian Sommerville 2000 Dependability Slide 10
  11. Availability and reliability l It is sometimes possible to subsume system availability under system reliability • Obviously if a system is unavailable it is not delivering the specified system services l However, it is possible to have systems with low reliability that must be available. So long as system failures can be repaired quickly and do not damage data, low reliability may not be a problem l Availability takes repair time into account ©Ian Sommerville 2000 Dependability Slide 11
  12. Reliability terminology ©Ian Sommerville 2000 Dependability Slide 12
  13. Faults and failures l Failures are a usually a result of system errors that are derived from faults in the system l However, faults do not necessarily result in system errors • The faulty system state may be transient and ‘corrected’ before an error arises l Errors do not necessarily lead to system failures • The error can be corrected by built-in error detection and recovery • The failure can be protected against by built-in protection facilities. These may, for example, protect system resources from system errors ©Ian Sommerville 2000 Dependability Slide 13
  14. Perceptions of reliability l The formal definition of reliability does not always reflect the user’s perception of a system’s reliability • The assumptions that are made about the environment where a system will be used may be incorrect • Usage of a system in an office environment is likely to be quite different from usage of the same system in a university environment • The consequences of system failures affects the perception of reliability • Unreliable windscreen wipers in a car may be irrelevant in a dry climate • Failures that have serious consequences (such as an engine breakdown in a car) are given greater weight by users than failures that are inconvenient ©Ian Sommerville 2000 Dependability Slide 14
  15. Reliability achievement l Fault avoidance • Development technique are used that either minimise the possibility of mistakes or trap mistakes before they result in the introduction of system faults l Fault detection and removal • Verification and validation techniques that increase the probability of detecting and correcting errors before the system goes into service are used l Fault tolerance • Run-time techniques are used to ensure that system faults do not result in system errors and/or that system errors do not lead to system failures ©Ian Sommerville 2000 Dependability Slide 15
  16. Reliability modelling l You can model a system as an input-output mapping where some inputs will result in erroneous outputs l The reliability of the system is the probability that a particular input will lie in the set of inputs that cause erroneous outputs l Different people will use the system in different ways so this probability is not a static system attribute but depends on the system’s environment ©Ian Sommerville 2000 Dependability Slide 16
  17. Input/output mapping ©Ian Sommerville 2000 Dependability Slide 17
  18. Reliability perception ©Ian Sommerville 2000 Dependability Slide 18
  19. Reliability improvement l Removing X% of the faults in a system will not necessarily improve the reliability by X%. A study at IBM showed that removing 60% of product defects resulted in a 3% improvement in reliability l Program defects may be in rarely executed sections of the code so may never be encountered by users. Removing these does not affect the perceived reliability l A program with known faults may therefore still be seen as reliable by its users ©Ian Sommerville 2000 Dependability Slide 19
  20. Safety l Safety is a property of a system that reflects the system’s ability to operate, normally or abnormally, without danger of causing human injury or death and without damage to the system’s environment l It is increasingly important to consider software safety as more and more devices incorporate software-based control systems l Safety requirements are exclusive requirements i.e. they exclude undesirable situations rather than specify required system services ©Ian Sommerville 2000 Dependability Slide 20
  21. Safety criticality l Primary safety-critical systems • Embedded software systems whose failure can cause the associated hardware to fail and directly threaten people. l Secondary safety-critical systems • Systems whose failure results in faults in other systems which can threaten people l Discussion here focuses on primary safety-critical systems • Secondary safety-critical systems can only be considered on a one- off basis ©Ian Sommerville 2000 Dependability Slide 21
  22. Safety and reliability l Safety and reliability are related but distinct • In general, reliability and availability are necessary but not sufficient conditions for system safety l Reliability is concerned with conformance to a given specification and delivery of service l Safety is concerned with ensuring system cannot cause damage irrespective of whether or not it conforms to its specification ©Ian Sommerville 2000 Dependability Slide 22
  23. Unsafe reliable systems l Specification errors • If the system specification is incorrect then the system can behave as specified but still cause an accident l Hardware failures generating spurious inputs • Hard to anticipate in the specification l Context-sensitive commands i.e. issuing the right command at the wrong time • Often the result of operator error ©Ian Sommerville 2000 Dependability Slide 23
  24. Safety terminology ©Ian Sommerville 2000 Dependability Slide 24
  25. Safety achievement l Hazard avoidance • The system is designed so that some classes of hazard simply cannot arise. l Hazard detection and removal • The system is designed so that hazards are detected and removed before they result in an accident l Damage limitation • The system includes protection features that minimise the damage that may result from an accident ©Ian Sommerville 2000 Dependability Slide 25
  26. Normal accidents l Accidents in complex systems rarely have a single cause as these systems are designed to be resilient to a single point of failure • Designing systems so that a single point of failure does not cause an accident is a fundamental principle of safe systems design l Almost all accidents are a result of combinations of malfunctions l It is probably the case that anticipating all problem combinations, especially, in software controlled systems is impossible so achieving complete safety is impossible ©Ian Sommerville 2000 Dependability Slide 26
  27. Security l The security of a system is a system property that reflects the system’s ability to protect itself from accidental or deliberate external attack l Security is becoming increasingly important as systems are networked so that external access to the system through the Internet is possible l Security is an essential pre-requisite for availability, reliability and safety ©Ian Sommerville 2000 Dependability Slide 27
  28. Fundamental security l If a system is a networked system and is insecure then statements about its reliability and its safety are unreliable l These statements depend on the executing system and the developed system being the same. However, intrusion can change the executing system and/or its data l Therefore, the reliability and safety assurance is no longer valid ©Ian Sommerville 2000 Dependability Slide 28
  29. Security terminology ©Ian Sommerville 2000 Dependability Slide 29
  30. Damage from insecurity l Denial of service • The system is forced into a state where normal services are unavailable or where service provision is significantly degraded l Corruption of programs or data • The programs or data in the system may be modified in an unauthorised way l Disclosure of confidential information • Information that is managed by the system may be exposed to people who are not authorised to read or use that information ©Ian Sommerville 2000 Dependability Slide 30
  31. Security assurance l Vulnerability avoidance • The system is designed so that vulnerabilities do not occur. For example, if there is no external network connection then external attack is impossible l Attack detection and elimination • The system is designed so that attacks on vulnerabilities are detected and neutralised before they result in an exposure. For example, virus checkers find and remove viruses before they infect a system l Exposure limitation • The system is designed so that the adverse consequences of a successful attack are minimised. For example, a backup policy allows damaged information to be restored ©Ian Sommerville 2000 Dependability Slide 31
  32. Key points l The dependability in a system reflects the user’s trust in that system l The availability of a system is the probability that it will be available to deliver services when requested l The reliability of a system is the probability that system services will be delivered as specified l Reliability and availability are generally seen as necessary but not sufficient conditions for safety and security ©Ian Sommerville 2000 Dependability Slide 32
  33. Key points l Reliability is related to the probability of an error occurring in operational use. A system with known faults may be reliable l Safety is a system attribute that reflects the system’s ability to operate without threatening people or the environment l Security is a system attribute that reflects the system’s ability to protect itself from external attack ©Ian Sommerville 2000 Dependability Slide 33