尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
SlideShare a Scribd company logo
Muhammad Asim
Ph# - +923066010010
 the gradual development of something.
Evolution is what happens
while you’re busy
making other plans.”
 The term evolution does not refer to changes that occur in an individual within its life
time .Instead it refers to the changes in the characteristics of population over the
course of generation.
 E.g. the Human Evolution Theory.
Organizations have huge investments in their software systems - they are critical
business assets.
To maintain the value of these assets to the business, they must be changed and
updated.
Companies prefer evolution on new developments.
 Evolution is what actually happens to the software
 There are two things in software evolution.
i. Software change.
ii. Software maintenance.
 Software change is unavoidable
 New requirements emerge when the software is used
 The business environment changes
 Errors must be repaired
 New equipment must be accommodated
 The performance or reliability may have to be improved.
 Predicting the number of changes requires and understanding of the
relationships between a system and its environment.
 Tightly coupled systems require changes whenever the environment is
changed.
 Factors influencing this relationship are
 Number and complexity of system interfaces.
 The business processes where the system is used.
 Software maintenance
 Architectural evolution
 Software re-engineering
 Software maintenance
 Changes are made in response to
changed requirements but the
fundamental software structure is stable
 Architectural transformation
 The architecture of the system is
modified.
 Software re-engineering
 No new functionality is added to the
system but it is restructured and
reorganised to facilitate future changes
 Maintenance does not normally involve major changes to the system’s architecture
 The system requirements are likely to change while the system is being developed
because the environment is changing. Therefore a delivered system won't meet its
requirements!
 Systems are tightly coupled with their environment. When a system is installed in an
environment it changes that environment and
therefore changes the system requirements.
 Systems MUST be maintained therefore if they
are to remain useful in an environment.
 Corrective
 Maintenance to repair software faults
 Adaptive
 Maintenance to adapt software to a different operating environment
 Perfective
 Maintenance to add to or modify the system’s functionality
Functionality
addition or
modification
(65%)
Fault repair
(17%)
Software
adaptation
(18%)
 Maintenance prediction is concerned with assessing which parts of the
system may cause problems and have high maintenance costs
 Change acceptance depends on the maintainability of the components affected by
the change;
 Implementing changes reduces its maintainability;
 Maintenance costs depend on the number of changes and costs of change depend
on maintainability.
 Change requests are requests for system changes from users, customers or
management
 In principle, all change requests should be carefully analysed as part of the
maintenance process and then implemented
 In practice, some change requests must be implemented urgently
 Fault repair
 Changes to the system’s environment
 Urgently required business changes
Systemrelease
planning
Change
implementation
System
release
Impact
analysis
Change
requests
Adaptive
maintenance
Corrective
maintenance
Perfective
maintenance
 Usually greater than development costs
 Increases as software is maintained. Maintenance corrupts the software structure so
makes further maintenance more difficult.
 Ageing software can have high support costs (e.g. old languages, compilers etc.)
 Team stability
 Maintenance costs are reduced if the same staff are involved with them for some time
 Contractual responsibility
 The developers of a system may have no contractual responsibility for maintenance so there
is no incentive to design for future change
 Staff skills
 Maintenance staff are often inexperienced and have limited domain knowledge
 Program age and structure
 As programs age, their structure is degraded and they become harder to understand and
change
 Rather than think of separate development and maintenance phases, evolutionary
software is software that is designed so that it can continuously evolve throughout its
lifetime
 Program evolution dynamics is the study of the processes of system change.
 After major empirical studies, Lehman and Belady proposed that there were a number
of ‘laws’ which applied to all systems as they evolved.
 There are sensible observations rather than laws. They are applicable to large
systems developed by large organisations. Perhaps less applicable in other cases.
Law Description
Continuing change A program that is used in a real-world environment
must necessarily change, or else become
progressively less useful in that environment.
Increasing complexity As an evolving program changes, its structure tends to
become more complex. Extra resources must be
devoted to preserving and simplifying the structure.
Large program evolution System attributes such as size, time between
releases, and the number of reported errors is
approximately invariant for each system release.
Organizational stability Over a program’s lifetime, its rate of development is
approximately constant and independent of the
resources devoted to system development.
Law Description
Conservation of familiarity Over the lifetime of a system, the incremental change
in each release is approximately constant.
Continuing growth The functionality offered by systems has to continually
increase to maintain user satisfaction.
Declining quality The quality of systems will decline unless they are
modified to reflect changes in their operational
environment.
Feedback system Evolution processes incorporate multiagent, multiloop
feedback systems and you have to treat them as
feedback systems to achieve significant product
improvement.
 There is a need to convert many legacy systems from a centralised architecture to a
