Frame Check Sequence

From Wikipedia, the free encyclopedia

A frame check sequence (FCS) refers to the extra checksum characters added to a Frame in a communication protocol for error detection and correction.

The sending host computes a checksum on the entire frame and sends this along. The receiving host computes the checksum on the frame using the same algorithm, and compares it to the received FCS. This way it can detect whether any data was lost or altered in transit. It may then discard the data, and request retransmission of the faulty frame. A cyclic redundancy check is often used to compute the FCS.

An ethernet frame, including the FCS terminating the frame.
An ethernet frame, including the FCS terminating the frame.

FCS is used in Ethernet, X.25, HDLC, Frame Relay, and other data link layer protocols.