Disclaimer: This is a user generated content submitted by a member of the WriteUpCafe Community. The views and writings here reflect that of the author and not of WriteUpCafe. If you have any complaints regarding this post kindly report it to us.

For most enterprises, it is critical to eliminate data corruption, which is the goal of ECC (Error Correcting Memory) memory. ECC is a type of computer memory that detects and corrects spontaneously occurring memory bit errors.

What causes errors

Memory errors are caused by electrical or magnetic interference inside the computer. This interference can spontaneously change one bit of DRAM (dynamic random access memory) to the opposite state. Electromagnetic interference is present in the form of background radiation and increases with increasing altitude. In particular, the probability of errors in space vehicles is quite high.

One-bit errors can be subtle, meaning they don't have a significant effect on the data, but because memory locations are correlated, changing one bit can affect the entire system.

How ECC memory works

ECC memory includes extra bits and memory controllers that control the extra bits in the add-on chip on the module. ECC memory uses extra bits to store encrypted code when writing data, and ECC code is stored at the same time. When reading data, the stored ECC is matched against the ECC generated when the data is read. If the read code does not match the stored one, its decryption with parity bits determines which bit was contained in the error, after which this bit is immediately corrected. Syndrome tables are a mathematical way of identifying these bit errors and then correcting them.

Having business knowledge proves to be beneficial for a Computer Systems Analyst.

As the data is processed, ECC memory continuously scans the code using a special algorithm that detects and corrects single-bit memory errors.

Login

Welcome to WriteUpCafe Community

Join our community to engage with fellow bloggers and increase the visibility of your blog.
Join WriteUpCafe