Microtalk
CRC Algorithms
Frida Gail Rojas Contreras
09:47
Cyclic Redundancy Checks are a vastly used method for error detection and they are foundationally based on math. This short talk aims aims to give an overview of CRC concepts, their algorithms design and some of the ways that they can be implemented within a solution.
1 / 3
Please log in or create an account to test your knowledge and see the answers.
In the talk, which component of the CRC binary-division process does the speaker say is the key factor that determines the CRC properties used to detect errors?
A
The quotient produced by the binary division
B
The divisor (the generator polynomial)
C
The original message length alone
D
The CRC bits appended before division
E
A checksum formed by summing message bytes











Ok, this presentation is short, so I get it, there is just so much information you can have in. Here are some questions.
How many bit errors can you detect?
Are any polynomials "better" than others at detecting errors?
Depending on the physical transmission layer, are some polynomials better suited for certain applications than others?