Cyclic Redundancy Check
Widely used in network protocols for error detection
Real-World Applications
Ethernet frame check (FCS), IP packet headers, ZIP file integrity verification, USB packets. CRC has very strong burst error detection capability, the "bodyguard" of data integrity in the digital world.
Experiment Steps
- CRC-16/32: Ethernet uses CRC-32
Simulation Experiment
Loading...
Parameters(Real-time)
Polynomial (4/8/16/32)4 bit
Data Length8 bit
Functions: models.phy.crcCalculateSteps