client-server architecture
 Change drivers
 Hardware costs. Servers are cheaper than mainframes
 User interface expectations. Users expect graphical user interfaces
 Distributed access to systems. Users wish to access the system from different,
geographically separated, computers
 The more that is distributed from the server to the client, the higher the costs of
architectural evolution
 The simplest distribution model is UI distribution where only the user interface is
implemented on the server
 The most complex option is where the server simply provides data management and
application services are implemented on the client
 UI distribution takes advantage of the local processing power on PCs to implement a
graphical user interface
 Where there is a clear separation between the UI and the application then the legacy
system can be modified to distribute the UI
 Otherwise, screen management middleware can translate text interfaces to graphical
interfaces
 Organizations that rely on legacy systems must choose a strategy for evolving these
systems.
o Scrap the system completely and modify business processes so that it is no
longer required;
o Continue maintaining the system;
o Transform the system by re-engineering to improve its maintainability;
o Replace the system with a new system.
 The strategy chosen should depend on the system quality and its business value.
 Low quality, low business value
These systems should be scrapped.
 Low-quality, high-business value
These make an important business contribution but are expensive to maintain. Should
be re-engineered or replaced if a suitable system is available.
 High-quality, low-business value
Replace with COTS, scrap completely or maintain.
 High-quality, high business value
Continue in operation using normal system maintenance.
 Ideally, for distribution, there should be a clear separation between the user interface,
the system services and the system data management
 In practice, these are usually intermingled in older legacy systems
 Re-structuring or re-writing part or all of a legacy system without changing its
functionality.
 Applicable where some but not all sub-systems of a larger system require frequent
maintenance.
 Re-engineering involves adding effort to make them easier to maintain. The system
may be re-structured and re-documented.
 Reduced risk
 There is a high risk in new software development. There may be development
problems, staffing problems and specification problems.
 Reduced cost
 The cost of re-engineering is often significantly less than the costs of developing new
software.
 Source code translation
Convert code to a new language.
 Reverse engineering
Analyze the program to understand it;
 Program structure improvement
Restructure automatically for understandability;
 Program modularization
Reorganize the program structure;
 Data reengineering
Clean-up and restructure system data.
 Analyzing software with a view to understanding its design and specification
 May be part of a re-engineering process but may also be used to re-specify a system
for re-implementation
 Builds a program data base and generates information from this.
 Program understanding tools (browsers, cross-reference generators, etc.) may be
used in this process
 Reverse engineering often precedes re-engineering but is sometimes worthwhile in its
own right.
 The design and specification of a system may be reverse engineered so that they can
be an input to the requirements specification process for the system’s replacement.
 The design and specification may be reverse engineered to support program
maintenance
for lending your ears ^^

More Related Content

What's hot

Unified process Model
Unified process ModelUnified process Model
Unified process Model
University of Haripur
 
REQUIREMENT ENGINEERING
REQUIREMENT ENGINEERINGREQUIREMENT ENGINEERING
REQUIREMENT ENGINEERING
Saqib Raza
 
Software Engineering : Requirement Analysis & Specification
Software Engineering : Requirement Analysis & SpecificationSoftware Engineering : Requirement Analysis & Specification
Software Engineering : Requirement Analysis & Specification
Ajit Nayak
 
Software design
Software designSoftware design
Software design
Benazir Fathima
 
Software Process Models
Software Process ModelsSoftware Process Models
Software Process Models
Hassan A-j
 
Software maintenance
Software maintenance Software maintenance
Software maintenance
Rajeev Sharan
 
Design and Implementation in Software Engineering
Design and Implementation in Software EngineeringDesign and Implementation in Software Engineering
Design and Implementation in Software Engineering
Kourosh Sajjadi
 
Software process and project metrics
Software process and project metricsSoftware process and project metrics
Software process and project metrics
Indu Sharma Bhardwaj
 
Software design
Software designSoftware design
Need for Software Engineering
Need for Software EngineeringNeed for Software Engineering
Need for Software Engineering
Upekha Vandebona
 
