answersLogoWhite

0

A checksum is an error-detection method in which each transmitted message results in a numerical value based on the value of the bytes in a message. The transmitter places the calculated value in the message and then sends the value with the message. The receiver applies the same formula to each received message and checks to make sure the

accompanying numerical value is the same. If not, the receiver can assume that the message has been corrupted in transmission.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What does the message 'Bad checksum' mean why you try and download updates in Spybot?

There is a mathematical formula run across the binary form of a file. The answer to that formula is a files "checksum." This can be used later to ensure a file has not been tampered with either on purpose or by accidental corruption such as the results of a bad file transfer. When Spybot gives you the "Bad Checksum" message it means that the file it received does not calculate to the same checksum as was recorded for the source file. The most common "fix" for this is to perform another transfer of the file. Spybot's update process being run a second time should resolve the problem.


How do you change checksum?

A checksum is used solely to see if a file has changed or to see if two files contain exactly the same data. The chances of two different files having the same checksum is very, very small. If you change a file in any way, even by one byte, the checksum will change.


The OSPF packet format has a checksum field but the RIP packet does not why?

RIP messages are wrapped in a UDP package, which already has a checksum.


What is the process for generating a 16-bit checksum for data verification?

To generate a 16-bit checksum for data verification, the process involves dividing the data into 16-bit blocks, adding up all the blocks, and then taking the one's complement of the sum to obtain the checksum. This checksum can be appended to the data for verification purposes.


What is 8-bit checksum of EOOOAO3031?

To calculate the 8-bit checksum of the string "EOOOAO3031," you first convert each character to its ASCII value, sum those values, and then take the result modulo 256. The final checksum is the least significant 8 bits of that sum. For the string provided, the checksum would be 154.


What is a check sum?

This is an alpha-numeric code which in generated based on the data which has been processed. Any specific Checksum code can only be generated from one specific file or program. The purpose of a checksum code is the allow you to make sure that a file has not been tampered with or corrupted. These codes are especially used for downloadable programs. A checksum code is sometimes provided, so when the used downloads the program, they can verify that it has not been infected or tampered with, but that they do have the original, unedited version.


What does it mean when a protocol gets a checksum?

A checksum is used to determine that the information sent using the protocol has not been corrupted en-route.


IP TCP and UDP all discard a packet that arrives with a checksum error and do not?

Only TCP will automatically discard a packet with a bad checksum. UDP packets have a checksum field, but it is rarely used, and then only by the application (not UDP itself)


What would one need a checksum for?

A checksum (also known as a hash sum) is a small size datum computed from a block of digital data. One would use a checksum to detect errors that could have been introduced during storage.


What is 8-bit checksum of 110F3F0D0F?

7b


Which size checksum does md5 produce?

128


Write a program in c for checksum?

yes