SlideShare une entreprise Scribd logo
1  sur  45
Chapter 1: Basic Concept of
Reliability
Fault Tolerance and Failure Diagnosis
Definition
• Fault is malfunction or deviation from expected
behavior
• Tolerance as the capacity for enduring
• Putting the words together, fault tolerance refers
to a system's ability to deal with malfunctions.
Categories of Faults
• Transient faults : These occur once and then disappear
• Intermittent faults : Intermittent faults are
characterized by a fault occurring, then vanishing
again, then reoccurring, then vanishing
• Permanent faults : This type of failure is persistent: it
continues to exist until the faulty component is
repaired or replaced
Achieving Fault Tolerance
The general approach to building fault tolerant
systems is redundancy:
• Information redundancy seeks to provide fault
tolerance through replicating or coding the data
• Time redundancy achieves fault tolerance by
performing an operation several times.
• Physical redundancy deals with devices, not data.
We add extra equipment to enable the system to
tolerate the loss of some failed components
Redundancy and Replication.
• With replication, we have several units
operating concurrently and a voting (quorum)
system to select the outcome.
• With redundancy, only one unit is functioning
while the redundant units are standing by to
fill in in case the unit ceases to work.
The Definition of Reliability
A fundamental problem in estimating reliability is
whether a system will function in a prescribed
manner in a given environment for a given period of
time. This depends on a number of factors:
• design of the system
• the parts and components used
• and the environment
Reliability is the probability that the given system
will perform its required function under specified
conditions for a specified period of time.
Increasing Reliability
• employing the method of worst case
design, using high-quality components and
imposing strict quality control procedures
during the assembly phase
• An alternative approach to reliable system
design is to incorporate “redundancy” (i.e.
additional resources) into a system with the
aim of masking the effects of faults
Reliability and the Failure Rate
• Let N = identical components under “stress
conditions”
• Let S(t) be the number of surviving
components
• Let F(t) be the number of components that
have failed
Then Reliability(R(t)) = S(t)/N
Continuation:
The probability of failure of the
components, also known as the unreliability
Q(t), is:
Q(t) = F(t)/N
• Since S(t) + F(t) = N, we must have:
• R(t) + Q(t) = 1
Continuation:
• The failure rate, also known as the “hazard
rate”, Z(t) is defined to be the number of
failures per unit time compared with the
number of surviving components:
Z(t) = 1/S(t) * dF(t)/dt
Continuation:
• Study of electronic components show that
under normal conditions the failure rate varies
as indicated in the figure below (the bathtub
curve):
Continuation:
• In the “useful life” period the failure rate is
constant, and therefore:
Continuation:

• The above expression may be integrated
giving:
Continuation:
• Integrating, we get:

• The above relationship is generally known as
the exponential failure law.
• When the product
is small:
Relation between Reliability and
Mean-Time-Between-Failures
• For the exponential failure law:

MTBF = 1/ƛ
• the MTBF of a system is the reciprocal of the
failure rate
• If ƛ is the number of failures per hour, the
MTBF is expressed in hours
Example:

• We have 4000 components with a failure rate
of 0.02% per 1000 hours. Find the average
number of failures per hour and the MTBF.
Example:

• A first-generation computer contains 10,000
thermionic valves each with = 0.5% / (1000
hours). What is the period of 99% reliability?
Maintainability
• When a system fails, repair action is normally
carried out to restore the system to operational
effectiveness
• The probability that a failed system will be
restored to working order within a specified time
is called the maintainability of the system
• There is therefore a relationship between
maintainability and repair rate μ and hence with
mean-time-to-repair (MTTR)
• In order to design and manufacture a
maintainable system, it is necessary to predict the
MTTR for various fault condition that could occur
in the system.
• The system repair time consists of two separate
intervals – passive repair time and active repair
time. The passive repair time is mainly
determined by the time taken by service
engineers to travel to the customer site. In many
cases the cost of travel time exceeds the cost of
the actual repair.
The active repair time is directly affected by the
system design and may be subdivided as follows:
• The time between the occurrence of a failure and
the system user becoming aware that it has
occurred.
• The time needed to detect a fault and isolate the
replaceable component(s) responsible.
• The time needed to replace the faulty
component(s).
• The time needed to verify that the fault has been
removed and the system is fully operational
Availability

• The availability of a system is the probability
that the system will be “up”, i.e. functioning
according to expectations at any time during
its scheduled working period.
Series and Parallel Systems
• The reliability of a system can be derived in terms of
the reliabilities or the failure rates of the subsystems
used to build it
• Two limiting cases of systems design are frequently
met in practice:
1. Systems in which each subsystem must function if
the system as a whole is to function.
2. Systems in which the correct operation of just one
subsystem is sufficient for the system to function
satisfactorily. In other words the system consists of
redundant subsystems and will fail only if all subsystems
fail.
Case 1: Series System
• Let us consider a system in which a failure of any
subsystem would cause a system failure. This can be
modeled as a series system. If the subsystem failures
are independent and is the reliability of
subsystem, then the overall system reliability is:
Case 2: Parallel System
• In this case system failure can occur only when
all subsystems have failed. This can be
modeled as a parallel system, as shown in the
Fig.
• If the failures are independent and is the
reliability of subsystem Ri, then the overall
reliability of the system is:
• For example if a parallel system consists of
two subsystems, then:

• Therefore the MTBF of the system is:
• In practice a system normally consists of a
combination of series and parallel subsystems.
These systems are useful when short-circuits
or open-circuits are the most commonly
expected faults
Parallel-to-Series Network
• the parallel-to-series network is used when the
primary failure mode is an open-circuit

• If subsystems A and C are processors and subsystems B
and D are memories, the system in the Fig. can operate
if (A, D) or (C, B) or (A, B) or (C, D) works
Series-to-Parallel System
• series-to-parallel network of is used when the
primary mode to is a short circuit

• the system of the Fig. can operate only if
either (A, B) or (C, D) works
M out of N Systems
• An M-of-N system is one which consists of N
identical components, with failure occurring if
fewer than M components are still functional
• Best-known example - The Triplex (TMR) is
three identical components whose outputs
are voted on. This is a 2-of-3 system: as long
as a majority of the processors produce
correct results, the system will be functional
Reliability of M out of N Systems
• For N identical components, R(t) is the
reliability of an individual components. The
reliability of the system is the probability that
N-M or fewer components have failed
• Consider a TMR - Triple Modular Redundant
Cluster which is perhaps the most important
M-of-N system where M=2, N=3 - system is
good if at least two components are
operational
• A voter picks the majority output but a Voter
can fail. Let the Voter reliability be Rvot(t).
Gookyi Agyemanh Nana Dennis
(dennisgookyi@gmail.com)

Contenu connexe

Tendances

Predicting product life using reliability analysis methods
Predicting product life using reliability analysis methodsPredicting product life using reliability analysis methods
Predicting product life using reliability analysis methodsASQ Reliability Division
 
A Proposal for an Alternative to MTBF/MTTF
A Proposal for an Alternative to MTBF/MTTFA Proposal for an Alternative to MTBF/MTTF
A Proposal for an Alternative to MTBF/MTTFASQ Reliability Division
 
Fundamentals of reliability engineering and applications part3of3
Fundamentals of reliability engineering and applications part3of3Fundamentals of reliability engineering and applications part3of3
Fundamentals of reliability engineering and applications part3of3ASQ Reliability Division
 
System reliability and types of systems in machine design
System reliability and types of systems in machine designSystem reliability and types of systems in machine design
System reliability and types of systems in machine designVikasSuroshe
 
Introduction to Reliability Centered Maintenance
Introduction to Reliability Centered MaintenanceIntroduction to Reliability Centered Maintenance
Introduction to Reliability Centered MaintenanceDibyendu De
 
Best Practices in Maintenance and Reliability
Best Practices in Maintenance and ReliabilityBest Practices in Maintenance and Reliability
Best Practices in Maintenance and ReliabilityRicky Smith CMRP, CMRT
 
Measurement System Analysis (MSA)
Measurement System Analysis (MSA)Measurement System Analysis (MSA)
Measurement System Analysis (MSA)Ram Kumar
 
Fault Tree Analysis
 Fault Tree Analysis Fault Tree Analysis
Fault Tree AnalysisWoh Pelam
 
Unit 9 implementing the reliability strategy
Unit 9  implementing the reliability strategyUnit 9  implementing the reliability strategy
Unit 9 implementing the reliability strategyCharlton Inao
 
Reliability centred maintenance
Reliability centred maintenanceReliability centred maintenance
Reliability centred maintenanceSHIVAJI CHOUDHURY
 
