Skip to main content
edited title
Link
Spiff
  • 105.7k
  • 17
  • 186
  • 244

best method Is it safe to detect errorsrely on zip to find data corruption in the application layertransmitted zip files?

Source Link
Arash
  • 726
  • 3
  • 13
  • 31

best method to detect errors in the application layer

In one paper I read that we can detect errors in the transmitted file by zipping and unzip, but I have doubts.

For data integrity check, what if we do some operations before sending the data

If you cannot unzip at the receiving end, then you know that some bits must have
switched (presumably, CRC not catching it)

I wondered, could we be sure all data errors were detected by doing this?