Omni Calculator logo

In the last century, mathematicians developed a framework that describes the dynamics of a waiting line: learn the fundamentals of queueing theory with our queueing theory calculator.

Since humans started getting along in that thing we call society, they also started waiting. Waiting for their turn to talk, eat, pay taxes, you name it. With the growth of the population and the increasing complexity of our daily lives, we started waiting even more.

It's not surprising that someone developed an interest in analyzing and modeling the behavior of queues. Understanding how long it will take to clear a line of customers or how many checkouts to keep open during a busy afternoon is a real help in smoothing many time-consuming processes.

Now you can imagine why queueing theory is important: keep reading to learn more. In this article, you will discover:

  • The fundamentals of queueing theory: what is queueing theory?
  • The principal elements of a queue and the Kendall notation;
  • The cornerstone of queues: the M/M/1\textbf{\text{M}/\text{M}/1} queue;
  • Adding servers: the M/M/s\textbf{\text{M}/\text{M}/s} queue;
  • How to use our queueing theory calculator, with examples; and
  • Applications of the queueing theory.

This article is nothing but a dent in the surface of the intriguing framework of queueing theory. If interested, we invite you to expand from here! What are you waiting for? Pun intended. 😉

What is queueing theory?

You don't have to spend weeks on a thick book to understand what queueing theory is — though its mathematical description may get pretty long: we are talking of the same process of entering a waiting line — and waiting — to get access to a service. You do this every time you get groceries or go to the bank.

The queueing theory was developed by Agner Krarup Erlang in the early XX century while he was waiting in line at a slow local post office. No, sorry, while he was working on the analysis of telephone networks. The theory successfully developed in the following years, thanks to the pervasive nature of queues and the helpfulness of the results of the queueing models.

So, what exactly is the queueing theory? The queueing theory analyzes the behavior of a waiting line to make predictions about its future evolution. Some examples of what we can calculate with a queueing model are:

  • The waiting and service time;
  • The total number of customers in the queue;
  • The utilization of the server.

And much more.

Queueing theory has deep roots in statistics and probability. The arrival and servicing of customers are, fundamentally, stochastic processes. However, when analyzing such processes over long times or far in the future, their implicit randomness somehow vanes: we talk then of the steady state of the process. A detailed description of the foundations of queueing theory requires a solid background in the mentioned field of maths: we will try to keep it low and focus on the calculations for the queueing theory models!

When do we use queueing theory?

Queueing theory has many applications, and not only where humans wait! The management of the take-offs and landings at a busy airport, the execution of programs on your computer, and the behavior of an automatized factory all benefit from a careful analysis of queues.

From calculating traffic density to graphing theory, queues are everywhere, from theoretical mathematics to our daily lives!

Speaking of...

What is a queue?

In the mathematical sense, a queue is a complex object modeled by a black box. In this black box, we identify two flows: one inbound and one outbound. What happens inside the box is unknown, but the outbound customers are happier than the inbound ones.

A queue black box
What happens inside the box?

If we peek inside the box, we see a certain number of servers that process the request of the customers. Some are free — waiting to receive a customer, and some are currently busy. One way or the other, the queue moves on.

Inside the box there are three mustachoed servers

What matters to the modelization of a queue is usually the customers' waiting time. Say you want to optimize it or to find pitfalls that uselessly prolong it. Other goals are to optimize the "utilization" of servers or decrease the queue length.

Describing a queue in the mathematical sense requires understanding some basic concepts. Firstly, a queue is represented by states, each telling us the number of people in the queue, either waiting or being serviced.

A birth and death process
We can represent a queue with a birth and death process.

With certain probability — a quick reminder that queues are rooted in the framework of stochastical processes — the customers arrive and receive the required service. This moves the queue: arrivals increase the state, and services reduce it to reach the state 00.

🙋 If you've already met Markov chains, then yes, the representation of a queue lives in this framework. We consider queues to be Markovian processes in a stable state.

