Subj : Re: error corrcting software + location on pc To : comp.programming From : osmium Date : Wed Sep 07 2005 07:14 am "species8350" writes: >I am a little confused. > > I thought that the Hamming codes would code the original data. This > data would then be sent over the Internet and would be checked on > arrival. If this is the process, there must be a programmme on both > machines that check the coding. Presumably if incorrect, fresh data > would be requested by TCP/IP?????. You guessed wrong, the Internet uses checksums instead of the more advanced Hamming codes. AFAICT, you are trying to find the actual code that accomplishes the necessary tasks on your machine. Good luck on that. If you have Linux you could presumably find it after a persistent search. On Windows the code is probably (repeated several times of course) in different DLLs with catchy names such as M13BFTSLK.DLL. There are a few thousand DLLs scattered around your hard drive. This article is a nice overview of the general subject. http://en.wikipedia.org/wiki/Error-correcting_code .