SE Models Q-A.1

Question:Explain the various types of models which used in software Engineering.

Answer:

There are multiple models used in software development and models are choosed based on the application requirement. For Example, in the small project waterfall method can be used and for the big size projects spiral method is preferred. We selects the model for the software Engineering on following basis:

Details of various models are given below:

Waterfall methodology

This method is very old and still trendy which is normally used because simplicity is key of success of this method. In this method every action taken is planned in a process of software development. For the small size of projects waterfall method is very suitable. The specialty of this method is that every stage has a sequence. After the end of one stage, the next stage started at that point and the output of every stage converted in input for the every next steps. So with this reason the second name of this model is Sequence Model. With the study about system the first stage started and after that analysis, design, coding, testing and controlling take place one by one. Every stage completed one by one in a sequence like waterfall so this is the reason of this name.

Waterfall methodology

Benefits

Limitations

Prototype Model

This is a working system and the objective of the model is to develop those ideas who tested regarding a new system which could be used again. Prototyping is processes of making a model for the system which can be develop. The main part of this model is before the design and coding we could not fix the need of software while we could think about the needs of customer from software system. The prototype model made on the basis of knowledge about the needs of customer. Prototype model provide the design which gives the thoughts how system did the works. The objective of prototype is to make good understanding about system needs. At the last we get that such result which will be very low variable.

The prototype after the process of development, the end user gives the chance to take the benefit of prototype and provide the important thoughts about this developer.

After getting the feedback necessary alteration made in prototype model and provides it again to user for using it. This approach is suitable in that case where two below given points covered.

Prototype Model

Benefits

Limitations

Integrative Enhancement Model

This model is combination of waterfall and prototyping model. The objective of this model is to start a system on a low level with needs which is necessary and introduces it as a trial in the form of version no. 1. After that getting the point of view of user some changes are made and software takes the shape of version no.2. Then this process repeated by developer one by one with necessary changes and every time a new version became ready for introducing in market. This step started with a low level which is called subsystem and after that step by step taken and a series of versions launched in market. This model has four steps:

  1. Step of needs - In this step a list is made about the necessary items.

  2. Design phase - The design should be according to requirement if it satisfied the needs then it could be new or existing one.

  3. Implementation phase - In this phase, the process of software development is implemented.

  4. Valuation phase - All types of valuations are done on this phase.

Spiral Model

Spiral model is introduced in 1986 by Boehm. For the lack of risk factor many models became fail but Spiral model include risk factor because Boehm know that the future is uncertain. In this model various types of activity take place like a spiral that has many cycles. Each cycle have four steps.

  1. Planning - This is about the objective and getting the substitutes resources.

  2. Risk analysis - Alternate of valuation and know about the factors which solve the Risk factors.

  3. Development - Development for the next level products.

  4. Customer Valuation - customer evaluates the prototyping and other models.

During the 1st cycle:

  1. To get the motive of the product and make planning for the substitution.

  2. Various risks are analyzed.

  3. Making of prototype model.

  4. The valuation of prototype are done by the user.

During 2nd cycle:

  1. Valuation by customer is the base of planning.

  2. Reaction of customer is the base of analysis of risk factors.

  3. Make a best prototype model.

  4. Involving customers for accessing a new prototype model method.

The focus of third and fourth cycle is to make an error free prototype model and to make easy risk resolution with better planning. Each stage makes a better version of software with a little time consumption. The cost is representing by the radius of spiral at every point of the project.

Benefits