Software and Hardware Reliability

23,884 views 10 slides Mar 20, 2013
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

No description available for this slideshow.


Slide Content

1
Software and Hardware Reliability

2
Software Reliability Definition
The probability that the software will;
operate as required (i.e., without fail),
for a specified time,
in a specified environment.

3
Software Reliability - features
•failures in software are design faults,
•reliability during test changes continually
(new problems are found as old ones are
fixed / new code is never perfect)
•phenomenon of software reliability growth
•environment is important (platform/inputs)
- new envt. may require s/w retest

4
Hardware Reliability - features
•failure is usually due to physical deterioration
•hardware reliability tends, more than software,
towards a constant value,
•hardware reliability usually follows the
‘bathtub’ principle,
•again, environment is important; a proportion
of hardware faults are design faults

5
Fault, Error, Failure
FAULTS
ERRORS
FAILURE
ENVIRONMENT
OPERATOR
INPUT
OR
REVEALING
MECHANISM
AND
LEADS TO ZERO OR MANY
LEADS TO ZERO OR MANY
POTENTIALLY
LEADS TO ZERO OR MANY
MISTAKES
(PERSON MAKES)
CAN BE ATTRIBUTED TO
ONE OR MANY
CAN BE ATTRIBUTED TO
ONE OR MANY
CAN BE ATTRIBUTED TO
ONE OR MANY

6
Reliability Measures
When we talk of reliability measures the irony is
that we invariably talk about failure measures.
There are four general ways of measuring
failures against time;
· time of failure,
· interval between failures,
· cumulative failures experienced up to a given time,
· failures experienced in a time interval.

7
Ensuring Hardware Reliability
Hardware Reliability is ensured by conducting the
following tests:
•Fault Tree Analysis
•Failure Modes Effects and Criticality Analysis
•Failsafe Tests
•Fault Injection Tests
•PCB Trace Anaysis and Circuit Simulation
•Environmental Tests

8
Ensuring Software Reliability
Software Reliability is ensured by following the following Techniques:
•Defensive Programming
To produce programs which detect anomalous control flow, data flow
or data values during their execution and react to these in a redetermined
and acceptable manner.
•Fault Detection & Diagnosis
To detect faults in a system, which might lead to a failure, thus providing
the basisfor countermeasures in order to minimise the consequences of
failures.

9
•Error Detecting and Correcting Codes
To detect and correct errors in sensitive information.
•Diverse Programming
Detect and mask residual software design faults during execution of a
program, in order to prevent Safety critical failures of the system, and
to continue operation for high reliability.
•Software Error Effect Analysis
To identify software modules, their criticality; to propose means for
detecting software errors and enhancing software robustness; to
evaluate the amount of validation needed on the various software
components.

10
Software Reliability Tests
•Software Quality Audit
•Software Rule Checking
•Unit Testing
•Software Integration Tests
•Software/Hardware Integration Tests
•Fault Injection Tests
•System Validation