SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 6, June 2013
www.ijarcet.org
1983
Reliability analysis based on losses from failure
Modelling
Dr. Amit Gupta#, Renu Garg*
# Maharaja Agersen college, Guru Gobind Singh Indraprastha University
Rohini, Delhi , India
*ABES Engineering college, Mahamaya Technical University
Ghaziabad, Uttar Pradesh, India
Abstract— As the cost of software application failures grows and
as these failures increasingly impact business performance,
software reliability will become progressively more important.
Employing effective software reliability engineering techniques
to improve product and process reliability would be the
industry’s best interests as well as major challenges. As software
complexity and software quality are highly related to software
reliability, the measurements of software complexity and quality
attributes have been explored for early prediction of software
reliability. Static as well as dynamic program complexity
measurements have been collected, such as lines of code, number
of operators, relative program complexity, functional complexity,
operational complexity, and so on. The complexity metrics can be
further included in software reliability models for early
reliability prediction, for example, to predict the initial software
fault density and failure rate.
Keywords— Effective software reliability, Software complexity,
Software quality, Fault density, Failure rate.
I. INTRODUCTION
Software Reliability is an important attribute of software
quality, together with functionality, usability, performance,
serviceability, capability, installability, maintainability, and
documentation. Software Reliability is hard to achieve,
because the complexity of software tends to be high. While
any system with a high degree of complexity, including
software, will be hard to reach a certain level of reliability,
system developers tend to push complexity into the software
layer, with the rapid growth of system size and ease of doing
so by upgrading the software. For example, large next-
generation aircraft will have over one million source lines of
software on-board; next-generation air traffic control systems
will contain between one and two million lines; the upcoming
international Space Station will have over two million lines
on-board and over ten million lines of ground support
software; several major life-critical defense systems will have
over five million source lines of software. While the
complexity of software is inversely related to software
reliability, it is directly related to other important factors in
software quality, especially functionality, capability, etc.
emphasizing these features will tend to add more complexity
to software.
According to ANSI, Software Reliability is defined as: the
probability of failure-free software operation for a specified
period of time in a specified environment. Although Software
Reliability is defined as a probabilistic function, and comes
with the notion of time, we must note that, different from
traditional Hardware Reliability, Software Reliability is not a
direct function of time. Electronic and mechanical parts may
become "old" and wear out with time and usage, but software
will not rust or wear-out during its life cycle. Software will
not change over time unless intentionally changed or upgraded.
II. OBJECTIVE AND SCOPE
The scope of this study is the measurement knowledge and
tools that are necessary to ensure the reliability of the
software. I focus on reliability because the lack of it could
result in significant costs to the supplier in terms of
dissatisfied customers, loss of market share, rework caused by
rejected and returned systems, and the costs to customers of
faulty systems that fail to meet their mission goals.
This approach is important for three reasons.
1. Early detection and resolution of reliability problems can
save considerable time and money in software development.
2. Product and process measurements must be integrated so
that the interaction between the two can be assessed
throughout the life cycle.
3. Software engineers must have comprehensive knowledge
of the role of measurement in contributing to the
development of high reliability products and the processes
that produce them.
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 6, June 2013
www.ijarcet.org
1984
III. RESEARCH ISSUES
The challenges in software reliability not only stem from the
size, complexity, difficulty, and novelty of software
applications in various domains, but also relate to the
knowledge, training, experience and character of the software
engineers involved. We address the current paradigms and
problems from a number of software reliability engineering
aspects.
A. Software and system reliability
Previous work has been focused on extending the classical
reliability theories from hardware to software, so that by
employing familiar mathematical modeling schemes, we can
establish software reliability framework consistently from the
same viewpoints as hardware. The advantages of such
modeling approaches are: (1) The physical meaning of effect
of failures on reliability, as measured in the form of failure
rates, can be directly applied to the reliability models. (2) The
combination of hardware reliability and software reliability to
form system reliability models and measures can be provided
in a unified theory. (3) System reliability models inherently
engage system structure and modular design in block
diagrams. The resulting reliability modeling process is not
only intuitive (how components contribute to the overall
reliability can be visualized), but also informative (reliability-
critical components can be quickly identified).
The major drawbacks, while hardware failures may occur
independently, software failures do not happen independently.
The interdependency of software failures is also very hard to
describe in detail or to model precisely. Furthermore, similar
hardware systems are developed from similar specifications,
and hardware failures, usually caused by hardware defects, are
repeatable and predictable. Therefore, while failure mode and
effect analysis (FMEA) and failure mode and effect criticality
analysis (FMECA) have long been established for hardware
systems, they are not very well understood for software
systems.
B. Software reliability modeling
Among all software reliability models, SRGM is probably one
of the most successful techniques in the literature, with more
than 100 models existing in one form or another, through
hundreds of publications. In practice, however, SRGMs
encounter major challenges. First of all, software testers
seldom follow the operational profile to test the software, so
what is observed during software testing may not be directly
extensible for operational use. Secondly, when the number of
failures collected in a project is limited, it is hard to make
statistically meaningful reliability predictions. Thirdly, some
of the assumptions of SRGM are not realistic, e.g., the
assumptions that the faults are independent of each other; that
each fault has the same chance to be detected in one class; and
that correction of a fault never introduces new faults.
Although some historical SRGMs have been widely adopted
to predict software reliability, researchers believe they can
further improve the prediction accuracy of these models by
adding other important factors which affect the final software
quality. Among others, code coverage is a metric commonly
engaged by software testers, as it indicates how completely a
test set executes a software system under test, therefore
influencing the resulting reliability measure. To incorporate
the effect of code coverage on reliability in the traditional
software reliability models, it proposes a technique using both
time and code coverage measurement for reliability
prediction. It reduces the execution time by a parameterized
factor when the test case neither increases code coverage nor
causes a failure. These models, known as adjusted Non-
Homogeneous Poisson Process (NHPP) models, have been
shown empirically to achieve more accurate predictions than
the original ones.
C. Metrics and measurements
In SRGM, the two measurements related to reliability are: 1)
the number of failures in a time period; and 2) time between
failures. One key problem about software metrics and
measurements is that they are not consistently defined and
interpreted, again due to the lack of physical attributes of
software. The achieved reliability measures may differ for
different applications, yielding inconclusive results. A unified
ontology to identify, describe, incorporate and understand
reliability-related software metrics is therefore urgently
needed.
D. Testing effectiveness and code coverage
As a typical mechanism for fault removal in software
reliability engineering, software testing has been widely
practiced in industry for quality assurance and reliability
improvement. Effective testing is defined as uncovering of
most if not all detectable faults. As the total number of
inherent faults is not known, testing effectiveness is usually
represented by a measurable testing index. Code coverage, as
an indicator to show how thoroughly software has been
stressed, has been proposed and is widely employed to
represent fault coverage. The problem is testing result for
published data did not support a causal dependency between
code coverage and defect coverage.
A normalized reliability growth curve is used to predict to
verify whether software reliability is attained. It can be used to
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 6, June 2013
www.ijarcet.org
1985
determine when to stop testing. It can also be used to
demonstrate the impact on reliability of a decision to deliver
the software on an arbitrary date. Figure 1 illustrates what
may happen when the process for fixing detected errors is not
under control, or a major shift in design has occurred as a
result of failures detected. Figure 2 overlays the desired
outcome from applying software reliability engineering
principles on a typical reliability curve. The goal is to
converge quickly to the desired reliability goal thus reducing
the rework and the time and resources required for testing and
enabling a shorter time to delivery without sacrificing
reliability.
E. Industry practice and concerns
Software practitioners often see reliability as a cost rather than
a value, an investment rather than a return. Often the
reliability attribute of a product takes less priority than its
functionality or innovation. The main reason for the lack of
industry enthusiasm in SRE is because its cost-effectiveness is
not clear. Current SRE techniques incur visible overhead but
yield invisible benefits. In contrast, a company’s target is to
have visible benefit but invisible overhead.
As the competitive advantage of product reliability is less
obvious than that of other product quality attributes (such as
performance or usability), few practitioners are willing to try
out emerging techniques on SRE. The fact that there are so
many software reliability models to choose from also
intimidates practitioners. So instead of investigating which
models are suitable for their environments or which model
selection criteria can be applied, practitioners tend to simply
take reliability measurements casually, and they are often
suspicious about the reliability numbers obtained by the
models.
IV. RESEARCH METHODOLOGIES
Software Reliability Engineering relates to whole software life
cycle. We discuss possible future directions with respect to the
following areas: software architecture, testing and metrics.
A. Reliability for software architectures and off-the-shelf
components
Due to the ever-increasing complexity of software systems,
modern software is seldom built from scratch. Revolutionary
and evolutionary object-oriented design and programming
paradigms have vigorously pushed software reuse. In the light
of this shift, reliability engineering for software development
is focusing on two major aspects: software architecture, and
component-based software engineering. The software
architecture of a system consists of software components,
their external properties, and their relationships with one
another. As software architecture is the foundation of the final
software product, the design and management of software
architecture is becoming the dominant factor in software
reliability engineering research. While software architecture
represents the product view of software systems, component-
based software engineering addresses the process view of
software engineering. In this popular software development
technique, many research issues are identified, such as
reliability, reusability, clean interface design, fault tolerance
etc.
B. Testing for reliability assessment
Software testing and software reliability have traditionally
belonged to two separate communities. Software testers test
software without referring to how software will operate in the
field, as often the environment cannot be fully represented in
the laboratory. Software reliability measurers insist that
software should be tested according to its operational profile
in order to allow accurate reliability estimation and prediction.
One approach is to measure the test compression factor, which
is defined as the ratio between the mean time between failures
during operation and during testing. Another approach is to
ascertain how other testing related factors can be incorporated
into software reliability modeling, so that accurate measures
can be obtained based on the effectiveness of testing efforts.
The effect of code coverage on fault detection may vary under
different testing profiles. The correlation between code
coverage and fault coverage should be examined across
different testing schemes, including function testing, random
testing, normal testing, and exception testing. In other words,
white box testing and black box testing should be cross–
checked for their effectiveness in exploring faults, and thus
yielding increase in reliability. Including linking software
testing and reliability with code coverage, statistical learning
techniques may offer another promising avenue to explore. In
particular, statistical debugging approaches, whose original
purpose was to identify software faults with probabilistic
modeling of program predicates, can provide a fine
quantitative assessment of program codes with respect to
software faults. They can therefore help to establish accurate
software reliability prediction models based on program
structures under testing.
C. Metrics for reliability prediction
Today companies must collect software metrics as an
indication of a maturing software development process.
Industrial software engineering data, particularly those related
to system failures, are historically hard to obtain across a
range of organizations. Novel methods are used to improve
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 6, June 2013
www.ijarcet.org
1986
reliability prediction are actively being researched. For
example, by extracting rich information from metrics data
using a sound statistical and probability foundation,
Moreover, traditional reliability models can be enhanced to
incorporate some testing completeness or effectiveness
metrics, such as code coverage, as well as their traditional
testing-time based metrics. The key idea is that failure
detection is not only related to the time that the software is
under testing, but also what fraction of the code has been
executed by the testing.
One drawback of the current metrics and data collection
process is that it is a one-way, open-loop avenue: while
metrics of the development process can indicate or predict the
outcome quality, such as the reliability, of the resulting
product, they often cannot provide feedback to the process
regarding how to make improvement. In the future, a reverse
function is urgently called for: given a reliability goal, what
should the reliability process (and the resulting metrics) look
like? By providing such feedback, it is expected that a closed-
loop software reliability engineering process can be
informative as well as beneficial in achieving predictably
reliable software.
V. CONCLUSION
Existing SRE techniques suffer from a number of weaknesses.
First of all, current SRE techniques collect the failure data
during integration testing or system testing phases. Failure
data collected during the late testing phase may be too late for
fundamental design changes. Secondly, the failure data
collected in the in-house testing may be limited, and they may
not represent failures that would be uncovered under actual
operational environment. This is especially true for high-
quality software systems which require extensive and wide-
ranging testing. The reliability estimation and prediction using
the restricted testing data may cause accuracy problems.
Thirdly, current SRE techniques or modeling methods are
based on some unrealistic assumptions that make the
reliability estimation too optimistic relative to real situations.
Of course, the existing software reliability models have had
their successes; but every model can find successful cases to
justify its existence. Without cross- industry validation, the
modeling exercise may become merely of intellectual interest
and would not be widely adopted in industry. Thus, although
SRE has been around for a while, credible software reliability
techniques are still urgently needed, particularly for modern
software systems.
REFERENCES
[1] Beizer B. “Software testing techniques” 2nd edition, 1990; New York:
Van Nostrand Reinhold.
[2] Cai KY. “A critical review on software reliability modeling” Reliability
Engineering and System Safety 1991; 32: 357-371.
[3] Downs T, Scott A. “Evaluating the performance of software-reliability
models” IEEE Transactions on Reliability 1992; 41(4): 532-538.
[4] Inoue S, Yamada S, and Yamamoto T “Software Reliability Growth
Modeling Based on Testing-coverage” To appear in International
Journal of Quality, Reliability and Safety Engineering, 2004.
[5] Khoshgoftaar TM. “A practical classification rule for software –quality
models” IEEE Transactions on Reliability 2000; 49(2): 209-216.
[6] Lyu MR (Editor) “Handbook of Software reliability engineering” 1996;
New York: McGraw Hill.
[7] Zhang X, Pham H. “Comparison of Nonhomogeneous Poisson process
software reliability growth models and its applications” International
Journal of System Science 2000; 31(9): 1115-1123.
[8] Zhang X, Pham H. “An analysis of factors affecting software reliability”
Journal of Systems and Software 2000; 50: 43-56.
AUTHORS
Dr Amit Gupta is working as Associate Professor in
Maharaja Agrasen Institute of Technology, affiliated to Guru
Gobind Singh Indraprastha University, Delhi. He obtained his
Ph.D degree from University of Delhi. He has published
extensively in Indian Journals and abroad in the area of
Reliability, optimization, Innovation in ICT and maintenance
and software reliability. He had guided M.Phil/Ph.D theses in
Computer Science as well in Operational Research
Renu Garg is presently working as Associate Professor with
ABES Engineering College, MTU( Formerly UPTU). She has
completed MCA from Gurukul Kangri University- Hardwar,
M. Tech from DOEACC( C Level). She has 14 years
academic experience. Her research interests are in improving
software reliability.

Contenu connexe

Tendances

Determination of Software Release Instant of Three-Tier Client Server Softwar...
Determination of Software Release Instant of Three-Tier Client Server Softwar...Determination of Software Release Instant of Three-Tier Client Server Softwar...
Determination of Software Release Instant of Three-Tier Client Server Softwar...
Waqas Tariq
 
Defect effort prediction models in software maintenance projects
Defect  effort prediction models in software maintenance projectsDefect  effort prediction models in software maintenance projects
Defect effort prediction models in software maintenance projects
iaemedu
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
Software and Hardware Reliability
Software and Hardware ReliabilitySoftware and Hardware Reliability
Software and Hardware Reliability
Sandeep Patalay
 

Tendances (18)

Information hiding based on optimization technique for Encrypted Images
Information hiding based on optimization technique for Encrypted ImagesInformation hiding based on optimization technique for Encrypted Images
Information hiding based on optimization technique for Encrypted Images
 
J034057065
J034057065J034057065
J034057065
 
Successive Software Reliability Growth Model: A Modular Approach
Successive Software Reliability Growth Model: A Modular ApproachSuccessive Software Reliability Growth Model: A Modular Approach
Successive Software Reliability Growth Model: A Modular Approach
 
NASA Software Safety Guidebook
NASA Software Safety GuidebookNASA Software Safety Guidebook
NASA Software Safety Guidebook
 
