The Erlang link and M/M/$\infty$ queue are models in which jobs do not wait. In the Erlang link, jobs are lost when all servers are busy, while in the M/M/$\infty$ queue every job begins service immediately.
The Erlang Link
Consider a queueing system with servers in which a job is lost if all servers are busy. This is called an Erlang link.
We can think of this as a model of telephone lines, where only one call can use each line at a time. Alternatively, we might think of a plumbing company that loses business whenever all its plumbers are busy.
Assuming Poisson arrivals with rate and independent exponential service times with mean
, this is an M/M/N/N queue in Kendall’s notation. We write
for the offered load.
We are interested in the probability that an arriving job is lost.
Proposition
The stationary distribution of the number of jobs in the M/M/N/N queue is
Thus, the probability that an incoming job is lost is
This is called the Erlang B formula. The expected number of jobs in the system is
Proof
The queue-size process is a continuous-time Markov chain. Its state space is . The transition rate from state
to state
is
for
, while the transition rate from state
to state
is
.
The detailed balance equations give
Therefore,
Since the probabilities sum to one,
This gives the stated stationary distribution. By the PASTA property, an arriving job sees the stationary distribution. It is therefore lost with probability , which gives the Erlang B formula.
Finally, jobs enter the system at the effective rate . Since each accepted job has mean service time
, Little’s Law gives
This proves the result.
□
The Infinite-Server Queue (M/M/∞)
We do not need to restrict the number of servers to be finite. Letting the number of servers tend to infinity in the preceding stationary distribution gives the following result.
Corollary
For the M/M/∞ queue, the number of jobs in the system has a Poisson distribution with mean . In particular,
and
This reflects the fact that every job begins service immediately and then evolves independently of the other jobs.