cho.sh
Probability Of Queueing (Internetworking)

Probability Of Queueing (Internetworking)

Warning

This post is more than a year old. Information may be outdated.

Suppose

  • Total Users: $n$
  • Each has a probability of $p$ being active

The probability that exactly $k$ users are present is:

$$ \binom{n}{k} \times (1-p) ^ {n-k} \times p^k $$