What is CRC and which layer it use?

Answer Posted / jitendera

Crc calculation method
______________*_____________________
This is the topic consern with BE btech studendt

let take a simple example.

Let's do a simple example, dividing a message 100110 by the
key 101.
100110 = x^5 + x^2 + x (why i have writen this.count from
left threr is 6 numrix value so it sholud start frrom x5
and last is x^0

simalry 101 is x2 + 1.(it is key value with degree 2 max
degree)

Since the degree of the key is 2, we start by appending two
zeros to our message.

10011000 / 101
101

111
101

100
101

100
101

01


We don't even bother calculating the quotient, all we need
is the remainder (the CRC), which is 01 in this case. The
original message with the CRC attached reads 10011001. You
can easily convince itself that it is divisible by the key,
101, with no remainder.

In practice we don't write the top bit of the key--it is
implicit. In this particular example, we would only store
bits 01 as our key.

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of data link layer?

661


What does protocol mean?

706


What is the purpose of a data link?

644


What are the different types of password used in securing a cisco router?

657


what is prefix list

2334






1350 Value in which type of access-list?

544


Define the different kinds of casting

624


In stead of 0.0.0.0 wild card mask what you can write after ip?

600


State the difference between dynamic IP and static IP addressing?

649


What is the network subnet?

660


Mention what command you must use if you want to delete or remove the configuration data that is stored in the nvram?

847


What are the different types of the password used in securing a cisco router?

664


Explain the difference between routable and non- routable protocols?

657


How does RIP differ from IGRP?

654


Explain which layer are called upper layer?

619