lecture 4
lecture 4
INSE 6320 --
Risk Analysis for Information and Systems Engineering
• F-N Curves
• Fault Trees
• Event Trees
• Decision Theory for Quantitative Risk Analysis
•
1) What can go wrong with the studied technological entity, or what are the initiators or
initiating events (undesirable starting events) that lead to adverse consequence(s)?
2) What and how severe are the potential consequences that the technological entity
may be eventually subjected to as a result of the occurrence of the initiator?
3) How likely to occur are these undesirable consequences, or what are their
probabilities or frequencies?
• Two common methods of answering this last question are Fault Tree Analysis and
Event Tree Analysis.
• A fault tree is an event tree, where failures are emphasized rather than successes
PRA provides insights into the strengths and weaknesses of a system's design and operation. It
allows organizations to identify critical risk factors, prioritize them, and design specific controls to
mitigate these risks.
8
FTA Symbols
Basic Event: A lower most event that can not be further developed.
E.g. Relay failure, Switch failure etc.,
An Event / Fault: This can be a intermediate event (or) a top event. They
are a result logical combination of lower level events.
e.g. Both transmitters fail, Run away reaction
AND Gate: For the top event to occur all the bottom events should
occur. e.g, Fuel, Oxygen and Ignition source has to be present for fire.
Union
12
No Current
A A=B+C
A=B Union C
B OR C must occur
for event A to occur
B C
Switch A Battery B
Open 0 Volts
13
Intersection
Over-heated
D Wire D=E.F
D= E Intersection F
E AND F must occur
for D to occur
E F
5mA Current Power Applied
in System t >1ms
14
A fault tree:
• Is a systematic representation of such
chains of events.
• Uses logical gates to represent the
interrelationships between events and Basic events
TLE, e.g. AND, OR.
15
A fault tree:
• Is a systematic representation of such
chains of events.
• Uses logical gates to represent the
interrelationships between events and Basic events
TLE, e.g. AND, OR.
An example fault tree
Logically: (A + (B + C)) . (C + (A . B))
16
Procedure
Procedure for Fault Tree Analysis
Explore each
Define TOP Define overall branch in
event structure. successive level
of detail.
Perform
corrections if Solve the fault
required and tree
make decisions
• From this data the intermediate event frequency and the top level event frequency
can be determined using Boolean Algebra and Minimal Cut Set methods.
17
• The minimal cut set analysis provides a new fault tree, logically equivalent to
the original, with an OR gate beneath the top event, whose inputs (bottom)
are minimal cut sets.
• Cut Set: is a set of basic events whose simultaneous occurrence ensures that
the TOP event occurs.
• Minimal Cut Set: is a cut set that does not contain another cut set as a
subset.
• Each minimal cut set is an AND gate with a set of basic event inputs
necessary and sufficient to cause the top event.
• The fault tree can be represented by the TOP structure and the minimal cut
sets connected through a single OR-gate.
18
The minimal cut sets for the top event are a group of
MCSs sets consisting of the smallest combinations of basic
events that result in the occurrence of the top event.
Why is it Useful?
By identifying minimal cut sets, you can focus on the most critical components that need
to be checked or fixed to prevent the top event from happening.
19
Procedure
= A.B+C.D
3. Continue this replacement until all intermediate event gates
have been replaced and only the basic events remain in the A B C D
equation.
TOP = A.B+C.D
20
Procedure
Boolean Algebra Reduction Example:
TOP = IE1 + IE2
= (A.B) + (A + IE3)
TOP
= A.B + A + (C.D.IE4)
= A.B + A + (C.D.D.B)
IE1 IE2
= A + A.B + B.C.D.D (D.D = D)
= A + A.B + B.C.D (A + A.B = A)
A B A IE3
= A + B.C.D
Consider the following block diagram. Let I/P and O/P be the input and output terminals.
There are two sub-systems A and B that are connected in series.
X1 X3
INPUT OUTPUT
X2 X4
For this the fault tree analysis diagram shown in next slide
27
• Fuel.
• Oxygen.
• An ignition source.
29
Uses of FTA
• Use of FTA to understand of the logic leading to the top event.
• Use of FTA as a diagnostic tool to identify and correct causes of the top event.
Advantages Disadvantages
• Begins with top event. • Complicated process.
• Use to determine the minimal cut sets. • Require considerable amount of time to complete.
30
Event Trees
• Event trees begin with an initiating event & work towards the final result.
• This method provides information on how a failure can occur & the probability
of occurrence.
• Event trees are generated both in the success and failure domains. It is
bottom-up, inductive approach
• In constructing the event tree, one traces each path to eventual success or
failure.
Event tree development procedure
31
Step 7: Evaluation
32
ADVANTAGES
• Structured, rigorous, and methodical approach.
Both FTA and ETA are complementary techniques and can be used together
for comprehensive risk assessment. FTA helps in understanding how failures
can occur, while ETA helps in understanding the impact of those failures and
how effective the mitigation measures are.
36
69