SlideShare a Scribd company logo
1 of 26
Critical Systems
Specification
Dependability Requirements
Functional requirements to define error
checking and recovery facilities and
protection against system failures.
Non-functional requirements defining the
required reliability and availability of the
system.
Excluding requirements that define states
and conditions that must not arise.
Examples of ‘shall not’ requirements
System shall not allow users to modify
access permissions on any files that they
have not created. (security)
System shall not allow reverse thrust
mode to be selected when the aircraft is
in flight. (safety)
System shall not allow the simultaneous
activation of more than three alarm
signals. (safety)
I. Risk-driven Specification
Critical systems specification should be
risk-driven.
Approach has been widely used in safety
and security-critical systems.
Aim of the specification process should be
to understand the risks (safety, security,
etc.) faced by the system & to define
requirements that reduce these risks.
Stages of Risk-based Analysis

• Risk identification
•

Identify potential risks that may arise.

• Risk analysis and classification
•

Assess the seriousness of each risk.

•

Decompose risks to discover their potential
root causes.

• Risk decomposition
• Risk reduction assessment
•

Define how each risk must be eliminated or
reduced when the system is designed.

Risk-driven Specification
1. Risk Identification
Identify the risks faced by the critical
system.
In safety-critical systems, the risks are
the hazards that can lead to accidents.
In security-critical systems, the risks are
the potential attacks on the system.
Identify and classify risks
• Service failure
• Electrical risks
• Biological
• Physical….
Insulin Pump Risks
Insulin overdose (service failure).
Insulin underdose (service failure).
Power failure due to exhausted battery
(electrical).
Electrical interference with other medical
equipment like pace maker (electrical).
Poor sensor and actuator contact because
of incorrect fitting (physical).
Parts of machine break off in body
(physical).
Infection caused by introduction of
machine (biological).
Allergic reaction to materials or insulin
(biological).
2. Risk Analysis and Classification
Process is concerned with understanding
the likelihood that a risk will arise &
consequences if an accident or incident
should occur.
Need to make this analysis to understand
whether a risk is a serious threat to the
system or environment and to provide a
basis for deciding the resources that
should be used to manage the risk.
For each risk, the outcome of the risk
analysis and classification process is a
statement of acceptability.
Risk Analysis and Classification

Risks may be categorised as:
• Intolerable
• As low as reasonably
practical(ALARP)
•

Acceptable
1. Intolerable
The system must be designed in such a
way so that either the risk cannot arise
or, if it does arise, it will not result in an
accident
Threaten human life or the financial
stability of a business and which have a
major probability of occurrence.
Example of an intolerable risk for an ecommerce system in an Internet
bookstore, would be a risk of the system
going down for more than a day.
As Low as Reasonably Practical
ALARP risks are those which have less
serious consequences or which have a
low probability of occurrence.
An ALARP risk for an e-commerce system
might be corruption of the web page
images that presented the brand of the
company.
Commercially undesirable but is unlikely
to have serious short-term consequences
3. Acceptable
While the system designers should take
all possible steps to reduce the
probability of an ‘acceptable’ hazard
arising, these should not increase costs,
delivery time or other non-functional
system attributes.
Example of an acceptable risk for an ecommerce system is the risk that people
using beta-release web browsers could
not successfully complete orders
Levels of Risk
Social Acceptability of Risk
Acceptability of a risk is determined by
human, social and political
considerations.
In most societies, the boundaries
between the regions are pushed upwards
with time i.e. society is less willing to
accept risk
• For example, the costs of cleaning up
pollution may be less than the costs
of preventing it but this may not be
socially acceptable.
Risk assessment is subjective
• Risks are identified as probable,
unlikely, etc.
• Depends on who is making the
assessment.
Risk Assessment
Estimate the risk probability and the risk
severity.
Not normally possible to do this precisely
so relative values are used such as
‘unlikely’, ‘rare’, ‘very high’, etc.
Aim must be to exclude risks that are
likely to arise or that have high severity.
Risk Assessment – Insulin Pump
3. Risk Decomposition
Concerned with discovering the root
causes of risks in a particular system.
Techniques have been mostly derived
from safety-critical systems and can be
• Inductive, bottom-up techniques.
• Start with a proposed system failure
and assess the hazards that could
arise from that failure;
• Deductive, top-down techniques.
• Start with a hazard and deduce what
the causes of this could be.
Fault-Tree Analysis
Deductive top-down technique.
Put the risk or hazard at the root of the
tree & identify system states that could
lead to that hazard.
Where appropriate, link these with ‘and’
or ‘or’ conditions.
A goal should be to minimise the number
of single causes of system failure.
Insulin Pump Fault Tree
4. Risk Reduction Assessment
Identify dependability requirements that
specify how the risks should be managed
and ensure that accidents/incidents do
not arise.
Risk reduction strategies
1. Risk avoidance
• Risk or hazard cannot arise
2. Risk detection and removal
• Risks are detected & neutralised before they
result in an accident.

3. Damage limitation
• Consequences of an accident are minimised.

