System Development Life Cycle
System Development Life Cycle
System Development Life Cycle
INTRODUCTION
2. Requirement analysis: --it determines why the need for a new product arrives
and what changes were required in the present system. It helps to determine
whether the proposed project will suit the user specifications or not.
This phase Is used to analyze the system on the basis of user specification. The
design of the system is based on the results of analysis.;
• Lack of security:- The current system is not secure. If one file goes
missing a very important part of the database goes missing and cannot be
retrieved easily. Even if we make copies of the entire data and store it as
backup it will be very difficult to backup data manually.
• File system doesn't have the very essential ACID properties.:- The
essential properties of atomicity, consistency, isolation and durability do
not exist in the manual system. There is no guarantee of the data being in
as consistent state.
• File system is time consuming; not more better than manual record
keeping system:- the file system in a long process. Every single activity
need to be performed manually. It thus becomes difficult to complete all
jobs on time.
ADVANTAGES OF THE PROPOSED SYSTEM