Penguin
Diff: ErrorCorrection
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of ErrorCorrection.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Tuesday, October 26, 2004 11:39:25 am by AristotlePagaltzis
Older page: version 1 Last edited on Wednesday, August 20, 2003 12:27:00 am by StuartYeates Revert
@@ -1,3 +1,3 @@
-[ ErrorCorrection] is the fixing of mistakes in data or structures and features to support the same. 
+ErrorCorrection is the fixing of mistakes in data or structures and features to support the same. 
  
-The errors are typically transmission errors on a communication channel ([ network|CategoryNetworking] , [modem|ADSLModems] or [wireless link|WirelessInternet] ) or disk read/write errors. [ ErrorCorrection] essentially inserts redundancy into the data to correct any mistakes that happen. How much redundancy gets inserted depends on how many errors are expected, how worried you are about loosing data and how sophisticated an [Algorithm] you're willing to use. [ ErrorCorrection] algorithms can be limiting factor in throughput of systems if done at too high a level and doing them at a low level requires more silicon (and thus more cost). 
+The errors are typically transmission errors on a communication channel (network, MoDem, or WirelessNetwork link) or disk read/write errors. ErrorCorrection essentially inserts redundancy into the data to correct any mistakes that happen. How much redundancy gets inserted depends on how many errors are expected, how worried you are about loosing data and how sophisticated an [Algorithm] you're willing to use. ErrorCorrection algorithms can be limiting factor in throughput of systems if done at too high a level and doing them at a low level requires more silicon (and thus more cost).