Abstract:
Real-Time Digital Queue Management System for Web Traffic Control is designed to handle high amounts of user traffic when trying to access a service in the cloud. When the web traffic reaches over the designed limit, it automatically puts the rest of the user requests to the queuing system. This system acts like a holding area. It holds the user temporarily and redirects the user to the original destination when there is enough capacity. And this also has a FIFO queue, so users can enter according to the order of which they came to the website.