|
CMPS 002 - Computer Literacy Prof. Paulo Franca |
|
CyberSlug Rules! ClassesClass Syllabus Labs
Interact
HelpLinks
|
Redundancy, Error Detection and Error Correction Parity: Parity is a simple technique used in memories and hard drives. For each byte (8 bits) we need to use one extra bit - Parity Bit Parity bit is always set in such a way that the total number of bits (including parity) set to 1 must be Odd
RAID Redundant Array of Inexpensive Disks Is a technique that allows to recover information if one entire disk fails. To make example simpler assume we have 9 disks and each bit is stored in a different disk:
Example: What is the value of the missing bit?
|