Due to some technical error All Project source code & Project report are now available on www.ignousupport.blogspot.com Download all project for free
Overview of the Airline Flight Reservation System Project in Asp.Net with Source code.
Airline Reservation system Project is developed to book tickets online.
I have selected Airline reservation system to develop final year project because I have good knowledge of Airline like how it works, how flight tickets are booked and how to cancel them.
Sponsored Links
This project report can be used by BSc CS, IT, B tech IT, CS, Computer science and information technology students.
Below is the Home page of the Airline reservation system project developed in asp.net.
Figure 1 Online airline ticket reservation system project in asp.net - HOME PAGE
From home page user can register to system on line from anywhere and can access airline reservation system. While registering to the system user have fill up mandatory information like name of the passenger, log in name. User can select gender on registration form and can give location and mobile number. After entering the mandatory information on airline registration form user have to click on Register button to complete the registration system and to become the active user of airline reservation system.
User can also navigate to travel news page. Travel news page update the user about travel destination and other precautions during the traveling by plane or flight. This page of the system also gives the guide about the most desirable tourist place. Travel news page is designed using C#.net and asp.Net.
Clicking on contact us link user goes to contact us page of the airline reservation system website. Here user can get the mobile number of customer care or administration mobile number and can send the email to airline administration. Here user can also send feedback about the airline reservation system services.
4.1.1 EXISTING SYSTEM:
Before online flight ticket booking system if any person wants to book a flight ticket, he use to follow one of these things:
He has to go to the Airport and book his ticket.
He has to fill up airline ticket reservation form manually and submit it at airport.
Fill the Ticket form on system and get the print out as paper documents to submit it at Airport.
Booking the Ticket at some particular registered ticket counters.
So in existing system user have to go airport to reserve his ticket. This process is very time consuming and because of this user has to face many problem in getting a ticket. If we online this process, we can make ticket reservation process very smooth and fast.
4.1.2 PROPOSED SYSTEM:
The Proposed reservation system ensures the complete freedom for users to book their ticket online. User at his own system can logon to airline ticket reservation website and can book his ticket. Our proposed system allows only registered users to book the tickets, view timings and cancel their tickets.
Ticket availability State Diagram
Figure 3 Airline reservation system project – ticket availability State Diagram
In this Proposal the entire work is done on online. After booking the ticket user can print his ticket. user can also send feedback and suggestion about airline ticket booking system to upgrade the system in future.
4.3 SYSTEM ARCHITECTURE
The online ticket booking application will follow three-tier architecture. In three-tier architecture application will run on three layer. User layer, application layer and data base layer. The client only displays the GUI and data but has no part in producing results.
Figure 2- Class Diagram of online Airline reservation system project in Asp.Net
Sponsored Links
7.6 DYNAMIC MODEL:
Sequence Diagrams:
Figure 4 Airline reservation system project – Sequence diagram
Collaboration Diagram:
In below diagram it is clearly describe that how admin interacts with system. this diagram describe that when admin log in to airline reservation system then system validate the account using MS SQL database server 2005 if admin username password is correct than system shows admin panel. Now user can update ticket price, schedule of flight and can cancel the ticket reserved online by the user. When admin do any changes in the admin panel than airline flight reservation system update the data base and return the result on admin panel of the airline reservation website. When admin clicks on log out button system close the session.
Collaboration Diagram:
Figure 5 Airline reservation system project – Collaboration Diagram
When user log in to airline ticket booking system system ask for the credential for log in the system verify the credentials in the database. If the user credentials is valid system shows user panel. On user panel use can book ticket. for booking the ticket user have fill up airline reservation ticket form and submit the form online system check the availability of the ticket. if ticket is available system book the ticket and display the ticket booking confirmation message. User can print out his booked ticket.
We have developed this project in asp.net because it is a part of the whole. NET framework. Asp.net is most important language at this time. So developing final year project in asp.net on airline project is a good idea. What you might not realize is that, unlike previous updates of ASP, it is more than an upgrade of existing technology but rather ASP.NET is the gateway to a whole new era of web development.
ASP.NET is a feature at web server releases
1. Microsoft IIS 5.0 on WINDOWS 2000 Server
2. Microsoft IIS 5.1 on WINDOWS XP
Some of the key goals of ASP.NET were to
1. Realize that bugs are a fact of life, as ASP.NET should be as fault tolerant as possible.
2. Make ASP.NET well factored, allowing customers to add in their own custom functionality, and extend/ replace built-in ASP.NET functionality.
3. Reduce the amount of code required to develop web applications.
4. Make ASP.NET a logical evolution of ASP, where existing ASP investment and therefore code can be reused with little, if any, change.
5. Remove the dependency on script engines, enabling pages to be type safe and compiled.
Benefits of ASP.NET - ASP.NET has several advantages over ASP.
The following are some of the benefits of ASP.NET:
1. Enable a new breed of web applications.
2. Improve deployment, scalability, and reliability.
3. Make code cleaner.
4. Provide better support for different browsers and devices.
Sponsored Links