IRJET- A Study on Software Reliability Models
IRJET-  	  A Study on Software Reliability ModelsIRJET-  	  A Study on Software Reliability Models
IRJET- A Study on Software Reliability Models
 
Determination of Software Release Instant of Three-Tier Client Server Softwar...
Determination of Software Release Instant of Three-Tier Client Server Softwar...Determination of Software Release Instant of Three-Tier Client Server Softwar...
Determination of Software Release Instant of Three-Tier Client Server Softwar...
 
Defect effort prediction models in software maintenance projects
Defect  effort prediction models in software maintenance projectsDefect  effort prediction models in software maintenance projects
Defect effort prediction models in software maintenance projects
 
Software Reliability
Software ReliabilitySoftware Reliability
Software Reliability
 
Software engg unit 4
Software engg unit 4 Software engg unit 4
Software engg unit 4
 
Software reliability growth model
Software reliability growth modelSoftware reliability growth model
Software reliability growth model
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
D0423022028
D0423022028D0423022028
D0423022028
 
Software and Hardware Reliability
Software and Hardware ReliabilitySoftware and Hardware Reliability
Software and Hardware Reliability
 
Software testing
Software testingSoftware testing
Software testing
 
Software reliability
Software reliabilitySoftware reliability
Software reliability
 
Software engineering 23 software reliability
Software engineering 23 software reliabilitySoftware engineering 23 software reliability
Software engineering 23 software reliability
 