Strategy Use
Normally, in critical systems, a mix of risk
reduction strategies are used.
In a chemical plant control system, the
system will include sensors to detect and
correct excess pressure in the reactor.
It will also include an independent
protection system that opens a relief
valve if dangerously high pressure is
detected.
Insulin Pump – Software Risks
Arithmetic error
• Computation causes the value of a
variable to overflow or underflow
• May include an exception handler for
each type of arithmetic error
Algorithmic error
• Compare dose to be delivered with
previous dose or safe maximum
doses
• Reduce dose if too high
Safety Requirements – Insulin Pump
II. Safety Specification
Safety requirements of a system should
be separately specified
Requirements should be based on an
analysis of the possible hazards and risks
Safety requirements usually apply to the
system as a whole rather than to
individual sub-systems
IEC 61508
International standard for safety
management that was specifically
•

designed for protection systems - it is not
applicable to all safety-critical systems.
Incorporates a model of the safety life
cycle and covers all aspects of safety
management from scope definition to
system decommissioning.
Control System Safety Requirements
The Safety Life-Cycle
Safety Requirements
Functional safety requirements
• Define the safety functions of the protection
system i.e. the define how the system should
provide protection.

•

Safety integrity requirements
• Define the reliability and availability of the
protection system. They are based on
expected usage and are classified using a
safety integrity level from 1 to 4.

III. Security Specification
Has some similarities to safety
specification
• Not possible to specify security
requirements quantitatively
•

Requirements are often ‘shall not’ rather
than ‘shall’ requirements.

Differences
• No well-defined notion of a security life
•
•

cycle for security management; No
standards;
Generic threats rather than system specific
hazards;
Mature security technology (encryption,
etc.)

Security Specification
The conventional (non-computerised)
approach to security analysis is based
around the assets to be protected and
their value to an organisation.
A bank will provide high security in an
area where large amounts of money are
stored compared to other public areas
where the potential losses are limited.
The same approach can be used for
specifying security for computer-based
systems.
A possible security specification process
is shown in next slide.....
The Security Specification Process
Stages in Security Specification
Asset identification and evaluation
• Assets (data and programs) & their required

degree of protection are identified.
Password file (say) is more valuable than a
set of public web pages because of its asset
value.

Threat analysis and risk assessment
• Possible security threats are identified and
the risks associated with each of these
threats is estimated.

Threat assignment
• Identified threats are related to the assets so

that, for each identified asset, there is a list
of associated threats.

Stages in Security Specification
Technology analysis
• Available security technologies and their

applicability against the identified threats
are assessed.
Security requirements specification
• The security requirements are specified.

Where appropriate, these will explicitly
identify the security technologies that may
be used to protect against different threats
to the system.

•
•
•
•
•
•
•

Security Specification
Security specification & security
management are essential for all critical
systems.
If a system is insecure, it is subject to
infection with viruses & worms,
corruption & unauthorised modification
of data, & denial of service attacks
Types of Security Requirement
Identification requirements.
Authentication requirements.
Authorisation requirements.
Immunity requirements.
Integrity requirements.
Intrusion detection requirements.
Non-repudiation requirements.
• Privacy requirements.
• Security auditing requirements.
• System maintenance security
•
•
•
•

requirements.
Types of Security Requirement
Identification requirements specify
whether a system should identify its
users before interacting with them.
Authentication requirements specify how
users are identified.
Authorisation requirements specify the
privileges and access permissions of
identified users
Immunity requirements specify how a
system should protect itself against
viruses, worms, and similar threats.

Types of Security Requirement
5. Integrity requirements specify how data
corruption can be avoided.
6. Intrusion detection requirements specify
what mechanisms should be used to
detect attacks on the system.
7. Non-repudiation requirements specify that
a party in a transaction cannot deny its
involvement in that transaction
Types of Security Requirement
8. Privacy requirements specify how data
privacy is to be maintained.
9. Security auditing requirements specify
how system use can be audited and
checked.
10. System maintenance security
requirements specify how an application
can prevent authorised changes from
accidentally defeating its security
mechanisms.
System Requirement
Not every system needs all of these
security requirements. Requirements
depend on the type of system, the
situation of use and the expected users.
Next slide shows security requirements
that might be included in the LIBSYS
system.
LIBSYS Security Requirements
System Reliability Specification
Hardware reliability
• What is the probability of a hardware
component failing & how long does it take to
repair that component?

Software reliability
• How likely is it that a software component
will produce an incorrect output. Software
failures are different from hardware failures
in that software does not wear out. It can
continue in operation even after an incorrect
result has been produced.

Operator reliability
• How likely is it that the operator of a system
will make an error?

Functional Reliability
Requirements

A predefined range for all values that are
input by the operator shall be defined &
the system shall check that all operator
inputs fall within this predefined range.
The system shall check all disks for bad
blocks when it is initialised.
The system must use N-version
programming to implement the braking
control system.

Reliability Specification

The required level of system reliability
required should be expressed
quantitatively.
Reliability is a dynamic system attributereliability specifications related to the
source code are meaningless.
• No more than N faults/1000 lines;
• This is only useful for a post-delivery
process analysis where you are trying to
assess how good your development
techniques are.

An appropriate reliability metric should
be chosen to specify the overall system
reliability.
Reliability Metrics
Units of measurement of system
reliability.
System reliability is measured by
counting the number of operational
failures & where appropriate, relating
these to the demands made on the system
& the time that the system has been
operational.
A long-term measurement programme is
required to assess the reliability of
critical systems.
Reliability Metrics
Probability of Failure on Demand
Probability that the system will fail when
a service request is made.
Metric is most appropriate for systems
where services are demanded at
unpredictable or at relatively long time
intervals & where there are serious
consequences if the service is not
delivered.
Relevant for many safety-critical systems
•

