Wednesday, October 6, 2010

Incremental Model in SDLC


 Incremental Model

         Excellent choice for systems requiring high reliability – hospital patient control applications
         All requirements are known up-front
         When it can be modified to handle changing requirements beyond analysis phase
         Solution and technology are known

            The incremental model is an intuitive approach to the waterfall model.  Multiple development cycles take place here, making the life cycle a “multi-waterfall” cycle.  Cycles are divided up into smaller, more easily managed iterations.  Each iteration passes through the requirements, design, implementation and testing phases. A working version of software is produced during the first iteration, so you have working software early on during the software life cycle.  Subsequent iterations build on the initial software produced during the first iteration. Incremental Life Cycle Model 

Advantages
  1. Generates working software quickly and early during the software life cycle.
  2. More flexible – less costly to change scope and requirements.
  3. Easier to test and debug during a smaller iteration
  4. Easier to manage risk because risky pieces are identified and handled during its iteration.
  5. Each iteration is an easily managed milestone.
Disadvantages
1.      Each phase of an iteration is rigid and do not overlap each other.
2.      Problems may arise pertaining to system architecture because not all requirements are gathered up front for the entire software life cycle.

No comments:

Post a Comment