Software development process models
Software development process modelsSoftware development process models
Software development process models
Muhammed Afsal Villan
 
Software myths | Software Engineering Notes
Software myths | Software Engineering NotesSoftware myths | Software Engineering Notes
Software myths | Software Engineering Notes
Navjyotsinh Jadeja
 
Software maintenance Unit5
Software maintenance  Unit5Software maintenance  Unit5
Software maintenance Unit5
Mohammad Faizan
 
Introduction to Software Engineering
Introduction to Software EngineeringIntroduction to Software Engineering
Introduction to Software Engineering
Saqib Raza
 
1.1 The nature of software.ppt
1.1 The nature of software.ppt1.1 The nature of software.ppt
1.1 The nature of software.ppt
JAYAPRIYAR7
 
Requirements analysis
Requirements analysisRequirements analysis
Requirements analysis
asimnawaz54
 
Estimating Software Maintenance Costs
Estimating Software Maintenance CostsEstimating Software Maintenance Costs
Estimating Software Maintenance Costs
lalithambiga kamaraj
 
UML
UMLUML
System engineering
System engineeringSystem engineering
System engineering
Dr.M.Karthika parthasarathy
 
Lecture 12 requirements modeling - (system analysis)
Lecture 12   requirements modeling - (system analysis)Lecture 12   requirements modeling - (system analysis)
Lecture 12 requirements modeling - (system analysis)
IIUI
 

What's hot (20)

Unified process Model
Unified process ModelUnified process Model
Unified process Model
 
REQUIREMENT ENGINEERING
REQUIREMENT ENGINEERINGREQUIREMENT ENGINEERING
REQUIREMENT ENGINEERING
 
Software Engineering : Requirement Analysis & Specification
Software Engineering : Requirement Analysis & SpecificationSoftware Engineering : Requirement Analysis & Specification
Software Engineering : Requirement Analysis & Specification
 
Software design
Software designSoftware design
Software design
 
Software Process Models
Software Process ModelsSoftware Process Models
Software Process Models
 
Software maintenance
Software maintenance Software maintenance
Software maintenance
 
Design and Implementation in Software Engineering
Design and Implementation in Software EngineeringDesign and Implementation in Software Engineering
Design and Implementation in Software Engineering
 
Software process and project metrics
Software process and project metricsSoftware process and project metrics
Software process and project metrics
 
Software design
Software designSoftware design
Software design
 
Need for Software Engineering
Need for Software EngineeringNeed for Software Engineering
Need for Software Engineering
 
Software development process models
Software development process modelsSoftware development process models
Software development process models
 
Software myths | Software Engineering Notes
Software myths | Software Engineering NotesSoftware myths | Software Engineering Notes
Software myths | Software Engineering Notes
 
Software maintenance Unit5
Software maintenance  Unit5Software maintenance  Unit5
Software maintenance Unit5
 
Introduction to Software Engineering
Introduction to Software EngineeringIntroduction to Software Engineering
Introduction to Software Engineering
 
1.1 The nature of software.ppt
1.1 The nature of software.ppt1.1 The nature of software.ppt
1.1 The nature of software.ppt
 
Requirements analysis
Requirements analysisRequirements analysis
Requirements analysis
 
Estimating Software Maintenance Costs
Estimating Software Maintenance CostsEstimating Software Maintenance Costs
Estimating Software Maintenance Costs
 
UML
UMLUML
UML
 
System engineering
System engineeringSystem engineering
System engineering
 
Lecture 12 requirements modeling - (system analysis)
Lecture 12   requirements modeling - (system analysis)Lecture 12   requirements modeling - (system analysis)
Lecture 12 requirements modeling - (system analysis)
 

Similar to Software Evolution

Ch21
Ch21Ch21
Ch21
phanleson
 
Software Change in Software Engineering SE27
Software Change in Software Engineering SE27Software Change in Software Engineering SE27
Software Change in Software Engineering SE27
koolkampus
 
Bse 3105 lecture 2- software change
Bse 3105  lecture 2- software changeBse 3105  lecture 2- software change
Bse 3105 lecture 2- software change
Alonzee Tash
 
Bse 3105 lecture 2- software change
Bse 3105  lecture 2- software changeBse 3105  lecture 2- software change
Bse 3105 lecture 2- software change
Alonzee Tash
 
