Erlang unit

Erlang unit

The erlang (symbol E [ [http://www.unc.edu/~rowlett/units/dictE.html How Many? A Dictionary of Units of Measurement] ] ) as a dimensionless unit is used in telephony as a statistical measure of the volume of telecommunications traffic. It is named after the Danish telephone engineer A. K. Erlang, the originator of traffic engineering and queueing theory.Traffic of one erlang refers to a single resource being in continuous use, or two channels being at fifty percent use, and so on, . For example, if an office had two telephone operators who are both busy all the time, that would represent two erlangs (2 E) of traffic, or a radio channel that is occupied for thirty minutes during an hour is said to carry 0.5 E of traffic.

Alternatively, an erlang may be regarded as a "use multiplier" perunit time, so 100% use is 1 E, 200% use is 2 E, and so on. For example, if total cell phone use in a givenarea per hour is 180 minutes, this represents 180/60 = 3 E. In general, if the mean arrival rate of new calls is λ per unit time and the mean call holding time is "h", then the traffic in erlangs "A" is:

: A = lambda h

This may be used to determine if a system is over-provisioned or under-provisioned (has too many or too few resources allocated). For example, the traffic measured over many busy hours might be used for a T1 or E1 circuit group to determine how many voice lines are likely to be used during the busiest hours. If no more than 12 out of 24 channels are likely to be used at any given time, the other 12 might be made available as data channels.

Traffic measured in erlangs is used to calculate grade of service (GOS) or quality of service (QoS). There are a range of different Erlang formulae to calculate these, including Erlang B, Erlang C and the related Engset formula. These are discussed below, and may each be derived by means of a special case of continuous-time Markov processes known as a birth-death process.

Erlang B formula

The Erlang B formula assumes an infinite population of sources (such as telephone subscribers), which jointly offer traffic to "N" servers (such as links in a trunk group). The rate of arrival of new calls (birth rate) is equal to λ and is constant, "not" depending on the number of active sources, because the total number of sources is assumed to be infinite. The rate of call departure (death rate) is equal to the number of calls in progress divided by "h", the mean call holding time. The formula calculates blocking probability in a loss system, where if a request is not served immediately when it tries to use a resource, it is aborted. Requests are therefore not queued. Blocking occurs when there is a new request from a source, but all the servers are already busy. The formula assumes that blocked traffic is immediately cleared.

:B(N, A) = frac{frac{A^N}{N!{sum_{i=0}^{N}{frac{A^i}{i!}

This may be expressed recursively as follows, in a form that is used to calculate tables of the Erlang B formula:

:B(0, A) = 1 ,

:B(N,A) = { {A B(N-1,A)} over {N+A B(N-1,A)} } ,

where:

* "B" is the probability of blocking
* "N" is the number of resources such as servers or circuits in a group
* "A" = λ"h" is the total amount of traffic offered in erlangs

The Erlang B formula applies to loss systems, such as telephone systems on both fixed and mobile networks, which do not provide traffic buffering, and are not intended to do so. It assumes that the call arrivals may be modeled by a Poisson process, but is valid for any statistical distribution of call holding times.Erlang B is a trunk sizing tool for voice switch to voice switch traffic.

Erlang C formula

The Erlang C formula also assumes an infinite population of sources, which jointly offer traffic of "A" erlangs to "N" servers. However, if all the servers are busy when a request arrives from a source, the request is queued. An unlimited number of requests may be held in the queue in this way simultaneously. This formula calculates the probability of queuing offered traffic, assuming that blocked calls stay in the system until they can be handled. This formula is used to determine the number of agents or customer service representatives needed to staff a call centre, for a specified desired probability of queuing.

:P_W = frac{A^N}{N!} frac{N}{N - A over sum_{i=0}^{N-1} frac{A^i}{i!} + frac{A^N}{N!} frac{N}{N - A ,

where:

* "A" is the total traffic offered in units of erlangs
* "N" is the number of servers
* "P""W" is the probability that a customer has to wait for service

It is assumed that the call arrivals can be modeled by a Poisson process and that call holding times are described by a negative exponential distribution.

Engset formula

The Engset formula, named after T. O. Engset, is related but deals with a finite population of "S" sources rather than the infinite population of sources that Erlang assumes:

: E(N, A, S) = frac{A^N{left( egin{array}{c} S \ N end{array} ight){sum_{i=0}^NA^i{left( egin{array}{c} S \ i end{array} ight)

This may be expressed recursively as follows, in a form that is used to calculate tables of the Engset formula:

:E(0, A, S) = 1 ,

:E(N, A, S) = { {A(S-N+1)E(N-1,A,S)} over {N+A(S-N+1)E(N-1,A,S)} } ,

where:

* "E" is the probability of blocking
* "A" is the traffic in erlangs generated by each source when idle
* "S" is the number of sources
* "N" is the number of servers

Again, it is assumed that the call arrivals can be modeled by a Poisson process and that call holding times are described by a negative exponential distribution. However, because there are a finite number of sources, the arrival rate of new calls decreases as more sources (such as telephone subscribers) become busy and hence cannot originate new calls. When "N" = "S", the formula reduces to a binomial distribution.

ee also

* System spectral efficiency (discussing cellular network capacity in Erlang/MHz/cell)
* A. K. Erlang
* Call centre
* Erlang programming language
* Erlang distribution
* Poisson distribution
* Traffic Mix

References

External links

* [http://www.tarrani.net/mike/docs/TrafficEngineering.pdf Traffic Engineering Techniques in Telecommunications by Richard Parkinson] (PDF Document - Has terms and formulae)
* [http://www.EasyErlang.com/papers/Traffic_Modeling.htm Traffic Modeling and Resource Allocation in Call Centers by Diagnostic Strategies] (definitions and formulae)
* [http://www.datainspiration.com Implementation of Erlang-B in Excel]
* [http://www.ee.unimelb.edu.au/staff/mzu/classnotes.pdf An Introduction to Queueing Theory and Stochastic Teletraffic Models by M. Zukermam] (PDF Document - Has definitions, further explanations and formulae)

Tools

* [http://www.math.vu.nl/~koole/ccmath/ErlangC/index.php Online Erlang C Calculator] from Vrije University, Netherlands
* [http://www.cs.usyd.edu.au/~dcorbett/erlang.cgi Online Erlang B Calculator] with source code in C and JavaScript
* [http://www.cas.mcmaster.ca/~qiao/publications/erlang/newerlang.html A Robust Erlang B Calculator] from McMaster University, Canada
* [http://www.mitan.co.uk/mainerlg_spsh.htm Erlang C using spreadsheets] from Mitan Ltd.
* [http://www.stuffsoftware.com/trafficpoissontable.html Erlang B, Extended Erlang B, Erlang C, Poisson and Neal Wilkenson Tables] from Stuff Software, Inc.


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Erlang — may refer to: * Agner Krarup Erlang, a mathematician and engineer after whom several concepts are named ** Erlang unit, a unit to measure traffic in telecommunications or other domains ** Erlang distribution, a probability distribution describing …   Wikipedia

  • Erlang-B — (sometimes also written without the hyphen Erlang B) is a formula derived from the Erlang distribution to describe the probability of call loss on a group of circuits (in a circuit switched network, or equivalent). It is, for example, used in… …   Wikipedia

  • Erlang (Unité) — Pour les articles homonymes, voir Erlang. En télécommunication, l erlang est une unité de mesure d intensité du trafic téléphonique, mise au point par Agner Krarup Erlang. L erlang mesure le nombre de sessions de communication et leurs durées sur …   Wikipédia en Français

  • Erlang (unite) — Erlang (unité) Pour les articles homonymes, voir Erlang. En télécommunication, l erlang est une unité de mesure d intensité du trafic téléphonique, mise au point par Agner Krarup Erlang. L erlang mesure le nombre de sessions de communication et… …   Wikipédia en Français

  • Erlang distribution — Probability distribution name =Erlang type =density pdf cdf parameters =k > 0 in mathbb{Z} shape lambda > 0, rate (real) alt.: heta = 1/lambda > 0, scale (real) support =x in [0; infty)! pdf =frac{lambda^k x^{k 1} e^{ lambda x{(k 1)!,} cdf… …   Wikipedia

  • Erlang (programming language) — Erlang Paradigm(s) multi paradigm: concurrent, functional Appeared in 1986 Designed by Ericsson …   Wikipedia

  • erlang — (E)    a measure of telecommunications traffic density. The erlang is a dimensionless unit representing a traffic density of one call second per second (or one call hour per hour, etc.). The erlang is sometimes divided into 36 unit calls or 30… …   Dictionary of units of measurement

  • unit call — (UC)    a measure of telecommunications traffic density. The unit call is a dimensionless unit representing a traffic density of 100 call seconds per hour, or 1/36 erlang …   Dictionary of units of measurement

  • Erlang — noun a unit of traffic intensity in a telephone system • Hypernyms: ↑telephone unit …   Useful english dictionary

  • Agner Krarup Erlang — Infobox Person name = Agner Krarup Erlang image size = 200px caption = birth date = January 1, 1878 birth place = Lonborg, Denmark death date = February 3, 1929 death place = occupation = mathematician, statistician, and engineer spouse = parents …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”