Reliability of a pressure relief system in a
chemical plant or an emergency shutdown
system in a power plant.

Rate of Fault Occurrence
(ROCOF)

Metric should be used where regular
demands are made on system services &
is important that these services are
correctly delivered.
Might be used in the specification of a
bank teller system that processes
customer transactions or in Airline
reservation system.
Reflects the rate of occurrence of failure
in system.
ROCOF of 0.002 means 2 failures are
likely in each 1000 operational time units
e.g. 2 failures per 1000 hours of
operation.
Mean Time To Failure
Measure of the time between observed
failures of the system.
MTTF of 500 means that the mean time
between failures is 500 time units.
Relevant for systems with long
transactions i.e. where system processing
takes a long time.
MTTF should be longer than transaction
length
• Computer-aided design systems where a
designer will work on a design for several
hours, word processor systems etc

Availability
Measure of the fraction of the time that
the system is available for use.
Takes repair and restart time into
account
Availability of 0.998 means software is
available for 998 out of 1000 time units.
Relevant for non-stop, continuously
running systems
• Telephone Switching Systems, Railway
Signalling Systems

Reliability Metrics
Three kinds of measurements that can be
made when assessing the reliability of a
system:
1. No. of system failures given a number of
requests for system services. Used to
measure POFOD
2. Time (or number of transactions) between
system failures. Used to measure ROCOF
and MTTF.
3. Elapsed repair or restart time when a
system failure occurs. Given that the
system must be continuously available.
Used to measure AVAIL

Non-functional Reliability
Requirements

Reliability measurements do NOT take
the consequences of failure into account.
Transient faults may have no real
consequences but other faults may cause
data loss or corruption and loss of system
service.
May be necessary to identify different
failure classes and use different metrics
for each of these. The reliability
specification must be structured.

Non-functional Reliability
Requirements

Statements such as ‘The software shall be
reliable under normal conditions of use’
are meaningless. Quasi-quantitative
statements such as ‘The software shall
exhibit no more than N faults/1000 lines’
are equally useless.
It is impossible to measure the number of
faults/1000 lines of code as you can’t tell
when all faults have been discovered.
Failure Consequences
When specifying reliability, it is not just
the number of system failures that matter
but the consequences of these failures.
Failures that have serious consequences
are clearly more damaging than those
where repair and recovery is
straightforward.
In some cases, therefore, different
reliability specifications for different
types of failure may be defined.
Failure Classification
Steps to a Reliability Specification
For each sub-system, analyse the
consequences of possible system failures.
From the system failure analysis,
partition failures into appropriate classes.
For each failure class identified, set out
the reliability using an appropriate
metric.
Different metrics may be used for
different reliability requirements.
Identify functional reliability
requirements to reduce the chances of
critical failures.
Reliability Requirements for Bank AutoTeller System
Each machine in the network is used
about 300 times per day.
Lifetime of the system hardware is 5
years
Software is normally upgraded every
year.
During the lifetime of a software release,
each machine will handle about 100,000
transactions.
Bank has 1,000 machines in its network.
This means that there are 300,000
transactions on the central database per
day (say 100 million per year).
Reliability Specification for an ATM

Two Types of Failure

1. Transient failures that can be repaired by
user actions such as resetting or
recalibrating the machine.
• For these types of failures, a relatively low
•
•

value of POFOD (say 0.002) may be
acceptable.
Means that one failure may occur in every
500 demands made on the machine.
Approximately once every 3.5 days.
2. Permanent failures that require the
machine to be repaired by the
manufacturer.
• Probability of this type of failure should be

much lower- say once a year is the minimum
figure, so POFOD should be no more than
0.00002.

Specification validation
It is impossible to empirically validate
very high reliability specifications.
No database corruptions means POFOD of
less than 1 in 200 million.
If a transaction takes 1 second, then
simulating one day’s transactions takes
3.5 days.
It would take longer than the system’s
lifetime to test it for reliability.

More Related Content

What's hot

Importance & Principles of Modeling from UML Designing
Importance & Principles of Modeling from UML DesigningImportance & Principles of Modeling from UML Designing
Importance & Principles of Modeling from UML DesigningABHISHEK KUMAR
 
blackboard architecture
blackboard architectureblackboard architecture
blackboard architectureNguyễn Ngân
 
Architectural Design in Software Engineering SE10
Architectural Design in Software Engineering SE10Architectural Design in Software Engineering SE10
Architectural Design in Software Engineering SE10koolkampus
 
Legal issues in cloud computing
Legal issues in cloud computingLegal issues in cloud computing
Legal issues in cloud computingmovinghats
 
Software engineering critical systems
Software engineering   critical systemsSoftware engineering   critical systems
Software engineering critical systemsDr. Loganathan R
 
System Models in Software Engineering SE7
System Models in Software Engineering SE7System Models in Software Engineering SE7
System Models in Software Engineering SE7koolkampus
 
File replication
File replicationFile replication
File replicationKlawal13
 
Software architecture Unit 1 notes
Software architecture Unit 1 notesSoftware architecture Unit 1 notes
Software architecture Unit 1 notesSudarshan Dhondaley
 
Quality Attributes In Software Architecture & Design Patterns
Quality Attributes In Software Architecture & Design PatternsQuality Attributes In Software Architecture & Design Patterns
Quality Attributes In Software Architecture & Design PatternsGatte Ravindranath
 
Interface specification
Interface specificationInterface specification
Interface specificationmaliksiddique1
 
Program security
Program securityProgram security
Program securityG Prachi
 
Ooad (object oriented analysis design)
Ooad (object oriented analysis design)Ooad (object oriented analysis design)
Ooad (object oriented analysis design)Gagandeep Nanda
 
Software Process Models
Software Process ModelsSoftware Process Models
Software Process ModelsHassan A-j
 
Software reliability growth model
Software reliability growth modelSoftware reliability growth model
Software reliability growth modelHimanshu
 

What's hot (20)

Software metrics
Software metricsSoftware metrics
Software metrics
 
System Testing.pptx
System Testing.pptxSystem Testing.pptx
System Testing.pptx
 
Importance & Principles of Modeling from UML Designing
Importance & Principles of Modeling from UML DesigningImportance & Principles of Modeling from UML Designing
Importance & Principles of Modeling from UML Designing
 
blackboard architecture
blackboard architectureblackboard architecture
blackboard architecture
 
Architectural Design in Software Engineering SE10
Architectural Design in Software Engineering SE10Architectural Design in Software Engineering SE10
Architectural Design in Software Engineering SE10
 
Legal issues in cloud computing
Legal issues in cloud computingLegal issues in cloud computing
Legal issues in cloud computing
 
Software engineering critical systems
Software engineering   critical systemsSoftware engineering   critical systems
Software engineering critical systems
 
Software Reliability
Software ReliabilitySoftware Reliability
Software Reliability
 
System Models in Software Engineering SE7
System Models in Software Engineering SE7System Models in Software Engineering SE7
System Models in Software Engineering SE7
 
File replication
File replicationFile replication
File replication
 
Software architecture Unit 1 notes
Software architecture Unit 1 notesSoftware architecture Unit 1 notes
Software architecture Unit 1 notes
 
software architecture
software architecturesoftware architecture
software architecture
 
Class notes
Class notesClass notes
Class notes
 
Quality Attributes In Software Architecture & Design Patterns
Quality Attributes In Software Architecture & Design PatternsQuality Attributes In Software Architecture & Design Patterns
Quality Attributes In Software Architecture & Design Patterns
 
Interface specification
Interface specificationInterface specification
Interface specification
 
Component based software engineering
Component based software engineeringComponent based software engineering
Component based software engineering
 
Program security
Program securityProgram security
Program security
 
Ooad (object oriented analysis design)
Ooad (object oriented analysis design)Ooad (object oriented analysis design)
Ooad (object oriented analysis design)
 
Software Process Models
Software Process ModelsSoftware Process Models
Software Process Models
 
Software reliability growth model
Software reliability growth modelSoftware reliability growth model
Software reliability growth model
 

Similar to Critical systems specification

Security risk management
Security risk managementSecurity risk management
Security risk managementG Prachi
 
topic5.ppt
topic5.ppttopic5.ppt
topic5.pptghgc1
 
IS-Risk-Management-Lecture-2.pdf
IS-Risk-Management-Lecture-2.pdfIS-Risk-Management-Lecture-2.pdf
IS-Risk-Management-Lecture-2.pdfAbdulrafiiMohammed
 
Risk Assessment and Management.ppt
Risk Assessment and Management.pptRisk Assessment and Management.ppt
Risk Assessment and Management.pptBasauKhator1
 
Risk assessment and management
Risk assessment and managementRisk assessment and management
Risk assessment and managementTaekHyeun Kim
 
LOPA | Layer Of Protection Analysis | Gaurav Singh Rajput
LOPA | Layer Of Protection Analysis | Gaurav Singh RajputLOPA | Layer Of Protection Analysis | Gaurav Singh Rajput
LOPA | Layer Of Protection Analysis | Gaurav Singh RajputGaurav Singh Rajput
 
Cyber Security Awareness Month 2017-Nugget 3
Cyber Security Awareness Month 2017-Nugget 3Cyber Security Awareness Month 2017-Nugget 3
Cyber Security Awareness Month 2017-Nugget 3Chinatu Uzuegbu
 
Software Security Engineering
Software Security EngineeringSoftware Security Engineering
Software Security EngineeringMuhammad Asim
 
Software security engineering
Software security engineeringSoftware security engineering
Software security engineeringaizazhussain234
 
Unit V - Hazard Indentification Techniques.pptx
Unit V - Hazard Indentification Techniques.pptxUnit V - Hazard Indentification Techniques.pptx
Unit V - Hazard Indentification Techniques.pptxNarmatha D
 
crisc_wk_3.pptx
crisc_wk_3.pptxcrisc_wk_3.pptx
crisc_wk_3.pptxdotco
 

Similar to Critical systems specification (20)

Ch9
Ch9Ch9
Ch9
 
Security risk management
Security risk managementSecurity risk management
Security risk management
 
topic5.ppt
topic5.ppttopic5.ppt
topic5.ppt
 
Risk assessment
Risk assessmentRisk assessment
Risk assessment
 
topic5 (1).ppt
topic5 (1).ppttopic5 (1).ppt
topic5 (1).ppt
 
IS-Risk-Management-Lecture-2.pdf
IS-Risk-Management-Lecture-2.pdfIS-Risk-Management-Lecture-2.pdf
IS-Risk-Management-Lecture-2.pdf
 
Risk Assessment and Management.ppt
Risk Assessment and Management.pptRisk Assessment and Management.ppt
Risk Assessment and Management.ppt
 
Risk assessment and management
Risk assessment and managementRisk assessment and management
Risk assessment and management
 
topic5 (2).ppt
topic5 (2).ppttopic5 (2).ppt
topic5 (2).ppt
 
LOPA | Layer Of Protection Analysis | Gaurav Singh Rajput
LOPA | Layer Of Protection Analysis | Gaurav Singh RajputLOPA | Layer Of Protection Analysis | Gaurav Singh Rajput
LOPA | Layer Of Protection Analysis | Gaurav Singh Rajput
 
Cyber Security Awareness Month 2017-Nugget 3
Cyber Security Awareness Month 2017-Nugget 3Cyber Security Awareness Month 2017-Nugget 3
Cyber Security Awareness Month 2017-Nugget 3
 
Risk assessment managment and risk based audit approach
Risk assessment managment and risk based audit approachRisk assessment managment and risk based audit approach
Risk assessment managment and risk based audit approach
 
Risk assessment managment and risk based audit approach
Risk assessment managment and risk based audit approachRisk assessment managment and risk based audit approach
Risk assessment managment and risk based audit approach
 
Software Security Engineering
Software Security EngineeringSoftware Security Engineering
Software Security Engineering
 
Software security engineering
Software security engineeringSoftware security engineering
Software security engineering
 
ch14.ppt
ch14.pptch14.ppt
ch14.ppt
 
Cyber Security # Lec 3
Cyber Security # Lec 3 Cyber Security # Lec 3
Cyber Security # Lec 3
 
Unit V - Hazard Indentification Techniques.pptx
Unit V - Hazard Indentification Techniques.pptxUnit V - Hazard Indentification Techniques.pptx
Unit V - Hazard Indentification Techniques.pptx
 
CISSP Chapter 1 Risk Management
CISSP Chapter 1  Risk ManagementCISSP Chapter 1  Risk Management
CISSP Chapter 1 Risk Management
 
crisc_wk_3.pptx
crisc_wk_3.pptxcrisc_wk_3.pptx
crisc_wk_3.pptx
 

More from Aryan Ajmer

Humanbehaviour.ppt By Mr Amar ,Aryan College,Ajmer
Humanbehaviour.ppt By Mr Amar ,Aryan College,AjmerHumanbehaviour.ppt By Mr Amar ,Aryan College,Ajmer
Humanbehaviour.ppt By Mr Amar ,Aryan College,AjmerAryan Ajmer
 
Career counselling
Career counsellingCareer counselling
Career counsellingAryan Ajmer
 
Innovation and Creativity A Case Study of Dainik bhaskar
Innovation and Creativity A Case Study of Dainik bhaskar Innovation and Creativity A Case Study of Dainik bhaskar
Innovation and Creativity A Case Study of Dainik bhaskar Aryan Ajmer
 
Starting a Pre School
Starting a Pre SchoolStarting a Pre School
Starting a Pre SchoolAryan Ajmer
 
Aging gloriously
Aging gloriouslyAging gloriously
Aging gloriouslyAryan Ajmer
 
Entreprenuership development by aryan college,ajmer
Entreprenuership development  by aryan college,ajmerEntreprenuership development  by aryan college,ajmer
Entreprenuership development by aryan college,ajmerAryan Ajmer
 
Programming flowcharts for C Language
Programming flowcharts for C LanguageProgramming flowcharts for C Language
Programming flowcharts for C LanguageAryan Ajmer
 
Class cybercrime
Class cybercrimeClass cybercrime
Class cybercrimeAryan Ajmer
 
Process model rup
Process model rupProcess model rup
Process model rupAryan Ajmer
 
Career Counselling
Career CounsellingCareer Counselling
Career CounsellingAryan Ajmer
 
Back to basics for professionals
Back to basics for professionalsBack to basics for professionals
Back to basics for professionalsAryan Ajmer
 
Be Proactive by Priyanka,Aryan College,Ajmer
Be Proactive by Priyanka,Aryan College,AjmerBe Proactive by Priyanka,Aryan College,Ajmer
Be Proactive by Priyanka,Aryan College,AjmerAryan Ajmer
 
Malted Food Drinks by Nisha,Aryan College
Malted Food Drinks by Nisha,Aryan CollegeMalted Food Drinks by Nisha,Aryan College
Malted Food Drinks by Nisha,Aryan CollegeAryan Ajmer
 
Customer Complaints By Yogesh,Aryan College
Customer Complaints By Yogesh,Aryan CollegeCustomer Complaints By Yogesh,Aryan College
Customer Complaints By Yogesh,Aryan CollegeAryan Ajmer
 

More from Aryan Ajmer (20)

Humanbehaviour.ppt By Mr Amar ,Aryan College,Ajmer
Humanbehaviour.ppt By Mr Amar ,Aryan College,AjmerHumanbehaviour.ppt By Mr Amar ,Aryan College,Ajmer
Humanbehaviour.ppt By Mr Amar ,Aryan College,Ajmer
 
