Spiral Model

Christine_Yang271 total contributions
Published May 14, 2023Updated May 16, 2023
Contribute to Docs
The Spiral model is a Software Development Life Cycle (SDLC) that combines the Waterfall model and iterative development approaches. Each phase within this model involves risk analysis and prototyping.
The Spiral model was first introduced by Barry Boehm in 1986 as a result of applying iterative development in constructing software. It is divided into four phases:
- Planning
- Risk Analysis
- Engineering
- Evaluation
Each iteration consists of all above phases but has different aims which are usually:
- Prototype
- Release candidate
- Launch
Advantages
- Products are prototyped for quick introduction.
- Errors and failures are identified and handled as they arise.
- Frequent feedback and refinement through cycles.
- Flexible and adaptive to changes.
Disadvantages
- Complex workflow and requires expertise especially in risk analysis.
- Costly and time-consuming.
All contributors
- Christine_Yang271 total contributions
- hongquant2 total contributions
Looking to contribute?
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.