in Computer Networks
802 views
0 votes
0 votes

Given the dataword 101001111 and the divisor 10111, show the generation of the CRC codeword at the sender site

  1. using binary division (Modulo 2 Arithmetic)
  2. Polynomial method
in Computer Networks
by
802 views

2 Answers

1 vote
1 vote
Code word is 1010011110101
0 votes
0 votes
The CRC bit generated is 0111.

It will be appended after the initial code, so the codeword is -1010011110111.

 

Hope it helps
by

Related questions