Branding
BrandingBranding
Branding
 
Career counselling
Career counsellingCareer counselling
Career counselling
 
Innovation and Creativity A Case Study of Dainik bhaskar
Innovation and Creativity A Case Study of Dainik bhaskar Innovation and Creativity A Case Study of Dainik bhaskar
Innovation and Creativity A Case Study of Dainik bhaskar
 
Starting a Pre School
Starting a Pre SchoolStarting a Pre School
Starting a Pre School
 
Bon Voyage 2015
Bon Voyage 2015Bon Voyage 2015
Bon Voyage 2015
 
Aging gloriously
Aging gloriouslyAging gloriously
Aging gloriously
 
Entreprenuership development by aryan college,ajmer
Entreprenuership development  by aryan college,ajmerEntreprenuership development  by aryan college,ajmer
Entreprenuership development by aryan college,ajmer
 
Programming flowcharts for C Language
Programming flowcharts for C LanguageProgramming flowcharts for C Language
Programming flowcharts for C Language
 
Class cybercrime
Class cybercrimeClass cybercrime
Class cybercrime
 
Class it act
Class it actClass it act
Class it act
 
Process model rup
Process model rupProcess model rup
Process model rup
 
Class prototype
Class prototypeClass prototype
Class prototype
 
Class waterfall
Class waterfallClass waterfall
Class waterfall
 
Career Counselling
Career CounsellingCareer Counselling
Career Counselling
 
Back to basics for professionals
Back to basics for professionalsBack to basics for professionals
Back to basics for professionals
 
Assertiveness
AssertivenessAssertiveness
Assertiveness
 
Be Proactive by Priyanka,Aryan College,Ajmer
Be Proactive by Priyanka,Aryan College,AjmerBe Proactive by Priyanka,Aryan College,Ajmer
Be Proactive by Priyanka,Aryan College,Ajmer
 
Malted Food Drinks by Nisha,Aryan College
Malted Food Drinks by Nisha,Aryan CollegeMalted Food Drinks by Nisha,Aryan College
Malted Food Drinks by Nisha,Aryan College
 
Customer Complaints By Yogesh,Aryan College
Customer Complaints By Yogesh,Aryan CollegeCustomer Complaints By Yogesh,Aryan College
Customer Complaints By Yogesh,Aryan College
 

