SlideShare a Scribd company logo
Running Head: THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 1
A Comparison of the Waterfall, Spiral, and Prototype SDLC Models
Teresa J. Rothaar
Wilmington University
THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 2
A Comparison of the Waterfall, Spiral, and Prototype SDLC Models
Introduction
There are numerous software/systems development lifecycle (SDLC) models. According
to Ruparelia (2010), each SDLC model can be classified in one of three categories: linear,
iterative, or a combination of both. Linear models are sequential; each stage automatically leads
into the next, and stages are not revisited or repeated. Iterative models are structured around the
idea that the SDLC is a continuous process, and each stage will be revisited multiple times
during the life of the project. A combined model is an iterative model with a finish line: It
acknowledges that, at some point, there will be no more need to revisit any of the stages (p. 8).
This paper will compare and contrast three popular SDLC models: waterfall, spiral, and
prototype.
The Waterfall Model
The term “waterfall” refers to a methodology as well as a model; software engineers
often use the term interchangeably (C. Seifer, personal communication, March 18, 2015). There
are actually two waterfall models: the traditional, linear model and a newer, iterative model.
Each model has five steps: requirements analysis, design, implementation, testing, and
maintenance (Maheshwari & Jain, 2012, p. 286).
In the traditional waterfall model, each step flows into the other sequentially. While some
“splash back” is permitted, the goal of the model is to move through each phase and onto the
next without repeating, with an “emphasis … on planning, time schedules, target dates, budgets
and implementation of an entire system at one time” (Maheshwari & Jain, 2012, p. 286). This
method is highly structured, with well-defined deliverables and milestones for each phase, which
make it easy to understand. However, the tight structure of the original waterfall model—in
THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 3
particular, the need to consider and plan for every possible eventuality at the beginning of the
project—has caused it to fall out of favor in today’s dynamic business environment. Often, the
project sponsor may not know exactly what they want at the outset, or, in the case of a large
project being done over a long period of time, something may change in the macro environment
that requires changes to the project (Maheshwari & Jain, 2012, p. 286).
Enter the iterative waterfall model. The steps are the same as in the traditional waterfall
method, but with testing and analysis at the end of each phase, which theoretically provides
valuable feedback when moving into the next phase. Additionally, unlike in the traditional
model, it is expected that phases will be repeated. The advantage of this model is that it is better
suited to the dynamic world of modern software and systems development; however, it lacks the
clear milestones of the original model and, thus, could be difficult to manage (Maheshwari &
Jain, 2012, p. 286-287).
The Spiral Model
Among the most flexible of SDLC models is the spiral model (Saxena & Kaushik, 2013,
p. 118), which is a combination of the traditional waterfall model and the prototype model
(Khurana & Gupta, 2012, p. 1516). It has four phases: requirements planning, risk analysis,
development and testing, and planning the next iteration. At the end of the risk analysis phase, a
prototype is produced, which is coded and tested in the third phase, then evaluated in the fourth
phase; feedback from this iteration is used to plan the next one. The hallmark of the spiral model
is its emphasis on risk analysis and mitigation, which makes it particularly suitable for very
large, costly projects (Khurana & Gupta, 2012, p. 1515-1516).
Figure 1 (Aafrin, 2012) visually demonstrates the similarities and differences between the
traditional waterfall and spiral models. The steps are very similar. However, while each step
THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 4
“falls” into the next when using waterfall, the spiral method keeps going around the “spiral” as
many times as necessary. While the method is considered iterative, it can be used as a
combination method, as eventually, the project will be finished and there will be no need to go
through further iterations:
Figure 1. A visual representation of the difference between the linear waterfall model and
the iterative spiral model.
The spiral model is not suitable for every project. Saxena and Kaushik (2013) note that,
among other drawbacks, it is very expensive and highly complex; there is no specified “finish
line,” and it can be difficult to determine when to stop going through the iterations; and it
requires that project managers have a high level of expertise in risk management. Thus, they
recommend that it be used only for large, highly complex, risky, and expensive projects (p. 118).
The Prototype Model
According to Maheshwari and Jain (2012), the prototype (or prototyping) model isn’t
solely a standalone model, though it can be used as one; it is an approach that can be
incorporated into any SDLC model (p. 287). For example, as discussed above, prototyping is an
THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 5
important part of the spiral model. Shukla and Saxena (2013) break the prototype model down
into six steps: requirements gathering; initial designing of the prototype; building the prototype;
having the client evaluate the prototype; refining the prototype; and finally, building the end
product (p. 19). As Figure 2 (ISTQB Exam Certification, 2012) illustrates, prototyping is a linear
method, like waterfall, with a beginning and an end:
Figure 2. A diagram of the prototype model.
Because it requires building a working model (which could end up being discarded), the
prototype model is expensive; however, it’s not as expensive as the spiral model (Shukla &
Saxena, 2013, p. 19). Other advantages include the fact that the client gets to see a working
model early in the project, which makes it easier for the client to make improvement suggestions,
may make it easier to get the project funded, and mitigates risk. However, costs can be high. The
development process can be slow, and as mentioned above, once feedback is received from the
client regarding the initial prototype, it may end up being useless. Additionally, the prototype
model encourages a lot of communication between the client and the developer; while this is
helpful in ensuring the client is happy with the final product, a non-technical client may expect
the moon and become upset when the developer cannot deliver on all requests as quickly and
inexpensively as the client thinks they should (Saxena & Kaushik, 2013, p. 119). Shukla and
Saxena (2013) recommend using this method only for small projects (p. 19).
THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 6
Conclusion
This paper discussed three popular SDLC models; many more exist. All of them include
phases for gathering requirements, performing a business analysis, designing the system,
implementing the system, and performing QA testing (Mishra & Dubey, 2013, p. 64). There is
no one “correct” model; all of them do the same thing, but use different problem-solving
approaches. The decision to choose one model over the other is dependent on the particular
situation under which an individual project is being developed.
THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 7
References
Aafrin (2012). Waterfall Model vs. Spiral Model [Online image]. Retrieved from
http://www.aafrin.com/wp-content/uploads/2012/06/waterfall-spiral-model.png
ISTQB Exam Certification (2012). Prototyping Model [Online image]. Retrieved from
http://istqbexamcertification.com/wp-content/uploads/2012/01/Prototype-model.jpg
Khurana, G., & Gupta, S. (2012). Study & Comparison of Software Development Life Cycle
Models. International Journal of Research in Engineering & Applied Sciences, 2(2),
1513-1521. Retrieved from
https://www.academia.edu/8608736/STUDY_and_COMPARISON_OF_SOFTWARE_D
EVELOPMENT_LIFE_CYCLE_MODELS
Maheshwari, S., & Jain, D. C. (2012). A Comparative Analysis of Different Types of Models in
Software Development Life Cycle. International Journal of Advanced Research in
Computer Science and Software Engineering, 2(5), 285-290. Retrieved from
http://www.ijarcsse.com/docs/papers/May2012/Volum2_issue5/V2I500405.pdf
Mishra, A., & Dubey, D. (2013). A Comparative Study of Different Software Development Life
Cycle Models in Different Scenarios. International Journal, 1(5), 64-69. Retrieved from
http://www.ijarcsms.com/docs/paper/volume1/issue5/V1I5-0008.pdf
Ruparelia, N. B. (2010). Software development lifecycle models. ACM SIGSOFT Software
Engineering Notes, 35(3), 8-13. http://dx.doi.org/10.1145/1764810.1764814
Saxena, P., & Kaushik, M. (2013). Advantages and Limitations of Different SDLC Models.
International Journal For Technological Research In Engineering, 1(3), 117-121.
Retrieved from http://www.ijtre.com/manuscript/2013010301.pdf
THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 8
Shukla, A. K., & Saxena, A. (2013). Which Model is Best for the Software Project? “A
Comparative Analysis of Software Engineering Models.” International Journal of
Computer Applications, 76(11), 18-22. http://dx.doi.org/10.5120/13290-0806

More Related Content

What's hot

Spiral model
Spiral modelSpiral model
Spiral model
rewa_monami
 
SDLC Models
SDLC ModelsSDLC Models
Software Engineering - Spiral Model
Software Engineering - Spiral ModelSoftware Engineering - Spiral Model
Software Engineering - Spiral Model
BenedictArpon
 
Agile development, software engineering
Agile development, software engineeringAgile development, software engineering
Agile development, software engineering
Rupesh Vaishnav
 
RAD Model
RAD ModelRAD Model
RAD Model
MariamKhan120
 
comparison of various sdlc models
comparison of various sdlc modelscomparison of various sdlc models
comparison of various sdlc models
sadaf ateeq
 
Evolutionary models
Evolutionary modelsEvolutionary models
Evolutionary models
Pihu Goel
 
SDLC ITS MODEL AND SOFTWARE TESTING
SDLC ITS MODEL AND SOFTWARE TESTING SDLC ITS MODEL AND SOFTWARE TESTING
SDLC ITS MODEL AND SOFTWARE TESTING
Abhinav Shukla
 
software project management Waterfall model
software project management Waterfall modelsoftware project management Waterfall model
software project management Waterfall model
REHMAT ULLAH
 
Spiral model
Spiral modelSpiral model
Spiral model
Estiak Khan
 
Prototype Model
Prototype ModelPrototype Model
Prototype Model
RhealynAcejo
 
Spiral model explanation
Spiral model  explanationSpiral model  explanation
Spiral model explanation
Umar Farooq
 
SDLC Models
SDLC ModelsSDLC Models
SDLC Models
akash250690
 
SDLC Model (Waterfall,Iterative Waterfall,Spiral)
SDLC Model (Waterfall,Iterative Waterfall,Spiral)SDLC Model (Waterfall,Iterative Waterfall,Spiral)
SDLC Model (Waterfall,Iterative Waterfall,Spiral)
Shaikh Kamrul Islam (Konok kamrul)
 
Software Process Models
Software Process ModelsSoftware Process Models
Software Process Models
Hassan A-j
 
Evolutionary process models se.ppt
Evolutionary process models se.pptEvolutionary process models se.ppt
Evolutionary process models se.ppt
bhadjaashvini1
 
Software Engineering Process Models
Software Engineering Process Models Software Engineering Process Models
Software Engineering Process Models
Satya P. Joshi
 
Spiral Model
Spiral ModelSpiral Model
Spiral Model
Saqib Ahmed
 

What's hot (20)

Spiral model
Spiral modelSpiral model
Spiral model
 
SDLC Models
SDLC ModelsSDLC Models
SDLC Models
 
Software Engineering - Spiral Model
Software Engineering - Spiral ModelSoftware Engineering - Spiral Model
Software Engineering - Spiral Model
 
Agile development, software engineering
Agile development, software engineeringAgile development, software engineering
Agile development, software engineering
 
RAD Model
RAD ModelRAD Model
RAD Model
 
comparison of various sdlc models
comparison of various sdlc modelscomparison of various sdlc models
comparison of various sdlc models
 
Sdlc
SdlcSdlc
Sdlc
 
Evolutionary models
Evolutionary modelsEvolutionary models
Evolutionary models
 
SDLC ITS MODEL AND SOFTWARE TESTING
SDLC ITS MODEL AND SOFTWARE TESTING SDLC ITS MODEL AND SOFTWARE TESTING
SDLC ITS MODEL AND SOFTWARE TESTING
 
software project management Waterfall model
software project management Waterfall modelsoftware project management Waterfall model
software project management Waterfall model
 
Spiral model
Spiral modelSpiral model
Spiral model
 
Prototype Model
Prototype ModelPrototype Model
Prototype Model
 
Spiral model explanation
Spiral model  explanationSpiral model  explanation
Spiral model explanation
 
SDLC Models
SDLC ModelsSDLC Models
SDLC Models
 
SDLC Model (Waterfall,Iterative Waterfall,Spiral)
SDLC Model (Waterfall,Iterative Waterfall,Spiral)SDLC Model (Waterfall,Iterative Waterfall,Spiral)
SDLC Model (Waterfall,Iterative Waterfall,Spiral)
 
Software Process Models
Software Process ModelsSoftware Process Models
Software Process Models
 
Evolutionary process models se.ppt
Evolutionary process models se.pptEvolutionary process models se.ppt
Evolutionary process models se.ppt
 
Prototyping model
Prototyping modelPrototyping model
Prototyping model
 
Software Engineering Process Models
Software Engineering Process Models Software Engineering Process Models
Software Engineering Process Models
 
Spiral Model
Spiral ModelSpiral Model
Spiral Model
 

Similar to Comparison of the Waterfall, Spiral, and Prototype SDLC Models

Understanding the Waterfall Model in Software Development Life Cycle
Understanding the Waterfall Model in Software Development Life CycleUnderstanding the Waterfall Model in Software Development Life Cycle
Understanding the Waterfall Model in Software Development Life Cycle
Dev Software
 
A Software System Development Life Cycle Model for Improved Students Communic...
A Software System Development Life Cycle Model for Improved Students Communic...A Software System Development Life Cycle Model for Improved Students Communic...
A Software System Development Life Cycle Model for Improved Students Communic...
IJCSES Journal
 
Software Engineering(unit 1)
Software Engineering(unit 1)Software Engineering(unit 1)
Software Engineering(unit 1)
SURBHI SAROHA
 
Software Engineering - Software Models
Software Engineering - Software ModelsSoftware Engineering - Software Models
Software Engineering - Software Models
Reddhi Basu
 
Comparison between waterfall model and spiral model
Comparison between waterfall model and spiral modelComparison between waterfall model and spiral model
Comparison between waterfall model and spiral modelGalaxyy Pandey
 
Waterfall Methodology Essay
Waterfall Methodology EssayWaterfall Methodology Essay
Waterfall Methodology Essay
Michelle Bojorquez
 
SDLC Models
SDLC ModelsSDLC Models
SDLC Models
Coddy5
 
Comparative Analysis between waterfall model and agile model (for research pa...
Comparative Analysis between waterfall model and agile model (for research pa...Comparative Analysis between waterfall model and agile model (for research pa...
Comparative Analysis between waterfall model and agile model (for research pa...
Azmeen Gadit
 
Spiral model presentation
Spiral model presentationSpiral model presentation
Spiral model presentation
SayedFarhan110
 
System development approaches
System development approachesSystem development approaches
System development approaches
Jaipal Dhobale
 
Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)
Angelin R
 
Application Of Waterfall And Agile Methodologies On...
Application Of Waterfall And Agile Methodologies On...Application Of Waterfall And Agile Methodologies On...
Application Of Waterfall And Agile Methodologies On...
Karen Thompson
 
Sad comparison between waterfall model and spiral model
Sad    comparison between waterfall model and spiral modelSad    comparison between waterfall model and spiral model
Sad comparison between waterfall model and spiral modelKhairul Anwar
 
Spiral model of SDLC
Spiral model of SDLCSpiral model of SDLC
Spiral model of SDLC
Animesh Chakraborty
 
pmse-sitttr-session-3.pptx
pmse-sitttr-session-3.pptxpmse-sitttr-session-3.pptx
pmse-sitttr-session-3.pptx
MuhammedSahil26
 
Agile V. Waterfall
Agile V. WaterfallAgile V. Waterfall
Agile V. Waterfall
Lisa Kennedy
 
Agile Vs Waterfall Case Study
Agile Vs Waterfall Case StudyAgile Vs Waterfall Case Study
Agile Vs Waterfall Case Study
Gina Alfaro
 
Spiral Model - Software Development Life Cycle (SDLC)
Spiral Model - Software Development Life Cycle (SDLC)Spiral Model - Software Development Life Cycle (SDLC)
Spiral Model - Software Development Life Cycle (SDLC)
ACM-KU
 

Similar to Comparison of the Waterfall, Spiral, and Prototype SDLC Models (20)

Understanding the Waterfall Model in Software Development Life Cycle
Understanding the Waterfall Model in Software Development Life CycleUnderstanding the Waterfall Model in Software Development Life Cycle
Understanding the Waterfall Model in Software Development Life Cycle
 
A Software System Development Life Cycle Model for Improved Students Communic...
A Software System Development Life Cycle Model for Improved Students Communic...A Software System Development Life Cycle Model for Improved Students Communic...
A Software System Development Life Cycle Model for Improved Students Communic...
 
Software Engineering(unit 1)
Software Engineering(unit 1)Software Engineering(unit 1)
Software Engineering(unit 1)
 
Software Engineering - Software Models
Software Engineering - Software ModelsSoftware Engineering - Software Models
Software Engineering - Software Models
 
Comparison between waterfall model and spiral model
Comparison between waterfall model and spiral modelComparison between waterfall model and spiral model
Comparison between waterfall model and spiral model
 
Waterfall Methodology Essay
Waterfall Methodology EssayWaterfall Methodology Essay
Waterfall Methodology Essay
 
SDLC Models
SDLC ModelsSDLC Models
SDLC Models
 
Comparative Analysis between waterfall model and agile model (for research pa...
Comparative Analysis between waterfall model and agile model (for research pa...Comparative Analysis between waterfall model and agile model (for research pa...
Comparative Analysis between waterfall model and agile model (for research pa...
 
Spiral model presentation
Spiral model presentationSpiral model presentation
Spiral model presentation
 
System development approaches
System development approachesSystem development approaches
System development approaches
 
Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)
 
Application Of Waterfall And Agile Methodologies On...
Application Of Waterfall And Agile Methodologies On...Application Of Waterfall And Agile Methodologies On...
Application Of Waterfall And Agile Methodologies On...
 
Sad comparison between waterfall model and spiral model
Sad    comparison between waterfall model and spiral modelSad    comparison between waterfall model and spiral model
Sad comparison between waterfall model and spiral model
 
Spiral model by yameen 3001
Spiral model by yameen 3001Spiral model by yameen 3001
Spiral model by yameen 3001
 
Spiral model of SDLC
Spiral model of SDLCSpiral model of SDLC
Spiral model of SDLC
 
pmse-sitttr-session-3.pptx
pmse-sitttr-session-3.pptxpmse-sitttr-session-3.pptx
pmse-sitttr-session-3.pptx
 
Agile V. Waterfall
Agile V. WaterfallAgile V. Waterfall
Agile V. Waterfall
 
Agile Vs Waterfall Case Study
Agile Vs Waterfall Case StudyAgile Vs Waterfall Case Study
Agile Vs Waterfall Case Study
 
2
22
2
 
Spiral Model - Software Development Life Cycle (SDLC)
Spiral Model - Software Development Life Cycle (SDLC)Spiral Model - Software Development Life Cycle (SDLC)
Spiral Model - Software Development Life Cycle (SDLC)
 

More from Teresa Rothaar

Social Media Data Mining
Social Media Data MiningSocial Media Data Mining
Social Media Data Mining
Teresa Rothaar
 
Decision-Making Analysis: Chord Buddy
Decision-Making Analysis: Chord BuddyDecision-Making Analysis: Chord Buddy
Decision-Making Analysis: Chord Buddy
Teresa Rothaar
 
Analysis of an Information System: NamUs
Analysis of an Information System: NamUsAnalysis of an Information System: NamUs
Analysis of an Information System: NamUs
Teresa Rothaar
 
Data Backup & Disaster Planning
Data Backup & Disaster PlanningData Backup & Disaster Planning
Data Backup & Disaster Planning
Teresa Rothaar
 
IPv6: The New Internet Protocol
IPv6: The New Internet ProtocolIPv6: The New Internet Protocol
IPv6: The New Internet Protocol
Teresa Rothaar
 
Net Neutrality
Net NeutralityNet Neutrality
Net Neutrality
Teresa Rothaar
 
The Automobile: Genesis to Revelation
The Automobile: Genesis to RevelationThe Automobile: Genesis to Revelation
The Automobile: Genesis to Revelation
Teresa Rothaar
 
4 Models of Change for IT Environments
4 Models of Change for IT Environments4 Models of Change for IT Environments
4 Models of Change for IT Environments
Teresa Rothaar
 
Why Projects Fail
Why Projects FailWhy Projects Fail
Why Projects Fail
Teresa Rothaar
 
Avon's Catastrophic Promise Project
Avon's Catastrophic Promise ProjectAvon's Catastrophic Promise Project
Avon's Catastrophic Promise Project
Teresa Rothaar
 
The Politics of Organizational Leadership
The Politics of Organizational LeadershipThe Politics of Organizational Leadership
The Politics of Organizational Leadership
Teresa Rothaar
 
Short Opinion Paper on Ethics vs. Legality
Short Opinion Paper on Ethics vs. LegalityShort Opinion Paper on Ethics vs. Legality
Short Opinion Paper on Ethics vs. Legality
Teresa Rothaar
 
Strategic IT Plan for PetSmart PetPerks
Strategic IT Plan for PetSmart PetPerksStrategic IT Plan for PetSmart PetPerks
Strategic IT Plan for PetSmart PetPerks
Teresa Rothaar
 
Fictional Business Case for Car Dealership CRM
Fictional Business Case for Car Dealership CRMFictional Business Case for Car Dealership CRM
Fictional Business Case for Car Dealership CRM
Teresa Rothaar
 
Data Management Project for Car Dealership
Data Management Project for Car DealershipData Management Project for Car Dealership
Data Management Project for Car Dealership
Teresa Rothaar
 
Oracle vs. MS SQL Server
Oracle vs. MS SQL ServerOracle vs. MS SQL Server
Oracle vs. MS SQL Server
Teresa Rothaar
 
Case Study: Google 2012
Case Study: Google 2012Case Study: Google 2012
Case Study: Google 2012
Teresa Rothaar
 
Porter Five Forces Analysis of Whole Foods Market
Porter Five Forces Analysis of Whole Foods MarketPorter Five Forces Analysis of Whole Foods Market
Porter Five Forces Analysis of Whole Foods Market
Teresa Rothaar
 
PetSmart Financial Analysis
PetSmart Financial AnalysisPetSmart Financial Analysis
PetSmart Financial Analysis
Teresa Rothaar
 
The Dodd-Frank Act
The Dodd-Frank ActThe Dodd-Frank Act
The Dodd-Frank Act
Teresa Rothaar
 

More from Teresa Rothaar (20)

Social Media Data Mining
Social Media Data MiningSocial Media Data Mining
Social Media Data Mining
 
Decision-Making Analysis: Chord Buddy
Decision-Making Analysis: Chord BuddyDecision-Making Analysis: Chord Buddy
Decision-Making Analysis: Chord Buddy
 
Analysis of an Information System: NamUs
Analysis of an Information System: NamUsAnalysis of an Information System: NamUs
Analysis of an Information System: NamUs
 
Data Backup & Disaster Planning
Data Backup & Disaster PlanningData Backup & Disaster Planning
Data Backup & Disaster Planning
 
IPv6: The New Internet Protocol
IPv6: The New Internet ProtocolIPv6: The New Internet Protocol
IPv6: The New Internet Protocol
 
Net Neutrality
Net NeutralityNet Neutrality
Net Neutrality
 
The Automobile: Genesis to Revelation
The Automobile: Genesis to RevelationThe Automobile: Genesis to Revelation
The Automobile: Genesis to Revelation
 
4 Models of Change for IT Environments
4 Models of Change for IT Environments4 Models of Change for IT Environments
4 Models of Change for IT Environments
 
Why Projects Fail
Why Projects FailWhy Projects Fail
Why Projects Fail
 
Avon's Catastrophic Promise Project
Avon's Catastrophic Promise ProjectAvon's Catastrophic Promise Project
Avon's Catastrophic Promise Project
 
The Politics of Organizational Leadership
The Politics of Organizational LeadershipThe Politics of Organizational Leadership
The Politics of Organizational Leadership
 
Short Opinion Paper on Ethics vs. Legality
Short Opinion Paper on Ethics vs. LegalityShort Opinion Paper on Ethics vs. Legality
Short Opinion Paper on Ethics vs. Legality
 
Strategic IT Plan for PetSmart PetPerks
Strategic IT Plan for PetSmart PetPerksStrategic IT Plan for PetSmart PetPerks
Strategic IT Plan for PetSmart PetPerks
 
Fictional Business Case for Car Dealership CRM
Fictional Business Case for Car Dealership CRMFictional Business Case for Car Dealership CRM
Fictional Business Case for Car Dealership CRM
 
Data Management Project for Car Dealership
Data Management Project for Car DealershipData Management Project for Car Dealership
Data Management Project for Car Dealership
 
Oracle vs. MS SQL Server
Oracle vs. MS SQL ServerOracle vs. MS SQL Server
Oracle vs. MS SQL Server
 
Case Study: Google 2012
Case Study: Google 2012Case Study: Google 2012
Case Study: Google 2012
 
Porter Five Forces Analysis of Whole Foods Market
Porter Five Forces Analysis of Whole Foods MarketPorter Five Forces Analysis of Whole Foods Market
Porter Five Forces Analysis of Whole Foods Market
 
PetSmart Financial Analysis
PetSmart Financial AnalysisPetSmart Financial Analysis
PetSmart Financial Analysis
 
The Dodd-Frank Act
The Dodd-Frank ActThe Dodd-Frank Act
The Dodd-Frank Act
 

Recently uploaded

Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 

Recently uploaded (20)

Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 

Comparison of the Waterfall, Spiral, and Prototype SDLC Models

  • 1. Running Head: THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 1 A Comparison of the Waterfall, Spiral, and Prototype SDLC Models Teresa J. Rothaar Wilmington University
  • 2. THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 2 A Comparison of the Waterfall, Spiral, and Prototype SDLC Models Introduction There are numerous software/systems development lifecycle (SDLC) models. According to Ruparelia (2010), each SDLC model can be classified in one of three categories: linear, iterative, or a combination of both. Linear models are sequential; each stage automatically leads into the next, and stages are not revisited or repeated. Iterative models are structured around the idea that the SDLC is a continuous process, and each stage will be revisited multiple times during the life of the project. A combined model is an iterative model with a finish line: It acknowledges that, at some point, there will be no more need to revisit any of the stages (p. 8). This paper will compare and contrast three popular SDLC models: waterfall, spiral, and prototype. The Waterfall Model The term “waterfall” refers to a methodology as well as a model; software engineers often use the term interchangeably (C. Seifer, personal communication, March 18, 2015). There are actually two waterfall models: the traditional, linear model and a newer, iterative model. Each model has five steps: requirements analysis, design, implementation, testing, and maintenance (Maheshwari & Jain, 2012, p. 286). In the traditional waterfall model, each step flows into the other sequentially. While some “splash back” is permitted, the goal of the model is to move through each phase and onto the next without repeating, with an “emphasis … on planning, time schedules, target dates, budgets and implementation of an entire system at one time” (Maheshwari & Jain, 2012, p. 286). This method is highly structured, with well-defined deliverables and milestones for each phase, which make it easy to understand. However, the tight structure of the original waterfall model—in
  • 3. THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 3 particular, the need to consider and plan for every possible eventuality at the beginning of the project—has caused it to fall out of favor in today’s dynamic business environment. Often, the project sponsor may not know exactly what they want at the outset, or, in the case of a large project being done over a long period of time, something may change in the macro environment that requires changes to the project (Maheshwari & Jain, 2012, p. 286). Enter the iterative waterfall model. The steps are the same as in the traditional waterfall method, but with testing and analysis at the end of each phase, which theoretically provides valuable feedback when moving into the next phase. Additionally, unlike in the traditional model, it is expected that phases will be repeated. The advantage of this model is that it is better suited to the dynamic world of modern software and systems development; however, it lacks the clear milestones of the original model and, thus, could be difficult to manage (Maheshwari & Jain, 2012, p. 286-287). The Spiral Model Among the most flexible of SDLC models is the spiral model (Saxena & Kaushik, 2013, p. 118), which is a combination of the traditional waterfall model and the prototype model (Khurana & Gupta, 2012, p. 1516). It has four phases: requirements planning, risk analysis, development and testing, and planning the next iteration. At the end of the risk analysis phase, a prototype is produced, which is coded and tested in the third phase, then evaluated in the fourth phase; feedback from this iteration is used to plan the next one. The hallmark of the spiral model is its emphasis on risk analysis and mitigation, which makes it particularly suitable for very large, costly projects (Khurana & Gupta, 2012, p. 1515-1516). Figure 1 (Aafrin, 2012) visually demonstrates the similarities and differences between the traditional waterfall and spiral models. The steps are very similar. However, while each step
  • 4. THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 4 “falls” into the next when using waterfall, the spiral method keeps going around the “spiral” as many times as necessary. While the method is considered iterative, it can be used as a combination method, as eventually, the project will be finished and there will be no need to go through further iterations: Figure 1. A visual representation of the difference between the linear waterfall model and the iterative spiral model. The spiral model is not suitable for every project. Saxena and Kaushik (2013) note that, among other drawbacks, it is very expensive and highly complex; there is no specified “finish line,” and it can be difficult to determine when to stop going through the iterations; and it requires that project managers have a high level of expertise in risk management. Thus, they recommend that it be used only for large, highly complex, risky, and expensive projects (p. 118). The Prototype Model According to Maheshwari and Jain (2012), the prototype (or prototyping) model isn’t solely a standalone model, though it can be used as one; it is an approach that can be incorporated into any SDLC model (p. 287). For example, as discussed above, prototyping is an
  • 5. THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 5 important part of the spiral model. Shukla and Saxena (2013) break the prototype model down into six steps: requirements gathering; initial designing of the prototype; building the prototype; having the client evaluate the prototype; refining the prototype; and finally, building the end product (p. 19). As Figure 2 (ISTQB Exam Certification, 2012) illustrates, prototyping is a linear method, like waterfall, with a beginning and an end: Figure 2. A diagram of the prototype model. Because it requires building a working model (which could end up being discarded), the prototype model is expensive; however, it’s not as expensive as the spiral model (Shukla & Saxena, 2013, p. 19). Other advantages include the fact that the client gets to see a working model early in the project, which makes it easier for the client to make improvement suggestions, may make it easier to get the project funded, and mitigates risk. However, costs can be high. The development process can be slow, and as mentioned above, once feedback is received from the client regarding the initial prototype, it may end up being useless. Additionally, the prototype model encourages a lot of communication between the client and the developer; while this is helpful in ensuring the client is happy with the final product, a non-technical client may expect the moon and become upset when the developer cannot deliver on all requests as quickly and inexpensively as the client thinks they should (Saxena & Kaushik, 2013, p. 119). Shukla and Saxena (2013) recommend using this method only for small projects (p. 19).
  • 6. THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 6 Conclusion This paper discussed three popular SDLC models; many more exist. All of them include phases for gathering requirements, performing a business analysis, designing the system, implementing the system, and performing QA testing (Mishra & Dubey, 2013, p. 64). There is no one “correct” model; all of them do the same thing, but use different problem-solving approaches. The decision to choose one model over the other is dependent on the particular situation under which an individual project is being developed.
  • 7. THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 7 References Aafrin (2012). Waterfall Model vs. Spiral Model [Online image]. Retrieved from http://www.aafrin.com/wp-content/uploads/2012/06/waterfall-spiral-model.png ISTQB Exam Certification (2012). Prototyping Model [Online image]. Retrieved from http://istqbexamcertification.com/wp-content/uploads/2012/01/Prototype-model.jpg Khurana, G., & Gupta, S. (2012). Study & Comparison of Software Development Life Cycle Models. International Journal of Research in Engineering & Applied Sciences, 2(2), 1513-1521. Retrieved from https://www.academia.edu/8608736/STUDY_and_COMPARISON_OF_SOFTWARE_D EVELOPMENT_LIFE_CYCLE_MODELS Maheshwari, S., & Jain, D. C. (2012). A Comparative Analysis of Different Types of Models in Software Development Life Cycle. International Journal of Advanced Research in Computer Science and Software Engineering, 2(5), 285-290. Retrieved from http://www.ijarcsse.com/docs/papers/May2012/Volum2_issue5/V2I500405.pdf Mishra, A., & Dubey, D. (2013). A Comparative Study of Different Software Development Life Cycle Models in Different Scenarios. International Journal, 1(5), 64-69. Retrieved from http://www.ijarcsms.com/docs/paper/volume1/issue5/V1I5-0008.pdf Ruparelia, N. B. (2010). Software development lifecycle models. ACM SIGSOFT Software Engineering Notes, 35(3), 8-13. http://dx.doi.org/10.1145/1764810.1764814 Saxena, P., & Kaushik, M. (2013). Advantages and Limitations of Different SDLC Models. International Journal For Technological Research In Engineering, 1(3), 117-121. Retrieved from http://www.ijtre.com/manuscript/2013010301.pdf
  • 8. THE WATERFALL, SPIRAL, AND PROTOTYPE SDLC MODELS 8 Shukla, A. K., & Saxena, A. (2013). Which Model is Best for the Software Project? “A Comparative Analysis of Software Engineering Models.” International Journal of Computer Applications, 76(11), 18-22. http://dx.doi.org/10.5120/13290-0806