Understanding RAID 3 in Computer Storage -


i having hard time understanding raid 3. definition of parity in context?, how parity disk work?

parity in context means checksum calculated data striped across other drives, , saved parity disk.

whenever data read data drives, checksum read , rechecked.

see https://simple.wikipedia.org/wiki/raid#raid_3_.22striping_with_dedicated_parity.22


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -