explanation of the differences between the fundamental purpo
explanation of the differences between the fundamental purposes of the analysis phase, the design phase, and the implementation phase.
Solution
Every project development life cycle will have different phases.Among which the first phase is analysis phase
1.Analysis Phase:
It is not possible to gather the requirement of the client when we are developing the project or during the testing the project.In order to meet the deliverables or requirement of the client,first of all we have to gather the each and every details regarding the requirements of the client.We have to note it down.Based on that we have to create a document.
This is very important phase which will guide us in development phase.
2.Design phase:
In this phase based on the collected requirements from the client we will develop system which satisfy the requirements of the client..Here we will convert the client requiements to detailed specifications which covers every aspect of the system.In this phase we will assess the security risks involved.Once again ,We will cross check with the client requirements and get confirmation before we started developing the code.
3.Implementation Phase:
Once development phase is completed,there is a phase in which we will move the project from development phase to production phase.We will call this phase also as golive,rollout..In this phase we will test is working fine which satisfies all the business requirements of our client.

