Traffic equations

From HandWiki

In queueing theory, a discipline within the mathematical theory of probability, traffic equations are equations that describe the mean arrival rate of traffic, allowing the arrival rates at individual nodes to be determined. Mitrani notes "if the network is stable, the traffic equations are valid and can be solved."[1]:125

Jackson network

In a Jackson network, the mean arrival rate [math]\displaystyle{ \lambda_i }[/math] at each node i in the network is given by the sum of external arrivals (that is, arrivals from outside the network directly placed onto node i, if any), and internal arrivals from each of the other nodes on the network. If external arrivals at node i have rate [math]\displaystyle{ \gamma_i }[/math], and the routing matrix[2] is P, the traffic equations are,[3] (for i = 1, 2, ..., m)

[math]\displaystyle{ \lambda_i = \gamma_i + \sum_{j=1}^m p_{ji}\lambda_j. }[/math]

This can be written in matrix form as

[math]\displaystyle{ \lambda(I-P)=\gamma \, , }[/math]

and there is a unique solution of unknowns [math]\displaystyle{ \lambda_i }[/math] to this equation, so the mean arrival rates at each of the nodes can be determined given knowledge of the external arrival rates [math]\displaystyle{ \gamma_i }[/math] and the matrix P. The matrix I − P is surely non-singular as otherwise in the long run the network would become empty.[1]

Gordon–Newell network

In a Gordon–Newell network there are no external arrivals, so the traffic equations take the form (for i = 1, 2, ..., m)

[math]\displaystyle{ \lambda_i = \sum_{j=1}^m p_{ji} \lambda_j. }[/math]

Notes

  1. 1.0 1.1 Mitrani, I. (1997). "Queueing networks". Probabilistic Modelling. pp. 122–155. doi:10.1017/CBO9781139173087.005. ISBN 9781139173087. 
  2. As explained in the Jackson network article, jobs travel among the nodes following a fixed routing matrix.
  3. Harrison, Peter G.; Patel, Naresh M. (1992). Performance Modelling of Communication Networks and Computer Architectures. Addison-Wesley. ISBN 0-201-54419-9. https://archive.org/details/performancemodel0000harr. [page needed]