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

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -