Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8644897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T12:24:45+00:00 2026-06-12T12:24:45+00:00

Could someone please show me the steps in calculating this CRC code? Generator polynomial

  • 0

Could someone please show me the steps in calculating this CRC code?
Generator polynomial G(x)=10
data:110
message with crc appended: 110

When the data is divided by G(x) then the remainder is 0. So do that mean the CRC is 0 or nothing or is that even possible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T12:24:47+00:00Added an answer on June 12, 2026 at 12:24 pm

    The division is done almost the same manner as in school:

    10|110
       10  (xor)
    ------
       010
        10  (xor)
    -------
         0 <- remainder
    

    The only difference is that one does have to only check the msb of each row
    for the divisor to fit into the partial remainder:
    The appended message is 1100

    To check the crc one can perform the division again:

    10|1100
       10    (xor)
    -------
        100
        10   (xor)
    --------
         00
         10  (no xor)
    -------
          0  <-- remainder is 0, so the message is valid
    

    There’s something suspicious though: generally crc polynomials have a term +1 and if the highest order term is x^2 (e.g.) then the complete polynomial has 3 terms, out of which only 2 are traditionally explicitly declared.
    Then it would only make sense that your polynomial actually was x^2 + 1 and that would be represented in reverse order as 1 + 0*x (+ 1* x^2 term omitted) and then the remainder would be two bits

    101|110
        101
    --------
         11  <-- final remainder; concatenated message = 11011
    
    checking message integrity:
    
    101|11011
        101
     --------
         1111
         101
      --------
          101
          101
      --------
           00 <-- checked!
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given the example below, can someone please show me how this could be called?
Could someone please suggest why this is happening... I’ve got some code to pretty
Could someone please show me a small snippet of code which demonstrates how to
Could someone please show me some code or a tutorial of how to use
Could someone please tell me why this <%= destroy_password_url @user.password_reset_token %> generates http://localhost:3000/api/destroy_password.4G5EoRVYMUAtiIKqOerKsw routes.rb
Could someone please explain why this is happening? var y = new int[]{1,2}; Console.WriteLine(y
Could someone please explain this weird phenomenon: http://jsfiddle.net/sPA2V/ For some reason, the box footer
Could someone please help me to convert this String into a Map ... String
Could someone please show me why the function below expects integer[] instead of byte[]
Could someone please show me a example of how to create a custom control

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.