What is CRC and which layer it use?
Answers were Sorted based on User's Feedback
Answer / chandru
A CRC(Cyclic Redundancy Check)is an error-detecting
code.Happens at Data link layer.
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / 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 |
Answer / ravi
hi jitendera
i am ravi here and i am an engineering student from delhi i
have lots of interest in computer network.i was in serch of
the crc calculation method.i went through tennon bom and
frozen but not able to get understand then i came to google
and on serching i found your reply on that site and now
after reading yours answer and i find no any difficulty to
understand it now i can solve more complex polynomilas
based upon yours consept.many many thanks to you.
if you donot mind may i post some basic coputer network
question of our sylebus in which i am facing difficulty?.
thanks aagin
| Is This Answer Correct ? | 1 Yes | 3 No |
What is mtu and what is its size for transmission?
What are the netbios and netbeui?
Identify the 3 methods routers learn paths to destinations? A.) Dynamic routing B.) None of the above, configured by default C.) Default routes D.) Administrative distance E.) Static routes
What is a Frame Relay?
What do the following commands accomplish? access-list 1 deny 172.16.4.0 0.0.0.255 access-list 1 permit any interface ethernet 0 IP access-group 1 out A. This will block traffic from subnet 172.16.4.0 and allow all other traffic. B. This will allow traffic from subnet 172.16.4.0 and block all other traffic. C. All traffic is allowed. D. All traffic is blocked.
What are the advantages of layered model in networking industry?
What is refresher?
which points are eliminated by the DBSCAN algorithm?
What does the meaning of <cr >?
What information is provided by the local management interface (LMI)? A.) LMI encapsulation type B.) The current DLCI values C.) The status of virtual circuits D.) The global or local significance of the DLCI values
Why is UDP lease favored when compared to TCP?
Identify the command to configure the router to boot from an IOS located on a TFTP server? A.) boot system tftp IOS.exe 172.16.5.1 B.) boot system tftp 172.16.5.1 IOS.exe C.) boot system flash tftp 172.16.5.1 D.) boot system IOS.exe 172.16.5.1