6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani.

Slides:



Advertisements
Similar presentations
FAILURE MODE EFFECTIVE ANALYSIS
Advertisements

1.8 Combinations of Functions: Composite Functions The composition of the functions f and g is “f composed by g of x equals f of g of x”
A. BobbioReggio Emilia, June 17-18, Dependability & Maintainability Theory and Methods 3. Reliability Block Diagrams Andrea Bobbio Dipartimento di.
1 Fault-Tolerant Computing Systems #6 Network Reliability Pattara Leelaprute Computer Engineering Department Kasetsart University
Reliability Engineering (Rekayasa Keandalan)
COE 444 – Internetwork Design & Management Dr. Marwan Abu-Amara Computer Engineering Department King Fahd University of Petroleum and Minerals.
11. Practical fault-tolerant system design Reliable System Design 2005 by: Amir M. Rahmani.
RELIABILITY Dr. Ron Lembke SCM 352. Reliability Ability to perform its intended function under a prescribed set of conditions Probability product will.
SECURITY AND DEPENDABILITY OF COMPUTER SYSTEMS
Fault Tree Analysis Part 12 – Redundant Structure and Standby Units.
Chapter 8 Continuous Time Markov Chains. Markov Availability Model.
5/18/2015CPE 731, 4-Principles 1 Define and quantify dependability (1/3) How decide when a system is operating properly? Infrastructure providers now offer.
James Ngeru Industrial and System Engineering
Reliable System Design 2011 by: Amir M. Rahmani
Reliability of Systems
Reliability 1. Probability a product will perform as promoted for a given time period under given conditions Functional Failure: does not operate as designed.
Oct Combinational Modeling Slide 1 Fault-Tolerant Computing Motivation, Background, and Tools.
A. BobbioBertinoro, March 10-14, Dependability Theory and Methods 5. Markov Models Andrea Bobbio Dipartimento di Informatica Università del Piemonte.
Dependability Evaluation. Techniques for Dependability Evaluation The dependability evaluation of a system can be carried out either:  experimentally.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Exponential distribution Reliability and failure rate (Sec )
Reliability A. A. Elimam. Reliability: Definition The ability of a product to perform its intended function over a period of time and under prescribed.
Chapter 4: Probability (Cont.) In this handout: Venn diagrams Event relations Laws of probability Conditional probability Independence of events.
3-1 Introduction Experiment Random Random experiment.
Introduction Before… Next…
1 Software Testing and Quality Assurance Lecture 35 – Software Quality Assurance.
System Reliability. Random State Variables System Reliability/Availability.
Copyright © 2009 Pearson Education, Inc. CHAPTER 9: Systems of Equations and Matrices 9.1 Systems of Equations in Two Variables 9.2 Systems of Equations.
4. Dynamic reliability models Objectives Be able to find reliability of series, parallel, stand-by and shared load parallel systems, when the reliabilities.
1 Reliability Application Dr. Jerrell T. Stracener, SAE Fellow Leadership in Engineering EMIS 7370/5370 STAT 5340 : PROBABILITY AND STATISTICS FOR SCIENTISTS.
-Exponential Distribution -Weibull Distribution
Completed/planned activities of AGH in VD-A Miroslaw Kantor, Marcin Niemiec Department of Telecommunications AGH University of Science and Technology VD-A.
A. BobbioBertinoro, March 10-14, Dependability Theory and Methods 2. Reliability Block Diagrams Andrea Bobbio Dipartimento di Informatica Università.
1 Basic probability theory Professor Jørn Vatn. 2 Event Probability relates to events Let as an example A be the event that there is an operator error.
Chapter 4 System Reliability Analysis of Structures.
Lecture 2: Combinatorial Modeling CS 7040 Trustworthy System Design, Implementation, and Analysis Spring 2015, Dr. Rozier Adapted from slides by WHS at.
+ Geometric Sequences & Series EQ: How do we analyze geometric sequences & series? M2S Unit 5a: Day 9.
Binomial Distributions. Quality Control engineers use the concepts of binomial testing extensively in their examinations. An item, when tested, has only.
Maintenance Policies Corrective maintenance: It is usually referred to as repair. Its purpose is to bring the component back to functioning state as soon.
System Reliability Modeling and Analysis-
 How do you know how long your design is going to last?  Is there any way we can predict how long it will work?  Why do Reliability Engineers get paid.
3.1 System of Equations Solve by graphing. Ex 1) x + y = 3 5x – y = -27 Which one is the solution of this system? (1,2) or (-4,7) *Check (1,2)Check (-4,7)
An Application of Probability to
1 Component reliability Jørn Vatn. 2 The state of a component is either “up” or “down” T 1, T 2 and T 3 are ”Uptimes” D 1 and D 2 are “Downtimes”
Reliability Failure rates Reliability
1 3. System reliability Objectives Learn the definitions of a component and a system from a reliability perspective Be able to calculate reliability of.
Stracener_EMIS 7305/5305_Spr08_ Systems Reliability Modeling & Analysis Series and Active Parallel Configurations Dr. Jerrell T. Stracener, SAE.
Solving Systems of Equations
SYSTEMS RELIABILTY 1. SYSTEMS are basically built of different components and /or subsystems. For each component, there is an assigned role in the system.
CS203 – Advanced Computer Architecture Dependability & Reliability.
Fractiles Given a probability distribution F(x) and a number p, we define a p-fractile x p by the following formulas.
Reliability Engineering
More on Exponential Distribution, Hypo exponential distribution
LOG 211 Supportability Analysis “Reliability 101”
Expectations of Random Variables, Functions of Random Variables
Gaussian, Exponential and Hypo Exponential Distributions
ECE 753: FAULT-TOLERANT COMPUTING
ECE 313 Probability with Engineering Applications Lecture 7
Most people will have some concept of what reliability is from everyday life, for example, people may discuss how reliable their washing machine has been.
Unit 2 Boolean Algebra.
MPE-PE Section Meeting
Fault-Tolerant Computing Systems #5 Reliability and Availability2
ECE 313 Probability with Engineering Applications Lecture 19
Reliability and Maintainability
Reliability Failure rates Reliability
LESSON 7: RELIABILITY Outline System with series components
T305: Digital Communications
Dept. of Electrical & Computer engineering
Reliability Engineering
Reliability.
Definitions Cumulative time to failure (T): Mean life:
Presentation transcript:

