You have no items in your shopping cart.
0item(s)
You have no items in your shopping cart.
Data loss for anyone whether it is a business or individual ultimately means lost business or shattered memories respectively. Data is the most valuable asset of any business, and this can’t be understated, protection of business assets must always command the highest priority.
Backing up data will not be enough if you have no protection against online disk failure. Adding RAID to your storage configuration is the most cost effective and simplest ways to maintain access and data protection.
Whilst a number of companies offer RAID, not all RAID implementation are created equal. As an example there is Hardware RAID which is determined by a specific RAID controller which will probably have Cache memory as well to boost performance and possible battery back-up in case the controller fails. Hardware RAID has history and is very mature. Software RAID on the other hand is not totally new but the quality and reliability is dictated by the quality of the components used in the integration of the RAID components and the quality of software code driving the RAID implementation.
To choose the RAID level that's right for you, begin by considering the factors below. Each one of these factors becomes a trade-off for another:
The Cost basically comes down to the trade-off between disk capacity and added data availability or performance. For example, RAID 1,10 and small disk counts of RAID 6 are costly in terms of lost disk space (50%), but high in data availability.
Performance also depends on the access pattern (random/sequential, read/write, long/short) and the numbers of users. This guide is intended to give an overview on the performance and availability of various RAID levels in general and may not be accurate in all user scenarios. This is meant only as a guide through the RAID jungle.
The following are commonly used RAID levels (click each heading for more information):
RAID | Min # Drives | Data Protection | Read Speed | Write Speed | Read Speed (degraded) | Write Speed (degraded) | Capacity Utilization | Typical Applications | Click arrow to expand |
---|---|---|---|---|---|---|---|---|---|
RAID 0 | 2 | No Protection | High | High | N/A | N/A | 100% | High End Workstations, data logging, real-time rendering, very transitory data | |
RAID 1 | 2 | Single-drive failure | High | Medium | Medium | High | 50% | Operating System, transaction databases | |
RAID 5 | 3 | Single-drive failure | High | Low | Low | Low | 67% - 94% | Data warehousing, web serving, archiving | |
RAID 6 | 4 | Two-drive failure | High | Low | Low | Low | 50% - 88% | High End Workstations, data logging, real-time rendering, very transitory data | |
RAID 10 | 4 | Up to one disk failure in each sub-array | High | Medium | High | High | 50% | Fast databases, application servers | |
RAID 50 | 6 | Up to one disk failure in each sub-array | High | Medium | Medium | Medium | 67% - 94% | Large databases, file servers, application servers | |
RAID 60 | 8 | Up to two disk failures in each sub-array | High | Medium | Medium | Low | 50% - 88% | Data archive, backup to disk, high availability solutions, servers with large capacity requirements |
Enter the number and capacity of your drives below and select a raid level to calculate the total array size and useable space of your system.
PLEASE BE AWARE THAT YOUR TOTAL CAPACITY WILL BE REDUCED BY APPROXIMATELY 1.2TB PER DRIVE DUE TO FILE SYSTEM STORAGE CALCULATIONS.
Number of Disks: | ||
Drive Capacity (GB): | Please input as thousands (3TB = 3000) | |
Raid Level: |
Raid 0 Raid 1 Raid 5 Raid 6 Raid 10 Raid 50 Raid 60 |
|
Total Array Size (GB): | ||
Total Useable disk space (GB): |
Depending on how you implement RAID, the benefits include one or both of the following:
Faster Performance | In RAID 0, 10, 50, or 60 virtual disks, the host system can access simultaneously. This improves performance because each disk in an virtual disk has to handle of the request. For example, in a two-disk virtual disk, each disk needs to provide only its requested data. |
Data Protection | In RAID 1, 10, 5, 6, 50, and 60 virtual disks, the data is backed up on disk (mirror). In the RAID 5, 50, 6, or 60 virtual disks, the data is parity protected on a single multiple disks. RAID 10, 50, and 60 also allow the host to access disks simultaneously. |