Maintenance planning systems
Maintenance planning  systemsMaintenance planning  systems
Maintenance planning systemsAnil Mohindru
 
FAILURE MODE EFFECT ANALYSIS
FAILURE MODE EFFECT ANALYSISFAILURE MODE EFFECT ANALYSIS
FAILURE MODE EFFECT ANALYSISANOOPA NARAYANAN
 
Maintenance Management (presentation)
Maintenance Management (presentation)Maintenance Management (presentation)
Maintenance Management (presentation)kabul university
 
Corrective maintenance
Corrective maintenanceCorrective maintenance
Corrective maintenanceNafis Ahmad
 
PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)
PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)
PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)Inter Alliance Werardt
 
PRINCIPLES AND PRACTICES OF MAINTENANCE PLANNING
PRINCIPLES AND PRACTICES OF MAINTENANCE PLANNINGPRINCIPLES AND PRACTICES OF MAINTENANCE PLANNING
PRINCIPLES AND PRACTICES OF MAINTENANCE PLANNINGlaxtwinsme
 

Tendances (20)

Predicting product life using reliability analysis methods
Predicting product life using reliability analysis methodsPredicting product life using reliability analysis methods
Predicting product life using reliability analysis methods
 
A Proposal for an Alternative to MTBF/MTTF
A Proposal for an Alternative to MTBF/MTTFA Proposal for an Alternative to MTBF/MTTF
A Proposal for an Alternative to MTBF/MTTF
 
Fundamentals of reliability engineering and applications part3of3
Fundamentals of reliability engineering and applications part3of3Fundamentals of reliability engineering and applications part3of3
Fundamentals of reliability engineering and applications part3of3
 
System reliability and types of systems in machine design
System reliability and types of systems in machine designSystem reliability and types of systems in machine design
System reliability and types of systems in machine design
 
Reliability and Safety
Reliability and SafetyReliability and Safety
Reliability and Safety
 
Introduction to Reliability Centered Maintenance
Introduction to Reliability Centered MaintenanceIntroduction to Reliability Centered Maintenance
Introduction to Reliability Centered Maintenance
 
Best Practices in Maintenance and Reliability
Best Practices in Maintenance and ReliabilityBest Practices in Maintenance and Reliability
Best Practices in Maintenance and Reliability
 
Measurement System Analysis (MSA)
Measurement System Analysis (MSA)Measurement System Analysis (MSA)
Measurement System Analysis (MSA)
 
Fault Tree Analysis
 Fault Tree Analysis Fault Tree Analysis
Fault Tree Analysis
 
Unit 9 implementing the reliability strategy
Unit 9  implementing the reliability strategyUnit 9  implementing the reliability strategy
Unit 9 implementing the reliability strategy
 
Reliability centred maintenance
Reliability centred maintenanceReliability centred maintenance
Reliability centred maintenance
 
Maintenance planning systems
Maintenance planning  systemsMaintenance planning  systems
Maintenance planning systems
 
FAILURE MODE EFFECT ANALYSIS
FAILURE MODE EFFECT ANALYSISFAILURE MODE EFFECT ANALYSIS
FAILURE MODE EFFECT ANALYSIS
 
Maintenance Management (presentation)
Maintenance Management (presentation)Maintenance Management (presentation)
Maintenance Management (presentation)
 
Reliability centered maintenance
Reliability centered maintenanceReliability centered maintenance
Reliability centered maintenance
 
Corrective maintenance
Corrective maintenanceCorrective maintenance
Corrective maintenance
 
Reliability
ReliabilityReliability
Reliability
 
PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)
PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)
PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)
 
Reliability
ReliabilityReliability
Reliability
 
PRINCIPLES AND PRACTICES OF MAINTENANCE PLANNING
PRINCIPLES AND PRACTICES OF MAINTENANCE PLANNINGPRINCIPLES AND PRACTICES OF MAINTENANCE PLANNING
PRINCIPLES AND PRACTICES OF MAINTENANCE PLANNING
 

En vedette

Reliability engineering chapter-2 reliability of systems
Reliability engineering chapter-2 reliability of systemsReliability engineering chapter-2 reliability of systems
Reliability engineering chapter-2 reliability of systemsCharlton Inao
 
Acceptance sampling
Acceptance samplingAcceptance sampling
Acceptance samplingSartaj
 
