A Single Service Desk Queueing System Model with Utilization and Queue Length Statistics Back to simulation

Model name: Service-Desk-1, available on Simulation-for-Education.

Copyright Gerd Wagner (CC BY-NC), created on 6/1/2016 with the Object Event Simulation (OES) framework OESjs, last modified on 4/19/2017 | OESjs Credits

Classification tags: business operations management, DES, next-event time progression, queueing system

System Narrative

The customers arriving at a service desk have to wait in a queue when the service desk is busy. Otherwise, when the queue is empty and the service desk is not busy, they are immediately served by the service clerk. Whenever a service is completed, the served customer departs and the next customer from the queue, if there is any, will be served.

Model Description

A service queue model (one service and one queue) with two statistics: maximum queue length and service utilization. For simplicity, the model uses abstract (discrete) time and abstracts away from individual customers and from the composition of the queue, which is only represented in terms of its length. The model includes one object type: ServiceDesk, and two event types: CustomerArrival and CustomerDeparture. The random time variable for the recurrence of customer arrival events has a discrete uniform distribution and the random time variable for modeling the duration of services has a discrete empirical distribution.

Back to simulation