What is delta blocking? How does it work?

What is delta blocking? How does it work?

Delta blocking is an advanced logic that divides all files into 4K blocks. When the file is detected to have changed, the Checksum of each 4K block is compared against the last known Checksum for the same block of the same file. Any blocks that are different are pulled out to be re-transmitted. These delta blocks will also be compressed and encrypted before transmission.

Back to top