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 |
Your company has been assigned the IP address of 201.222.5.0 and require having 20 subnets. As the company’s network administrator, find the following: a) the subnet mask (2 marks) b) the number of useable subnets (2 marks) c) the subnetwork address for the 4th subnet (2 marks) d) the first usable IP address for the 4th subnet (2 marks) e) the last usable IP address for the 4th subnet (2 marks) f) the broadcast address for the 4th subnet. (2 marks)
What port does rip use?
You are given the following address: 128.16.32.13/30. Determine the subnet mask, address class, subnet address, and broadcast address. A. 255.255.255.252, B,128.16.32.12, 128.16.32.15 B. 255.255.255.252, C,128.16.32.12, 128.16.32.15 C. 255.255.255.252, B,128.16.32.15, 128.16.32.12 D. 255.255.255.248, B,128.16.32.12, 128.16.32.15
Which command successfully pings an individual IP address? A. Router> ping 192.5.5.0 B. Router# ping 192.5.5.30 C. Router> ping 192.5.5.256 D. Router# ping 192.5.5.255
How are internetworks created?
What is the difference between the user mode and the privileged mode?
10.1.1.0 n/w advertised as /16 from EIGRP & /24 from OSPF which will come in routing table & why
What are the two types of access lists that can be configured on a Cisco router? A. Standard B. Extended C. Filtering D. Packet
Can you explain CHAP?
Define ios?
Can you explain the broader steps of how L2F establishes the tunnel?
what is the full fom of ping