What Is Software Requirements Specification Document?: 1.1 Purpose
What Is Software Requirements Specification Document?: 1.1 Purpose
What Is Software Requirements Specification Document?: 1.1 Purpose
A Software requirements specification document describes the intended purpose, requirements and nature of a software to
be developed. It also includes the yield and cost of the software.
In this document, flight management project is used as an example to explain few points.
Table of Contents
1. Introduction
1.1 Purpose
1.2 Document Conventions
1.3 Intended Audience and Reading Suggestions
1.4 Project Scope
1.5 References
2. Overall Description
2.1 Product Perspective
2.2 Product Features
2.3 User Classes and Characteristics
2.4 Operating Environment
2.5 Design and Implementation Constraints
2.6 Assumptions and Dependencies
3. System Features
4. External Interface Requirements
4.1 User Interfaces
4.2 Hardware Interfaces
4.3 Software Interfaces
4.4 Communications Interfaces
5. Other Nonfunctional Requirements
5.1 Performance Requirements
5.2 Safety Requirements
5.3 Security Requirements
5.4 Software Quality Attributes
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 >>
1.2 DOCUMENT CONVENTIONS
This document uses the following conventions. <<Include the conventions as per your application >>
DB Database
ER Entity Relationship
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 airline database system as shown in below entityrelationship model (ER model)
the diagram shows the layout of airline database system entityrelationship model
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 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
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 below figure.
CLIENT/SERVER SYSTEM
A client/server system is a distributed system in which,
(a) some sites are client sites and others are server sites.
(b) all data resides at the server sites.
(c) all applications execute at the client sites.
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).
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.
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 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 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.
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 special 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.
FacebookTwitterGoogle+StumbleUponTumblrBufferPinterestMore60