In: Computer Science
You will conduct a systems analysis project ( car rentals ) by performing 3 phases of SDLC (planning, analysis and design) for a small (real or imaginary) organization. ( car rentals )The actual project implementation is not required (i.e. No coding required.)
This project should follow the main steps of the first three phases of the SDLC (phase 1, 2 and 3). Details description and diagrams should be included in each phase.
my part that i need help in it :
Under this section, include the following:
There are three
types of architecture designs to implement the
projects:
1. Single tier architecture
2. Two tier architecture
3. Three tier architecture
One can choose Three tier
architecture for implementing the project (car
rental).
In the three tier architecture, extra layer will
be present between the Client machine as well as the Server
machine. So in this architecture, the client application will not
directly communicate with the database (Where all the data is
stored) present at the server machine instead the client
application will communicate with the server application and inturn
server application communicates with the database system.
There are two
types of Data Storage Design:
1. Files
2. Database
It is better to choose DATABASE as Data Storage Design to implement the project (car rental) which makes the data to be stored in organized manner i.e in the tabular format and also searching and retrieving the information will be very quick and easy.