Software Requirements Specification Document With Example
Software Requirements Specification Document With Example
There are a set of guidelines to be followed while preparing the software requirement
specification document. This includes the purpose, scope, functional and non-
functional requirements, and software and hardware requirements of the project. In
addition to this, it also contains information about environmental conditions required,
safety and security requirements, software quality attributes of the project, etc.
Suggested Read:
SRS report for a Lab Administration project
Latest Technology Topics
1. INTRODUCTION
1.1 PURPOSE
The purpose of this document is to build an online system to manage flights and
passengers to ease the flight management. <<Include the purpose as applicable to
your project >>
This document uses the following conventions. <<Include the conventions as per
your application >>
DB Database
ER Entity Relationship
This project is a prototype for the flight management system and it is restricted within
the college premises. This has been implemented under the guidance of college
professors. This project is useful for the flight management team and as well as to
the passengers.
The purpose of the online flight management system is to ease flight management
and to create a convenient and easy-to-use application for passengers, trying to buy
airline tickets. The system is based on a relational database with its flight
management and reservation functions. We will have a database server supporting
hundreds of major cities around the world as well as thousands of flights by various
airline companies. Above all, we hope to provide a comfortable user experience
along with the best pricing available.
1.5 REFERENCES
https://krazytech.com/projects
Fundamentals of database systems by ramez elmarsi and shamkant b.navathe
2. OVERALL DESCRIPTION
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 in below entity–
relationship model (ER model)
The diagram shows the layout of airline database system – entity–relationship model
CUSTOMER FUNCTIONS.
• Get all customers who have seats reserved on a given flight.
• Get all flights for a given airport.
• View flight schedule.
• Get all flights whose arrival and departure times are on time/delayed.
• Calculate total sales for a given flight.
ADMINISTRATIVE
• Add/Delete a flight
• Add a new airport
• Update fare for flights.
• Add a new flight leg instance.
• Update departure/arrival times for flight leg instances.
Each flight has a limited number of available seats. There are a number of flights
that depart from or arrive at different cities on different dates and times.
distributed database
client/server system
Operating system: Windows.
database: sql+ database
platform: vb.net/Java/PHP
2.5 DESIGN and IMPLEMENTATION CONSTRAINTS
1. The global schema, fragmentation schema, and allocation schema.
2. SQL commands for the above queries/applications
3. How the response for applications 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:
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.
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
STIMULUS/RESPONSE SEQUENCES
o Search for Airline Flights for two Travel cities
o Displays a detailed list of available flights and makes a “Reservation” or Books a ticket on a
particular flight.
o Cancel an existing Reservation.
FUNCTIONAL REQUIREMENTS
Other system features include:
DISTRIBUTED DATABASE:
CLIENT/SERVER SYSTEM
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.
4. EXTERNAL INTERFACE REQUIREMENTS
Windows.
A browser that supports CGI, HTML & Javascript.
4.3 SOFTWARE INTERFACES
Following are the software used for the flight management online application.
<<Include the software details as per your project >>
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.
This project supports all types of web browsers. We are using simple electronic
forms for reservation forms, ticket booking etc.
5. NONFUNCTIONAL REQUIREMENTS
The steps involved to perform the implementation of the airline database are 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:
Normalization is the process of breaking down a table into smaller tables. So that
each table deals with a single theme. There are three different 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.
Security systems need database storage just like many other applications. However,
the special requirements of the security market mean that vendors must choose their
database partner carefully.
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 the correct start terminal and should
reach the correct destination.
MAINTAINABILITY: The web application must support regular updates to ensure
compatibility with the latest web technologies, Bug fixes, and security patches.
USABILITY: The flight schedules should satisfy a maximum number of customers’
needs. The application should be accessible on multiple devices, including desktop and
mobile.