Discrete Mathematics & Graph Theory
Calculate performance metrics for queueing systems including utilization, average queue length, waiting times, and system probabilities.
Explore different queueing scenarios with realistic parameters
A bank with one teller serving customers
Queue Model: M/M/1 (Single Server)
Arrival Rate (λ): 10
Service Rate (μ): 12
A call center with 3 operators handling calls
Queue Model: M/M/c (Multiple Servers)
Arrival Rate (λ): 25
Service Rate (μ): 10
Number of Servers (c): 3
A restaurant with 2 servers and capacity for 20 customers
Queue Model: M/M/c/K (Finite Capacity)
Arrival Rate (λ): 15
Service Rate (μ): 8
Number of Servers (c): 2
System Capacity (K): 20
Repair facility with 1 technician serving 10 machines
Queue Model: M/M/c/N (Finite Population)
Arrival Rate (λ): 0.5
Service Rate (μ): 2
Number of Servers (c): 1
Population Size (N): 10