Back to list
Lv.1

Data Compression

Data Compression

A technology that shrinks data size, making it easier to store and send.

In Simple Terms

Data compression is a technology that reorganizes the contents of a file to shrink its overall size. It's commonly used when you're sending photos taken on your phone through email, or streaming videos online. By making files smaller, it cuts down on the time it takes to send and receive data, and it saves storage space on your phone too.

Behind the Name

"Data" means information, and "Compression" means to press something together or squeeze it down. So the name comes from the image of squeezing information down tight to make it more compact.

Take a Closer Look!

Data compression is a technology that shrinks the overall size of a file while preserving as much of its meaning and content as possible.
It works by finding wasteful repetition and predictable patterns within the data and reorganizing them to take up less space.

Broadly speaking, there are two main approaches to compression.
The first is called "lossless compression," where the compressed data can be restored to its exact original form. ZIP files are a well-known example, and this method is used for data like documents and program files, where losing even a single character would cause problems.

The second is called "lossy compression." It can't restore the data to its exact original form, but it can shrink the size dramatically.
Formats like JPEG images and MP3 audio use this approach, deliberately discarding fine details that are hard for the human eye or ear to notice, which dramatically reduces file size.
It's widely used for music, images, videos, and other types of media.

By choosing the right compression method for the task at hand, we're able to browse the internet smoothly and make smart use of limited storage space.