Types of Software Developing Life Cycles
Types of Software Developing Life Cycles
Waterfall Model
V-Shaped Model
Evolutionary Prototyping Model
Spiral Method (SDM)
Iterative and Incremental Method
Agile development
Waterfall Model
Description
The Waterfall Model is a linear sequential flow. In which progress is seen as flowing steadily
downwards (like a waterfall) through the phases of software implementation. This means that
any phase in the development process begins only if the previous phase is complete. The
waterfall approach does not define the process to go back to the previous phase to handle
changes in requirement. The waterfall approach is the earliest approach and most widely known
that was used for software development.
Waterfall Model
The usage
Projects which not focus on changing the requirements, for example, projects initiated from a
request for proposals (RFPs), the customer has a very clear documented requirements
Advantages and Disadvantages
Advantages Disadvantages
Assumes that the requirements of
Easy to explain to the users.
a system can be frozen.
Structures approach.
Very difficult to go back to any
Stages and activities are well defined.
stage after it finished.
Helps to plan and schedule the project.
A little flexibility and adjusting
Verification at each stage ensures early
scope is difficult and expensive.
detection of errors/misunderstanding.
Costly and required more time, in
Each phase has specific deliverables.
addition to the detailed plan.
Advantages/Disadvantages table
V-Shaped Model
Description
It is an extension of the waterfall model, Instead of moving down in a linear way, the process
steps are bent upwards after the implementation and coding phase, to form the typical V shape.
The major difference between the V-shaped model and waterfall model is the early test planning
in the V-shaped model.
V-Shaped Model
The usage
Advantages/Disadvantages table
Prototyping Model
Description
It refers to the activity of creating prototypes of software applications, for example, incomplete
versions of the software program being developed. It is an activity that can occur in software
development and It used to visualize some component of the software to limit the gap of
misunderstanding the customer requirements by the development team. This also will reduce the
iterations may occur in the waterfall approach and hard to be implemented due to the inflexibility
of the waterfall approach. So, when the final prototype is developed, the requirement is
considered to be frozen.
Throwaway prototyping: Prototypes that are eventually discarded rather than becoming a
part of the finally delivered software
Throwaway
prototyping
Evolutionary prototyping: prototypes that evolve into the final system through an
iterative incorporation of user feedback.
Evolutionary
prototyping
Incremental prototyping: The final product is built as separate prototypes. In the end, the
separate prototypes are merged in an overall design.
Incremental prototyping
Extreme prototyping: used in web applications mainly. Basically, it breaks down web
development into three phases, each one based on the preceding one. The first phase is a
static prototype that consists mainly of HTML pages. In the second phase, the screens are
programmed and fully functional using a simulated services layer. In the third phase, the
services are implemented
The usage
This process can be used with any software developing life cycle model. While this shall
be chosen when you are developing a system has user interactions. So, if the system does
not have user interactions, such as a system does some calculations shall not have
prototypes.
Advantages Disadvantages
Reduced time and costs, but this can be a Insufficient analysis. User
disadvantage if the developer loses time in confusion of prototype and finished
developing the prototypes. system.
Improved and increased user involvement. Developer misunderstanding of
user objectives.
Excessive development time of the
prototype.
It is costly to implement the
prototypes
Advantages/Disadvantages table
Description
The usage
It is used in the large applications and systems which built-in small phases or segments.
Advantages Disadvantages
Estimates (i.e. budget, schedule, etc.) become more High cost and time to reach
realistic as work progressed because important the final product.
issues are discovered earlier. Needs special skills to
Early involvement of developers. evaluate the risks and
Manages risks and develops the system into phases. assumptions.
Highly customized limiting
re-usability
Advantages/Disadvantages table
Description
It is developed to overcome the weaknesses of the waterfall model. It starts with an initial
planning and ends with deployment with the cyclic interactions in between. The basic idea
behind this method is to develop a system through repeated cycles (iterative) and in smaller
portions at a time (incremental), allowing software developers to take advantage of what was
learned during the development of earlier parts or versions of the system. It can consist of mini
waterfalls or mini V-Shaped model
The usage
It is used in shrink-wrap application and large system which built-in small phases or segments.
Also, can be used in a system has separated components, for example, ERP system. Which we
can start with the budget module as a first iteration and then we can start with the inventory
module and so forth.
Iterative and Incremental Model
Advantages Disadvantages
Produces business value early
in the development lifecycle. Requires heavy documentation.
Better use of scarce resources Follows a defined set of processes.
through proper increment Defines increments based on function and feature
definition. dependencies.
Can accommodate some Requires more customer involvement than the
change requests between linear approaches.
increments. Partitioning the functions and features might be
More focused on customer problematic.
value than the linear Integration between the iterations can be an issue
approaches. if it is not considered during the development and
We can detect project issues project planning.
and changes earlier.
Advantages/Disadvantages table
Agile Model
Description
It is based on iterative and incremental development, where requirements and solutions evolve
through collaboration between cross-functional teams.
Agile Model
The usage
It can be used with any type of the project, but it needs more engagement from the customer and
to be interactive. Also, we can use it when the customer needs to have some functional
requirement ready in less than three weeks and the requirements are not clear enough. This will
enable more valuable and workable piece for software early which also increase the customer
satisfaction.
Advantages Disadvantages
Scalability.
Decrease the time required to avail some system
The ability and collaboration of
features.
the customer to express user
Face to face communication and continuous needs.
inputs from customer representative leaves no
Documentation is done at later
space for guesswork.
stages.
The end result is the high-quality software in
Reduce the usability of
the least possible time duration and satisfied
components.
customer.
Needs special skills for the team.