6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir Concepts in Probability Let X denote the lifetime for a component. F (t) = P ( X ≤ t ) Distribution function R (t) = 1 – F (t) = P (X > t ) Reliability function f (t ) = d F (t )/d t Probability density function

matlab1.ir The exponential distribution F (t) = 1-e -λt Distribution function R (t) = e -λt Reliability function f (t) = λe -λt Probability density function λ is the failure rate for the component and t is the time

matlab1.ir Reliability function

matlab1.ir Distribution function

matlab1.ir Probability density function

matlab1.ir Failure rate function The exponential distribution has a constant failure rate: f (t)/R(t)= λe -λt /e -λt = λ Failure rate: - Fraction of “units_failing/(Total_unit× time)” Ex: 1000 units, 3 failed in 2 hours - Failure rate = 3/(1000×2) = 1.5×10 -3 failure per hour

matlab1.ir Mean Time To Failure (MTTF) Expected time to failure = - Corresponds to inverse of failure rate Proof: Let X denote the lifetime for the component

matlab1.ir MTTF for the exponential distribution,

matlab1.ir Example MTTF What is the probability that a component with an exponentially distributed lifetime will survive the expected lifetime? Only 37% of the components survive the expected lifetime.

matlab1.ir Reliability Block Diagrams Series systems Parallel systems m-of-n systems Combinational systems

matlab1.ir Series system with n components The reliability of the series system is Iff the component failures are independent.

matlab1.ir Series system of components with exponentially distributed lifetimes The failure rate of the series system is equal to the sum of the component failure rates.

matlab1.ir MTTF for a series system The failure rate for the series system is MTTF is

matlab1.ir Example 1 - Series system The reliability of the system is:

matlab1.ir Parallel system with n components The reliability of the parallel system is: where F par is the failure probability (distribution function) for the parallel system and F i the failure probability for component i

matlab1.ir Examples The reliability for parallel systems consisting of 2 or 3 identical components

matlab1.ir The reliability for parallel systems

matlab1.ir MTTF for a parallel system with n components Let X denote the lifetime of the system Make the substitution We then obtain: Note that MTTF increases slowly with the number components in the system

matlab1.ir MTTF for parallel systems

matlab1.ir Example - MTTF for parallel systems What is the MTTF for a parallel system consisting of 4 components if the MTTF for one component is 1/λ?

matlab1.ir Example 1, A parallel system Reliability block diagram The system reliability is:

matlab1.ir Example 2, A parallel system Reliability block diagram The system reliability is:

matlab1.ir Coverage Failure detection: requires concurrent detection. Need redundancy. Switchover: good state loaded in U2. Process restarted

matlab1.ir Imperfect Coverage

matlab1.ir Example m-of-n systems Obtain the reliability for a TMR system ( 2-of-3 system). Let R denote the reliability for one module. R TMR = P (all modules are functioning) + P (two modules are functioning) = R 3 + 3R 2 · (1 – R ) = 3R 2 – 2R 3 If the lifetimes of the modules are exponentially distributed, we obtain: R = e -λt => R TMR =3e -2λt – 2e -3λt

matlab1.ir Reliability for TMR and Simplex systems

matlab1.ir MTTF for a TMR-system The MTTF for the TMR-system is only 5/6 of the MTTF for the simplex System!

matlab1.ir m-of-n systems In general, the reliability for an m-of-n system is: Example1: 2-of-3 system Example2: 2-of-4 system

matlab1.ir Reliability Block Diagram Series Parallel Graph – a graph that is recursively composed of series and parallel structures. – therefore it can be “collapsed” by applying series and/or parallel reduction – Let C i denote the condition that component i is operable 1 = up, 0 = down – Let S denote the condition that the system is operable 1 = up, 0 = down – S is a logic function of C’s

matlab1.ir Reliability Block Diagram Example S = (C 1 +C 2 +C 3 )(C 4 C 5 )(C 6 +C 7 C 8 ) - Parallel (1 of N) - Series (N of N)

matlab1.ir Combinational systems Example Consider component or components that eliminating or considering the default mode of graph, could be changed into series or parallel combinations.

matlab1.ir Example: C 2 ( Two state: C 2 is ok and C 2 fail) - If C 2 is ok : (C 1 || C 5 ).(C 4 || C 3 ) S 1 =(C 1 +C 5 )(C 4 +C 3 ) R t1 =R 2.[(1-(1-R 1 )(1-R 5 )).(1-(1-R 4 )(1-R 3 ))]

matlab1.ir - If C 2 fail: (C 1.C 4 ) || (C 5. C 3 ) S 2 =(C 1.C 4 ) + (C 5.C 3 ) R t2 =(1-R 2 ).[1-(1-R 1 R 4 )(1-R 5 R 3 )] The system reliability is: =R t1 +R t2

matlab1.ir Karno Table Example: A parallel system The system reliability is: =(1-R 1 )R 2 +R 1 (1-R 2 )+R 1.R 2 =R 1 +R 2 -R 1 R 2