States are related to probabilities, but the queue theory describes the time spent in a given state more than defining this quantity. An alternative explanation is the chance of having a specified number of customers in the queue: time and "occupation" are, surprisingly, equivalent!

Queueing discipline: who's going first?

The order in which customers receive service in a queue is the queueing discipline. The most common discipline is the first in, first out discipline (FIFO), where the customer priority depends on the time spent in the queue.

A reasonable policy
The first-in-first-out policy is the one we are used to: look at how natural it feels.

Other disciplines are:

  • Last in first out (LIFO), where items entered last are the first ones to be serviced. Think of a pile of pancakes or things stuffed in a backpack. This discipline is rarely used when humans are involved: we let you guess why!
  • Priority discipline happens when the servicing order depends on some defining factors. In the ER, the man with an alien poking out of his chest will pass before the one who hit his pinky on a corner: they may even use our injury severity score calculator to assess a patient's priority.
  • Round robin servicing, where the customer receives service for a given time and can re-enter the queue; and
  • Service in random order (SIRO), that no one likes.
lifo queue
That's the evilest thing we can imagine! A queue where the last to enter is the first to exit, according to the LIFO policy..

Most models, and all the ones we will analyze here, use the FIFO discipline — it's the most reasonable!

Priority servicing
The redder the smiley, the higher the priority. This policy considers the urgency required by a customer.

Meet the servicing policies in other fields at Omni's fifo calculator and lifo calculator!

The Kendall notation: classifying queues

How do we identify a queue? David George Kendall answered this question by laying down a straightforward notation that helps to choose the right set of equations for each situation quickly. The basic Kendall notation consists of three symbols in the form:

a/b/ca/b/c

Where:

  • aa is the probability distribution for the intervals between customer arrivals;
  • bb is the probability distribution of the servicing time; and
  • cc is the number of servers.

aa and bb can assume various values (letters), the most important being:

  • M\text{M}, standing for Exponential distribution;
  • E\text{E}, standing for Erlang distribution;
  • G\text{G} for any general probability distribution of which you know mean and variance.

You can expand the Kendall notation to include other parameters. The notation a/b/c/d/e/fa/b/c/d/e/f includes:

  • dd the maximum number of customers accepted in the queue (think of the capacity of an office);
  • ee the size of the customer population; and
  • ff the queueing discipline.

The most commonly analyzed queue is the M/M/1\text{M}/\text{M}/1 queue (exponential distribution for the intervals between arrivals and servicing times by a single server). We will describe it in detail. Other commonly studied queues are the M/M/s\text{M}/\text{M}/\text{s} and M/M/s/N\text{M}/\text{M}/\text{s}/\text{N}.

The M/M/1 queue: your first example of a queueing theory model

We can analyze some models now that you know what queueing theory is. Here we will deal with the simplest queueing model. Take a single queue with a single server, and assume that:

  • The time intervals between successive customers' arrivals follow an exponential distribution; and
  • The servicing times follow an exponential distribution.

Poisson and exponential probability distributions are closely related concepts. Considering a Poisson process (a stochastic process describing random occurrences of an event): the number of events in a given time follows the Poisson distribution. The interval between those events, on the other hand, follows the exponential distribution.

In the context of an M/M/1\text{M}/\text{M}/1 queue, this means that the time of arrival of each customer is independent of the other (no rush hours or downtimes), and the time interval between arrivals, tat_{\mathrm{a}} follows this distribution:

f(t)=λeλtf(t) = \lambda\mathrm{e}^{-\lambda t}

The servicer takes a specific time for each request, tst_{\mathrm{s}} that doesn't depend on previous or future events (e.g., the service of a late customer won't go faster because dinner time approaches!). The distribution takes this form:

g(t)=μeμtg(t) = \mu\mathrm{e}^{-\mu t}

Arrival and service allow us to move the queue between states, balancing each other or prevailing; they make our system dance.

