answersLogoWhite

0

By no tolerance level, i assume you mean for errors.

RAID 0 involves writing 1 set of data to 2 hard drives simultaneously where parts of the information is written to each drive. In this way, if just one of the drives fails or has an error, both drives will not work because part of the information is corrupt.

In this way, the failure rate is doubled from one hard drive because there are 2 devices that could fail.

For better protection, RAID 1 could be used where both hard drives record the same set of data. in this case, if one fails, the other contains the same information and work can continue as if nothing had happened. However, in this config, it will only be the size of the smallest hard drive wheres as in RAID 0, it will be the total combined volume of all the drives.

For the best of both worlds, RAID 10 can be used involving 4 drives. 2 of the drives operate in RAID 0 to increase speed then 2 other operate in RAID 1 to those drives mirroring their data in case of failure. There are various other levels of RAID that each have their strengths and weaknesses

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Which RAID level stripes data across multiple drives to improve performance?

Every RAID level stripes data across multiple drives, which improves performance compared to using a single disk. RAID 0, RAID 1, RAID 1+0, RAID 5, RAID 6, etc. all have better performance than a single disk. Other than RAID 0, all other RAID levels provide fault tolerance. RAID 1, RAID 1+0, RAID 5, RAID 6, etc. all have fault tolerance.


What level of RAID will result in two sets of disks that contain the same information?

RAID 1, RAID 1 + 0, and RAID 5, 6.


Is raid-0 level supported by windows server 2008?

Yes.


What raid level should be used if the criteria include the data be written and read simultaneously and that all data duplicated using minimum of three drives?

Raid level 5 supports reading and writing, but writing performance is slower than raid levels 0 and 1.Raid level 5 requires a minimum of 3 drives.


Which RAID in computers is the fastest?

RAID 0 is generally the fastest RAID level. It uses two hard drives at the same time, with each drive sending and receiving different data. The data is usually "striped."


How does level 0 raid stores the information on a disk?

Level 0 RAID, also known as RAID 0, stores information on a disk by striping data across multiple drives without redundancy. This means that data is split into blocks and distributed evenly among the available disks, which enhances performance and increases storage capacity. However, RAID 0 offers no fault tolerance; if one drive fails, all data in the array is lost. This setup is ideal for applications requiring high speed but not necessarily data protection.


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


Which RAID version does not provide data redundancy?

RAID 0.


Why RAID 5 is more fault tolerant than RAID 0 and RAID 1?

RAID 5 is more fault tolerant than RAID 0 and RAID 1 because it uses striping with distributed parity, allowing it to withstand the failure of one drive without data loss. In contrast, RAID 0 offers no redundancy, meaning that the failure of any single drive results in total data loss, while RAID 1 provides redundancy through mirroring but requires twice the storage capacity. Therefore, RAID 5 strikes a balance between improved performance and efficient storage utilization while still providing a level of protection against drive failures.


Which raid offers best performance?

RAID Level 0 offers the best performance. No overhead caused by parity controls, all the disk capacity is used (no disk overhead), and the technology is easy to implement. Best for non critical storage of data that has to be written at high speed.


How do you setup a RAID network?

I'm not really sure what you really mean. You can set up a RAID array, but not a network that only consists of RAID. However, you can set a cluster NAS server which can utilize RAID arrays. However, RAID is never a substitute for backups, as with RAID arrays each storage device you add creates an additional point of failure - and in cases like RAID level 0 (striping), you will lose everything if even one drive fails.