Open In App

Failure of Waterfall model – Software Engineering

Last Updated : 26 Dec, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

This article focuses on discussing various reasons for the failure of the waterfall model.

What is the Waterfall Model?

The Waterfall Model is also known as the traditional waterfall software life cycle model. It is very simple to understand and use.

  1. In the waterfall model, each phase must be completed before the next phase can begin and there is no overlapping in the phases.
  2. The classical waterfall model divides the life cycle into a set of phases.
  3. The waterfall model considers that one phase can be started after completion of the previous phase, which is the output of one phase will be the input to the next phase.
  4. Due to this the development process can be considered as a sequential flow in the waterfall. Here the phases do not overlap with each other.

This model divides the life cycle of a software development process into phases as shown below:

software-development-phases
Waterfall Model

Reasons for Failure of Waterfall Model

The traditional waterfall model suffers from various shortcomings, basically we can’t use it in real projects, but we use other software development lifecycle models which are based on the classical waterfall model. There are some reasons which are given below due to this waterfall model fails.

1. One Way Street

This model is just like the one-way street. Once phase X is completed and next phase Y has started then there is no way to going back on the previous phase. This is one of the issues to the failure of the waterfall model.

2. Overlapping

The waterfall model has lacked an overlapping among phase.The waterfall model recommends that new phase can start only after the completion of the previous phase. But in real projects, this can’t be maintained. To increase the efficiency and reduce the cost, phases may overlap.

3. Interaction

The waterfall model has lacked interaction among phase. Users have little interaction with project them. This feedback is not taken during development. After a development process starts, changes can not accommodate easily.

4. Support Delivery of System

The waterfall model does not support delivery of system in pieces. After a development process starts, changes cannot accommodate easily.

5. Feedback Path

The waterfall model has no feedback path. In the traditional waterfall model evolution of software from one phase to another phase is like a waterfall. The waterfall model assumes that no error is ever committed by developers during any phases. Hence, it does not incorporate any mechanism for error correction.

6. Not Flexible

Difficult to accommodate change requests. The waterfall model assumes that all the customer requirements can be completely and correctly defined at the beginning of the project, but actually customers’ requirements keep on changing with time. After the requirements specification phase is completed difficult to accommodate any change requests.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads