IJRIT International Journal of Research in Information Technology, Volume 1, Issue 11, November, 2013, Pg. 64-72

International Journal of Research in Information Technology (IJRIT)

www.ijrit.com

ISSN 2001-5569

Analysis of Different Types of Process Models – Software Rishabh Kumar Taneja1, Sahil Sarpal2, Pulkit Arora3 1

Student, Information Technology, Maharishi Dayanand University New Delhi, Delhi, India 2 Student, Information Technology, Maharishi Dayanand University New Delhi, Delhi, India 3 Student, Information Technology, Maharishi Dayanand University New Delhi, Delhi, India 1

[email protected], [email protected], [email protected]

Abstract Software’s move along a series of transitions involving their commencement, early development, productive operations, maintenance and repairs as well as retirement. For this, there are a multiple techniques that are applied which are known as software process models or software life cycle models. This paper represents five most widely implemented models namely Waterfall, Incremental, Spiral, V-Shaped and Agile. The main objective of this paper is to elaborate these models and also to list their advantages, disadvantages and when to use which one.

Keywords: Comparative Analysis of Software Models, Software Development, Software Development Models, Software Life Cycle Models.

1. Introduction Software is engineered or developed, it is not manufactured. Unlike hardware it is logical rather than physical. A software development project is a structure imposed on the development of a software product. A software development life cycle is typically a framework that describes the activities performed at each stage of a software development project. Explicit models of software development date back to the earliest projects developing large software systems in the 1950’s. The purpose of these software development life cycle models was to provide a theoretical plan for realistically managing the development of software systems. For this, there are several models,

Rishabh Kumar Taneja, IJRIT

64

each describing approaches to a variety of tasks or activities that take place during the process of software development. These models aim to be the standard that defines all the tasks necessary for developing and maintaining software’s. The models that we will take into consideration are:1. 2. 3. 4. 5.

Waterfall Model. Incremental Model. Spiral Model. V-Shaped Model. Agile Model.

Before analyzing these models, we will first study various activities related to software development process.

2. Activities of Software Development Software’s undergo a lot of problems during their development. Problem solving in software’s consist of the following activities:1. 2. 3. 4.

Understanding the problem. Deciding a plan for a solution. Coding the planned solution. Testing the actual program.

Each of these activities can be very large and handling of them is not possible in a single step. Hence, there is a need to break them into many smaller units so as to manage them efficiently. Every model gives us a unique way to perform these activities and to make software development much easier.

3. Software Process Models The various software process models are as follows:-

3.1 Waterfall Model This model is named waterfall model because its diagrammatic view displays a cascade of waterfall. It is a sequential development approach in which development is seen flowing through the phases of requirement analysis, design, implementation, testing integration and maintenance. This model is easy to understand and follows the notion of “define before design” and “design before code”.

Rishabh Kumar Taneja, IJRIT

65

Fig. 1 Waterfall Model The advantages of waterfall model are:• • • • • • •

Easy to understand, easy to use. Provides structure to inefficient staff. Every stages objective is well understood. Sets requirement stability. Works well on mature products and weak teams. Good for management control (planning, staffing, tracking). Works well when quality is more important than cost or schedule.

The disadvantages of waterfall model are:• • • • • • • • •

All requirements must be known upfront. Milestone created for each stage is considered frozen – inhibition of flexibility. May give a false impression of progress. Does not reflect the problem solving nature of software development. Little opportunity for the customer to preview the system. Real projects rarely follow this approach. Costly for small teams and projects. Difficult to integrate it with risk management. Moving a step backwards is very difficult and creates a lot of problems, i.e., if something goes wrong with the design phase then there may be serious problems with the implementation phase.

When to use waterfall model:• • • • •

Requirements are very well known. Technology is understood. Product definition is stable. New version of an existing product is to be created. Porting an existing product on a new platform.

Rishabh Kumar Taneja, IJRIT

66

3.2 Incremental Model In incremental model the whole requirement is divided into various constructs. Multiple development cycles take place, making the incremental life cycle a “multi – waterfall” cycle. Developing systems through incremental releases requires the provision of essential operating functions, then providing system users with improved and more skilled versions of a system at regular intervals. Every cycle is divided into smaller, more easily manageable module. Each module passes through the requirements, design, implementation and testing phases. A working version of software is produced at the end of the first module, so the consumer has working software in the beginning of the development process. Each subsequent release of the module adds function to the previous release. The process continues till the complete system is achieved.

