Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2 Suppose we are using CRC. the packet has d bits, and the generator has r bits. a. How big is the entire packet? b.

2 Suppose we are using CRC. the packet has d bits, and the generator has r bits. a. How big is the entire packet? b. How many bits will the CRC have? c. Which errors can be detected by the CRC? d. What is the checking procedure at the receiver?

I figured it out.. free thumbs up for first responder

D+r

r+1=G

detect accidental changes to raw data (out of order etc)

The sending system calculates the check or verification code and appends it to the outgoing message. On the receiving end, the data is put through the same process. If the CRC produced at the receiving end does not match the sent CRC, then the data is possibly corrupt. The receiver can request that the data be retransmitted or simply ignore the data. When the CRC matches the received version, the user can be fairly confident that the transmission is not corrupted.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions