COMPUTER NETWORKING

MULTIMEDIA AND QUALITY OF SERVICE

COMPRESSION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
data compression algorithm that allows the original data to be perfectly reconstructed from the compressed data.
A
lossy compression
B
lossless compression
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Lossless compression is a class of data compression that allows the original data to be perfectly reconstructed from the compressed data with no loss of information. Lossless compression is possible because most real-world data exhibits statistical redundancy.

Detailed explanation-2: -The algorithms used in lossless compression are: Run Length Encoding. Lempel-Ziv-Welch (LZW) Huffman Coding.

Detailed explanation-3: -If data have been losslessly compressed, the original data can be recovered exactly from the compressed data. Lossless compression is generally used for applications that cannot tolerate any difference between the original and reconstructed data. Text compression is an important area for lossless compression.

Detailed explanation-4: -The Lempel–Ziv (LZ) compression methods are among the most popular algorithms for lossless storage. DEFLATE is a variation on LZ optimized for decompression speed and compression ratio, but compression can be slow.

There is 1 question to complete.