SE - Lecture 13 - Software Evolution and Tech Trends.pptx
SE - Lecture 13 - Software Evolution and Tech Trends.pptxSE - Lecture 13 - Software Evolution and Tech Trends.pptx
SE - Lecture 13 - Software Evolution and Tech Trends.pptx
TangZhiSiang
 
Ch9
Ch9Ch9
SE2013_10.ppt
SE2013_10.pptSE2013_10.ppt
SE2013_10.ppt
CarlPilac1
 
Ch9-Software Engineering 9
Ch9-Software Engineering 9Ch9-Software Engineering 9
Ch9-Software Engineering 9
Ian Sommerville
 
Software maintenance
Software maintenanceSoftware maintenance
Software maintenance
Indu Sharma Bhardwaj
 
Soft ware evolution my presentation
Soft ware evolution my presentationSoft ware evolution my presentation
Soft ware evolution my presentation
syeda madeha azmat
 
Software maintaince.pptx
Software maintaince.pptxSoftware maintaince.pptx
Software maintaince.pptx
AmarYa2
 
Software process
Software processSoftware process
Software process
Jennifer Polack
 
Intro softwareeng
Intro softwareengIntro softwareeng
Intro softwareeng
PINKU29
 
Software Evolution course outline & class notes.pdf
Software Evolution course outline & class notes.pdfSoftware Evolution course outline & class notes.pdf
Software Evolution course outline & class notes.pdf
edwinmwenda202
 
SWE-401 - 11. Software maintenance overview
SWE-401 - 11. Software maintenance overviewSWE-401 - 11. Software maintenance overview
SWE-401 - 11. Software maintenance overview
ghayour abbas
 
Sw Maintenance.ppt
Sw Maintenance.pptSw Maintenance.ppt
Sw Maintenance.ppt
PREMSINGHRC211300301
 
Ch9 evolution
Ch9 evolutionCh9 evolution
Ch9 - Evolution
Ch9 - EvolutionCh9 - Evolution
Ch9 - Evolution
Harsh Verdhan Raj
 
Advanced Software Engineering.ppt
Advanced Software Engineering.pptAdvanced Software Engineering.ppt
Advanced Software Engineering.ppt
Rvishnupriya2
 
Software maintenance service strategies
Software maintenance service strategiesSoftware maintenance service strategies
Software maintenance service strategies
SIS Tech
 

Similar to Software Evolution (20)

Ch21
Ch21Ch21
Ch21
 
Software Change in Software Engineering SE27
Software Change in Software Engineering SE27Software Change in Software Engineering SE27
Software Change in Software Engineering SE27
 
Bse 3105 lecture 2- software change
Bse 3105  lecture 2- software changeBse 3105  lecture 2- software change
Bse 3105 lecture 2- software change
 
Bse 3105 lecture 2- software change
Bse 3105  lecture 2- software changeBse 3105  lecture 2- software change
Bse 3105 lecture 2- software change
 
SE - Lecture 13 - Software Evolution and Tech Trends.pptx
SE - Lecture 13 - Software Evolution and Tech Trends.pptxSE - Lecture 13 - Software Evolution and Tech Trends.pptx
SE - Lecture 13 - Software Evolution and Tech Trends.pptx
 
Ch9
Ch9Ch9
Ch9
 
SE2013_10.ppt
SE2013_10.pptSE2013_10.ppt
SE2013_10.ppt
 
Ch9-Software Engineering 9
Ch9-Software Engineering 9Ch9-Software Engineering 9
Ch9-Software Engineering 9
 
Software maintenance
Software maintenanceSoftware maintenance
Software maintenance
 
Soft ware evolution my presentation
Soft ware evolution my presentationSoft ware evolution my presentation
Soft ware evolution my presentation
 
Software maintaince.pptx
Software maintaince.pptxSoftware maintaince.pptx
Software maintaince.pptx
 
Software process
Software processSoftware process
Software process
 
Intro softwareeng
Intro softwareengIntro softwareeng
Intro softwareeng
 
Software Evolution course outline & class notes.pdf
Software Evolution course outline & class notes.pdfSoftware Evolution course outline & class notes.pdf
Software Evolution course outline & class notes.pdf
 
