Calculate 16 bit checksum for following two 16 bit integers
Calculate 16 bit checksum for following two 16 bit integers
Calculate 16 bit checksum for following two 16 bit integers 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1Solution
Cyclic Redundancy Check (CRC) is a type of checksum
- 0110011001100110
CRC-16 0x8AAB
- 0101010101010101
CRC-16 0x6FFF
