SlideShare ist ein Scribd-Unternehmen logo
1 von 45
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 ^^

Weitere ähnliche Inhalte

Was ist angesagt?

Chapter 01 software engineering pressman
Chapter 01  software engineering pressmanChapter 01  software engineering pressman
Chapter 01 software engineering pressmanRohitGoyal183
 
Software Engineering (Introduction to Software Engineering)
Software Engineering (Introduction to Software Engineering)Software Engineering (Introduction to Software Engineering)
Software Engineering (Introduction to Software Engineering)ShudipPal
 
Architecture design in software engineering
Architecture design in software engineeringArchitecture design in software engineering
Architecture design in software engineeringPreeti Mishra
 
Unified process model
Unified process modelUnified process model
Unified process modelRyndaMaala
 
Ian Sommerville, Software Engineering, 9th Edition Ch1
Ian Sommerville,  Software Engineering, 9th Edition Ch1Ian Sommerville,  Software Engineering, 9th Edition Ch1
Ian Sommerville, Software Engineering, 9th Edition Ch1Mohammed Romi
 
Design Concept software engineering
Design Concept software engineeringDesign Concept software engineering
Design Concept software engineeringDarshit Metaliya
 
Agile development, software engineering
Agile development, software engineeringAgile development, software engineering
Agile development, software engineeringRupesh Vaishnav
 
Data Designs (Software Engg.)
Data Designs (Software Engg.)Data Designs (Software Engg.)
Data Designs (Software Engg.)Arun Shukla
 
Software Process Improvement
Software Process ImprovementSoftware Process Improvement
Software Process ImprovementBilal Shah
 
Pressman ch-1-software
Pressman ch-1-softwarePressman ch-1-software
Pressman ch-1-softwareAlenaDion
 
A presentation on software crisis
A presentation on software crisisA presentation on software crisis
A presentation on software crisischandan sharma
 
Quality Attributes In Software Architecture & Design Patterns
Quality Attributes In Software Architecture & Design PatternsQuality Attributes In Software Architecture & Design Patterns
Quality Attributes In Software Architecture & Design PatternsGatte Ravindranath
 
Fundamental software engineering activities
Fundamental software engineering activitiesFundamental software engineering activities
Fundamental software engineering activitiessommerville-videos
 
Software myths | Software Engineering Notes
Software myths | Software Engineering NotesSoftware myths | Software Engineering Notes
Software myths | Software Engineering NotesNavjyotsinh Jadeja
 
Software Measurement and Metrics.pptx
Software Measurement and Metrics.pptxSoftware Measurement and Metrics.pptx
Software Measurement and Metrics.pptxubaidullah75790
 
source code metrics and other maintenance tools and techniques
source code metrics and other maintenance tools and techniquessource code metrics and other maintenance tools and techniques
source code metrics and other maintenance tools and techniquesSiva Priya
 
Introduction to Software Engineering
Introduction to Software EngineeringIntroduction to Software Engineering
Introduction to Software EngineeringSaqib Raza
 

Was ist angesagt? (20)

Chapter 01 software engineering pressman
Chapter 01  software engineering pressmanChapter 01  software engineering pressman
Chapter 01 software engineering pressman
 
Software Engineering (Introduction to Software Engineering)
Software Engineering (Introduction to Software Engineering)Software Engineering (Introduction to Software Engineering)
Software Engineering (Introduction to Software Engineering)
 
Cocomo model
Cocomo modelCocomo model
Cocomo model
 
Architecture design in software engineering
Architecture design in software engineeringArchitecture design in software engineering
Architecture design in software engineering
 
Software Engineering
Software EngineeringSoftware Engineering
Software Engineering
 
Unified process model
Unified process modelUnified process model
Unified process model
 
Ian Sommerville, Software Engineering, 9th Edition Ch1
Ian Sommerville,  Software Engineering, 9th Edition Ch1Ian Sommerville,  Software Engineering, 9th Edition Ch1
Ian Sommerville, Software Engineering, 9th Edition Ch1
 
Design Concept software engineering
Design Concept software engineeringDesign Concept software engineering
Design Concept software engineering
 
Agile development, software engineering
Agile development, software engineeringAgile development, software engineering
Agile development, software engineering
 
Data Designs (Software Engg.)
Data Designs (Software Engg.)Data Designs (Software Engg.)
Data Designs (Software Engg.)
 
Software quality
Software qualitySoftware quality
Software quality
 
Software Process Improvement
Software Process ImprovementSoftware Process Improvement
Software Process Improvement
 
Pressman ch-1-software
Pressman ch-1-softwarePressman ch-1-software
Pressman ch-1-software
 
A presentation on software crisis
A presentation on software crisisA presentation on software crisis
A presentation on software crisis
 
Quality Attributes In Software Architecture & Design Patterns
Quality Attributes In Software Architecture & Design PatternsQuality Attributes In Software Architecture & Design Patterns
Quality Attributes In Software Architecture & Design Patterns
 
Fundamental software engineering activities
Fundamental software engineering activitiesFundamental software engineering activities
Fundamental software engineering activities
 
Software myths | Software Engineering Notes
Software myths | Software Engineering NotesSoftware myths | Software Engineering Notes
Software myths | Software Engineering Notes
 
Software Measurement and Metrics.pptx
Software Measurement and Metrics.pptxSoftware Measurement and Metrics.pptx
Software Measurement and Metrics.pptx
 
source code metrics and other maintenance tools and techniques
source code metrics and other maintenance tools and techniquessource code metrics and other maintenance tools and techniques
source code metrics and other maintenance tools and techniques
 
Introduction to Software Engineering
Introduction to Software EngineeringIntroduction to Software Engineering
Introduction to Software Engineering
 

Ähnlich wie Software Evolution

Software Change in Software Engineering SE27
Software Change in Software Engineering SE27Software Change in Software Engineering SE27
Software Change in Software Engineering SE27koolkampus
 
Bse 3105 lecture 2- software change
Bse 3105  lecture 2- software changeBse 3105  lecture 2- software change
Bse 3105 lecture 2- software changeAlonzee Tash
 
Bse 3105 lecture 2- software change
Bse 3105  lecture 2- software changeBse 3105  lecture 2- software change
Bse 3105 lecture 2- software changeAlonzee 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.pptxTangZhiSiang
 
Ch9-Software Engineering 9
Ch9-Software Engineering 9Ch9-Software Engineering 9
Ch9-Software Engineering 9Ian Sommerville
 
Soft ware evolution my presentation
Soft ware evolution my presentationSoft ware evolution my presentation
Soft ware evolution my presentationsyeda madeha azmat
 
Software maintaince.pptx
Software maintaince.pptxSoftware maintaince.pptx
Software maintaince.pptxAmarYa2
 
Intro softwareeng
Intro softwareengIntro softwareeng
Intro softwareengPINKU29
 
SWE-401 - 11. Software maintenance overview
SWE-401 - 11. Software maintenance overviewSWE-401 - 11. Software maintenance overview
SWE-401 - 11. Software maintenance overviewghayour abbas
 
Advanced Software Engineering.ppt
Advanced Software Engineering.pptAdvanced Software Engineering.ppt
Advanced Software Engineering.pptRvishnupriya2
 
Software maintenance service strategies
Software maintenance service strategiesSoftware maintenance service strategies
Software maintenance service strategiesSIS Tech
 
Software Process in Software Engineering SE3
Software Process in Software Engineering SE3Software Process in Software Engineering SE3
Software Process in Software Engineering SE3koolkampus
 
software engineering
software engineeringsoftware engineering
software engineeringsubhakirthi
 

Ähnlich wie 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
 
Intro softwareeng
Intro softwareengIntro softwareeng
Intro softwareeng
 
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
 
Software Process in Software Engineering SE3
Software Process in Software Engineering SE3Software Process in Software Engineering SE3
Software Process in Software Engineering SE3
 
software engineering
software engineeringsoftware engineering
software engineering
 

Mehr von Muhammad Asim

Software Size Estimation
Software Size EstimationSoftware Size Estimation
Software Size EstimationMuhammad Asim
 
Software Security Engineering
Software Security EngineeringSoftware Security Engineering
Software Security EngineeringMuhammad Asim
 
Scrum Methodology well elucidated
Scrum Methodology well elucidatedScrum Methodology well elucidated
Scrum Methodology well elucidatedMuhammad Asim
 

Mehr von 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
 

Kürzlich hochgeladen

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 

Kürzlich hochgeladen (20)

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 

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 ^^