|
|
View previous topic :: View next topic |
Author |
Message |
arunb
Joined: 08 Sep 2003 Posts: 492 Location: India
|
What is checksum ?? |
Posted: Fri Aug 01, 2003 12:35 am |
|
|
Hi,
What is a checksum ?? and what is it used for ???
thanks
arun
___________________________
This message was ported from CCS's old forum
Original Post ID: 144516542 |
|
|
Sherpa Doug Guest
|
Re: What is checksum ?? |
Posted: Fri Aug 01, 2003 7:18 am |
|
|
:=Hi,
:=
:=What is a checksum ?? and what is it used for ???
:=
:=thanks
:=arun
In its simplest form it is the sum of all the preceeding data, usually modulo 1 byte. There are also other methods more sophisticated then simple summation such as CRC.
The purpose is to check the integrity of the preceeding data. When data is sent from one place to another, such as between computers or between a CPU and RAM, the transmitter can generate a checksum and append it to the data. The receiver then generates its own checksum as the data arrives and compares its checksum with that sent with the data. If the two do not agree there must have been an error in transmission.
To find more do a search on checksum, parity, CRC, and ECC.
___________________________
This message was ported from CCS's old forum
Original Post ID: 144516548 |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|