Puneet Varma (Editor)

Delta update

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

A delta update is an update that only requires the user to download the code that has changed, not the whole program. It can significantly save time and bandwidth. The name is drawn from the fact that the Greek letter delta, Δ or δ, is used to denote change in mathematical sciences.

Contents

Example

Any app that is ready for updating can be updated faster and more efficiently due to this new system. If, for example, a game that is 300 megabytes is updated with a new racetrack that adds an additional two megabytes to the application's size, only two megabytes will be downloaded instead of 302 megabytes.

Linux

Fedora Linux has supported binary delta updates by default using the yum presto plugin since June 2009. This functionality has been inherited by Fedora-derived operating systems, including RedHat Enterprise Linux and its variant, CentOS. Debian Linux supports delta binary updates through the debdelta project, although this functionality is not enabled by default.

Notably, Ubuntu Linux tried to implement Debian's debdelta in 2011, but efforts were dropped in May of that year.

Windows

Windows Update has supported delta updates since Windows XP which are called express installation files. On redistributing updates, Windows Server Update Services has supported delta updates since Windows Server 2003.

FreeBSD

FreeBSD has supported delta updates using portsnap since November 2005. Given FreeBSD's traditional stance of focusing on source code updates, no method of delta binary updates currently exists.

Google

Google refers to delta updates as "smart updates." This has been implemented in Google's Android operating system devices that run on Android 2.3 or above. Google engineers have estimated that smart updates would be only about the third of the size of a full update on average.

Google's open source project Chromium requires frequent updates to narrow the window of vulnerability. It uses a more aggressive diffing algorithm called "courgette" to reduce diff size of two binary executable files, which reduces the diff patch from 6.7% to 0.76% for one version update. The technology helped Chrome to push its updates to 100% users in less than 10 days.

Apple iOS

Apple's iOS is also capable of delta updates for operating system and application updates making users reducing bandwidth usage and reliance on the iTunes desktop software to download and apply updates.

Over-the-air software updates

Over-the-air (OTA) software updates have been used widely across many mobile devices; Apple iOS, Google Android, Microsoft Windows Phone 8, and BlackBerry 10.

References

Delta update Wikipedia


Similar TopicsJim Bagnall
Maniche