CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

What is checksum ??

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
arunb



Joined: 08 Sep 2003
Posts: 492
Location: India

View user's profile Send private message Send e-mail

What is checksum ??
PostPosted: Fri Aug 01, 2003 12:35 am     Reply with quote

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 ??
PostPosted: Fri Aug 01, 2003 7:18 am     Reply with quote

:=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
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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