Delta encoding
It is the way of storing/transferring data in the form of comparision of sequential data rather than complete files. It is sometimes also known as delta compression. The difference are mainly saved in discrete files called diffs, here the changes made are relatively very low but this greatly reduces data redundancy. Unique delta collections are much better in storing space rather than non-encoded equivalents.