An introduction to reliability and maintainability engineering, charles e. eb...
An introduction to reliability and maintainability engineering, charles e. eb...An introduction to reliability and maintainability engineering, charles e. eb...
An introduction to reliability and maintainability engineering, charles e. eb...Khoiri Nurrahmani
 
Verilog hdl design examples
Verilog hdl design examplesVerilog hdl design examples
Verilog hdl design examplesdennis gookyi
 
faults in digital systems
faults in digital systemsfaults in digital systems
faults in digital systemsdennis gookyi
 
PLA Minimization -Testing
PLA Minimization -TestingPLA Minimization -Testing
PLA Minimization -TestingDr.YNM
 
UNIT I- CPLD & FPGA ARCHITECTURE & APPLICATIONS
UNIT I- CPLD & FPGA ARCHITECTURE & APPLICATIONSUNIT I- CPLD & FPGA ARCHITECTURE & APPLICATIONS
UNIT I- CPLD & FPGA ARCHITECTURE & APPLICATIONSDr.YNM
 
UNIT II-Programming in Linux
UNIT II-Programming in LinuxUNIT II-Programming in Linux
UNIT II-Programming in LinuxDr.YNM
 
UNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONS
UNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONSUNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONS
UNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONSDr.YNM
 
UNIT-II : SEQUENTIAL CIRCUIT DESIGN
UNIT-II  : SEQUENTIAL CIRCUIT DESIGN UNIT-II  : SEQUENTIAL CIRCUIT DESIGN
UNIT-II : SEQUENTIAL CIRCUIT DESIGN Dr.YNM
 
Vlsi physical design-notes
Vlsi physical design-notesVlsi physical design-notes
Vlsi physical design-notesDr.YNM
 
UNIT-II -DIGITAL SYSTEM DESIGN
UNIT-II -DIGITAL SYSTEM DESIGNUNIT-II -DIGITAL SYSTEM DESIGN
UNIT-II -DIGITAL SYSTEM DESIGNDr.YNM
 
UNIT-IV .FINITE STATE MACHINES
UNIT-IV .FINITE STATE MACHINESUNIT-IV .FINITE STATE MACHINES
UNIT-IV .FINITE STATE MACHINESDr.YNM
 
RTOS APPLICATIONS
RTOS  APPLICATIONSRTOS  APPLICATIONS
RTOS APPLICATIONSDr.YNM
 
UNIT-III-DIGITAL SYSTEM DESIGN
UNIT-III-DIGITAL SYSTEM DESIGNUNIT-III-DIGITAL SYSTEM DESIGN
UNIT-III-DIGITAL SYSTEM DESIGNDr.YNM
 
Arm processors' architecture
Arm processors'   architectureArm processors'   architecture
Arm processors' architectureDr.YNM
 
UNIT-I DIGITAL SYSTEM DESIGN
UNIT-I DIGITAL SYSTEM DESIGN UNIT-I DIGITAL SYSTEM DESIGN
UNIT-I DIGITAL SYSTEM DESIGN Dr.YNM
 

En vedette (20)

Reliability engineering chapter-2 reliability of systems
Reliability engineering chapter-2 reliability of systemsReliability engineering chapter-2 reliability of systems
Reliability engineering chapter-2 reliability of systems
 
Acceptance sampling
Acceptance samplingAcceptance sampling
Acceptance sampling
 
An introduction to reliability and maintainability engineering, charles e. eb...
An introduction to reliability and maintainability engineering, charles e. eb...An introduction to reliability and maintainability engineering, charles e. eb...
An introduction to reliability and maintainability engineering, charles e. eb...
 
Verilog hdl design examples
Verilog hdl design examplesVerilog hdl design examples
Verilog hdl design examples
 
test generation
test generationtest generation
test generation
 
faults in digital systems
faults in digital systemsfaults in digital systems
faults in digital systems
 
PLA Minimization -Testing
PLA Minimization -TestingPLA Minimization -Testing
PLA Minimization -Testing
 
Acceptance sampling
Acceptance samplingAcceptance sampling
Acceptance sampling
 
3.... acceptance sampling
3.... acceptance sampling3.... acceptance sampling
3.... acceptance sampling
 
