Delta update

From HandWiki
Revision as of 21:19, 6 February 2024 by Importwiki (talk | contribs) (simplify)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Update that only requires the user to download changed code


A delta update is a software update that requires the user to download only those parts of the software's code that are new, or have been changed from their previous state, in contrast to having to download the entire program. The use of delta updates can save significant amounts of time and computing bandwidth. The name "delta" derives from the mathematical science use of the Greek letter delta, Δ or δ to denote change.[1]

Uses

Linux

Delta update in Fedora Linux

Fedora Linux has supported binary delta updates by default using the yum presto plugin since June 2009. This is based on RPM Package Manager's deltarpm system (2004), which was in turn based on bsdiff.[2] This functionality has been inherited by Fedora-derived operating systems, including RedHat Enterprise Linux and its variant, CentOS. OpenSUSE also uses deltarpms with its zypper manager. A more primitive system, the SUSE patchrpm, worked by replacing changed files.[3]

A similar system for the dpkg-APT package manager system of Debian is debdelta (2006); despite an apparent halt on the homepage, its package repository as well as the source code remains actively maintained.[4] Debdelta is not installed by default and not many mirrors have been set up for it. A member of the developer team has proposed yet another format that integrates directly into the currently mirrored main repositories called patch debs in 2018. It is intended to have more integrity checks.[5]

A descendant of Debian, Ubuntu developers have tried many times to implement delta updates for their system. During 2006 they tried to create one, but were confronted with too many options and dropped the efforts.[6] In 2011 they tried to just set up debdelta, but once again dropped the efforts in May of the same year.[7]

The Arch Linux package manager pacman used to support a form of delta updating using VCDIFF (xdelta). It was scrapped due to an arbitrary command execution vulnerability (CVE-2019-18183) due to a lack of string escaping.[citation needed]

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.[8]

FreeBSD

FreeBSD has supported delta updates using portsnap[9] since November 2005.[10] 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 one third the size of a full update on average.[citation needed]

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

App APK updates in Android's Play Store use bsdiff since 2016, a new efficient delta update algorithm introduced in 2003.[13]

Apple iOS

Apple's iOS is also capable of delta updates for operating system[citation needed] and application updates to reduce bandwidth usage. [14]

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.[citation needed]

See also

References

  1. Mullin, Sean (2017-04-25). "What is Delta in Math?". Leaf Group Media. https://sciencing.com/delta-math-6678201.html. "delta...means 'change' or 'the change in' in mathematics" 
  2. "Fedora Features/Presto". https://fedoraproject.org/wiki/Features/Presto. 
  3. "6.3. RPM and Patches". https://www.pks.mpg.de/~mueller/docs/suse10.2/html/opensuse-manual_en/manual/sec.rpm.patches.html. 
  4. "debdelta at the Debian Project". http://debdelta.debian.net/.  (for source code, see debian "developer information" for package; for repository, see http://debdeltas.debian.net/debian-deltas/pool/.)
  5. "Teams/Dpkg/Spec/DeltaDebs". https://wiki.debian.org/Teams/Dpkg/Spec/DeltaDebs. 
  6. "SmallerUpdates". https://wiki.ubuntu.com/SmallerUpdates. Retrieved 13 January 2020. 
  7. "UbuntuDebdeltaSupport". https://wiki.ubuntu.com/UbuntuDebdeltaSupport. 
  8. "Determine Bandwidth Options to Use for Your Deployment". https://technet.microsoft.com/en-us/library/cc708456. 
  9. "Secure FreeBSD ports tree updating". http://www.daemonology.net/portsnap/. 
  10. "FreeBSD 6.0-RELEASE Announcement". http://www.freebsd.org/releases/6.0R/announce.html. 
  11. "Smaller is faster (and safer too)". https://blog.chromium.org/2009/07/smaller-is-faster-and-safer-too.html. 
  12. "Software Updates: Courgette". https://dev.chromium.org/developers/design-documents/software-updates-courgette. 
  13. Google Play’s new delta algorithm reduces size of Android app updates
  14. "Technical Q&A QA1779: Reducing Download Size for iOS App Updates". https://developer.apple.com/library/ios/qa/qa1779/_index.html. Retrieved 2015-07-07.