Probabilistic processes are described according to their models, which will be one of:

  • Deterministic (D)
  • Markov (M)
  • General (G)

We focus on Markov processes where:

In Kendall notation, our order is .

  • = The type of distribution
  • = The type of probability distribution for service time
  • m = The number of servers
  • = Buffer size
  • N = Allowed population size
  • Q = Queueing policy

Note

We often leave off the last three assuming that there is an infinite buffer, infinite population, and FIFO queueing policy. Therefore, we only care about the first three.

Utilization

= utilization [0,1] which is the amount of time the server is busy.
.

For systems (Markov arrival, exponential queueing system, single server):

  • which is the average completion time
  • which is the average length o f queue For systems (Markov arrival, exponential queueing system, k servers):
  • Jobs arrive in a single queue
  • When a server is ready, it takes the first job from the front of the queue
  • Servers are identical and jobs can be serve dby any server
  • , this is just some intermediate value
  • which is the probability a new job will have to wait in the queue