Drop-in replacement

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Andreas Kaufmann (talk | contribs) at 08:29, 22 October 2016 (removed Category:Computer science; added Category:Software architecture using HotCat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Drop-in replacement is a term used in computer science and other fields. It refers to the ability to replace one hardware (or software) component with another one without any other code or configuration changes being required and resulting in no negative impacts. Usually, the replacement has some benefits including one or more of the following:

  • increased security
  • increased speed
  • increased feature set
  • increased compatibility (e.g. with other components or standards support)
  • increased support (e.g. the old component may no longer be supported, maintained, or manufactured)

See also