answersLogoWhite

0

It depends on what you are doing.

The cyclic redundancy check will only detect an error, while the hamming code can also correct many types of errors. However to perform this correction the extra error detection parity bits required in hamming code are many more than the bits needed for cyclic redundancy check, per data byte being checked.

Normally cyclic redundancy check is done on large block of data that can be resent or retried to get the correct block of data (e.g. telecommunication channels, disk sectors).

Normally hamming code is done on individual bytes or words of computer memory.

User Avatar

Wiki User

7y ago

What else can I help you with?

Continue Learning about Engineering

What algorithm is used for the Frame check sequence?

The Frame Check Sequence (FCS) typically employs the Cyclic Redundancy Check (CRC) algorithm to detect errors in digital data. CRC uses polynomial division to generate a short, fixed-length binary sequence based on the data being transmitted. The sender calculates the CRC value, appends it to the frame, and the receiver performs the same calculation to check for discrepancies, ensuring data integrity. Common CRC standards include CRC-32 and CRC-16.


What is the relation between the size of the CRC remainder and the divisor?

The size of the CRC (Cyclic Redundancy Check) remainder is directly related to the size of the divisor, which is typically a polynomial represented in binary form. The remainder is always of a size that is one less than the size of the divisor. For instance, if the divisor is an ( n )-bit polynomial, the CRC remainder will be an ( (n-1) )-bit value. This relationship ensures that the CRC can be efficiently computed and verified.


How working of the microcontroller baesd industril timer?

There are different types of industrial timer like ON Timer, OFF timer, Cyclic Timer, sequential timer there basic function is the same to turn ON/OFF devices at particular time or after a specific durations check this link for a simple microcontroller based ON timer where where a device is turned ON for a specific duration after a switch is pressed http://www.dnatechindia.com/index.php/Code-Library/8051_ASSEMBLY/ON-Timer-Program.html here is another link for adjustable cyclic timer where a device is turned ON/OFF continuously for a specific duration http://www.dnatechindia.com/index.php/Kits/Microcontroller-Kits/Adjustable-Cyclic-Timer.html


Where can you find a fashion design school near Secunda?

Check your local listings, Yellow Pages or better yet yellowpages.com


What is the name of the flashing dots on a digital clock?

Most Likely LED's! Not Sure Though! Better Check With Someone Else!

Related Questions

How do you correct for a cyclic redundancy check?

A Cyclic Redundancy Check for DvDs with protection can easily be overcame. This is a detailed version of how to fix it (its really simple):Cyclic Redundancy Check Error - Data Error While Burning Dvds found at:http://hubpages.com/hub/cyclic-redundancy-check-errorI learned how to do it from there!


What is CRC?

A Cyclic Redundancy Check is done as a first attempt to prevent corrupted data.


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.


Where can one find more information about cyclic redundany checks?

A cyclic redundancy check is a piece of computer code used to ensure that raw code has not been updated. Further information can be found on the cyclic redundancy check Wikipedia page.


What is a CRC error?

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.


What transmission synchronization methods uses the cyclic redundancy check method for error checking?

Synchronous


What 3 items are contained in ethernet header trailer?

the ethernet frame what it concist of


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).


What is a cyclic redundancy?

This is where Windows cannot read a disk consistently. Windows will first read a bit of data from the disc, copy it, and then check again to make sure that the copy matches the original. If it does not, it tries again. if it still cannot get a consistent reading (after about ten tries), it will throw a "cyclic redundancy error" message.


How can you be sure that each packet of data transmitted across a network has successfully reached its destination without errors?

By using CRC cyclic Redundancy check.


What is a cyclic redundancy error?

This is where Windows cannot read a disk consistently. Windows will first read a bit of data from the disc, copy it, and then check again to make sure that the copy matches the original. If it does not, it tries again. if it still cannot get a consistent reading (after about ten tries), it will throw a "cyclic redundancy error" message.


What are cyclic redundancy check used for?

Cyclic redundancy check (CRC) is a type of error-detecting code used to ensure the integrity of data during transmission. It involves adding a CRC value to the data, which is then checked on the receiving end to detect any errors or corruption. CRC is commonly used in network protocols, data storage systems, and communication channels to detect and correct data transmission errors.