Fig. 2 Incremental Model The advantages of incremental model are:• • • • • •

Generates working software quickly. More flexible. Easier to test and debug. Customer can respond to each built. Lowers initial delivery cost. Easier to manage risk because risky pieces are identified and handled during ith iteration.

The disadvantages of incremental model are:• • •

Needs good planning and design. Needs a clear and complete definition of the whole system before it can be broken down and built incrementally. Total cost is higher than waterfall model.

When to use incremental model:• • • • •

Requirements of the complete system are clearly defined and understood. Major requirements must be defined; however, some details can evolve with time. There is a need to build the product quickly. A new technology is being implemented. Resources with needed skill set are not available.

Rishabh Kumar Taneja, IJRIT

67

3.3 V-Shaped Model The V – Shaped model is a sequential path of execution of processes. It is a variant of waterfall model that emphasizes on verification and validation of the product. Each phase must be completed before the next phase begins. Testing of the product is planned in parallel with the corresponding phase of development. Requirements are the beginning of the life cycle model just like the waterfall model. The high-level design phase focuses on system architecture for which an integration test plan is created in order to test the pieces of the software systems ability to work together. However, the low-level design phase lies where the actual software components are designed, and the unit tests are carried out in this phase as well.

Fig. 2 V - Shaped Model The advantages of v - shaped model are:• • • • •

Emphasize planning for verification and validation of the product in early stages of product development. Each deliverable must be testable. Project management can track progress by milestones. Easy to use and implement. Higher chance of success over the waterfall model due to the early development of test plans during the life cycle.

The disadvantages of v - shaped model are:• • • • •

Does not easily handle concurrent events. Does not handle iterations or phases. Does not easily handle dynamic changes in requirements. Does not contain risk analysis activities. Little flexibility.

Rishabh Kumar Taneja, IJRIT

68

When to use v - shaped model:• • • •

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. Solutions and technology are well known and understood.

3.4 Spiral Model The spiral model of software development represents a risk driven approach to software process analysis. This approach incorporates the elements of specification-driven, prototype-driven process methods, together with the classic software life cycle. It has two main distinctive features. First is its cyclic approach for incrementally growing a system’s degree of definition and the second one is the implementation while decreasing the degree of risk. The 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 before the project continues to the next spiral.

Fig. 4 Spiral Model The advantages of spiral model are:• • • • • • •

Provides early indication of insurmountable risks without much cost. Users see the system early because of rapid prototyping tools. Critical high-risk functions are developed first. The design does not have to be perfect. Users can be closely tied to all lifecycle steps. Early and frequent feedback from users. Cumulative costs assessed frequently.

Rishabh Kumar Taneja, IJRIT

69



Good for large and mission critical projects.

The disadvantages of spiral model are:• • • • • • •

Time spent for evaluating risks too large for small or low-risk projects. Time spent planning, resetting objectives, doing risk analysis and prototyping may be excessive. The model is complex. Risk assessment expertise is required. Spiral may continue indefinitely. Developers must be reassigned during non-development phase activities. May be hard to define objective, verifiable milestones that indicate readiness to advance to the next iteration. When to use spiral model:• • • • • • • •

When creation of a prototype is appropriate. When costs and risk evaluation is important. For medium to high-risk projects. Long-term project commitment unwise because of potential changes to economic priorities. Users are unsure of their needs. Requirements are complex. New product line. Significant changes are expected.

3.5 Agile Model Agile development model is also a type of incremental model. Software is developed in rapid cycles known as increments. This results in small incremental releases with each release building on previous ones functionality. The application is typically delivered in incremental fashion. The agile development approaches are typically concerned with maintaining user involvement through the application of design teams and special workshops. The delivered increments tend to be small and limited to short delivery periods to ensure rapid completion. Extreme Programming (XP) is currently one of the most well known agile models.

Fig. 5 Agile Model

Rishabh Kumar Taneja, IJRIT

70

The advantages of agile model are:• • • • • • •

Customer satisfaction. People and interactions specified rather than tools. Face-to-Face communications. Daily cooperation among consumer and developer. Working software delivered frequently. Regular adaption to change. Even late changes are not much problem.

The disadvantages of agile model are:• • • •

In case of some software deliverables, especially the large ones, it is difficult to assess the effort required at the beginning of the development process. Lack of emphasis on necessary designing. The project can easily go off track if customer is not clear with the final outcome that they desire. Only senior programmers are capable of taking the kind of decisions required during the development process.

When to use agile model:• • • •

When new changes are to be implemented. To implement a new feature the developers lose the work of only a short duration of time. Very limited planning required. Both system developers and stakeholders get more freedom of time and options if the software was developed in a more sequential way.

4. Conclusions After conducting the analysis of the various process models that are being implemented for more than 4 decades, one can conclude that each and every model has its advantages and disadvantages and are used according to the situation. The best part about these models is that one may use them the way the development team wants. One can create new process models as per its requirement. The waterfall and spiral models are still the most commonly used models. But with increased urgency among customers, the agile model is also being used a lot. Hence, it can be said that all the models are effective enough to be implemented as per the requirement. It depends on the developer which one to use.

5. Acknowledgments We would like to thank the entire faculty of IT Department, Dronacharya College of Engineering, Gurgaon, Haryana for their support, encouragement and patience.

6. References [1] Nabil Mohammed Ali Munassar and A. Govardhan, “A Comparison Between Five Models Of Software Engineering”, IJCSI International Journal of Computer Science Issues, Vol. 7, Issue 5, September 2010, pp. 94 – 101. [2] Walt Scacchi, Process Model in Software Engineering, New York: John Wiley and Sons, Inc., 2001.

Rishabh Kumar Taneja, IJRIT

71

[3] Dr. Deepshikha Jamwal, “Analysis of software Development Models”, International Journal of Computer Science and Technology, Vol. 1, Issue 2, December 2010, pp. 61-64 [4] Ashwini Majumdar, Gayatri Masiwal, P.M.Chawan, “Analysis of Various Software Process Models” International Journal of Engineering Research and Applications, Vol. 2, No. 3, 2012, pp. 2015-2021. [5] http://www.istqbexamcertification.com [6] http://www.executivebrief.com

Rishabh Kumar Taneja, IJRIT

72

Software - International Journal of Research in Information ...

approach incorporates the elements of specification-driven, prototype-driven process methods, ... A prototype is produced at the end of the risk analysis phase.

789KB Sizes 1 Downloads 580 Views

Recommend Documents

nanofiltration - International Journal of Research in Information ...
Abstract- The term “membrane filtration” describes a family of separation methods.The basic principle is to use semi-permeable membranes to separate fluids, Gases, particles and solutes. Membranes are usually shaped as a thin film, which allows t

cyborgs - International Journal of Research in Information Technology ...
Bioelectronics is already a real and recognized ... biological systems at a more basic level; nanotechnology and nano-machines may be able to effect biological changes at the intracellular level ... recombinant DNA research, much of the public showed

