0
1.6kviews
SYSTEM FEATURES - DESCRIPTION and PRIORITY
1 Answer
0
80views

DESCRIPTION and PRIORITY

The airline reservation system maintains information on flights, classes of seats, personal preferences, prices, and bookings. Of course, this project has a high priority because it is very difficult to travel across countries without prior reservations.

STIMULUS/RESPONSE SEQUENCES

Search for Airline Flights for two Travel cities

Displays a detailed list of available flights and make a “Reservation” or Book a ticket on a particular flight.

Cancel an existing Reservation.

FUNCTIONAL REQUIREMENTS

Other system features include:

DISTRIBUTED DATABASE

Distributed database implies that a single application should be able to operate transparently on data that is spread across a variety of different databases and connected by a communication network as shown in above figure.

CLIENT/SERVER SYSTEM

The term client/server refers primarily to an architecture or logical division of responsibilities, the client is the application (also known as the front-end), and the server is the DBMS (also known as the back-end).

A client/server system is a distributed system in which,

  • Some sites are client sites and others are server sites.

  • All the data resides at the server sites.

  • All applications execute at the client sites.

Please log in to add an answer.