Difference between revisions of "Error-correcting code"

From Computer History Wiki
Jump to: navigation, search
(A start)
 
(alt term)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
An '''error-correcting code''' (often given as '''ECC''') refers to a coding system, usually a [[cyclic redundancy check]], which allows errors in data (stored in either [[main memory]] or [[secondary storage]]) to be automatically detected and repaired.
+
An '''error-correcting code''' (usually given as the acronym, '''ECC'''; the term '''error-correction code''' is very common, too) refers to a coding system, usually a [[cyclic redundancy check]], which allows errors in data (stored in either [[main memory]] or [[secondary storage]]) to be automatically detected and repaired.
  
ECCs are usually only used with ''stored'' data, not data in a communication system, since modern networking is designed around the idea of re-sending lost or damaged data (since that simplifies the design of the network).
+
ECCs are usually only used with ''stored'' data, not data in a communication system, since modern networking is designed around the idea of re-sending lost or damaged data (since that simplifies the overall design of the network).
  
{{stub}}
+
{{semi-stub}}
 +
 
 +
[[Category: Computer Basics]]

Latest revision as of 17:13, 21 August 2022

An error-correcting code (usually given as the acronym, ECC; the term error-correction code is very common, too) refers to a coding system, usually a cyclic redundancy check, which allows errors in data (stored in either main memory or secondary storage) to be automatically detected and repaired.

ECCs are usually only used with stored data, not data in a communication system, since modern networking is designed around the idea of re-sending lost or damaged data (since that simplifies the overall design of the network).