I would like to know ,Is result of Lossless compression on data produces bit for bit perfect match with original data ,if so then what use of having such compression.Is it really useful to use Lossless compression??
|
feedback
|
|
Yes, lossless means just that. For example, ZIP compression of files is expected to restore the original file -- and it does. And of course, we know that files are ZIPPED to reduce their size in full confidence of being able to restore the original. | |||||||||||
feedback
|
|
Some forms of data must be reproduced bit-for-bit upon extraction, notably executable code and memory contents. Lossless compression allows it to be stored and/or transmitted in less space while still being usable. | |||
|
feedback
|
This means that when the data is decompressed, the result is a bit-for-bit perfect match with the original.Henrik is being funny: obviously the "Result" of lossless compression is a compressed version of the original. I think what you really mean is "the result of compression, transmission, and decompression" is the original data. – Peter K. Jul 12 '11 at 12:40