SECURING SOFTWARE DEVELOPMENT STAGES USING ASPECT-ORIENTATION CONCEPTS
SECURING SOFTWARE DEVELOPMENT STAGES USING ASPECT-ORIENTATION CONCEPTSSECURING SOFTWARE DEVELOPMENT STAGES USING ASPECT-ORIENTATION CONCEPTS
SECURING SOFTWARE DEVELOPMENT STAGES USING ASPECT-ORIENTATION CONCEPTS
 
Software Reliability Engineering
Software Reliability EngineeringSoftware Reliability Engineering
Software Reliability Engineering
 

En vedette (7)

1705 1708
1705 17081705 1708
1705 1708
 
Price mosaica
Price mosaicaPrice mosaica
Price mosaica
 
Uploading your speech
Uploading your speechUploading your speech
Uploading your speech
 
Jornada4 Platreball
Jornada4 PlatreballJornada4 Platreball
Jornada4 Platreball
 
Venetia panorama
Venetia panoramaVenetia panorama
Venetia panorama
 
Are you ready for the event driven economy?
Are you ready for the event driven economy?Are you ready for the event driven economy?
Are you ready for the event driven economy?
 
Implementing trigger-based-marketing-to-drive-customer-loyalty
Implementing trigger-based-marketing-to-drive-customer-loyaltyImplementing trigger-based-marketing-to-drive-customer-loyalty
Implementing trigger-based-marketing-to-drive-customer-loyalty
 

Similaire à Volume 2-issue-6-1983-1986