UNIT I- CPLD & FPGA ARCHITECTURE & APPLICATIONS
UNIT I- CPLD & FPGA ARCHITECTURE & APPLICATIONSUNIT I- CPLD & FPGA ARCHITECTURE & APPLICATIONS
UNIT I- CPLD & FPGA ARCHITECTURE & APPLICATIONS
 
UNIT II-Programming in Linux
UNIT II-Programming in LinuxUNIT II-Programming in Linux
UNIT II-Programming in Linux
 
UNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONS
UNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONSUNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONS
UNIT-V-FPGA &CPLD ARCHITECTURES AND APPLICATIONS
 
UNIT-II : SEQUENTIAL CIRCUIT DESIGN
UNIT-II  : SEQUENTIAL CIRCUIT DESIGN UNIT-II  : SEQUENTIAL CIRCUIT DESIGN
UNIT-II : SEQUENTIAL CIRCUIT DESIGN
 
Vlsi physical design-notes
Vlsi physical design-notesVlsi physical design-notes
Vlsi physical design-notes
 
UNIT-II -DIGITAL SYSTEM DESIGN
UNIT-II -DIGITAL SYSTEM DESIGNUNIT-II -DIGITAL SYSTEM DESIGN
UNIT-II -DIGITAL SYSTEM DESIGN
 
UNIT-IV .FINITE STATE MACHINES
UNIT-IV .FINITE STATE MACHINESUNIT-IV .FINITE STATE MACHINES
UNIT-IV .FINITE STATE MACHINES
 
RTOS APPLICATIONS
RTOS  APPLICATIONSRTOS  APPLICATIONS
RTOS APPLICATIONS
 
UNIT-III-DIGITAL SYSTEM DESIGN
UNIT-III-DIGITAL SYSTEM DESIGNUNIT-III-DIGITAL SYSTEM DESIGN
UNIT-III-DIGITAL SYSTEM DESIGN
 
Arm processors' architecture
Arm processors'   architectureArm processors'   architecture
Arm processors' architecture
 
UNIT-I DIGITAL SYSTEM DESIGN
UNIT-I DIGITAL SYSTEM DESIGN UNIT-I DIGITAL SYSTEM DESIGN
UNIT-I DIGITAL SYSTEM DESIGN
 

Similaire à basic concepts of reliability

module 5 ppt ddb.pptx
module 5 ppt ddb.pptxmodule 5 ppt ddb.pptx
module 5 ppt ddb.pptxSushantRaj25
 
Reliability.pptx related to quality related
Reliability.pptx related to quality relatedReliability.pptx related to quality related
Reliability.pptx related to quality relatednikhilyadav365577
 
Real Time Systems
Real Time SystemsReal Time Systems
Real Time SystemsDeepak John
 
Software archiecture lecture05
Software archiecture   lecture05Software archiecture   lecture05
Software archiecture lecture05Luktalja
 
Seminar presentation on reliability
Seminar presentation on reliabilitySeminar presentation on reliability
Seminar presentation on reliabilityRAHUL SINGH
 
Dependable Systems -Dependability Attributes (5/16)
Dependable Systems -Dependability Attributes (5/16)Dependable Systems -Dependability Attributes (5/16)
Dependable Systems -Dependability Attributes (5/16)Peter Tröger
 
Dependable Systems -Dependability Means (3/16)
Dependable Systems -Dependability Means (3/16)Dependable Systems -Dependability Means (3/16)
Dependable Systems -Dependability Means (3/16)Peter Tröger
 
Domino Effect and Analysis | Relaibility Analysis | Unavailability Analysis
Domino Effect and Analysis | Relaibility Analysis | Unavailability AnalysisDomino Effect and Analysis | Relaibility Analysis | Unavailability Analysis
Domino Effect and Analysis | Relaibility Analysis | Unavailability AnalysisGaurav Singh Rajput
 
Dependable Systems - Summary (16/16)
Dependable Systems - Summary (16/16)Dependable Systems - Summary (16/16)
Dependable Systems - Summary (16/16)Peter Tröger
 
Contigency analysis and security system taking different cases
Contigency analysis  and security system taking different casesContigency analysis  and security system taking different cases
Contigency analysis and security system taking different casesfekadewalle
 
Domino Effect and Analysis | Gaurav Singh Rajput
Domino Effect and Analysis | Gaurav Singh RajputDomino Effect and Analysis | Gaurav Singh Rajput
Domino Effect and Analysis | Gaurav Singh RajputGaurav Singh Rajput
 
