RAID 0
RAID level 0RAID 0RAID 0 (block-level striping without parity or mirroring) has no (or zero) redundancy. It provides improved performance and additional storage but no fault tolerance. Any drive failure destroys the array, and the likelihood of failure increases with more drives in the array.
RAID 0 does not provide any fault tolerance.
Windows XP supports spanned and striped RAID 0 volumes Hardware RAID is considered a better solution for fault tolerance than software RAID RAID 0 does not provide fault tolerance
RAID 1 OR RAID 5 provide added performance as well as fault tolerance --- GAURAV TOMAR
has to be raid 5. raid5 with the parity will consume about 1/3 of the disk space but will give just about the highest level of fault tolerance. raid0 - disk striping - will give you the full disk space but no fault tolerance raid1 - disk splitting/ duplexing - will give you full redundancy but will cost 50% of your disk space raid5 - parity - will do block-level striping with parity data , disk space cost about 30%, redundant
A: raid 0raid 0 is no fault tolerance...coz it writes the data parallely and it doesnot contain any mirror in that.
raid card
RAID (Redundant Array of Inexpensive Drives) is the technology developed to decrease risk involved with the usage of individual disks for Storage. RAID adds realibility & provides performance in Read methods. Well Known RAID Levels are 1. RAID0 - Striping, 2. RAID1-Mirroring, 3. RAID2 - Striping at Bit levelusing Errorcorrection code on disks, 4. RAID3 - BYTE Level striping with parity disk, 5. RAID4 -Block Level striping with Dedicatedparity disk, 6. RAID5 - Striping at Block level with Distributed Parity, 7. RAID6 - Block level striping with Dual Distributed Parity.All RAID levelsenable Fault Tolerant storage volumes except RAID0.
RAID (Redundant Array of Independent Disks) utilizes several techniques to split data across multiple drives, primarily through striping, mirroring, and parity. Striping (RAID 0) distributes data evenly across multiple disks to enhance performance but offers no redundancy. Mirroring (RAID 1) duplicates the same data on two or more disks for redundancy. Parity techniques (RAID 5 and RAID 6) combine striping with parity data to provide fault tolerance, allowing for data recovery in case of a disk failure.
Fault tolerance is the ability of a system to continue working even when a fault exists. In the case of RAID, which stands for Redundant Array of Inexpensive Discs, fault tolerance is provided by having data recorded on more than one drive, and also by having more than one power supply. Note that RAID 0 is not fault telerant because it is simply stripes the data to increase size and bandwidth, but provides no redundancy. RAID 1 and RAID 5 are fault tolerant, to various levels.
RAID storage can be used to provide fault-tolerance to a system. With RAID, data is stored redundantly on a set of disks to mitigate against failure of a disk.