For example, we can experiment and find out the per-bit error rate
in a noisy environment. Let us even assume the probability of
misinterpreting a one as a zero is the same as that of a zero as a one.
(This is generally not true.)
This error rate
is the failure probability. As a result,
.
If we send a packet of 256 bits, what are the chances that there is
at least one bit of error?
We can use binomial distribution to solve this problem:
Let us consider another example. Assume that during peak hours, a particular web site has an average of 50 hits per minute. Let us assume that hits of a web site follows the Poisson distribution. We need to ensure there is enough processing power to handle the peak hours. If we test the server to be able to handle 100 hits per minute, what are the chances that it will be overwhelmed (and start to have requests queued up)?
Let us use the average number of hits per minute as
. In other
words,
. Then the probability of having more than 100
hits per minute is as follows:
If you have a calculator handy, you will find that this number is very small.
Copyright © 2006-10-09 by Tak Auyeung