answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Which raid uses striping without fault tolerance?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What uses data striping to distribute data across multiple disks with no fault tolerance?

RAID 0


What RAID implementation provides no fault tolerance?

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.


Does RAID 0 provide fault tolerance?

RAID 0 does not provide any fault tolerance.


Which version of raid is supported by windows xp does this raid version provide 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


What raid level provides fault tolerance?

RAID 1 OR RAID 5 provide added performance as well as fault tolerance --- GAURAV TOMAR


Which method of fault tolerance is least expensive per MB of storage disk duplexing or disk striping with parity?

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


How many RAIDS are available for fault tolerance methods?

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.


Which type of RAID does not provide fault tolerance?

A: raid 0raid 0 is no fault tolerance...coz it writes the data parallely and it doesnot contain any mirror in that.


What hardware is needed to implement hardware RAID for fault tolerance?

raid card


What is RAID fault tolerance?

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.


What can be used to provide fault-tolerance to a system?

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.


Which RAID level will you implement to provide redundancy?

Type your answer here...Answer Explanation: RAID 1 uses a minimum of two hard disks to mirror data for fault tolerance. Each hard disk contains a complete copy of the data. Disk duplexing improves mirroring because each disk is on a separate controller. If one disk or controller fails in a duplexing RAID 1 array, the other disk can take over immediately to provide fault tolerance.RAID 5, also known as disk stripping with parity, provides fault tolerance by striping the data across a minimum of three and a maximum of 32 disks, and by storing parity information on each disk. This allows the RAID array to recover from a single disk failure.RAID 0, also known as disk striping, is used to increase performance by striping data over a minimum of two and a maximum of 32 disks. RAID 0 provides no fault tolerance.RAID 3, also known as disk stripping with a parity disk, provides fault tolerance by writing data across three or more drives. Because the least number of hard disks is required, RAID 1 will be used instead of RAID 3.