Notes/UNB/Year 4/Semester 2/CS3873/CS2024-01-22.md

8 lines
552 B
Markdown
Raw Normal View History

2024-01-22 11:35:11 -04:00
Lecture Topic:
2024-01-22 11:40:04 -04:00
# Packet Switching
## Congestion
A relevant example is air plane ticket overbooking. If an air plane has a capacity of 100 seats, and the probability of of a passenger showing up to their flight is 80%, then you can overbook ticket sales due to the probability of passengers not showing up
- If 110 tickets are sold, the probability of more than 100 passengers is 0.0058%
- If 115 tickets are sold, the probability goes up to 1.94%
- If 120 tickets are sold, the probability is 15.17%
- If 130 tickets are sold, the probability is 78.12%