The document describes a method for calculating the frame check sequence (FCS) in tagged Ethernet frames. It begins by providing background on FCS and how it is used to detect errors in Ethernet frames. It then discusses IEEE 802.1Q tagging, which inserts additional fields into frames to support features like VLANs. The key proposal is a method to calculate the FCS for a tagged frame efficiently based on the FCS already calculated for the original frame, since they contain mostly the same information. This involves expressing the frames as polynomials and using properties of cyclic redundancy codes to derive a relationship between the FCS values.