Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 05-01-2005, 09:03 AM   #1 (permalink)
Tilted
 
Location: OH-IO
Calculating Checksum

Hi everyone,

For my network design course, we have been assigned a worksheet for Error Detection. One of the questions is "Calculate a two digit decimal checksum and a two digital decimal CRC for the following:"
32 28 93 86 8 54 95

Does anyone have any experience with this? I'm definately not a numbers man, and the information that was given to us with the worksheet is not very helpful.

Thanks alot.
tornadored is offline  
Old 05-01-2005, 10:52 AM   #2 (permalink)
42, baby!
 
Dragonlich's Avatar
 
Location: The Netherlands
you did google for "checksum algorithm", didn't you?

The basic idea of a checksum (as you may already know) is to create a (sufficiently) unique numerical value for a certain string of characters. That way, you can send a short checksum with a large file, and easily verify if the large file (=string) is correct.

I *think* a CRC does pretty much the same, but I'm no expert...

I've found <a href="http://www.flounder.com/checksum.htm">this page</a>, which may or may not be what you need. No promises.

//added info

By the way, shouldn't this be in tilted programming?

Last edited by Dragonlich; 05-01-2005 at 10:57 AM..
Dragonlich is offline  
 

Tags
calculating, checksum


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 06:28 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54