2,365 views
0 votes
0 votes

Let G(x) be the generator polynomial used for CRC checking. What is the condition that should be satisfied by G(x) to detect all isolated double errors?

  • G(x) should have at least two terms.
  • G(x) should have the factor x+1
  • G(X) shouldn’t divide xt+1 (for t less than frame length
  • The coefficient of the term x0 should be 1.

1 Answer

0 votes
0 votes
ALL CONDITION SHOULD  REQUIRED A GOOD POLYNOMIAL NEEDS ALL THE FOLLOWING CHARACTERISTICS

Related questions

0 votes
0 votes
0 answers
2
1 votes
1 votes
2 answers
4
erh asked Jul 21, 2016
781 views
Why don't we use CRC in IP header instead of Checksum?