I never understood why flights overbook or over sell. Every weekend I hear the same announcement. "This flight is oversold and we need some volunteers to give up there seat for a later flight and we will gladly give you a free round trip ticket..."
I thought this would be a computer system that tracks every seat sold. Maybe what the problem could be is they are running Microsoft.
Seems like you would have a central server (comprised of multiple servers for redundancy but essentially one location to go to). This system would have a simple database of flights, seats and when a ticket is purchased a seat in that classification (coach, business class, exit row) is taken away from total number. Once none of the seats for that classification is available the purchaser is displayed a message that the flight is booked and the next flight is blah..
You would probably want to include an option to take away broken or non usable seats. So if an aircraft is known to have a seat that is not usable and is assigned to a flight then the number of malfunctioning seats is removed from the total available for that classification.
Very simple process that could be done preferably in Java so it is universal, meaning any operating system would work to include making it function via any web browser with Java loaded.
So what's the problem Airlines?
I thought this would be a computer system that tracks every seat sold. Maybe what the problem could be is they are running Microsoft.
Seems like you would have a central server (comprised of multiple servers for redundancy but essentially one location to go to). This system would have a simple database of flights, seats and when a ticket is purchased a seat in that classification (coach, business class, exit row) is taken away from total number. Once none of the seats for that classification is available the purchaser is displayed a message that the flight is booked and the next flight is blah..
You would probably want to include an option to take away broken or non usable seats. So if an aircraft is known to have a seat that is not usable and is assigned to a flight then the number of malfunctioning seats is removed from the total available for that classification.
Very simple process that could be done preferably in Java so it is universal, meaning any operating system would work to include making it function via any web browser with Java loaded.
So what's the problem Airlines?












