About

A Queueing System is a system where customers arrive at random times to a service facility, wait in queue if necessary, receive service, and then leave.

Key Components

  1. Input Process / Arrival Process: Probability distribution governing the pattern of customer arrivals (e.g., Poisson process, general distribution)
  2. Service Distribution: Probability distribution of service times (e.g., exponential, deterministic)
  3. Queue Discipline: Number of servers, order of service (FIFO, LIFO, priority), system capacity, population size

Notation (Kendall’s Notation)

Queueing models are described using the notation:

where:

  • : arrival process distribution
  • : service time distribution
  • : number of servers
  • : system capacity (optional, default )
  • : population size (optional, default )
SymbolMeaning
Markovian / Memoryless (Poisson arrivals, exponential service)
General distribution
Deterministic
Erlang- distribution
Hyperexponential distribution
Phase-type distribution

Commonly abbreviated as when capacity and population are infinite (FIFO discipline implied).

Performance Metrics

  • : average number of customers in the system
  • : average number of customers waiting in queue
  • : average time a customer spends in the system
  • : average time a customer spends waiting in queue
  • : traffic intensity (server utilization)

Common Assumptions

  • Customer arrivals are random
  • Service times are i.i.d. and independent of arrivals
  • FIFO (first-in first-out) queue discipline
  • System has reached steady-state equilibrium

Exercises

Klasifikasi sistem antrian. Sebuah loket tiket memiliki 1 petugas, melayani maksimal 2 pelanggan sekaligus (1 dilayani + 1 menunggu). Pelanggan datang Poisson(/menit), waktu layanan /menit). Pelanggan yang datang saat penuh pergi. Tuliskan sistem ini dalam Kendall notation.

Jawaban: M/M/1/2. M = Poisson arrivals, M = exponential service, 1 = satu server, 2 = kapasitas sistem (termasuk yang dilayani).

Metrik dasar. Jika dan , hitung menggunakan Little’s Law.

Jawaban: (pakai hasil 2025 Q10). menit.