Data integrity

From Wiki @ Karl Jones dot com
Revision as of 12:30, 6 September 2016 by Karl Jones (Talk | contribs) (Created page with "In computer science, '''data integrity''' is the maintenance of, and the assurance of the accuracy and consistency of, data over its entire life-cycle,. The term data...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In computer science, data integrity is the maintenance of, and the assurance of the accuracy and consistency of, data over its entire life-cycle,.

The term data integrity is broad in scope and may have widely different meanings depending on the specific context – even under the same general umbrella of computing. This article provides only a broad overview of some of the different types and concerns of data integrity.

Description

Data integrity is a critical aspect to the design, implementation and usage of any system which stores, processes, or retrieves data.

Data integrity is the opposite of data corruption, which is a form of data loss. The overall intent of any data integrity technique is the same: ensure data is recorded exactly as intended (such as a database correctly rejecting mutually exclusive possibilities,) and upon later retrieval, ensure the data is the same as it was when it was originally recorded. In short, data integrity aims to prevent unintentional changes to information.

Data integrity is not to be confused with data security, the discipline of protecting data from unauthorized parties.

Any unintended changes to data as the result of a storage, retrieval or processing operation, including malicious intent, unexpected hardware failure, and human error, is failure of data integrity. If the changes are the result of unauthorized access, it may also be a failure of data security.

Depending on the data involved this could manifest itself as benign as a single pixel in an image appearing a different color than was originally recorded, to the loss of vacation pictures or a business-critical database, to even catastrophic loss of human life in a life-critical system.

See also

External links