The Chain
The Birth-Death Chain
A birth-death chain is a state diagram for counts. In a queue, arrivals move the count upward and service completions move it downward, so adjacent states carry the whole transition story. The displayed chain is a finite window into an infinite queueing state space, and the tail remains part of the exact steady-state formulas.
Displayed state window
The diagram shows states 0 through 4. Why: the true queue has an infinite tail, so the graph is a finite display window. The omitted tail is not ignored by the formulas; the picture simply shows enough adjacent states to read the transition pattern.
Arrival moves forward
An arrival moves the chain up by one state at rate 1. This is the birth transition in the chain. Why: one more job enters the system, so the count moves to the next higher state whenever an arrival occurs.
Service moves backward
A service completion moves the chain down by one state at rate 2. This is the death transition in the chain. Why: one job leaves the system, so the count moves to the next lower state whenever service completes.
Diagram note
Forward edges are arrival transitions; backward edges are service transitions. The roles are part of the recomputed model, and the finite drawing is only a window into an infinite state space. Pixel positions are rounded for layout; every number shown is exact.