MSS Assignment Ann Mariya Jaimon 27
MSS Assignment Ann Mariya Jaimon 27
Specification for
Manage flights and
passengers to ease the flight
management
• https://krazytech.com/projects
• Fundamentals of database systems by ramez elmarsi and shamkant b.navathe
2. OVERALL DESCRIPTION
2.1 PRODUCT PERSPECTIVE
A distributed airline database system stores the following information.
• Flight details: It includes the originating flight terminal and destination terminal,
along with the stops in between, the number of seats booked/available seats
between two destinations etc.
• Customer description: It includes customer code, name, address and phone number.
This information may be used for keeping the records of the customer for any
emergency or for any other kind of information.
• Reservation description: It includes customer details, code number, flight number,
date of booking, date of travel.
2.2 PRODUCT FEATURES
The major features of the airline database system as shown below entity–relationship
model (ER model)
The diagram shows the layout of airline database system – entity–relationship model
Each flight has a limited number of available seats. There are a number of flights which
depart from or arrive at different cities on different dates and time.
2.4 OPERATING ENVIRONMENT
Operating environment for the airline management system is as listed below.
o distributed database
o client/server system
o Operating system: Windows.
o database: sql+ database
o platform: vb.net/Java/PHP
2.5 DESIGN and IMPLEMENTATION CONSTRAINTS
1. The global schema, fragmentation schema, and allocation schema.
2. SQL commands for above queries/applications
3. How the response for application 1 and 2 will be generated. Assuming these are global
queries. Explain how various fragments will be combined to do so.
4. Implement the database at least using a centralized database management system.
2.6 ASSUMPTION DEPENDENCIES
Let us assume that this is a distributed airline management system and it is used in the
following application:
o A request for booking/cancellation of a flight from any source to any destination,
giving connected flights in case no direct flight between the specified Source-
Destination pair exist.
o Calculation of high fliers (most frequent fliers) and calculating appropriate reward
points for these fliers.
Assuming both the transactions are single transactions, we have designed a distributed
database that is geographically dispersed at four cities Delhi, Mumbai, Chennai, and
Kolkatta as shown in fig. below.
3. SYSTEM FEATURES
• 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
exceedingly difficult to travel across countries without prior reservations.
• STIMULUS/RESPONSE SEQUENCES
o Search for Airline Flights for two Travel cities
o Displays a detailed list of available flights and make a “Reservation” or Book a
ticket on a particular flight.
o 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 the figure below.
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.
• Windows.
• A browser which supports CGI, HTML & Javascript.
4.3 SOFTWARE INTERFACES
Following are the software used for the flight management online application.
Software used Description
Operating system We have chosen Windows operating system for its best support and user-
friendliness.
Database To save the flight records, passengers records we have chosen SQL+ database.
VB.Net To implement the project we have chosen Vb.Net language for its more
interactive support.
4.4 COMMUNICATION INTERFACES
This project supports all types of web browsers. We are using simple electronic forms for
the reservation forms, ticket booking etc.
5. NONFUNCTIONAL REQUIREMENTS
5.1 PERFORMANCE REQUIREMENTS
The steps involved to perform the implementation of the airline database are as listed
below.
A) E-R DIAGRAM
The E-R Diagram constitutes a technique for representing the logical structure of a database
in a pictorial manner. This analysis is then used to organize data as a relation, normalizing
relation and finally obtaining a relation database.
B) NORMALIZATION:
The basic objective of normalization is to reduce redundancy which means that information
is to be stored only once. Storing information several times leads to wastage of storage space
and an increase in the total size of the data stored.
If a database is not properly designed it can give rise to modification anomalies. Modification
anomalies arise when data is added to, changed, or deleted from a database table. Similarly,
in traditional databases as well as improperly designed relational databases, data redundancy
can be a problem. These can be eliminated by normalizing a database.
Normalization is the process of breaking down a table into smaller tables. So that each table
deals with a single theme. There are three distinct kinds of modifications of anomalies and
formulated the first, second and third normal forms (3NF) is considered sufficient for most
practical purposes. It should be considered only after a thorough analysis and complete
understanding of its implications.
5.2 SAFETY REQUIREMENTS
If there is extensive damage to a wide portion of the database due to catastrophic failure,
such as a disk crash, the recovery method restores a past copy of the database that was
backed up to archival storage (typically tape) and reconstructs a more current state by
reapplying or redoing the operations of committed transactions from the backed-up log, up
to the time of failure.
5.3 SECURITY REQUIREMENTS
Security systems need database storage just like many other applications. However, the
unique requirements of the security market mean that vendors must choose their database
partner carefully.
5.4 SOFTWARE QUALITY ATTRIBUTES
• AVAILABILITY: The flight should be available on the specified date and specified time
as many customers are doing advance reservations.
• CORRECTNESS: The flight should reach start from correct start terminal and should
reach the correct destination.
• MAINTAINABILITY: The administrators and flight in chargers should maintain correct
schedules of flights.
• USABILITY: The flight schedules should satisfy a maximum number of customers
needs.