Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Calculating Checksum (https://thetfp.com/tfp/tilted-technology/88250-calculating-checksum.html)

tornadored 05-01-2005 09:03 AM

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.

Dragonlich 05-01-2005 10:52 AM

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? ;)


All times are GMT -8. The time now is 09:44 PM.

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