Developing software analyzers tool using software reliability growth model
Developing software analyzers tool using software reliability growth modelDeveloping software analyzers tool using software reliability growth model
Developing software analyzers tool using software reliability growth model
IAEME Publication
 
Intro softwareeng
Intro softwareengIntro softwareeng
Intro softwareeng
PINKU29
 
Software reliability engineering
Software reliability engineeringSoftware reliability engineering
Software reliability engineering
Mark Turner CRP
 

Similaire à Volume 2-issue-6-1983-1986 (20)

Developing software analyzers tool using software reliability growth model
Developing software analyzers tool using software reliability growth modelDeveloping software analyzers tool using software reliability growth model
Developing software analyzers tool using software reliability growth model
 
A Survey of Software Reliability factor
A Survey of Software Reliability factorA Survey of Software Reliability factor
A Survey of Software Reliability factor
 
A survey of predicting software reliability using machine learning methods
A survey of predicting software reliability using machine learning methodsA survey of predicting software reliability using machine learning methods
A survey of predicting software reliability using machine learning methods
 
A Review On Software Reliability.
A Review On Software Reliability.A Review On Software Reliability.
A Review On Software Reliability.
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
A Review on Software Fault Detection and Prevention Mechanism in Software Dev...
A Review on Software Fault Detection and Prevention Mechanism in Software Dev...A Review on Software Fault Detection and Prevention Mechanism in Software Dev...
A Review on Software Fault Detection and Prevention Mechanism in Software Dev...
 
F017652530
F017652530F017652530
F017652530
 
Intro softwareeng
Intro softwareengIntro softwareeng
Intro softwareeng
 
Software reliability engineering
Software reliability engineeringSoftware reliability engineering
Software reliability engineering
 
On applications of Soft Computing Assisted Analysis for Software Reliability
On applications of Soft Computing Assisted Analysis for Software ReliabilityOn applications of Soft Computing Assisted Analysis for Software Reliability
On applications of Soft Computing Assisted Analysis for Software Reliability
 
A BRIEF PROGRAM ROBUSTNESS SURVEY
A BRIEF PROGRAM ROBUSTNESS SURVEYA BRIEF PROGRAM ROBUSTNESS SURVEY
A BRIEF PROGRAM ROBUSTNESS SURVEY
 
Defect effort prediction models in software
Defect effort prediction models in softwareDefect effort prediction models in software
Defect effort prediction models in software
 
A Review on Parameter Estimation Techniques of Software Reliability Growth Mo...
A Review on Parameter Estimation Techniques of Software Reliability Growth Mo...A Review on Parameter Estimation Techniques of Software Reliability Growth Mo...
A Review on Parameter Estimation Techniques of Software Reliability Growth Mo...
 
The Impact of Software Complexity on Cost and Quality - A Comparative Analysi...
The Impact of Software Complexity on Cost and Quality - A Comparative Analysi...The Impact of Software Complexity on Cost and Quality - A Comparative Analysi...
The Impact of Software Complexity on Cost and Quality - A Comparative Analysi...
 
A Plagiarism Checker: Analysis of time and space complexity
A Plagiarism Checker: Analysis of time and space complexityA Plagiarism Checker: Analysis of time and space complexity
A Plagiarism Checker: Analysis of time and space complexity
 
FROM THE ART OF SOFTWARE TESTING TO TEST-AS-A-SERVICE IN CLOUD COMPUTING
FROM THE ART OF SOFTWARE TESTING TO TEST-AS-A-SERVICE IN CLOUD COMPUTINGFROM THE ART OF SOFTWARE TESTING TO TEST-AS-A-SERVICE IN CLOUD COMPUTING
FROM THE ART OF SOFTWARE TESTING TO TEST-AS-A-SERVICE IN CLOUD COMPUTING
 
From the Art of Software Testing to Test-as-a-Service in Cloud Computing
From the Art of Software Testing to Test-as-a-Service in Cloud ComputingFrom the Art of Software Testing to Test-as-a-Service in Cloud Computing
From the Art of Software Testing to Test-as-a-Service in Cloud Computing
 
A Novel Approach to Improve Software Defect Prediction Accuracy Using Machine...
A Novel Approach to Improve Software Defect Prediction Accuracy Using Machine...A Novel Approach to Improve Software Defect Prediction Accuracy Using Machine...
A Novel Approach to Improve Software Defect Prediction Accuracy Using Machine...
 
1841 1843
1841 18431841 1843
1841 1843
 
1841 1843
1841 18431841 1843
1841 1843
 

Plus de Editor IJARCET

Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
Editor IJARCET
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
Editor IJARCET
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
Editor IJARCET
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
Editor IJARCET
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
Editor IJARCET
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
Editor IJARCET
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
Editor IJARCET
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
Editor IJARCET
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
Editor IJARCET
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
Editor IJARCET
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
Editor IJARCET
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
Editor IJARCET
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
Editor IJARCET
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
Editor IJARCET
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
Editor IJARCET
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
Editor IJARCET
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
Editor IJARCET
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
Editor IJARCET
 

Plus de Editor IJARCET (20)

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturization
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 

Dernier

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 

Dernier (20)

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 

Volume 2-issue-6-1983-1986

  • 1. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 6, June 2013 www.ijarcet.org 1983 Reliability analysis based on losses from failure Modelling Dr. Amit Gupta#, Renu Garg* # Maharaja Agersen college, Guru Gobind Singh Indraprastha University Rohini, Delhi , India *ABES Engineering college, Mahamaya Technical University Ghaziabad, Uttar Pradesh, India Abstract— As the cost of software application failures grows and as these failures increasingly impact business performance, software reliability will become progressively more important. Employing effective software reliability engineering techniques to improve product and process reliability would be the industry’s best interests as well as major challenges. As software complexity and software quality are highly related to software reliability, the measurements of software complexity and quality attributes have been explored for early prediction of software reliability. Static as well as dynamic program complexity measurements have been collected, such as lines of code, number of operators, relative program complexity, functional complexity, operational complexity, and so on. The complexity metrics can be further included in software reliability models for early reliability prediction, for example, to predict the initial software fault density and failure rate. Keywords— Effective software reliability, Software complexity, Software quality, Fault density, Failure rate. I. INTRODUCTION Software Reliability is an important attribute of software quality, together with functionality, usability, performance, serviceability, capability, installability, maintainability, and documentation. Software Reliability is hard to achieve, because the complexity of software tends to be high. While any system with a high degree of complexity, including software, will be hard to reach a certain level of reliability, system developers tend to push complexity into the software layer, with the rapid growth of system size and ease of doing so by upgrading the software. For example, large next- generation aircraft will have over one million source lines of software on-board; next-generation air traffic control systems will contain between one and two million lines; the upcoming international Space Station will have over two million lines on-board and over ten million lines of ground support software; several major life-critical defense systems will have over five million source lines of software. While the complexity of software is inversely related to software reliability, it is directly related to other important factors in software quality, especially functionality, capability, etc. emphasizing these features will tend to add more complexity to software. According to ANSI, Software Reliability is defined as: the probability of failure-free software operation for a specified period of time in a specified environment. Although Software Reliability is defined as a probabilistic function, and comes with the notion of time, we must note that, different from traditional Hardware Reliability, Software Reliability is not a direct function of time. Electronic and mechanical parts may become "old" and wear out with time and usage, but software will not rust or wear-out during its life cycle. Software will not change over time unless intentionally changed or upgraded. II. OBJECTIVE AND SCOPE The scope of this study is the measurement knowledge and tools that are necessary to ensure the reliability of the software. I focus on reliability because the lack of it could result in significant costs to the supplier in terms of dissatisfied customers, loss of market share, rework caused by rejected and returned systems, and the costs to customers of faulty systems that fail to meet their mission goals. This approach is important for three reasons. 1. Early detection and resolution of reliability problems can save considerable time and money in software development. 2. Product and process measurements must be integrated so that the interaction between the two can be assessed throughout the life cycle. 3. Software engineers must have comprehensive knowledge of the role of measurement in contributing to the development of high reliability products and the processes that produce them.
  • 2. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 6, June 2013 www.ijarcet.org 1984 III. RESEARCH ISSUES The challenges in software reliability not only stem from the size, complexity, difficulty, and novelty of software applications in various domains, but also relate to the knowledge, training, experience and character of the software engineers involved. We address the current paradigms and problems from a number of software reliability engineering aspects. A. Software and system reliability Previous work has been focused on extending the classical reliability theories from hardware to software, so that by employing familiar mathematical modeling schemes, we can establish software reliability framework consistently from the same viewpoints as hardware. The advantages of such modeling approaches are: (1) The physical meaning of effect of failures on reliability, as measured in the form of failure rates, can be directly applied to the reliability models. (2) The combination of hardware reliability and software reliability to form system reliability models and measures can be provided in a unified theory. (3) System reliability models inherently engage system structure and modular design in block diagrams. The resulting reliability modeling process is not only intuitive (how components contribute to the overall reliability can be visualized), but also informative (reliability- critical components can be quickly identified). The major drawbacks, while hardware failures may occur independently, software failures do not happen independently. The interdependency of software failures is also very hard to describe in detail or to model precisely. Furthermore, similar hardware systems are developed from similar specifications, and hardware failures, usually caused by hardware defects, are repeatable and predictable. Therefore, while failure mode and effect analysis (FMEA) and failure mode and effect criticality analysis (FMECA) have long been established for hardware systems, they are not very well understood for software systems. B. Software reliability modeling Among all software reliability models, SRGM is probably one of the most successful techniques in the literature, with more than 100 models existing in one form or another, through hundreds of publications. In practice, however, SRGMs encounter major challenges. First of all, software testers seldom follow the operational profile to test the software, so what is observed during software testing may not be directly extensible for operational use. Secondly, when the number of failures collected in a project is limited, it is hard to make statistically meaningful reliability predictions. Thirdly, some of the assumptions of SRGM are not realistic, e.g., the assumptions that the faults are independent of each other; that each fault has the same chance to be detected in one class; and that correction of a fault never introduces new faults. Although some historical SRGMs have been widely adopted to predict software reliability, researchers believe they can further improve the prediction accuracy of these models by adding other important factors which affect the final software quality. Among others, code coverage is a metric commonly engaged by software testers, as it indicates how completely a test set executes a software system under test, therefore influencing the resulting reliability measure. To incorporate the effect of code coverage on reliability in the traditional software reliability models, it proposes a technique using both time and code coverage measurement for reliability prediction. It reduces the execution time by a parameterized factor when the test case neither increases code coverage nor causes a failure. These models, known as adjusted Non- Homogeneous Poisson Process (NHPP) models, have been shown empirically to achieve more accurate predictions than the original ones. C. Metrics and measurements In SRGM, the two measurements related to reliability are: 1) the number of failures in a time period; and 2) time between failures. One key problem about software metrics and measurements is that they are not consistently defined and interpreted, again due to the lack of physical attributes of software. The achieved reliability measures may differ for different applications, yielding inconclusive results. A unified ontology to identify, describe, incorporate and understand reliability-related software metrics is therefore urgently needed. D. Testing effectiveness and code coverage As a typical mechanism for fault removal in software reliability engineering, software testing has been widely practiced in industry for quality assurance and reliability improvement. Effective testing is defined as uncovering of most if not all detectable faults. As the total number of inherent faults is not known, testing effectiveness is usually represented by a measurable testing index. Code coverage, as an indicator to show how thoroughly software has been stressed, has been proposed and is widely employed to represent fault coverage. The problem is testing result for published data did not support a causal dependency between code coverage and defect coverage. A normalized reliability growth curve is used to predict to verify whether software reliability is attained. It can be used to
  • 3. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 6, June 2013 www.ijarcet.org 1985 determine when to stop testing. It can also be used to demonstrate the impact on reliability of a decision to deliver the software on an arbitrary date. Figure 1 illustrates what may happen when the process for fixing detected errors is not under control, or a major shift in design has occurred as a result of failures detected. Figure 2 overlays the desired outcome from applying software reliability engineering principles on a typical reliability curve. The goal is to converge quickly to the desired reliability goal thus reducing the rework and the time and resources required for testing and enabling a shorter time to delivery without sacrificing reliability. E. Industry practice and concerns Software practitioners often see reliability as a cost rather than a value, an investment rather than a return. Often the reliability attribute of a product takes less priority than its functionality or innovation. The main reason for the lack of industry enthusiasm in SRE is because its cost-effectiveness is not clear. Current SRE techniques incur visible overhead but yield invisible benefits. In contrast, a company’s target is to have visible benefit but invisible overhead. As the competitive advantage of product reliability is less obvious than that of other product quality attributes (such as performance or usability), few practitioners are willing to try out emerging techniques on SRE. The fact that there are so many software reliability models to choose from also intimidates practitioners. So instead of investigating which models are suitable for their environments or which model selection criteria can be applied, practitioners tend to simply take reliability measurements casually, and they are often suspicious about the reliability numbers obtained by the models. IV. RESEARCH METHODOLOGIES Software Reliability Engineering relates to whole software life cycle. We discuss possible future directions with respect to the following areas: software architecture, testing and metrics. A. Reliability for software architectures and off-the-shelf components Due to the ever-increasing complexity of software systems, modern software is seldom built from scratch. Revolutionary and evolutionary object-oriented design and programming paradigms have vigorously pushed software reuse. In the light of this shift, reliability engineering for software development is focusing on two major aspects: software architecture, and component-based software engineering. The software architecture of a system consists of software components, their external properties, and their relationships with one another. As software architecture is the foundation of the final software product, the design and management of software architecture is becoming the dominant factor in software reliability engineering research. While software architecture represents the product view of software systems, component- based software engineering addresses the process view of software engineering. In this popular software development technique, many research issues are identified, such as reliability, reusability, clean interface design, fault tolerance etc. B. Testing for reliability assessment Software testing and software reliability have traditionally belonged to two separate communities. Software testers test software without referring to how software will operate in the field, as often the environment cannot be fully represented in the laboratory. Software reliability measurers insist that software should be tested according to its operational profile in order to allow accurate reliability estimation and prediction. One approach is to measure the test compression factor, which is defined as the ratio between the mean time between failures during operation and during testing. Another approach is to ascertain how other testing related factors can be incorporated into software reliability modeling, so that accurate measures can be obtained based on the effectiveness of testing efforts. The effect of code coverage on fault detection may vary under different testing profiles. The correlation between code coverage and fault coverage should be examined across different testing schemes, including function testing, random testing, normal testing, and exception testing. In other words, white box testing and black box testing should be cross– checked for their effectiveness in exploring faults, and thus yielding increase in reliability. Including linking software testing and reliability with code coverage, statistical learning techniques may offer another promising avenue to explore. In particular, statistical debugging approaches, whose original purpose was to identify software faults with probabilistic modeling of program predicates, can provide a fine quantitative assessment of program codes with respect to software faults. They can therefore help to establish accurate software reliability prediction models based on program structures under testing. C. Metrics for reliability prediction Today companies must collect software metrics as an indication of a maturing software development process. Industrial software engineering data, particularly those related to system failures, are historically hard to obtain across a range of organizations. Novel methods are used to improve
  • 4. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 6, June 2013 www.ijarcet.org 1986 reliability prediction are actively being researched. For example, by extracting rich information from metrics data using a sound statistical and probability foundation, Moreover, traditional reliability models can be enhanced to incorporate some testing completeness or effectiveness metrics, such as code coverage, as well as their traditional testing-time based metrics. The key idea is that failure detection is not only related to the time that the software is under testing, but also what fraction of the code has been executed by the testing. One drawback of the current metrics and data collection process is that it is a one-way, open-loop avenue: while metrics of the development process can indicate or predict the outcome quality, such as the reliability, of the resulting product, they often cannot provide feedback to the process regarding how to make improvement. In the future, a reverse function is urgently called for: given a reliability goal, what should the reliability process (and the resulting metrics) look like? By providing such feedback, it is expected that a closed- loop software reliability engineering process can be informative as well as beneficial in achieving predictably reliable software. V. CONCLUSION Existing SRE techniques suffer from a number of weaknesses. First of all, current SRE techniques collect the failure data during integration testing or system testing phases. Failure data collected during the late testing phase may be too late for fundamental design changes. Secondly, the failure data collected in the in-house testing may be limited, and they may not represent failures that would be uncovered under actual operational environment. This is especially true for high- quality software systems which require extensive and wide- ranging testing. The reliability estimation and prediction using the restricted testing data may cause accuracy problems. Thirdly, current SRE techniques or modeling methods are based on some unrealistic assumptions that make the reliability estimation too optimistic relative to real situations. Of course, the existing software reliability models have had their successes; but every model can find successful cases to justify its existence. Without cross- industry validation, the modeling exercise may become merely of intellectual interest and would not be widely adopted in industry. Thus, although SRE has been around for a while, credible software reliability techniques are still urgently needed, particularly for modern software systems. REFERENCES [1] Beizer B. “Software testing techniques” 2nd edition, 1990; New York: Van Nostrand Reinhold. [2] Cai KY. “A critical review on software reliability modeling” Reliability Engineering and System Safety 1991; 32: 357-371. [3] Downs T, Scott A. “Evaluating the performance of software-reliability models” IEEE Transactions on Reliability 1992; 41(4): 532-538. [4] Inoue S, Yamada S, and Yamamoto T “Software Reliability Growth Modeling Based on Testing-coverage” To appear in International Journal of Quality, Reliability and Safety Engineering, 2004. [5] Khoshgoftaar TM. “A practical classification rule for software –quality models” IEEE Transactions on Reliability 2000; 49(2): 209-216. [6] Lyu MR (Editor) “Handbook of Software reliability engineering” 1996; New York: McGraw Hill. [7] Zhang X, Pham H. “Comparison of Nonhomogeneous Poisson process software reliability growth models and its applications” International Journal of System Science 2000; 31(9): 1115-1123. [8] Zhang X, Pham H. “An analysis of factors affecting software reliability” Journal of Systems and Software 2000; 50: 43-56. AUTHORS Dr Amit Gupta is working as Associate Professor in Maharaja Agrasen Institute of Technology, affiliated to Guru Gobind Singh Indraprastha University, Delhi. He obtained his Ph.D degree from University of Delhi. He has published extensively in Indian Journals and abroad in the area of Reliability, optimization, Innovation in ICT and maintenance and software reliability. He had guided M.Phil/Ph.D theses in Computer Science as well in Operational Research Renu Garg is presently working as Associate Professor with ABES Engineering College, MTU( Formerly UPTU). She has completed MCA from Gurukul Kangri University- Hardwar, M. Tech from DOEACC( C Level). She has 14 years academic experience. Her research interests are in improving software reliability.