Software Reliability_CS-3059_VISHAL_PADME.pptx
Software Reliability_CS-3059_VISHAL_PADME.pptxSoftware Reliability_CS-3059_VISHAL_PADME.pptx
Software Reliability_CS-3059_VISHAL_PADME.pptxVishalPadme2
 

Similaire à basic concepts of reliability (20)

PPT TARUNA.pptx
PPT TARUNA.pptxPPT TARUNA.pptx
PPT TARUNA.pptx
 
module 5 ppt ddb.pptx
module 5 ppt ddb.pptxmodule 5 ppt ddb.pptx
module 5 ppt ddb.pptx
 
l4a.pdf
l4a.pdfl4a.pdf
l4a.pdf
 
Reliability.pptx related to quality related
Reliability.pptx related to quality relatedReliability.pptx related to quality related
Reliability.pptx related to quality related
 
Availability
AvailabilityAvailability
Availability
 
1 untitled 1ppt
1 untitled 1ppt1 untitled 1ppt
1 untitled 1ppt
 
Real Time Systems
Real Time SystemsReal Time Systems
Real Time Systems
 
Availability
AvailabilityAvailability
Availability
 
Software archiecture lecture05
Software archiecture   lecture05Software archiecture   lecture05
Software archiecture lecture05
 
Seminar presentation on reliability
Seminar presentation on reliabilitySeminar presentation on reliability
Seminar presentation on reliability
 
Dependable Systems -Dependability Attributes (5/16)
Dependable Systems -Dependability Attributes (5/16)Dependable Systems -Dependability Attributes (5/16)
Dependable Systems -Dependability Attributes (5/16)
 
Fault tolerance
Fault toleranceFault tolerance
Fault tolerance
 
Dependable Systems -Dependability Means (3/16)
Dependable Systems -Dependability Means (3/16)Dependable Systems -Dependability Means (3/16)
Dependable Systems -Dependability Means (3/16)
 
Domino Effect and Analysis | Relaibility Analysis | Unavailability Analysis
Domino Effect and Analysis | Relaibility Analysis | Unavailability AnalysisDomino Effect and Analysis | Relaibility Analysis | Unavailability Analysis
Domino Effect and Analysis | Relaibility Analysis | Unavailability Analysis
 
Dependable Systems - Summary (16/16)
Dependable Systems - Summary (16/16)Dependable Systems - Summary (16/16)
Dependable Systems - Summary (16/16)
 
Contigency analysis and security system taking different cases
Contigency analysis  and security system taking different casesContigency analysis  and security system taking different cases
Contigency analysis and security system taking different cases
 
metrics.ppt
metrics.pptmetrics.ppt
metrics.ppt
 
Domino Effect and Analysis | Gaurav Singh Rajput
Domino Effect and Analysis | Gaurav Singh RajputDomino Effect and Analysis | Gaurav Singh Rajput
Domino Effect and Analysis | Gaurav Singh Rajput
 
Software Reliability_CS-3059_VISHAL_PADME.pptx
Software Reliability_CS-3059_VISHAL_PADME.pptxSoftware Reliability_CS-3059_VISHAL_PADME.pptx
Software Reliability_CS-3059_VISHAL_PADME.pptx
 
State model based
State model basedState model based
State model based
 

Plus de dennis gookyi

Verilog HDL Verification
Verilog HDL VerificationVerilog HDL Verification
Verilog HDL Verificationdennis gookyi
 
System design methodology
System design methodologySystem design methodology
System design methodologydennis gookyi
 
Wishbone classic bus cycle
Wishbone classic bus cycleWishbone classic bus cycle
Wishbone classic bus cycledennis gookyi
 
Design options for digital systems
Design options for digital systemsDesign options for digital systems
Design options for digital systemsdennis gookyi
 
Wishbone interface and bus cycles
Wishbone interface and bus cyclesWishbone interface and bus cycles
Wishbone interface and bus cyclesdennis gookyi
 
Advanced modeling techniques
Advanced modeling techniquesAdvanced modeling techniques
Advanced modeling techniquesdennis gookyi
 
Hierachical structural modeling
Hierachical structural modelingHierachical structural modeling
Hierachical structural modelingdennis gookyi
 
structural modeling, hazards
structural modeling, hazardsstructural modeling, hazards
structural modeling, hazardsdennis gookyi
 