Critical systems specification

  • 1. Critical Systems Specification Dependability Requirements Functional requirements to define error checking and recovery facilities and protection against system failures. Non-functional requirements defining the required reliability and availability of the system. Excluding requirements that define states and conditions that must not arise. Examples of ‘shall not’ requirements System shall not allow users to modify access permissions on any files that they have not created. (security) System shall not allow reverse thrust mode to be selected when the aircraft is in flight. (safety) System shall not allow the simultaneous activation of more than three alarm signals. (safety)
  • 2. I. Risk-driven Specification Critical systems specification should be risk-driven. Approach has been widely used in safety and security-critical systems. Aim of the specification process should be to understand the risks (safety, security, etc.) faced by the system & to define requirements that reduce these risks. Stages of Risk-based Analysis • Risk identification • Identify potential risks that may arise. • Risk analysis and classification • Assess the seriousness of each risk. • Decompose risks to discover their potential root causes. • Risk decomposition • Risk reduction assessment • Define how each risk must be eliminated or reduced when the system is designed. Risk-driven Specification 1. Risk Identification
  • 3. Identify the risks faced by the critical system. In safety-critical systems, the risks are the hazards that can lead to accidents. In security-critical systems, the risks are the potential attacks on the system. Identify and classify risks • Service failure • Electrical risks • Biological • Physical…. Insulin Pump Risks Insulin overdose (service failure). Insulin underdose (service failure). Power failure due to exhausted battery (electrical). Electrical interference with other medical equipment like pace maker (electrical). Poor sensor and actuator contact because of incorrect fitting (physical). Parts of machine break off in body (physical).
  • 4. Infection caused by introduction of machine (biological). Allergic reaction to materials or insulin (biological). 2. Risk Analysis and Classification Process is concerned with understanding the likelihood that a risk will arise & consequences if an accident or incident should occur. Need to make this analysis to understand whether a risk is a serious threat to the system or environment and to provide a basis for deciding the resources that should be used to manage the risk. For each risk, the outcome of the risk analysis and classification process is a statement of acceptability. Risk Analysis and Classification Risks may be categorised as: • Intolerable • As low as reasonably practical(ALARP)
  • 5. • Acceptable 1. Intolerable The system must be designed in such a way so that either the risk cannot arise or, if it does arise, it will not result in an accident Threaten human life or the financial stability of a business and which have a major probability of occurrence. Example of an intolerable risk for an ecommerce system in an Internet bookstore, would be a risk of the system going down for more than a day. As Low as Reasonably Practical ALARP risks are those which have less serious consequences or which have a low probability of occurrence. An ALARP risk for an e-commerce system might be corruption of the web page images that presented the brand of the company.
  • 6. Commercially undesirable but is unlikely to have serious short-term consequences 3. Acceptable While the system designers should take all possible steps to reduce the probability of an ‘acceptable’ hazard arising, these should not increase costs, delivery time or other non-functional system attributes. Example of an acceptable risk for an ecommerce system is the risk that people using beta-release web browsers could not successfully complete orders Levels of Risk Social Acceptability of Risk Acceptability of a risk is determined by human, social and political considerations. In most societies, the boundaries between the regions are pushed upwards with time i.e. society is less willing to accept risk
  • 7. • For example, the costs of cleaning up pollution may be less than the costs of preventing it but this may not be socially acceptable. Risk assessment is subjective • Risks are identified as probable, unlikely, etc. • Depends on who is making the assessment. Risk Assessment Estimate the risk probability and the risk severity. Not normally possible to do this precisely so relative values are used such as ‘unlikely’, ‘rare’, ‘very high’, etc. Aim must be to exclude risks that are likely to arise or that have high severity. Risk Assessment – Insulin Pump 3. Risk Decomposition Concerned with discovering the root causes of risks in a particular system.
  • 8. Techniques have been mostly derived from safety-critical systems and can be • Inductive, bottom-up techniques. • Start with a proposed system failure and assess the hazards that could arise from that failure; • Deductive, top-down techniques. • Start with a hazard and deduce what the causes of this could be. Fault-Tree Analysis Deductive top-down technique. Put the risk or hazard at the root of the tree & identify system states that could lead to that hazard. Where appropriate, link these with ‘and’ or ‘or’ conditions. A goal should be to minimise the number of single causes of system failure. Insulin Pump Fault Tree 4. Risk Reduction Assessment Identify dependability requirements that specify how the risks should be managed
  • 9. and ensure that accidents/incidents do not arise. Risk reduction strategies 1. Risk avoidance • Risk or hazard cannot arise 2. Risk detection and removal • Risks are detected & neutralised before they result in an accident. 3. Damage limitation • Consequences of an accident are minimised. Strategy Use Normally, in critical systems, a mix of risk reduction strategies are used. In a chemical plant control system, the system will include sensors to detect and correct excess pressure in the reactor. It will also include an independent protection system that opens a relief valve if dangerously high pressure is detected. Insulin Pump – Software Risks Arithmetic error
  • 10. • Computation causes the value of a variable to overflow or underflow • May include an exception handler for each type of arithmetic error Algorithmic error • Compare dose to be delivered with previous dose or safe maximum doses • Reduce dose if too high Safety Requirements – Insulin Pump II. Safety Specification Safety requirements of a system should be separately specified Requirements should be based on an analysis of the possible hazards and risks Safety requirements usually apply to the system as a whole rather than to individual sub-systems IEC 61508 International standard for safety management that was specifically
  • 11. • designed for protection systems - it is not applicable to all safety-critical systems. Incorporates a model of the safety life cycle and covers all aspects of safety management from scope definition to system decommissioning. Control System Safety Requirements The Safety Life-Cycle Safety Requirements Functional safety requirements • Define the safety functions of the protection system i.e. the define how the system should provide protection. • Safety integrity requirements • Define the reliability and availability of the protection system. They are based on expected usage and are classified using a safety integrity level from 1 to 4. III. Security Specification Has some similarities to safety specification • Not possible to specify security requirements quantitatively
  • 12. • Requirements are often ‘shall not’ rather than ‘shall’ requirements. Differences • No well-defined notion of a security life • • cycle for security management; No standards; Generic threats rather than system specific hazards; Mature security technology (encryption, etc.) Security Specification The conventional (non-computerised) approach to security analysis is based around the assets to be protected and their value to an organisation. A bank will provide high security in an area where large amounts of money are stored compared to other public areas where the potential losses are limited. The same approach can be used for specifying security for computer-based systems.
  • 13. A possible security specification process is shown in next slide..... The Security Specification Process Stages in Security Specification Asset identification and evaluation • Assets (data and programs) & their required degree of protection are identified. Password file (say) is more valuable than a set of public web pages because of its asset value. Threat analysis and risk assessment • Possible security threats are identified and the risks associated with each of these threats is estimated. Threat assignment • Identified threats are related to the assets so that, for each identified asset, there is a list of associated threats. Stages in Security Specification Technology analysis • Available security technologies and their applicability against the identified threats are assessed.
  • 14. Security requirements specification • The security requirements are specified. Where appropriate, these will explicitly identify the security technologies that may be used to protect against different threats to the system. • • • • • • • Security Specification Security specification & security management are essential for all critical systems. If a system is insecure, it is subject to infection with viruses & worms, corruption & unauthorised modification of data, & denial of service attacks Types of Security Requirement Identification requirements. Authentication requirements. Authorisation requirements. Immunity requirements. Integrity requirements. Intrusion detection requirements. Non-repudiation requirements.
  • 15. • Privacy requirements. • Security auditing requirements. • System maintenance security • • • • requirements. Types of Security Requirement Identification requirements specify whether a system should identify its users before interacting with them. Authentication requirements specify how users are identified. Authorisation requirements specify the privileges and access permissions of identified users Immunity requirements specify how a system should protect itself against viruses, worms, and similar threats. Types of Security Requirement 5. Integrity requirements specify how data corruption can be avoided.
  • 16. 6. Intrusion detection requirements specify what mechanisms should be used to detect attacks on the system. 7. Non-repudiation requirements specify that a party in a transaction cannot deny its involvement in that transaction Types of Security Requirement 8. Privacy requirements specify how data privacy is to be maintained. 9. Security auditing requirements specify how system use can be audited and checked. 10. System maintenance security requirements specify how an application can prevent authorised changes from accidentally defeating its security mechanisms. System Requirement Not every system needs all of these security requirements. Requirements depend on the type of system, the situation of use and the expected users.
  • 17. Next slide shows security requirements that might be included in the LIBSYS system. LIBSYS Security Requirements System Reliability Specification Hardware reliability • What is the probability of a hardware component failing & how long does it take to repair that component? Software reliability • How likely is it that a software component will produce an incorrect output. Software failures are different from hardware failures in that software does not wear out. It can continue in operation even after an incorrect result has been produced. Operator reliability • How likely is it that the operator of a system will make an error? Functional Reliability Requirements A predefined range for all values that are input by the operator shall be defined &
  • 18. the system shall check that all operator inputs fall within this predefined range. The system shall check all disks for bad blocks when it is initialised. The system must use N-version programming to implement the braking control system. Reliability Specification The required level of system reliability required should be expressed quantitatively. Reliability is a dynamic system attributereliability specifications related to the source code are meaningless. • No more than N faults/1000 lines; • This is only useful for a post-delivery process analysis where you are trying to assess how good your development techniques are. An appropriate reliability metric should be chosen to specify the overall system reliability. Reliability Metrics
  • 19. Units of measurement of system reliability. System reliability is measured by counting the number of operational failures & where appropriate, relating these to the demands made on the system & the time that the system has been operational. A long-term measurement programme is required to assess the reliability of critical systems. Reliability Metrics Probability of Failure on Demand Probability that the system will fail when a service request is made. Metric is most appropriate for systems where services are demanded at unpredictable or at relatively long time intervals & where there are serious consequences if the service is not delivered. Relevant for many safety-critical systems
  • 20. • Reliability of a pressure relief system in a chemical plant or an emergency shutdown system in a power plant. Rate of Fault Occurrence (ROCOF) Metric should be used where regular demands are made on system services & is important that these services are correctly delivered. Might be used in the specification of a bank teller system that processes customer transactions or in Airline reservation system. Reflects the rate of occurrence of failure in system. ROCOF of 0.002 means 2 failures are likely in each 1000 operational time units e.g. 2 failures per 1000 hours of operation. Mean Time To Failure Measure of the time between observed failures of the system.
  • 21. MTTF of 500 means that the mean time between failures is 500 time units. Relevant for systems with long transactions i.e. where system processing takes a long time. MTTF should be longer than transaction length • Computer-aided design systems where a designer will work on a design for several hours, word processor systems etc Availability Measure of the fraction of the time that the system is available for use. Takes repair and restart time into account Availability of 0.998 means software is available for 998 out of 1000 time units. Relevant for non-stop, continuously running systems • Telephone Switching Systems, Railway Signalling Systems Reliability Metrics
  • 22. Three kinds of measurements that can be made when assessing the reliability of a system: 1. No. of system failures given a number of requests for system services. Used to measure POFOD 2. Time (or number of transactions) between system failures. Used to measure ROCOF and MTTF. 3. Elapsed repair or restart time when a system failure occurs. Given that the system must be continuously available. Used to measure AVAIL Non-functional Reliability Requirements Reliability measurements do NOT take the consequences of failure into account. Transient faults may have no real consequences but other faults may cause data loss or corruption and loss of system service.
  • 23. May be necessary to identify different failure classes and use different metrics for each of these. The reliability specification must be structured. Non-functional Reliability Requirements Statements such as ‘The software shall be reliable under normal conditions of use’ are meaningless. Quasi-quantitative statements such as ‘The software shall exhibit no more than N faults/1000 lines’ are equally useless. It is impossible to measure the number of faults/1000 lines of code as you can’t tell when all faults have been discovered. Failure Consequences When specifying reliability, it is not just the number of system failures that matter but the consequences of these failures. Failures that have serious consequences are clearly more damaging than those
  • 24. where repair and recovery is straightforward. In some cases, therefore, different reliability specifications for different types of failure may be defined. Failure Classification Steps to a Reliability Specification For each sub-system, analyse the consequences of possible system failures. From the system failure analysis, partition failures into appropriate classes. For each failure class identified, set out the reliability using an appropriate metric. Different metrics may be used for different reliability requirements. Identify functional reliability requirements to reduce the chances of critical failures. Reliability Requirements for Bank AutoTeller System Each machine in the network is used about 300 times per day.
  • 25. Lifetime of the system hardware is 5 years Software is normally upgraded every year. During the lifetime of a software release, each machine will handle about 100,000 transactions. Bank has 1,000 machines in its network. This means that there are 300,000 transactions on the central database per day (say 100 million per year). Reliability Specification for an ATM Two Types of Failure 1. Transient failures that can be repaired by user actions such as resetting or recalibrating the machine. • For these types of failures, a relatively low • • value of POFOD (say 0.002) may be acceptable. Means that one failure may occur in every 500 demands made on the machine. Approximately once every 3.5 days.
  • 26. 2. Permanent failures that require the machine to be repaired by the manufacturer. • Probability of this type of failure should be much lower- say once a year is the minimum figure, so POFOD should be no more than 0.00002. Specification validation It is impossible to empirically validate very high reliability specifications. No database corruptions means POFOD of less than 1 in 200 million. If a transaction takes 1 second, then simulating one day’s transactions takes 3.5 days. It would take longer than the system’s lifetime to test it for reliability.