Queuing models are represented using Kendall’s A/B/C notation,
- A. The arrival time distribution.
- B. The service time distribution.
- C. The number of servers i.e. .number of resources providing a service.
K, N and D were later added to the model to make it A/B/C/K/N/D
- K. The number of customers in the system at any given point of time.
- N. The population of people who could be requesting service.
- D. The order in which customers are served e.g. FIFO.
In most models, K, N and D are assumed to be,
- K. Infinite.
- N. Infinite.
- D. FIFO (First In, First Out).