Content deleted Content added
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5 |
No edit summary Tags: Reverted Visual edit Mobile edit Mobile web edit |
||
Line 1:
In
▲In [[information theory]] and [[coding theory]] with applications in [[computer science]] and [[telecommunication]], '''error detection and correction''' ('''EDAC''') or '''error control''' are techniques that enable [[Reliability (computer networking)|reliable delivery]] of [[digital data]] over unreliable [[communication channel]]s. Many communication channels are subject to [[channel noise]], and thus errors may be introduced during transmission from the source to a receiver. Error detection techniques allow detecting such errors, while error correction enables reconstruction of the original data in many cases.
== Definitions ==
Line 54 ⟶ 47:
=== Hybrid schemes ===
{{Main|Hybrid ARQ}}
[[Hybrid ARQ]] is a combination of ARQ and forward error correction. There are two basic approaches:<ref name="reliable-erasure-code" />
* Messages are always transmitted with FEC parity data (and error-detection redundancy). A receiver decodes a message using the parity information and requests retransmission using ARQ only if the parity data was not sufficient for successful decoding (identified through a failed integrity check).
|