towards refinement and generalization of reliability
play

Towards Refinement and Generalization of Reliability Models Based on - PowerPoint PPT Presentation

Towards Refinement and Generalization of Reliability Models Based on Component States Natasha Jarus, Sahra Sedigh Sarvestani, and Ali Hurson Department of Electrical and Computer Engineering Missouri University of Science and Technology Rolla,


  1. Towards Refinement and Generalization of Reliability Models Based on Component States Natasha Jarus, Sahra Sedigh Sarvestani, and Ali Hurson Department of Electrical and Computer Engineering Missouri University of Science and Technology Rolla, USA 65409 Email: { jarus, sedighs, hurson } @mst.edu November 6, 2019 1 / 24

  2. Introduction ◮ Critical complex systems must be resilient . ◮ To achieve resilience, designers need a variety of data and models. ◮ Integrating these data and models requires metamodeling — understanding how the implications of various results overlap and interrelate. ◮ As a demonstration of our metamodeling approach, we use reliability : the probability that a system remains functional up to time t . ◮ Connecting the same components differently can yield different reliability at the system level. ◮ For example, a parallel system is more reliable than a series system using the same components. Generator Load Generator Load R c 1 = p R c 1 = p R c 2 = p R c 2 = p R S = p 2 R S = p 2 + 2 pq 2 / 24

  3. Metamodeling for Model-Based Design ◮ Complex systems are often designed iteratively: ◮ requirements are gathered, ◮ an initial design is modeled, ◮ more detail is added to the design or the design is improved to meet requirements, ◮ the improved design is modeled, and the process repeats. ◮ Metamodeling approaches can assist designers in creating and updating models throughout this process by ◮ reducing the labor involved, ◮ preventing modeling mistakes, ◮ helping designers explore the design space, and ◮ giving models context by relating them to other models. We seek to metamodel the creation and update of models. 3 / 24

  4. Modifying Reliability Models Two main goals motivate modification of a model: ◮ Refinement — adding more detail — such as: ◮ adding new components, ◮ dividing a component into sub-components, or ◮ strengthening a constraint on how a component behaves. ◮ Generalization — removing detail — such as: ◮ simplifying an unnecessarily complex representation of the system or ◮ relaxing a constraint that is unrealistic or renders the design infeasible. 4 / 24

  5. Ultimate Research Objective A Verifiable Method for Model Refinement and Generalization Refinement and Generalization ultimately modify the assumptions a model makes about the system it represents. Therefore, we 1. analytically describe the system properties captured by a family of related models, 2. formally define refinement and generalization in terms of these properties. Our goal is for the approach to be verifiable and automatable. As proof of concept, we apply our method to a commonly used family of reliability models — Markov Imbedded Structure (MIS). 5 / 24

  6. Assumptions of MIS Reliability Models ◮ System state is determined by the state of its n components. ◮ Reliability (unlike availability) does not account for repair; a component cannot become functional after failure. ◮ Components can be interdependent: the failure of one can lead to the failure of others. These assumptions admit a Markov model: ◮ Initially, all components are functional. ◮ Component interdependencies define transitions between system states. ◮ Component reliabilities define the probability of specific transitions. ◮ A trajectory through the Markov chain corresponds to a sequence of component failures. ◮ System reliability is determined by the probability of trajectories where the system remains functional. 6 / 24

  7. System Properties of Reliability Models An MIS reliability model captures the following system properties: ◮ the components in the system, ◮ the reliability of each component, and ◮ which components depend on others to remain functional. We represent these as ◮ A finite set of components , C ⊂ Comps ; ◮ A function giving a lower bound on their reliability , R : C → [0 , 1]; and ◮ A finite set of dependencies , D ⊂ Deps . Thus, a collection of system properties p ∈ P rop is a triple p = ( C , R , D ). 7 / 24

  8. Dependencies Every element of Deps is a relation � c � e � : P ( C ) → P ( C ∪ S ). ◮ c are the causes of failure. ◮ e are the effects . ◮ The failure of the causes immediately leads to the failure of their effects. ◮ If S (the system as a whole) appears in e , the causes in c also bring down the system. Generator Load Generator Load R c 1 = p R c 1 = p R c 2 = p R c 2 = p C = { c 1 , c 2 } C = { c 1 , c 2 } R( c 1 ) = R( c 2 ) = p R( c 1 ) = R( c 2 ) = p D = {� c 1 � ∅� , D = {� c 1 � S� , � c 2 � S�} � c 2 � ∅� , � c 1 , c 2 � S�} 8 / 24

  9. Examples The same parallel system can be used to provide either redundancy or extra capacity: Generator Load R c 1 = p R c 2 = p Redundancy: Capacity: D = {� c 1 � ∅� , D = {� c 1 � c 2 , S� , � c 2 � ∅� , � c 2 � c 1 , S�} � c 1 , c 2 � S�} In the second system, failure of one component will be catastrophic: the system can no longer deliver the required capacity. 9 / 24

  10. Generalization and Refinement of Reliability Constraints A straightforward generalization is to loosen the reliability constraint on a component to r < R( c ): relax rel ( C , R , D ) [ , ] : C → [0 , 1] → P rop relax rel ( C , R , D ) [ c , r ] � ( C , R ′ , D ) Conversely, we can refine properties by tightening a constraint to r > R( c ): tighten rel ( C , R , D ) [ , ] : C → [0 , 1] → P rop tighten rel ( C , R , D ) [ c , r ] � ( C , R ′ , D ) where � if c = c ′ r R ′ ( c ′ ) � R( c ′ ) otherwise. 10 / 24

  11. Generalization: Merging Components Two distinct components c 1 and c 2 can be merged into a single component c m by replacing every instance of c 1 or c 2 with c m : merge ( C , R , D ) [ , → ] : C → C → Comps → P rop merge ( C , R , D ) [ c 1 , c 2 → c m ] � ( C ′ , R ′ , D ′ ) where ◮ C ′ : Remove c 1 , c 2 and add c m to C . ◮ R ′ : Set the reliability bound of c m to the minimum of R( c 1 ) and R( c 2 ). ◮ D ′ : Replace every instance of c 1 or c 2 in D with c m . 11 / 24

  12. Refinement: Splitting Components One component c m can be split into two fully interdependent components c 1 and c 2 . Full interdependence adds the fewest possible assumptions about the system. split ( C , R , D ) [ → , ] : C → Comps → Comps → P rop split ( C , R , D ) [ c m → c 1 , c 2 ] � ( C ′ , R ′ , D ′ ) where ◮ C ′ : Remove c m and add c 1 , c 2 to C . ◮ R ′ : Set the reliability bound of c 1 , c 2 to R( c m ). ◮ D ′ : Replace each dependency containing c m with several dependencies involving c 1 and c 2 . 12 / 24

  13. Generalization: Adding a Dependency Independence, as compared to dependence, of two components is a stronger constraint with significant consequences. Adding a dependency from c to a component e means that c brings down e . add dep ( C , R , D ) [ � ] : P ( C ) → C → P rop add dep ( C , R , D ) [ c � e ] � ( C , R , D ′ ) where ◮ D ′ : Add e to the direct effects of the dependency c . ◮ D ′ : Add e to the indirect effects of c — every dependency that c causes. 13 / 24

  14. Refinement: Removing a Dependency Removing a dependency � c � e � implies that e is independent of all components in c . remove dep ( C , R , D ) [ � ] : P ( C ) → C → P rop remove dep ( C , R , D ) [ c � e ] � ( C , R , D ′ ) where ◮ D ′ : Remove e from the effects of every dependency whose cause includes a component in c . Note that ◮ add dep affects any dependency that captures the failure of all of c . ◮ rem dep affects any dependencies that captures the failure of any of c . 14 / 24

  15. Example Consider the dependencies of a system with three independent components: D = {� c 1 � ∅� , � c 2 � ∅� , � c 3 � ∅� , � c 1 , c 2 , c 3 � S�} Introducing the dependency � c 1 , c 2 � c 3 � results in the following dependencies: D ′ = {� c 1 � ∅� , � c 2 � ∅� , � c 3 � ∅� , � c 1 , c 2 � c 3 � † , � ≡ � c 1 , c 2 � c 3 , S� � c 1 , c 2 � c 3 , S� ‡ } ◮ † is the new dependency added by add dep. ◮ ‡ results from modifying � c 1 , c 2 , c 3 � S� . ◮ Both rules reduce to one as they share the same cause. 15 / 24

  16. Properties of Generalization ◮ Apply a list of generalisations, g = ( g 1 , g 2 , . . . ), to p ∈ P rop by first applying g 1 to p , then applying g 2 to the result of g 1 , etc. ◮ Written: � g � ( p ). ◮ Properties p g generalize properties p r if there exists g such that p g = � g � ( p r ). ◮ We can show that generalization forms a partial order : p r ⊑ p g ⇐ ⇒ ∃ g , p g = � g � ( p r ). ◮ No “loops”: impossible to have p ⊑ p ′ ⊑ . . . ⊑ p . ◮ Lays the groundwork for proofs of soundness. 16 / 24

  17. Properties of Refinement ◮ It is not the case that every refinement undoes its corresponding generalization. ◮ For example, merging two independent components, then splitting the resulting component results in two fully interdependent components. ◮ Apply a list of refinements, r = ( r 1 , r 2 , . . . ), to p ∈ P rop by � r � ( p ). ◮ Properties p r refine properties p g if there exists r such that p r = � r � ( p g ). ◮ We can show that refinement forms a dual order to generalization: p g ⊒ p r ⇐ ⇒ ∃ r , p r = � r � ( p g ). ◮ These notions of refinement and generalization are compatible: in this sense, each “undoes” the other. 17 / 24

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