Erlang unit
The dimensionless unit named the erlang is a statistical measure of telecommunications traffic used in telephony. It is named after the Danish telephone engineer A. K. Erlang, the originator of queueing theory.In the traffic calculation, one Erlang implies a single resource in continuous use (or two channels at fifty percent use, and so on, pro rata). For example, if a bank has two tellers and during the busiest hour of the day they're both busy the whole time, that would represent two erlang of traffic.
Typically erlang might be used to determine if a system is over- or under- provisioned (has too many or too few allocated resources).
It might be used to measure traffic on a T-1 or E-1 line, to determine how many voice lines are in use at the busiest hour of the time period being examined; for 24 channels, if only 12 are ever in use, the other 12 might be made available as data channels.
Traffic calculations measured in erlang can also be used to calculate grade of service (GoS) or quality of service (QoS). The GoS or QoS of a particular resource is the probability of traffic being offered to a resource meeting a condition where it cannot be served now. GOS is calculated from the perspective of the resource and not the perspective of the request.
There are a range of different Erlang formulae:
- Erlang B - Calculates traffic in loss systems. If a request is not served when it is offered to the resource then it is lost. These systems can be considered as non-queued.
- Eb(0,t) = 1
- Eb(r, t)= tEb(r − 1,t)/ (r + tEb(r − 1,t))
- Erlang C - Queued systems whereby a request can be queued and does not have to be served immediately.
- Engset formula (named after Tore Olaus Engset (1865-1943)) is also related but deals with a small population of finite sources rather than the large population of infinite sources that Erlang assumes.
- See also: Erlang programming language, A. K. Erlang
External links
- Erlang formulae (in Dutch)
- www.erlang.com for more information.
- Traffic Engineering Techniques in Telecommunications by Richard Parkinson (PDF Document - Has terms and formulae)
- An Introduction to Erlang B and Erlang C by Ian Angus (PDF Document - Has terms and formulae plus biography)
- Traffic Modeling and Resource Allocation in Call Centers by Diagnostic Strategies (PDF Document)
- Engset Model