• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Please help with terms: RAID and ECC REGISTERED

About two things:

What exactly does RAID do? How important is it?

What is the difference between regular PC-2100 ram and ECC-Registered?

Thanks a lot!

M.N.
 
RAID - Redundent Array of Independent / Inexpensive Disks

Takes multiple hard drives and does either:

RAID 0 - Uses them as one drive, writing half data to each drive for THEORETICAL twice the drive read / write speed. (if you have 2x 20gb HDs, you get full 40gbs)

RAID 1 - Mirrors the data on the first drive to the second, so if one drive dies, you don't loose any data. (if you have 2x 20gb hard drives, you only get to use 20gb of it)

RAID 5 - Mirrors AND Stripes data, plus uses some other thing, I THINK it needs 5 drives, but you get the space of only two of them.

RAID is usually a server kinda thing, and is not usually worth the cost for the average joe.


ECC RAM - Error Checkign RAM, used in servers to find and fix errors in RAM, pretty useless in anythign BUT a server. Basically uses an extra few bits on the RAM chip to verify data.
 
Back
Top