answersLogoWhite

0

cyclic redundancy check .A cyclic redundancy check

(CRC) is an error-detecting code

designed to detect accidental

changes to raw computer data,

and is commonly used in digital

networks and storage devices

such as hard disk drives.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the simplest form of error correction?

crc


If crc has a reliability of approximately 99.999 percent what is the reliability of checksum?

CRC is a method of checking one constant or value repeatedly to get the accurate answer(trial and error method), where as in the check sum it is not like the trial and error,since the answer got in CRC is more accurate when compared to check sum


How does Ethernet handle error detection?

Each Ethernet frame contains a trailer with a cyclic redundancy check (CRC) of the frame contents. After reception of a frame, the receiving node creates a CRC from the bits in the frame to compare to the CRC value in the frame trailer. If these two CRC calculations match, the frame can be trusted as being received without error. The trusted frame will then be processed. A frame received with bad, nonmatching CRC's will be discarded.


What are the advantages of CRC error detection method?

The primary benefit of CRC is that it can detect more types of data errors than the other two methods.


What was used for error detection in ATM networks?

CRC is used for this purpose. The control field is HEC (header error control).


Error detection at data link layer is achieved by?

Error detection at data link level is achieved by using a Frame Check Sequence (FCS) method like Parity, Checksum Calculation or Cyclic Redundancy Check (CRC).


Cyclic redundancy check error?

A cyclic redundancy check error or CRC error occurs when the data verification value is a redundancy. This is used in detecting common errors caused by noise in transmission channels.


Which error detection method can detect a burst error?

Cyclic Redundancy Check (CRC) is an effective error detection method that can detect burst errors. It works by applying polynomial division to the data, creating a checksum that is appended to the transmitted data. If a burst error occurs, the CRC will likely fail to match at the receiving end, indicating that errors have occurred. Other methods, like checksums and parity bits, may not be as effective in detecting burst errors.


When was Bushfire CRC created?

Bushfire CRC was created in 2003.


When was Poultry CRC created?

Poultry CRC was created in 2003.


When was CRC Press created?

CRC Press was created in 1973.


What is the full form of CRC?

CRC: Cyclical Redundancy CheckA term CRC is used in datalink protocols often used in transmission ..The CRC is computed while the packet is being transmitted and then incorporated in a trailer. Similarly, the receiver computes the CRC and compares it with the transmitted one. From both points of view, it is better to have the CRC in a trailer