Forward Error Correction (FEC)
Forward Error Correction (FEC) is a type of error correction that involves encoding a message in a redundant way, which allows the receiver to reconstruct lost bits without the need for retransmission.
How Forward Error Correction Works
FEC works by adding “check bits” to the outgoing data stream. Adding more check bits reduces the amount of available bandwidth by increasing the overall block size of the outgoing data, but also enables the receiver to correct for more errors without receiving any additional transmitted data.
This dynamic makes FEC ideal when bandwidth is plentiful, but retransmission is costly or impossible.
The “check bits,” or redundant bits, that the sender adds to the data stream are coded into the data in a very specific way, which allows for efficient error correction by the receiving device.
Many different types of FEC coding have been developed.
A simplistic example would be a triple redundancy code, also known as (3,1) repetition code, where each bit of data is simply transmitted 3 times. The results of each triplet are averaged together to account for noise in the transmission, and a corrected result is decided on.
Other more advanced coding systems that are in use today include Reed-Solomon coding, a customizable coding scheme that is often used in DVB.
Applications of Forward Error Correction
Reed-Solomon coding is notable for its use in CD, DVD, and hard disk drives. Although these drives are not transmitting data in the traditional sense, FEC coding allows for error correction on bits that become corrupted through damage to the physical medium of the drive.
Many types of multicast transmissions also make use of FEC.
Forward Error Correction is particularly well suited for satellite transmissions, both for consumer and space exploration applications, where bandwidth is reasonable but latency is significant.
Forward Error Correction vs. Backward Error Correction
Forward Error Correction protocols impose a greater bandwidth overhead than backward error correction protocols, but are able to recover from errors more quickly and with significantly fewer retransmissions.
Forward Error Correction also places a higher computational demand on the receiving device because the redundant information in the transmission must be interpreted according to a predetermined algorithm.
Overall, Forward Error Correction is more suitable for single, long-distance, and relatively high-noise transmissions, rather than situations where smaller batches of information can be sent repeatedly and easily. In these cases, Backward Error Correction is much more likely to be suitable.
Comments (1)
Leave a Reply
- Backward Error Correction (BEC)
Backward Error Correction, also known as an “Automatic Repeat Request” is an error correction technique in which a receiving device sends a request to the source device to re-send information. Backward Error Correction is used in situations where some of the transmitted data has been lost or corrupted during transit and the transmitting device must [...]...
- Reed-Solomon
Reed-Solomon is an algorithm for Forward Error Correction (FEC). Reed-Solomon was introduced by Irving S. Reed and Gustave Solomon of MIT Labs in Polynomial Codes Over Certain Finite Fields, which was published in the Journal of the Society for Industrial and Applied Mathematics in 1960. Reed-Solomon does not specify a block size or a specific [...]...
- DVB (Digital Video Broadcast)
DVB (Digital Video Broadcast) is a set of standards for the digital transmission of video and audio streams, and also data transmission. The DVB standards are maintained by the DVB Project, which is an industry-led consortium of over 260 broadcasters, manufacturers, network operators, software developers, regulatory bodies and others in over 35 countries. DVB standards [...]...
- DSS (Digital Satellite Service)
DSS (Digital Satellite Service) is a proprietary video and audio distribution system utilized exclusively by DirecTV. DSS is a type of Direct Broadcasting System (DBS) system. The term DBS is commonly used interchangeably with DSS, but DBS actually refers to any satellite transmission that is intended for home reception. Because DSS is a proprietary technology [...]...
- Data Error Cyclic Redundancy Check
The “Data Error Cyclic Redundancy Check (CRC)” is a problem with the mathematical process the computer does in order to ensure that data is properly transferred from a particular source to a specified destination. During the cyclic redundancy check, the computer determines if the data being transferred is not damaged. When users get a “Data [...]...






Does anyone know a list of disadvantages for Forward Error Correction Please?
Cheers