detection.html

Error detection

Home | Rules | Format | TTM | Contests | License

The error detector is a filter which blocks all errors with a high probability. This is a very useful function against "white noises" which cause a lot headaches for many applications, for instance, the transmission of medical images might carry some "white noises" along the way and the results might be disastrous.

We measure the power of an error detection by the probability of letting errors slip by the filter. We say the error detection is "one error in 1077" if the probability of letting errors slip by the filter is 10-77.

A related concept is "message digest": the common MD2, MD5 can detect error with a probability 1-10-38 (i.e., "one error in 1038"), and SHA with a probability 1-10-48 (i.e., "one error in 1048"). They are not as strong as our encryptions at this point.

Home | Rules | Format | TTM | Contests | License