SWE-401 - 11. Software maintenance overview
SWE-401 - 11. Software maintenance overviewSWE-401 - 11. Software maintenance overview
SWE-401 - 11. Software maintenance overview
 
Sw Maintenance.ppt
Sw Maintenance.pptSw Maintenance.ppt
Sw Maintenance.ppt
 
Ch9 evolution
Ch9 evolutionCh9 evolution
Ch9 evolution
 
Ch9 - Evolution
Ch9 - EvolutionCh9 - Evolution
Ch9 - Evolution
 
Advanced Software Engineering.ppt
Advanced Software Engineering.pptAdvanced Software Engineering.ppt
Advanced Software Engineering.ppt
 
Software maintenance service strategies
Software maintenance service strategiesSoftware maintenance service strategies
Software maintenance service strategies
 

More from Muhammad Asim

Software Size Estimation
Software Size EstimationSoftware Size Estimation
Software Size Estimation
Muhammad Asim
 
Crystal Methodology
Crystal MethodologyCrystal Methodology
Crystal Methodology
Muhammad Asim
 
Software Security Engineering
Software Security EngineeringSoftware Security Engineering
Software Security Engineering
Muhammad Asim
 
V Model and W Model
V Model and W ModelV Model and W Model
V Model and W Model
Muhammad Asim
 
Scrum Methodology well elucidated
Scrum Methodology well elucidatedScrum Methodology well elucidated
Scrum Methodology well elucidated
Muhammad Asim
 
Islamic festivals
Islamic festivalsIslamic festivals
Islamic festivals
Muhammad Asim
 

More from Muhammad Asim (6)

Software Size Estimation
Software Size EstimationSoftware Size Estimation
Software Size Estimation
 
Crystal Methodology
Crystal MethodologyCrystal Methodology
Crystal Methodology
 
Software Security Engineering
Software Security EngineeringSoftware Security Engineering
Software Security Engineering
 
V Model and W Model
V Model and W ModelV Model and W Model
V Model and W Model
 
Scrum Methodology well elucidated
Scrum Methodology well elucidatedScrum Methodology well elucidated
Scrum Methodology well elucidated
 
Islamic festivals
Islamic festivalsIslamic festivals
Islamic festivals
 

Recently uploaded

BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
Nguyen Thanh Tu Collection
 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapitolTechU
 
How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...
Infosec
 
Information and Communication Technology in Education
Information and Communication Technology in EducationInformation and Communication Technology in Education
Information and Communication Technology in Education
MJDuyan
 
Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024
khabri85
 
220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science
Kalna College
 
Keynote given on June 24 for MASSP at Grand Traverse City
Keynote given on June 24 for MASSP at Grand Traverse CityKeynote given on June 24 for MASSP at Grand Traverse City
Keynote given on June 24 for MASSP at Grand Traverse City
PJ Caposey
 
Observational Learning
Observational Learning Observational Learning
Observational Learning
sanamushtaq922
 
What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17
Celine George
 
Decolonizing Universal Design for Learning
Decolonizing Universal Design for LearningDecolonizing Universal Design for Learning
Decolonizing Universal Design for Learning
Frederic Fovet
 
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
220711130100 udita Chakraborty  Aims and objectives of national policy on inf...220711130100 udita Chakraborty  Aims and objectives of national policy on inf...
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
Kalna College
 
Diversity Quiz Prelims by Quiz Club, IIT Kanpur
Diversity Quiz Prelims by Quiz Club, IIT KanpurDiversity Quiz Prelims by Quiz Club, IIT Kanpur
Diversity Quiz Prelims by Quiz Club, IIT Kanpur
Quiz Club IIT Kanpur
 
The Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teachingThe Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teaching
Derek Wenmoth
 
Opportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive themOpportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive them
EducationNC
 
220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx
Kalna College
 
Post init hook in the odoo 17 ERP Module
Post init hook in the  odoo 17 ERP ModulePost init hook in the  odoo 17 ERP Module
Post init hook in the odoo 17 ERP Module
Celine George
 
pol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdfpol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdf
BiplabHalder13
 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Kalna College
 
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptxScience-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Catherine Dela Cruz
 
Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17
Celine George
 

Recently uploaded (20)

BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
 
How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...
 
Information and Communication Technology in Education
Information and Communication Technology in EducationInformation and Communication Technology in Education
Information and Communication Technology in Education
 
Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024
 
