Wednesday, May 20, 2009

CSSE 312: Object Oriented Design and Analysis Assignment

Software Life Cycle Models

Software life cycle models describe phases of the software cycle and the order in which those phases are executed. There are tons of models, and many companies adopt their own, but all have very similar patterns. Some of the models as follow.

  • Rapid Application Development (RAD) model
  • Incremental Model
  • Water fall model
  • Spiral Model

a) Rapid Application Development (RAD) model

RAD model makes heavy use of reusable software components with an extremely short development cycle.

The RAD is a linear sequential software development process that emphasizes an extremely short development cycle. The RAD software model is a "high speed" adaptation of the linear sequential model in which rapid development is achieved by using a component-based construction approach. Used primarily for information systems applications, the RAD approach encompasses the following phases

  • Business modeling
  • Data modeling
  • Process modeling
  • Application generation
  • Testing

RAD process emphasizes reuse many of the program components have already been tested, which minimizes the testing and development time.

b) Incremental/Iterative model

This model does not attempt to start with full specification of requirements. 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.

Key Points

  • Development and delivery is broken down into increments
  • Each increment delivers part of the required functionality
  • Requirements are prioritised and the highest priority requirements are included in early increments
  • Once the development of an increment is started, the requirements are frozen
  • Requirements for later increments can continue to evolve

Advantages

  • System functionality is available earlier and customer does not have to wait as long.
  • Early increments act as a prototype to help elicit requirements for later increments.
  • The highest priority functionalities tend to receive more testing.
  • More flexible – less costly to change scope and requirements.
  • Easier to test and debug during a smaller iteration.
  • Easier to manage risk because risky pieces are identified and handled during its iteration.
  • Each iteration is an easily managed milestone.

Disadvantages

  • Each phase of an iteration is rigid and do not overlap each other.
  • Problems may arise pertaining to system architecture because not all requirements are gathered up front for the entire software life cycle.

c) Water fall Model


The "waterfall model", documented in 1970 by Royce was the first publicly documented life cycle model. The model was developed to help with the increasing complexity of aerospace products.


This is the most common and classic of life cycle models, also referred to as a linear-sequential life cycle model. It is very simple to understand and use. In a waterfall model, each phase must be completed in its entirety before the next phase can begin. At the end of each phase, a review takes place to determine if the project is on the right path and whether or not to continue or discard the project. Unlike what I mentioned in the general model, phases do not overlap in a waterfall model.


The least flexible and most obsolete of the life cycle models. Well suited to projects that has low risk in the areas of user interface and performance requirements, but high risk in budget and schedule predictability and control.

Advantages

    • Simple and easy to use.
    • Easy to manage due to the rigidity of the model – each phase has specific deliverables and a review process.
    • Phases are processed and completed one at a time.
    • Works well for smaller projects where requirements are very well understood/stable.

Disadvantages

    • It’s difficult to respond to changing customer requirements.
    • Adjusting scope during the life cycle can kill a project
    • No working software is produced until late during the life cycle.
    • High amounts of risk and uncertainty.
    • Poor model for complex and object-orented projects.
    • Poor model for long run and ongoing projects.

d) Spiral - model

  • This model of development combines the features of the prototyping model and the waterfall model. The spiral model is favored for large, expensive, and complicated projects.
  • The spiral model is similar to the incremental model, with more emphases placed on risk analysis. The spiral model has four phases: Planning, Risk Analysis, Engineering and Evaluation. A software project repeatedly passes through these phases in iterations (called Spirals in this model). The baseline spiral, starting in the planning phase, requirements is gathered and risk is assessed. Each subsequent spiral builds on the baseline spiral.
  • Requirements are gathered during the planning phase. In the risk analysis phase, a process is undertaken to identify risk and alternate solutions. A prototype is produced at the end of the risk analysis phase.
  • Software is produced in the engineering phase, along with testing at the end of the phase. The evaluation phase allows the customer to evaluate the output of the project to date before the project continues to the next spiral.
  • In the spiral model, the angular component represents progress, and the radius of the spiral represents cost.

Advantages

  • High amount of risk analysis.
  • Risks are explicitly assessed and resolved throughout the process
  • Focus on early error detection and design flaws.
  • Good for large and mission-critical projects.
  • Software is produced early in the software life cycle.

Disadvantages

  • Can be a costly model to use.
  • Risk analysis requires highly specific expertise.
  • Project’s success is highly dependent on the risk analysis phase.
  • Doesn’t work well for smaller projects.

REFERENCE:

http://shailajakiran-testing.blogspot.com/2007/09/software-development-life-cycle-sdlc.html

No comments:

Post a Comment