efficient dependability analysis
play

efficient dependability analysis Fumio Machida University of - PowerPoint PPT Presentation

Practices in model component reuse for efficient dependability analysis Fumio Machida University of Tsukuba April 8, 2019 In the 2nd Workshop on Education and Practice of Performance Engineering Outline Dependability analysis in practice


  1. Practices in model component reuse for efficient dependability analysis Fumio Machida University of Tsukuba April 8, 2019 In the 2nd Workshop on Education and Practice of Performance Engineering

  2. Outline ◼ Dependability analysis in practice ◼ Reusing dependability models ◼ Asset-based dependability analysis ◼ Discussion and future challenges 2019/4/8 2

  3. Dependability for social infrastructure IT systems as a social infrastructure requires dependability Business Infrastructure Society IT systems degraded system performance has critical social impact 2019/4/8 3

  4. Dependability model and analysis Mathematical models abstract system configurations and behaviors to analyze the system dependability ◼ Model-based analysis enables to  Compute estimated reliability and availability  Find out SPOF and potential hazard conditions 2019/4/8 4

  5. Issue: Model composition Composition of comprehensive and correct model is a big challenge ◼ In practice,  System engineers are not familiar with formal models  Even for experts, modeling a complex large system is troublesome 2019/4/8 5

  6. Approach: Reuse model components Reuse of model components is a clue to efficient dependability modeling ◼ Model component is a part of dependability model  May correspond to a system component (e.g., CPU)  May represent a specific component behavior about failure and recovery ◼ Reusing model component enables efficient model composition  Repetitive modeling process can be omitted  Past experiences and knowledge can be leveraged  Modeling errors can be reduced 2019/4/8 6

  7. Outline ◼ Dependability models in practice ◼ Reusing dependability models ◼ Asset-based dependability analysis ◼ Discussion and future challenges 2019/4/8 7

  8. Dependability ◼ Dependability attributes [A. Avizienis et al. 2004]  Availability  Reliability  Maintainability  Safety ◼ Dependability models  Abstracting system configurations, functions, and behaviors  Used to analyze the quality or quantity of the dependability attributes 2019/4/8 8

  9. Reliability analysis Reliability models are used to represent the logical structure of system components Reliability block diagram Fault trees ◼ The probability of failure or reliability can be computed from reliability model ◼ The composition of these (non-state-space) models is relatively easy 2019/4/8 9

  10. Reuse of reliability models A part of reliability model can be reused repeatedly wherever the corresponding system component is used ◼ Component fault-trees [B. Kaiser et al. 2003]  Reusing sub-trees of a fault tree to construct a new one efficiently ◼ Hierarchical models [W. E. Smith et al. 2008]  Integrating sub-models in a hierarchical manner with combinatorial logics  Sub-models are not necessarily fault trees 2019/4/8 10

  11. Availability analysis Availability and maintainability analysis often require state-space models to capture the state transitions of the system Markov chain Stochastic Petri Nets ◼ Reusing the parts of state-space models is hard ◼ Careful treatment of dependencies among components are required 2019/4/8 11

  12. Reuse of availability models Semi-formal models can help specify the dependencies among model components ◼ Candy: component-based availability modeling framework [F . Machida et al. 2011]  A semi-formal language SysML is used to specify the system configuration  Parts of SysML models are translated into SRN subnets  Dependencies among SRN subnets are resolved according to the annotations in SysML model SRN: Stochastic reward net 2019/4/8 12

  13. Safety analysis Safety models help to find out SPOF and potential hazard situations HZAOP FMEA Component Failure mode Causes Effects A Failure Hardware Performance failure degradation B Error output Software bugs C Link failure Cable cut Unreachable ◼ Either FMEA or HAZOP do not need mathematical models, rather use tables and guide words 2019/4/8 13

  14. Reuse of safety models Artifacts generated through safety analysis can be reused in other projects ◼ Automated generation of FMEA [P . David et al. 2010]  SysML models can specify the system functions with their failure modes  FMEA can be generated automatically from the SysML models ◼ Case-based reasoning in HAZOP [O. Daramola et al. 2011]  Previous experiences of conducting HAZOP can be reused as knowledge for assisting other HAZOP analysis 2019/4/8 14

  15. Outline ◼ Dependability models in practice ◼ Reusing dependability models ◼ Asset-based dependability analysis ◼ Discussion and future challenges 2019/4/8 15

  16. Difficulty of model component reuse Dependability analysis in practice cannot be separated from the development process ◼ Development process is a significant factor to determine the success of reuse approach ◼ Contextual information is necessary  Clarify the conditions and assumptions where the model component is created  Without contextual information, model component reuse is likely to fail  Development process helps to figure out the contextual information 2019/4/8 16

  17. Asset-based development process To encourage software component reuse, any artifacts created in system development processes are packaged to an asset 2019/4/8 17

  18. Asset-based dependability analysis The process to help reuse dependability model in association with the project assets ◼ Asset-based dependability analysis [F . Machida et al. 2015]  Any model components for dependability analysis are included in the asset  Model components are associated with contextual information in the repository 2019/4/8 18

  19. Benefits and cautions ◼ Benefits ✓ Efficiency improvement ✓ Improved quality of dependability evaluation ✓ Higher confidence of reliability or availability estimation ◼ Cautions • Risk of potential omission of systems thinking • Uncertainty of prospect for similar projects • Additional costs for asset maintenance 2019/4/8 19

  20. Outline ◼ Dependability models in practice ◼ Reusing dependability models ◼ Asset-based dependability analysis ◼ Discussion and future challenges 2019/4/8 20

  21. Dependability of IoT systems Malfunctions or unavailability of software systems directly impact on the real world ◼ IoT systems  Monitor real world data  Make decisions to control the world using data analytics ➢ e.g., smart transportation, power grid, surveillance system, etc. cyber monitor control physical Dependability needs to be carefully assessed in view of real world impacts 2019/4/8 21

  22. Qualitative aspect Safety analysis methods are capable to analyze the impacts of IoT system failure ◼ Safety analysis generally considers the real impacts of system failure, which is necessary for IoT system as well ◼ Since IoT system may have multiple and continuous interaction to real world, more advanced methodology might be necessary  E.g., System theoretic process analysis (STPA) [N. Leveson. 2012] 2019/4/8 22

  23. Quantitative aspect To quantify real-world impacts, application- level or service-specific dependability measures are required ◼ Application-level dependability measures  Performability, service availability, defects per millions ◼ Measures of social impacts  Practitioners really concerns more higher-level measure like  Crime risk, safety level, traffic congestion, customer satisfaction 2019/4/8 23

  24. Emerging challenges Development of model component reuse approach for social impact analysis ◼ Social impacts analysis with dependability analysis can be done manually by experts ◼ However, such an approach does not scale ◼ How to reuse models for social impact analysis is an emerging important challenge 2019/4/8 24

  25. Summary ◼ Reuse of dependability model is promising to efficient dependability analysis of complex IT systems ◼ Reusable models and techniques should be adopted to system development process (only model components are not enough) ◼ A new challenge is the development of model component reuse approach for social impact analysis 2019/4/8 25

  26. Q & A 2019/4/8 26

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend