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
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.
RAID 1, RAID 1 + 0, and RAID 5, 6.
Yes.
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.
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."
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.
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 0.
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.
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.
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.