Finite state machines
Finite state machinesFinite state machines
Finite state machinesdennis gookyi
 

Plus de dennis gookyi (16)

Wishbone tutorials
Wishbone tutorialsWishbone tutorials
Wishbone tutorials
 
Verilog HDL Verification
Verilog HDL VerificationVerilog HDL Verification
Verilog HDL Verification
 
Synthesis
SynthesisSynthesis
Synthesis
 
System design methodology
System design methodologySystem design methodology
System design methodology
 
Wishbone classic bus cycle
Wishbone classic bus cycleWishbone classic bus cycle
Wishbone classic bus cycle
 
Design options for digital systems
Design options for digital systemsDesign options for digital systems
Design options for digital systems
 
Wishbone interface and bus cycles
Wishbone interface and bus cyclesWishbone interface and bus cycles
Wishbone interface and bus cycles
 
Encoder decoder
Encoder decoderEncoder decoder
Encoder decoder
 
Advanced modeling techniques
Advanced modeling techniquesAdvanced modeling techniques
Advanced modeling techniques
 
4 bit add sub
4 bit add sub4 bit add sub
4 bit add sub
 
Hierachical structural modeling
Hierachical structural modelingHierachical structural modeling
Hierachical structural modeling
 
Behavioral modeling
Behavioral modelingBehavioral modeling
Behavioral modeling
 
Biosensors
BiosensorsBiosensors
Biosensors
 
structural modeling, hazards
structural modeling, hazardsstructural modeling, hazards
structural modeling, hazards
 
Verilog hdl
Verilog hdlVerilog hdl
Verilog hdl
 
Finite state machines
Finite state machinesFinite state machines
Finite state machines
 

Dernier

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 

Dernier (20)

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 