🙋 Queues are inherently memoryless: the past and future events (in our case, the arrival of a customer and the completion of a service) follow two types of processes defined by this lack of influence of previous states: the Markov chains and the exponential distributions.

If we move in the steady-state, we can define the two fundamental quantities we've just met in the formulas for the distributions:

  • The arrival rate λ\lambda, which describes the number of customers entering the queue per unit of time; and
  • The service rate μ\mu, the number of serviced customers per unit of time.

λ\lambda and μ\mu describe how the queue moves between states, interplaying with the fraction of time spent in the state nn, pnp_{n} (with nn the number of customers in the queue at that time). We follow these rules:

μp1=λp0\mu p_1=\lambda p_0

μp1\mu p_1 represents a queue with one customer receiving service, leaving it empty. It corresponds to the opposite process, a customer entering an empty queue (λp0\lambda p_0).

For further states, we find:

λp0+μp2 ⁣= ⁣(λ ⁣+ ⁣μ)p1λpn1 ⁣+ ⁣μpn1 ⁣= ⁣(λ ⁣+ ⁣μ)Pn1\begin{align*} \lambda p_0+\mu p_2&\!=\!(\lambda\!+\!\mu)p_1\\ \lambda p_{n-1}\!+\!\mu p_{n-1}&\!=\!(\lambda\!+\!\mu)P_{n-1} \end{align*}

How do we find these relationships? By using the previously found equivalence, and an analysis of the queue representation, we can equate the sum of the "arrows" inbound and outbound from a given state. Take a look at the diagram below:

Detail of a birth and death process

That's how the queue moves. By computing the ratio between the arrival rate and the service rate, we find the traffic intensity ρ\rho:

ρ=λμ\rho = \frac{\lambda}{\mu}

🙋 The only condition we need to state for an M/M/1\text{M}/\text{M}/1 queue is that λ<μ\lambda<\mu, which implies that the queue eventually dies out and doesn't accumulate infinite customers.

Let's analyze the performance measures of the queue. We start with the average number of customers, LL.

L=ρ1ρ=λμλL=\frac{\rho}{1-\rho}=\frac{\lambda}{\mu-\lambda}

We can now use Little's law to derive the average time spent in the system, WW:

W=Lλ=ρλ(1ρ)=λλ(μλ)=1μλ\begin{align*} W&= \frac{L}{\lambda}=\frac{\rho}{\lambda(1-\rho)}\\ & =\frac{\lambda}{\lambda(\mu-\lambda)} = \frac{1}{\mu-\lambda} \end{align*}

The time spent in the queue is of equal interest. We denote it as WQW_{\text{Q}} and calculate it again using Little's law, but this time starting from the number of customers in the queue LQ=ρLL_{\text{Q}} = \rho L:

WQ=LQλ=ρLλ=Lμ=λμ(μλ)\begin{align*} W_{\text{Q}}&= \frac{L_{\text{Q}}}{\lambda}=\frac{\rho L}{\lambda}=\frac{L}{\mu}\\ & =\frac{\lambda}{\mu(\mu-\lambda)} \end{align*}

The four queue equations we met define the fundamental quantities in every queueing theory model.

What else can be helpful in the analysis of an M/M/1\text{M}/\text{M}/1? We can define the probability of no customers in the system, p0p_0:

p0=1ρ=1λμp_0 = 1-\rho = 1-\frac{\lambda}{\mu}

We calculate the probability of the presence of nn customers in the queue, pnp_{n} by taking ρn\rho^n times p0p_0:

pn=ρnp0p_{\text{n}} = \rho^np_0

What about the values of pnp_n for any other nn? The formula is straightforward, and it derives from multiple applications of the transition between states from the empty queue:

pn=(1ρ)ρnp_n = (1-\rho)\rho^n

Now that we have analyzed the M/M/1\text{M}/\text{M}/1 queue, we can move to slightly more complex models.

A new checkout opens: the M/M/s queues

We will now analyze an M/M\text{M}/\text{M} queue with several servers bigger than one. We need to introduce a few more quantities here.

