Comparison of Compression Methods

 

Data compression involves encoding information using fewer bits than the original representation. Compression is useful because it helps reduce resource usage, such as data storage space or transmission capacity. Savings in time and space are balanced by the extra time it takes to decompress the data when the receiving agent needs to work with data that has been compressed.

 

Compression Standard

 

Description

ZIP

 

  • Popular file format for compressing and archiving data.
  • Most widely used format on Microsoft Windows.
  • Commonly used on Macintosh and Unix systems as well.

 

BZIP2

 

  • Open Source.
  • Single files only.

 

ZLIB

 

  • Crucial component of several computing platforms: Linux, Mac OS X, IOS, and several gaming consoles.

 

UNCOMPRESSED

 

  • No compression.