![]() | ||
In queueing theory, a discipline within the mathematical theory of probability, Kendall's notation (or sometimes Kendall notation) is the standard system used to describe and classify a queueing node. D. G. Kendall proposed describing queueing models using three factors written A/S/c in 1953 where A denotes the time between arrivals to the queue, S the size of jobs and c the number of servers at the node. It has since been extended to A/S/c/K/N/D where K is the capacity of the queue, D is the queueing discipline and N is the size of the population of jobs to be served.
Contents
- A The arrival process
- S The service time distribution
- c The number of servers
- K The number of places in the system
- N The calling population
- D The queues discipline
- References
When the final three parameters are not specified (e.g. M/M/1 queue), it is assumed K = ∞, N = ∞ and D = FIFO.
A: The arrival process
A code describing the arrival process. The codes used are:
S: The service time distribution
This gives the distribution of time of the service of a customer. Some common notations are:
c: The number of servers
The number of service channels (or servers). The M/M/1 queue has a single server and the M/M/c queue c servers.
K: The number of places in the system
The capacity of the system, or the maximum number of customers allowed in the system including those in service. When the number is at this maximum, further arrivals are turned away. If this number is omitted, the capacity is assumed to be unlimited, or infinite.
Note: This is sometimes denoted C + k where k is the buffer size, the number of places in the queue above the number of servers C.N: The calling population
The size of calling source. The size of the population from which the customers come. A small population will significantly affect the effective arrival rate, because, as more jobs queue up, there are fewer left available to arrive into the system. If this number is omitted, the population is assumed to be unlimited, or infinite.
D: The queue's discipline
The Service Discipline or Priority order that jobs in the queue, or waiting line, are served:
Note: An alternative notation practice is to record the queue discipline before the population and system capacity, with or without enclosing parenthesis. This does not normally cause confusion because the notation is different.