ss is the number of servers in the system. Each serves independently, following the same exponential distribution and rate of service μ\mu.

We redefine the server utilization ρ\rho as ρ=λsμ\rho = \tfrac{\lambda}{s\mu}. You can think of sμs\mu as the maximum service rate. In fact, an M/M/s\text{M}/\text{M}/s queue is nothing but an M/M/1\text{M}/\text{M}/1 queue with service rate sμs\mu.

Let's introduce one last quantity, α=λμ\alpha = \tfrac{\lambda}{\mu} (which corresponds to the server utilization in the M/M/1\text{M}/\text{M}/1 queue), thus ρ=αs\rho = \tfrac{\alpha}{s}.

However, please pay attention to the behavior of the servicing process. In the M/M/s\mathrm{M/M/s} queue, we can find situations where some servicers are simply... hanging out, waiting for a customer to arrive. We slightly tweak our definition of μ\mu in this situation:

μn={nμ if 1n<scμ if ns\mu_n=\begin{cases} n\mu\ \mathrm{if}\ 1\leq n<s\\ c\mu\ \mathrm{if}\ n\geq s \end{cases}

The steady-state probability of having zero customers in the queue depends, as you can imagine, on the number of servers. We calculate p0p_0 with the formula:

p0 ⁣= ⁣[r=0s1αrr! ⁣+ ⁣αss!(1 ⁣ ⁣αs) ⁣1 ⁣]1p_0\!=\!\left[\sum_{r=0}^{s-1}\frac{\alpha^r}{r!}\!+\!\frac{\alpha^s}{s!}\left(1\!-\!\frac{\alpha}{s}\right)^{\!-1\!}\right]^{-1}

The number of customers in the queue and in the system, respectively LL and LqL_{\text{q}}, are the results of the M/M/s\text{M}/\text{M}/s queue equations:

L=α ⁣+ ⁣ρ  ⁣αs  ⁣p0s!  ⁣(1ρ)2Lq=ρ  ⁣αs  ⁣p0s!  ⁣(1ρ)2\begin{align*} L &= \alpha\!+\!\frac{\rho\ \!\alpha^s\ \!p_0}{s!\ \!(1-\rho)^2}\\ \\ L_{\text{q}}&= \frac{\rho\ \!\alpha^s\ \!p_0}{s!\ \!(1-\rho)^2} \end{align*}

Let's calculate the waiting times. We do it similarly to the M/M/1\text{M}/\text{M}/1 queue, but we need to modify them slightly.

The waiting time in the system and in the queue are:

W=1μ ⁣+ ⁣αs  ⁣p0s!  ⁣s  ⁣μ  ⁣(1ρ)2Wq=αs  ⁣p0s!  ⁣s  ⁣μ  ⁣(1ρ)2\begin{align*} W &= \frac{1}{\mu}\!+\!\frac{\alpha^s\ \!p_0}{s!\ \!s\ \!\mu\ \!(1-\rho)^2}\\ \\ W_{\text{q}} &= \frac{\alpha^s\ \!p_0}{s!\ \!s\ \!\mu\ \!(1-\rho)^2} \end{align*}

We can introduce one last quantity specific for the M/M/s\text{M}/\text{M}/s queue: the probability of a customer joining the queue and finding no free servers. We call this quantity probability of customer delay, C(s,α)C(s,\alpha):

C(s,α)=αss!(1αs)1KC(s,\alpha)=\frac{\alpha^s}{s!}\cdot\left(1-\frac{\alpha}{s}\right)^{-1}\cdot K

KK is a parameter we've already met, though slightly different:

K ⁣= ⁣[r=0s1αrs! ⁣+ ⁣αss!(1 ⁣ ⁣αs) ⁣1 ⁣]1K\!=\!\left[\sum_{r=0}^{s-1}\frac{\alpha^r}{s!}\!+\!\frac{\alpha^s}{s!}\left(1\!-\!\frac{\alpha}{s}\right)^{\!-1\!}\right]^{-1}

Eventually, we can define the probability of the queue to be in the state nn: we met this quantity before. Since the behavior of this queue depends on the number of customers and servers:

pn={λnn!μnp0λnsnss!μnp0p_n=\begin{cases} \displaystyle{\frac{\lambda^n}{n!\mu^n}}p_0\\[1em] \displaystyle{\frac{\lambda^n}{s^{n-s}s!\mu^n}}p_0 \end{cases}

Now, it's time to meet our queueing theory calculator!

How to use our queueing theory calculator

Our queueing theory calculator allows you to calculate the results of M/M/1\text{M}/\text{M}/1 queues and M/M/s\text{M}/\text{M}/s queues.

The framework of queueing theory is rather complex: this short article is nothing but an introduction, and our calculator is pretty basic! You can explore it if you just found this exciting branch of mathematics or use it to check the results of your calculations (in particular for queues with multiple servers).

First, choose the queue you are interested in. Input the values you know; we will calculate the rest. Notice that certain operations are hard to invert: p0p_0 for an M/M/s\mathrm{M/M/s} queue contains a summation and a factorial, and even with all the efforts, we wouldn't be able to use this value as an input. It is greyed out with the other "difficult" values in our queueing theory calculator.

FAQ

What is queueing theory?

Queueing theory is a mathematical framework created to explain waiting lines.
You need some fundamental elements to define a queue:

  • An arrival statistics (how the queues grow);
  • The servicing rate (how the queue shrinks); and
  • The number of servers.

In the most common queue, both the intervals between successive arrivals and the servicing times are described by exponential distributions, and there is a single server. The corresponding model is the M/M/1 queue.

What is the condition for a queue to eventually end?

A queue ends if and only if the service rate exceeds the customers' arrival rate. This way, the servers allow the queue of customers to eventually deplete.

A good measure of this attitude is the traffic intensity, the ratio between arrival and servicing rate. The lower the rate, the easier the flow of the queue.

What is the average waiting time in an M/M/1 queue with ρ = 0.17 and λ = 0.03

6.83. To calculate this value, follow these steps:

  1. Find the servicing rate μ: μ = λ/ρ = 0.03/0.17 = 0.17647.
  2. Plug the appropriate values in the formula for the time in the system: W = 1/(μ - λ):
    W = 1/(μ - λ) = 1/(0.17647 - 0.03) = 6.83
  3. To find the value of the actual waiting time, multiply the result by ρ = λ/μ:
    Wq = ρ × W = 0.17 × 6.83 = 1.16

This time consider only the time you are standing in line.

What is the most common policy used to service a queue?

As you can imagine, the most common policy to service a queue is the first-in-first-out one. This method is applied in almost every system where humans queue, and for all the right reasons!

However, there are exceptions. In priority-based systems, this policy has many shortfalls. Similarly, the policy last-in-first-out appears when, for example, we are leaving a crowded bus. The answer is: it depends!

Davide Borchia
Type of queue
M/M/1
M/M/1
Arrival rate (λ)
Service rate (μ)
Traffic intensity (ρ)
Average number of customers (L)
Number of customers in the queue (LQ)
Average time spent in the system (W)
Time spent in the queue (WQ)
Probability of no customers in the queue (p0)
%
The probability of a queue with
customers...
...is pn=
%
Check out 660 similar math calculators
2D distance30 60 90 triangle3 sides triangle area… 657 more
People also viewed…

Car heat

The hot car calculator shows how fast a car's interior heats up during a summer day.

Round to the nearest integer

Do we round up or down if a decimal number ends in .5? Omni's rounding to the nearest integer calculator has the answer. Or the answers; it depends!

Sinh

This sinh calculator allows you to quickly determine the values of the hyperbolic sine function.

Test grade

With this test grade calculator, you'll quickly determine the test percentage score and grade.
Copyright by Omni Calculator sp. z o.o.
Privacy, Cookies & Terms of Service