Supriya Ghosh (Editor)

Loss network

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In queueing theory, a loss network is a stochastic model of a telephony network in which calls are routed around a network between nodes. The links between nodes have finite capacity and thus some calls arriving may find no route available to their destination. These calls are lost from the network, hence the name loss networks.

Contents

The loss network was first studied by Erlang for a single telephone link. Frank Kelly was awarded the Frederick W. Lanchester Prize for his 1991 paper Loss Networks where he demonstrated the behaviour of loss networks can exhibit hysteresis.

Fixed routing

Consider a network with J links labelled 1, 2, …, J and that each link j has Cj circuits. Let R be the set of all possible routes in the network (combinations of links a call might use) and each route r, write Ajr for the number of circuits route r uses on link j (A is therefore a J x |R| matrix). Consider the case where all elements of A are either 0 or 1 and for each route r calls requiring use of the route arrive according to a Poisson process of rate vr. When a call arrives if there is sufficient capacity remaining on all the required links the call is accepted and occupies the network for an exponentially distributed length of time with parameter 1. If there is insufficient capacity on any individual link to accept the call it is rejected (lost) from the network.

Write nr(t) for the number of calls on route r in progress at time t, n(t) for the vector (nr(t) : r in R) and C = (C1, C2, ... , CJ). Then the continuous-time Markov process n(t) has unique stationary distribution

where

and

From this result loss probabilities for calls arriving on different routes can be calculated by summing over appropriate states.

Computing loss probabilities

There are common algorithms for computing the loss probabilities in loss networks

  1. Erlang fixed-point approximation
  2. Slice method
  3. 3-point slice method

References

Loss network Wikipedia