Chapter Summary

Chapter Summary

Key Points

  • 1.

    The Poisson process is the fundamental continuous-time arrival model. It is defined by independent increments, stationary increments, and orderliness (P(N(h)=1)=λh+o(h)\mathbb{P}(N(h)=1) = \lambda h + o(h)). The count in any interval of length tt is Poisson(λt\lambda t), and inter-arrival times are i.i.d. Exp(λ\lambda).

  • 2.

    Superposition and thinning preserve the Poisson property. Merging mm independent Poisson processes yields a Poisson process with the sum of rates. Independently retaining each arrival with probability pp produces a Poisson process with rate pλp\lambda, independent of the deleted process.

  • 3.

    Compound and non-homogeneous extensions handle real traffic. The compound Poisson process X(t)=k=1N(t)YkX(t) = \sum_{k=1}^{N(t)} Y_k models random-sized arrivals. The non-homogeneous Poisson process with λ(t)\lambda(t) models time-varying intensity (e.g., diurnal traffic).

  • 4.

    The generator matrix G\mathbf{G} completely characterizes a CTMC. Off-diagonal entries gij0g_{ij} \geq 0 are transition rates; rows sum to zero. The transition matrix is P(t)=eGt\mathbf{P}(t) = e^{\mathbf{G} t}, solving both Kolmogorov equations P(t)=P(t)G\mathbf{P}'(t) = \mathbf{P}(t)\mathbf{G} and P(t)=GP(t)\mathbf{P}'(t) = \mathbf{G}\mathbf{P}(t).

  • 5.

    The stationary distribution of a CTMC solves πG=0\boldsymbol{\pi}\mathbf{G} = \mathbf{0}. This is the continuous-time analog of πP=π\boldsymbol{\pi}\mathbf{P} = \boldsymbol{\pi} for DTMCs. For birth-death processes, detailed balance gives πn=π0k=0n1λk/μk+1\pi_n = \pi_0 \prod_{k=0}^{n-1}\lambda_k/\mu_{k+1}.

  • 6.

    The M/M/1 queue has a geometric stationary distribution. πn=(1ρ)ρn\pi_n = (1-\rho)\rho^n with ρ=λ/μ<1\rho = \lambda/\mu < 1. Mean number in system: L=ρ/(1ρ)L = \rho/(1-\rho). Mean delay: W=1/(μλ)W = 1/(\mu - \lambda).

  • 7.

    Little's law L=λWL = \lambda W is universal. It holds for any stable queue, regardless of arrival process, service distribution, number of servers, or scheduling discipline. It links mean occupancy, arrival rate, and mean sojourn time.

  • 8.

    Erlang-B and Erlang-C are the dimensioning formulas for multi-server systems. Erlang-B gives blocking probability (loss system, no buffer). Erlang-C gives waiting probability (delay system, infinite buffer). Both are parameterized by offered load A=λ/μA = \lambda/\mu and number of servers cc.

Looking Ahead

Chapter 19 extends continuous-time models to renewal processes and the regenerative method, which analyzes systems whose evolution restarts probabilistically. The M/G/1 queue (general service distribution) requires renewal theory for its analysis. Chapter 20 applies the Poisson process and birth-death machinery to random access protocols (Aloha, CSMA) and to the analysis of wireless network traffic using stochastic geometry.