basic concepts of reliability

  • 1. Chapter 1: Basic Concept of Reliability Fault Tolerance and Failure Diagnosis
  • 2. Definition • Fault is malfunction or deviation from expected behavior • Tolerance as the capacity for enduring • Putting the words together, fault tolerance refers to a system's ability to deal with malfunctions.
  • 3. Categories of Faults • Transient faults : These occur once and then disappear • Intermittent faults : Intermittent faults are characterized by a fault occurring, then vanishing again, then reoccurring, then vanishing • Permanent faults : This type of failure is persistent: it continues to exist until the faulty component is repaired or replaced
  • 4. Achieving Fault Tolerance The general approach to building fault tolerant systems is redundancy: • Information redundancy seeks to provide fault tolerance through replicating or coding the data • Time redundancy achieves fault tolerance by performing an operation several times. • Physical redundancy deals with devices, not data. We add extra equipment to enable the system to tolerate the loss of some failed components
  • 5. Redundancy and Replication. • With replication, we have several units operating concurrently and a voting (quorum) system to select the outcome. • With redundancy, only one unit is functioning while the redundant units are standing by to fill in in case the unit ceases to work.
  • 6. The Definition of Reliability A fundamental problem in estimating reliability is whether a system will function in a prescribed manner in a given environment for a given period of time. This depends on a number of factors: • design of the system • the parts and components used • and the environment Reliability is the probability that the given system will perform its required function under specified conditions for a specified period of time.
  • 7. Increasing Reliability • employing the method of worst case design, using high-quality components and imposing strict quality control procedures during the assembly phase • An alternative approach to reliable system design is to incorporate “redundancy” (i.e. additional resources) into a system with the aim of masking the effects of faults
  • 8. Reliability and the Failure Rate • Let N = identical components under “stress conditions” • Let S(t) be the number of surviving components • Let F(t) be the number of components that have failed Then Reliability(R(t)) = S(t)/N
  • 9. Continuation: The probability of failure of the components, also known as the unreliability Q(t), is: Q(t) = F(t)/N • Since S(t) + F(t) = N, we must have: • R(t) + Q(t) = 1
  • 10. Continuation: • The failure rate, also known as the “hazard rate”, Z(t) is defined to be the number of failures per unit time compared with the number of surviving components: Z(t) = 1/S(t) * dF(t)/dt
  • 11. Continuation: • Study of electronic components show that under normal conditions the failure rate varies as indicated in the figure below (the bathtub curve):
  • 12. Continuation: • In the “useful life” period the failure rate is constant, and therefore:
  • 13. Continuation: • The above expression may be integrated giving:
  • 14. Continuation: • Integrating, we get: • The above relationship is generally known as the exponential failure law. • When the product is small:
  • 15. Relation between Reliability and Mean-Time-Between-Failures
  • 16. • For the exponential failure law: MTBF = 1/ƛ • the MTBF of a system is the reciprocal of the failure rate • If ƛ is the number of failures per hour, the MTBF is expressed in hours
  • 17. Example: • We have 4000 components with a failure rate of 0.02% per 1000 hours. Find the average number of failures per hour and the MTBF.
  • 18.
  • 19.
  • 20. Example: • A first-generation computer contains 10,000 thermionic valves each with = 0.5% / (1000 hours). What is the period of 99% reliability?
  • 21.
  • 22. Maintainability • When a system fails, repair action is normally carried out to restore the system to operational effectiveness • The probability that a failed system will be restored to working order within a specified time is called the maintainability of the system • There is therefore a relationship between maintainability and repair rate μ and hence with mean-time-to-repair (MTTR)
  • 23.
  • 24. • In order to design and manufacture a maintainable system, it is necessary to predict the MTTR for various fault condition that could occur in the system. • The system repair time consists of two separate intervals – passive repair time and active repair time. The passive repair time is mainly determined by the time taken by service engineers to travel to the customer site. In many cases the cost of travel time exceeds the cost of the actual repair.
  • 25. The active repair time is directly affected by the system design and may be subdivided as follows: • The time between the occurrence of a failure and the system user becoming aware that it has occurred. • The time needed to detect a fault and isolate the replaceable component(s) responsible. • The time needed to replace the faulty component(s). • The time needed to verify that the fault has been removed and the system is fully operational
  • 26. Availability • The availability of a system is the probability that the system will be “up”, i.e. functioning according to expectations at any time during its scheduled working period.
  • 27.
  • 28. Series and Parallel Systems • The reliability of a system can be derived in terms of the reliabilities or the failure rates of the subsystems used to build it • Two limiting cases of systems design are frequently met in practice: 1. Systems in which each subsystem must function if the system as a whole is to function. 2. Systems in which the correct operation of just one subsystem is sufficient for the system to function satisfactorily. In other words the system consists of redundant subsystems and will fail only if all subsystems fail.
  • 29. Case 1: Series System • Let us consider a system in which a failure of any subsystem would cause a system failure. This can be modeled as a series system. If the subsystem failures are independent and is the reliability of subsystem, then the overall system reliability is:
  • 30.
  • 31. Case 2: Parallel System • In this case system failure can occur only when all subsystems have failed. This can be modeled as a parallel system, as shown in the Fig.
  • 32. • If the failures are independent and is the reliability of subsystem Ri, then the overall reliability of the system is:
  • 33. • For example if a parallel system consists of two subsystems, then: • Therefore the MTBF of the system is:
  • 34. • In practice a system normally consists of a combination of series and parallel subsystems. These systems are useful when short-circuits or open-circuits are the most commonly expected faults
  • 35. Parallel-to-Series Network • the parallel-to-series network is used when the primary failure mode is an open-circuit • If subsystems A and C are processors and subsystems B and D are memories, the system in the Fig. can operate if (A, D) or (C, B) or (A, B) or (C, D) works
  • 36.
  • 37. Series-to-Parallel System • series-to-parallel network of is used when the primary mode to is a short circuit • the system of the Fig. can operate only if either (A, B) or (C, D) works
  • 38.
  • 39.
  • 40.
  • 41. M out of N Systems • An M-of-N system is one which consists of N identical components, with failure occurring if fewer than M components are still functional • Best-known example - The Triplex (TMR) is three identical components whose outputs are voted on. This is a 2-of-3 system: as long as a majority of the processors produce correct results, the system will be functional
  • 42. Reliability of M out of N Systems • For N identical components, R(t) is the reliability of an individual components. The reliability of the system is the probability that N-M or fewer components have failed
  • 43. • Consider a TMR - Triple Modular Redundant Cluster which is perhaps the most important M-of-N system where M=2, N=3 - system is good if at least two components are operational • A voter picks the majority output but a Voter can fail. Let the Voter reliability be Rvot(t).
  • 44.
  • 45. Gookyi Agyemanh Nana Dennis (dennisgookyi@gmail.com)