220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science
 
Keynote given on June 24 for MASSP at Grand Traverse City
Keynote given on June 24 for MASSP at Grand Traverse CityKeynote given on June 24 for MASSP at Grand Traverse City
Keynote given on June 24 for MASSP at Grand Traverse City
 
Observational Learning
Observational Learning Observational Learning
Observational Learning
 
What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17
 
Decolonizing Universal Design for Learning
Decolonizing Universal Design for LearningDecolonizing Universal Design for Learning
Decolonizing Universal Design for Learning
 
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
220711130100 udita Chakraborty  Aims and objectives of national policy on inf...220711130100 udita Chakraborty  Aims and objectives of national policy on inf...
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
 
Diversity Quiz Prelims by Quiz Club, IIT Kanpur
Diversity Quiz Prelims by Quiz Club, IIT KanpurDiversity Quiz Prelims by Quiz Club, IIT Kanpur
Diversity Quiz Prelims by Quiz Club, IIT Kanpur
 
The Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teachingThe Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teaching
 
Opportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive themOpportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive them
 
220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx
 
Post init hook in the odoo 17 ERP Module
Post init hook in the  odoo 17 ERP ModulePost init hook in the  odoo 17 ERP Module
Post init hook in the odoo 17 ERP Module
 
pol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdfpol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdf
 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
 
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptxScience-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
 
Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17
 

Software Evolution

  • 1.
  • 2. Muhammad Asim Ph# - +923066010010
  • 3.  the gradual development of something. Evolution is what happens while you’re busy making other plans.”  The term evolution does not refer to changes that occur in an individual within its life time .Instead it refers to the changes in the characteristics of population over the course of generation.  E.g. the Human Evolution Theory.
  • 4. Organizations have huge investments in their software systems - they are critical business assets. To maintain the value of these assets to the business, they must be changed and updated. Companies prefer evolution on new developments.
  • 5.  Evolution is what actually happens to the software  There are two things in software evolution. i. Software change. ii. Software maintenance.
  • 6.  Software change is unavoidable  New requirements emerge when the software is used  The business environment changes  Errors must be repaired  New equipment must be accommodated  The performance or reliability may have to be improved.
  • 7.  Predicting the number of changes requires and understanding of the relationships between a system and its environment.  Tightly coupled systems require changes whenever the environment is changed.  Factors influencing this relationship are  Number and complexity of system interfaces.  The business processes where the system is used.
  • 8.  Software maintenance  Architectural evolution  Software re-engineering  Software maintenance  Changes are made in response to changed requirements but the fundamental software structure is stable  Architectural transformation  The architecture of the system is modified.  Software re-engineering  No new functionality is added to the system but it is restructured and reorganised to facilitate future changes
  • 9.  Maintenance does not normally involve major changes to the system’s architecture  The system requirements are likely to change while the system is being developed because the environment is changing. Therefore a delivered system won't meet its requirements!  Systems are tightly coupled with their environment. When a system is installed in an environment it changes that environment and therefore changes the system requirements.  Systems MUST be maintained therefore if they are to remain useful in an environment.
  • 10.  Corrective  Maintenance to repair software faults  Adaptive  Maintenance to adapt software to a different operating environment  Perfective  Maintenance to add to or modify the system’s functionality
  • 12.  Maintenance prediction is concerned with assessing which parts of the system may cause problems and have high maintenance costs  Change acceptance depends on the maintainability of the components affected by the change;  Implementing changes reduces its maintainability;  Maintenance costs depend on the number of changes and costs of change depend on maintainability.
  • 13.
  • 14.  Change requests are requests for system changes from users, customers or management  In principle, all change requests should be carefully analysed as part of the maintenance process and then implemented  In practice, some change requests must be implemented urgently  Fault repair  Changes to the system’s environment  Urgently required business changes
  • 15.
  • 16.
  • 18.
  • 19.  Usually greater than development costs  Increases as software is maintained. Maintenance corrupts the software structure so makes further maintenance more difficult.  Ageing software can have high support costs (e.g. old languages, compilers etc.)
  • 20.  Team stability  Maintenance costs are reduced if the same staff are involved with them for some time  Contractual responsibility  The developers of a system may have no contractual responsibility for maintenance so there is no incentive to design for future change  Staff skills  Maintenance staff are often inexperienced and have limited domain knowledge  Program age and structure  As programs age, their structure is degraded and they become harder to understand and change
  • 21.  Rather than think of separate development and maintenance phases, evolutionary software is software that is designed so that it can continuously evolve throughout its lifetime
  • 22.  Program evolution dynamics is the study of the processes of system change.  After major empirical studies, Lehman and Belady proposed that there were a number of ‘laws’ which applied to all systems as they evolved.  There are sensible observations rather than laws. They are applicable to large systems developed by large organisations. Perhaps less applicable in other cases.
  • 23. Law Description Continuing change A program that is used in a real-world environment must necessarily change, or else become progressively less useful in that environment. Increasing complexity As an evolving program changes, its structure tends to become more complex. Extra resources must be devoted to preserving and simplifying the structure. Large program evolution System attributes such as size, time between releases, and the number of reported errors is approximately invariant for each system release. Organizational stability Over a program’s lifetime, its rate of development is approximately constant and independent of the resources devoted to system development.
  • 24. Law Description Conservation of familiarity Over the lifetime of a system, the incremental change in each release is approximately constant. Continuing growth The functionality offered by systems has to continually increase to maintain user satisfaction. Declining quality The quality of systems will decline unless they are modified to reflect changes in their operational environment. Feedback system Evolution processes incorporate multiagent, multiloop feedback systems and you have to treat them as feedback systems to achieve significant product improvement.
  • 25.  There is a need to convert many legacy systems from a centralised architecture to a client-server architecture  Change drivers  Hardware costs. Servers are cheaper than mainframes  User interface expectations. Users expect graphical user interfaces  Distributed access to systems. Users wish to access the system from different, geographically separated, computers
  • 26.
  • 27.  The more that is distributed from the server to the client, the higher the costs of architectural evolution  The simplest distribution model is UI distribution where only the user interface is implemented on the server  The most complex option is where the server simply provides data management and application services are implemented on the client
  • 28.
  • 29.  UI distribution takes advantage of the local processing power on PCs to implement a graphical user interface  Where there is a clear separation between the UI and the application then the legacy system can be modified to distribute the UI  Otherwise, screen management middleware can translate text interfaces to graphical interfaces
  • 30.
  • 31.
  • 32.  Organizations that rely on legacy systems must choose a strategy for evolving these systems. o Scrap the system completely and modify business processes so that it is no longer required; o Continue maintaining the system; o Transform the system by re-engineering to improve its maintainability; o Replace the system with a new system.  The strategy chosen should depend on the system quality and its business value.
  • 33.  Low quality, low business value These systems should be scrapped.  Low-quality, high-business value These make an important business contribution but are expensive to maintain. Should be re-engineered or replaced if a suitable system is available.  High-quality, low-business value Replace with COTS, scrap completely or maintain.  High-quality, high business value Continue in operation using normal system maintenance.
  • 34.  Ideally, for distribution, there should be a clear separation between the user interface, the system services and the system data management  In practice, these are usually intermingled in older legacy systems
  • 35.
  • 36.
  • 37.  Re-structuring or re-writing part or all of a legacy system without changing its functionality.  Applicable where some but not all sub-systems of a larger system require frequent maintenance.  Re-engineering involves adding effort to make them easier to maintain. The system may be re-structured and re-documented.
  • 38.  Reduced risk  There is a high risk in new software development. There may be development problems, staffing problems and specification problems.  Reduced cost  The cost of re-engineering is often significantly less than the costs of developing new software.
  • 39.
  • 40.
  • 41.  Source code translation Convert code to a new language.  Reverse engineering Analyze the program to understand it;  Program structure improvement Restructure automatically for understandability;  Program modularization Reorganize the program structure;  Data reengineering Clean-up and restructure system data.
  • 42.  Analyzing software with a view to understanding its design and specification  May be part of a re-engineering process but may also be used to re-specify a system for re-implementation  Builds a program data base and generates information from this.  Program understanding tools (browsers, cross-reference generators, etc.) may be used in this process
  • 43.
  • 44.  Reverse engineering often precedes re-engineering but is sometimes worthwhile in its own right.  The design and specification of a system may be reverse engineered so that they can be an input to the requirements specification process for the system’s replacement.  The design and specification may be reverse engineered to support program maintenance
  • 45. for lending your ears ^^
  翻译: