Chapter 5.6.3

Kingman’s Approximation of Mean Waiting Times


(c) Tobias Hossfeld (Aug 2021)

This script and the figures are part of the following book. The book is to be cited whenever the script is used (copyright CC BY-SA 4.0):
Tran-Gia, P. & Hossfeld, T. (2021). Performance Modeling and Analysis of Communication Networks - A Lecture Note. Würzburg University Press. https://doi.org/10.25972/WUP-978-3-95826-153-2


An accurate and computationally manageable analysis of GI/GI/1 queues with general distributions is difficult. However, there are approximate solutions in the literature. In practice, an important system characteristic is the mean waiting time. Thereby, operators may not require very accurate results, but rather an approximation of the expected waiting time or bounds of the waiting times in order to dimension the system. Kingman provides an approximation $\widetilde{W}$ for the mean waiting time $E[W]$ as well as bounds.

$\displaystyle E[W] \approx \left(\frac{\rho}{1-\rho}\right) \left(\frac{c_A^2+c_B^2}{2} \right) E[B] = \widetilde{W} $

A tighter upper bound $\widehat{U}$ of the mean waiting time is provided by Daley.

$ \displaystyle E[W] \leq \frac{(2-\rho)c_A^2+\rho c_B^2}{2(1-\rho)} \cdot E[B] = \widehat{U} $

Parameter Study of the Approximation