--------------------------------------------------------------------------------
Error Checking: ECC
What does that mean... saw it in the bios somewere?
--------------------------------------------------------------------------------
ECC (as in "Error Correcting Code" or "Error Checking [and] Correcting"). ECC RAM allows data that is being read or transmitted to be checked for errors and, when necessary, corrected on the fly. It differs from parity-checking in that errors are not only detected but also corrected.
ECC is increasingly being designed into data storage and transmission hardware as data rates (and therefore error rates) increase. Most often ECC RAM is required in Servers (or other higher-end hardware) or where/when redundancy is needed to produce data as error-free as possible.
Of course, some errors still do get through and that's where appz such as CHKDSK among others comes into play, to fix errors on media where data has already been written.
Hope that helps! --Radman