Introduction to Data Compression (original) (raw)

Last Updated : 23 Jul, 2025

In this article, we will discuss the overview of Data Compression and will discuss its method illustration, and also will cover the overview part entropy. Let's discuss it one by one.

Overview :
One important area of research is data compression. It deals with the art and science of storing information in a compact form. One would have noticed that many compression packages are used to compress files. Compression reduces the cost of storage, increases the speed of algorithms, and reduces the transmission cost. Compression is achieved by removing redundancy, that is repetition of unnecessary data. Coding redundancy refers to the redundant data caused due to suboptimal coding techniques.

Method illustration :

Symbols W1 W2 W3 W4 W5 W6
Probability 0.3 0.3 0.1 0.1 0.08 0.02
Binary code 000 001 010 011 100 101

Entropy :

coding redundancy = Average number of bits - Entropy