what technology standard provides for up to four drives installed in a system
RAID is a engineering science that is used to increase the operation and/or reliability of information storage. The abbreviation stands for either Redundant Array of Contained Drives orRedundant Assortment of Inexpensive Disks, which is older and less used. A RAID system consists of ii or more drives working in parallel. These can be hard discs, but there is a trend to also use the technology for SSD (Solid State Drives). There are different RAID levels, each optimized for a specific state of affairs. These are not standardized by an industry group or standardization committee. This explains why companies sometimes come up upward with their own unique numbers and implementations. This commodity covers the following RAID levels:
- RAID 0 – striping
- RAID 1 – mirroring
- RAID 5 – striping with parity
- RAID 6 – striping with double parity
- RAID ten – combining mirroring and striping
The software to perform the RAID-functionality and control the drives tin either be located on a separate controller card (a hardware RAID controller) or information technology can simply be a driver. Some versions of Windows, such equally Windows Server 2012 as well every bit Mac OS X, include software RAID functionality. Hardware RAID controllers price more than than pure software, but they also offer ameliorate performance, especially with RAID five and 6.
RAID-systems can be used with a number of interfaces, including SATA, SCSI, IDE, or FC (fiber channel.) There are systems that use SATA disks internally, but that have a FireWire or SCSI-interface for the host system.
Sometimes disks in a storage organization are defined every bit JBOD, which stands for Just a Agglomeration Of Disks. This means that those disks do not use a specific RAID level and acts as stand-alone disks. This is frequently done for drives that contain swap files or spooling data.
Below is an overview of the most popular RAID levels:
RAID level 0 – Striping
In a RAID 0 system data are split up upwardly into blocks that become written beyond all the drives in the array. Past using multiple disks (at least two) at the same time, this offers superior I/O functioning. This operation can exist enhanced further by using multiple controllers, ideally ane controller per disk.
Advantages of RAID 0
- RAID 0 offers great performance, both in read and write operations. There is no overhead caused by parity controls.
- All storage capacity is used, there is no overhead.
- The engineering is easy to implement.
Disadvantages of RAID 0
- RAID 0 is non error-tolerant. If one drive fails, all data in the RAID 0 array are lost. It should not be used for mission-critical systems.
Ideal utilize
RAID 0 is ideal for non-disquisitional storage of data that accept to exist read/written at a high speed, such equally on an image retouching or video editing station.
If you want to use RAID 0 purely to combine the storage capacity of twee drives in a single volume, consider mounting one drive in the binder path of the other drive. This is supported in Linux, Os Ten too every bit Windows and has the advantage that a single drive failure has no touch on on the data of the second disk or SSD drive.
RAID level 1 – Mirroring
Information are stored twice by writing them to both the data drive (or set of data drives) and a mirror bulldoze (or ready of drives). If a drive fails, the controller uses either the data drive or the mirror drive for information recovery and continuous operation. Y'all need at least 2 drives for a RAID 1 array.
Advantages of RAID 1
- RAID one offers excellent read speed and a write-speed that is comparable to that of a unmarried bulldoze.
- In case a drive fails, data do not have to be rebuild, they just have to be copied to the replacement drive.
- RAID ane is a very simple technology.
Disadvantages of RAID 1
- The principal disadvantage is that the effective storage chapters is but one-half of the total drive capacity because all information become written twice.
- Software RAID 1 solutions do non always allow a hot bandy of a failed drive. That means the failed drive can just be replaced after powering downwards the computer information technology is attached to. For servers that are used simultaneously by many people, this may not be acceptable. Such systems typically use hardware controllers that practise support hot swapping.
Ideal use
RAID-i is ideal for mission critical storage, for instance for bookkeeping systems. It is also suitable for minor servers in which but ii data drives volition be used.
RAID level 5 – Striping with parity
RAID 5 is the most mutual secure RAID level. It requires at least 3 drives merely tin work with upward to xvi. Information blocks are striped across the drives and on 1 drive a parity checksum of all the block data is written. The parity information are non written to a fixed bulldoze, they are spread across all drives, every bit the drawing below shows. Using the parity information, the computer tin recalculate the data of one of the other data blocks, should those data no longer be available. That ways a RAID 5 array tin withstand a single drive failure without losing data or admission to data. Although RAID five tin be accomplished in software, a hardware controller is recommended. Often extra cache memory is used on these controllers to better the write performance.
Advantages of RAID v
- Read data transactions are very fast while write data transactions are somewhat slower (due to the parity that has to exist calculated).
- If a drive fails, y'all nonetheless have access to all information, even while the failed drive is beingness replaced and the storage controller rebuilds the data on the new drive.
Disadvantages of RAID 5
- Drive failures take an consequence on throughput, although this is all the same acceptable.
- This is complex technology. If one of the disks in an array using 4TB disks fails and is replaced, restoring the data (the rebuild time) may take a day or longer, depending on the load on the array and the speed of the controller. If some other disk goes bad during that time, information are lost forever.
Platonic employ
RAID v is a proficient all-circular system that combines efficient storage with splendid security and decent performance. It is ideal for file and awarding servers that accept a limited number of data drives.
RAID level half-dozen – Striping with double parity
RAID 6 is similar RAID 5, just the parity data are written to two drives. That means it requires at least 4 drives and can withstand two drives dying simultaneously. The chances that two drives suspension down at exactly the same moment are of grade very pocket-sized. However, if a drive in a RAID 5 systems dies and is replaced past a new drive, it takes hours or even more than than a 24-hour interval to rebuild the swapped drive. If another drive dies during that time, you still lose all of your data. With RAID half dozen, the RAID array will even survive that 2nd failure.
Advantages of RAID 6
- Like with RAID 5, read data transactions are very fast.
- If two drives fail, you still have admission to all data, even while the failed drives are being replaced. So RAID vi is more secure than RAID five.
Disadvantages of RAID half dozen
- Write data transactions are slower than RAID 5 due to the additional parity data that have to be calculated. In one report I read the write performance was 20% lower.
- Drive failures have an outcome on throughput, although this is notwithstanding acceptable.
- This is circuitous technology. Rebuilding an array in which one drive failed tin can take a long time.
Ideal use
RAID 6 is a good all-round organization that combines efficient storage with excellent security and decent functioning. It is preferable over RAID 5 in file and application servers that use many large drives for data storage.
RAID level 10 – combining RAID 1 & RAID 0
Information technology is possible to combine the advantages (and disadvantages) of RAID 0 and RAID one in one single system. This is a nested or hybrid RAID configuration. It provides security past mirroring all data on secondary drives while using striping across each set of drives to speed upwardly data transfers.
Advantages of RAID ten
- If something goes wrong with ane of the disks in a RAID 10 configuration, the rebuild time is very fast since all that is needed is copying all the data from the surviving mirror to a new drive. This can take as petty as xxx minutes for drives of 1 TB.
Disadvantages of RAID 10
- One-half of the storage chapters goes to mirroring, so compared to large RAID 5 or RAID half-dozen arrays, this is an expensive way to have redundancy.
What about RAID levels 2, 3, 4 and vii?
These levels practise exist but are not that common (RAID iii is substantially similar RAID 5 but with the parity data always written to the same bulldoze). This is just a elementary introduction to RAID-systems. Y'all can observe more than in-depth information on the pages of Wikipedia or ACNC.
RAID is no substitute for back-ups!
All RAID levels except RAID 0 offer protection from a single drive failure. A RAID 6 system even survives 2 disks dying simultaneously. For complete security, you do nevertheless demand to back-upward the data stored on a RAID organisation.
- That back-up volition come in handy if all drives fail simultaneously because of a power spike.
- It is a safeguard when the storage system gets stolen.
- Dorsum-ups can be kept off-site at a different location. This can come in handy if a natural disaster or burn down destroys your workplace.
- The most of import reason to redundancy multiple generations of data is user fault. If someone accidentally deletes some important data and this goes unnoticed for several hours, days, or weeks, a proficient set of back-ups ensure you lot tin can still remember those files.
To learn more than, read the folio on the best back-up policy.
Source: https://www.prepressure.com/library/technology/raid
0 Response to "what technology standard provides for up to four drives installed in a system"
إرسال تعليق