Skip to content
Home

Forward Error Correction

Forward error correction (FEC) is a method of adding redundancy to transmitted data so receivers can detect and often correct errors without requesting retransmission.

Overview

Forward error correction (FEC) is a family of coding techniques used in digital communications and data storage to detect and correct errors introduced during transmission or retrieval. Instead of asking the sender to retransmit lost or corrupted data, the sender adds extra parity or redundant symbols to the message so the receiver can recover the original information when some parts are altered or missing. FEC is a key tool for improving reliability on noisy channels, long-distance links, one-way broadcasts, and real-time systems where retransmission is impractical.

Image gallery

3 Images

How it works

At the sender side, an encoder transforms a block or stream of source bits into a longer sequence by computing and appending redundant bits according to a mathematical rule. At the receiver side, a decoder inspects the received sequence and uses the redundancy to detect inconsistencies and infer the most likely original data. Depending on the code, the decoder may correct a limited number of errors, reconstruct missing symbols, or indicate that too many errors occurred and recovery failed. FEC schemes are characterized by parameters such as code rate (ratio of source bits to transmitted bits), block length, and error-correction capability.

Major types of FEC codes

Several broad families of codes are widely used:

  • Block codes (e.g., Hamming codes and Reed–Solomon codes), which operate on fixed-size blocks and are effective against burst errors in storage and packet networks.
  • Convolutional codes, which add redundancy across a stream and are often decoded with algorithms like the Viterbi decoder.
  • Turbo codes and low-density parity-check (LDPC) codes, modern iterative constructions that approach theoretical channel capacity and are common in cellular and satellite systems.

Applications and importance

FEC is used across many domains: satellite and deep-space communications, mobile networks, digital television and streaming, optical fiber links, Wi‑Fi, and hard drives and solid-state storage. In multicast and broadcast scenarios or high-latency links (for example, space probes), FEC lets receivers recover data without incurring costly round-trip delays. In storage, FEC protects against media defects and maintains data integrity.

Advantages, trade-offs and practical notes

FEC improves effective reliability and throughput by reducing the need for retransmissions, but it increases bandwidth and computational cost because of added redundancy and decoding complexity. System designers balance code rate, decoding latency, and hardware or software complexity to meet constraints such as power, delay, and error environment. Hybrid approaches, combining FEC with selective retransmission or automatic repeat request (ARQ), are common to exploit the benefits of both techniques.

Further reading and standards

Standards and specifications define many practical FEC schemes and their parameter choices; readers can consult protocol documents and textbooks for implementation details. For general introductions and technical overviews see educational resources, historical surveys at reference pages, and standardization bodies at telecommunications sites. Practical tutorials and code libraries are available through engineering portals, and protocol specifications often reference specific codes at standards listings.

Questions and answers

Q: What is Forward Error Correction (FEC)?

A: Forward Error Correction (FEC) is a special code used in telecommunications for error detection and correction.

Q: How does a sender implement FEC?

A: The sender adds redundancy to parts of the data to implement FEC.

Q: What is the purpose of the redundancy added by the sender in FEC?

A: The purpose of the redundancy added by the sender in FEC is to enable the receiver to detect certain errors that may have occurred during the transfer of the data.

Q: How does the receiver detect and correct certain errors in FEC?

A: The receiver is able to detect and correct certain errors in FEC by using the redundancy added by the sender to the transmitted data.

Q: Is retransmission always necessary in FEC?

A: No, retransmission of data is not always necessary in FEC as the receiver may be able to correct the error using the redundancy added by the sender.

Q: Is FEC used only in specific telecommunication cases?

A: Yes, FEC is used only in certain cases in telecommunications.

Q: What is the benefit of using FEC in telecommunications?

A: The benefit of using FEC in telecommunications is that it enables error detection and correction without the need for retransmission of data, which can save time and resources.

Related articles

Author

AlegsaOnline.com Forward Error Correction

URL: https://en.alegsaonline.com/art/35822

Share