Uzma Ijrit Paper - International Journal of Research in Information ...
Auto Trip computer, engine control, air bag, ABS, instrumentation, security system, transmission control ... GSM also pioneered low-cost implementation of the short message service (SMS), also called ... Frequency: 900 MHz or 1800 MHz (Some countries

Web Based IDE - International Journal of Research in Information ...
B.E computer engineering, Institute of Knowledge College of engineering, pune .... Cloud computing is usage of computer resources (both hardware and ...

Compiler Design - International Journal of Research in Information ...
The final result of this paper is to provide a general knowledge about compiler design and implementation and to serve as a springboard to more advanced courses. Although this paper concentrates on the implementation of a compiler, an outline for an

Compiler Design - International Journal of Research in Information ...
... be regarded as an 'add-on' feature of acompiler. Its inuence upon the overall design is pervasive, and it is a necessary debugging tool during construction of.

(OLSR) Protocol - International Journal of Research in Information ...
2Assistant Professer, 2Punjabi University Regional Centre for IT & Mgmt., Mohali, India. Mohali, Punjab, India [email protected]. Abstract. OLSR is a leading proactive protocol used in MANET. Due to its low latency for route determination it has be

review paper - International Journal of Research in Information ...
[email protected] , [email protected] , [email protected]. Abstract. Iris recognition has been finished by numerous scientists in a decade ago. Iris recognition assumes a important part to enhance effectiveness in biometric identific

Energy Harvesting - International Journal of Research in Information ...
[email protected], [email protected]. Abstract. Purpose: To review and discuss various Energy harvesting techniques and to implement one amongst them to reduce the usage of implantable medical device's (IMD's) battery so that the life span

Web Based IDE - International Journal of Research in Information ...
B.E computer engineering, Institute of Knowledge College of engineering, pune .... Cloud computing is usage of computer resources (both hardware and ...

review paper - International Journal of Research in Information ...
Iris recognition has been finished by numerous scientists in a decade ago. Iris recognition assumes a important part to enhance effectiveness in biometric identification because of its reliability in exceptionally secured areas. For example, In Airpo

8085 Microprocessors - International Journal of Research in ...
including CRRES, Polar, FAST, Cluster, HESSI, the Sojourner Mars Rover, and THEMIS. The Swiss company. SAIA used the 8085 and the 8085-2 as the CPUs of their PCA1 line of programmable logic controllers during the 1980s. Pro-Log Corp. put the 8085 and

Pervasive Computing - International Journal of Research in ...
These techniques can be digital cookbook embedded on your microwave, video-on-demand services available on you home screen or shopping list stockpiled on your refrigerator even when you are miles away. Information .... Schilit introduced context awar

vampire attacks research paper - International Journal of Research in ...
A wireless sensor network are spatially distributed autonomous sensors to monitor physical or environmental conditions, such as temperature, sound, pressure, etc. and to cooperatively pass their data through the network to a main location. Denial of

vampire attacks research paper - International Journal of Research in ...
initial connection state onto the client, or cryptographic puzzles. These solutions place minimal load on legitimate clients who only initiate a small number of connections, but deter malicious entities who will attempt a large number. Note that this

Heat Recycling Of Data Centers - International Journal of Research in ...
When outside temperatures are high, the exchangers are sprinkled with water to ... (V) is proportional to the temperature difference (∆T) via the Seebeck ...

Download PDF - International Journal of Advanced Research
It is described and illustrated here based on recent collection from Wayanad (E.S. Santhosh Kumar 56416, TBGT) to facilitate its easy identification. Thottea dalzellii (Hook.f.) Karthik. & Moorthy, Fl. Pl. India 156. 2009. Bragantia dalzellii Hook.f.

Download PDF - International Journal of Advanced Research
Distribution and Ecology:— Lasianthus idukkianus grows in a shola forest at ... Deb, D.B. and Gangopadhyay, M. (1991): Taxonomic study of the genus ...

Download PDF - International Journal of Advanced Research
695562, Kerala, India. Manuscript ... In India, it is represented by 14 species which include 10 endemics confined to .... Forest Department for the logistic support.

Cloud Computing Security - International Journal of Research in ...
sharing of resources which include software and infrastructure with the help of virtualization.In order to provide quality services ... Platform-as-a-service is higher level service than infrastructure service. Platform based services includes .... F

Bluetooth and Its Configuration - International Journal of Research in ...
IJRIT International Journal of Research in Information Technology, Volume 2, Issue 6, ... Bluetooth is a packet-based protocol with a master-slave structure [1] ... Frequency hopping has two significant benefits: .... technology introduced a new netw

data hiding using watermarking - International Journal of Research in ...
Asst.Professor, Dr. Babasaheb Ambedkar College of Engg. and research, ECE department,. R.T.M. Nagpur University, Nagpur,. Maharashtra, India. Samruddhi Pande1, Aishwarya Iyer2, Parvati Atalkar3 ,Chetna Sorte4 ,Bhagyashree Gardalwar 5,. Student, Dr. B

(STBC) OFDM Systems - International Journal of Research in ...
2 Department of Electronics Engineering, Sri Guru Granth Sahib World University, Fatehgarh Sahib, Punjab,. India. 4 Department of Electronics and communication Engineering, CTIEMT, Jalandhar city. Abstract. In this paper, performance analysis of inte

Bluetooth and Its Configuration - International Journal of Research in ...
IJRIT International Journal of Research in Information Technology, Volume 2, ..... http://www.wirelessdevnet.com/channels/bluetooth/features/bluetooth.html. [11].