| ||||||||||||||||||||||||||||||||||||
Have questions re terminology?
What is a .......?
Logical Drives Logical Volumes NAS (Network Attached Storage) SAN (Storage Area RAID (Redundant Array of Independent) Mirroring, Snapshot, Replication
Logical Drives and Volumes
|
|
RAID Level
|
Describe
|
Minimum Drives
|
Data Availability
|
Performance Sequential
|
Performance Random
|
| NRAID | Non-RAID | 1 | Drive | Drive | |
| RAID 0 | Disk Striping | N | ==NRAID |
R: Highest
W: Highest |
R: High
W: Highest |
| RAID 1 (0+1) | Mirroring Plus Striping (if N>1) | N+1 |
>>NRAID
==RAID 5 |
R: High
W: Medium |
R: Medium
W: Low |
| RAID 3 | Striping with Parity on Dedicated Disk | N+1 |
>>NRAID
==RAID 5 |
R: High
W: Medium |
R: Medium
W: Low |
| RAID 5 | Striping with Interspersed Parity | N+1 |
>>NRAID
==RAID 5 |
R: High
W: Medium |
R: High
W: Low |
| RAID 6 | Striping with Interspersed Parity | N+2 |
>>NRAID
==RAID 6 |
R: High
W: Medium |
R: High
W: Low |
Minimum Disks Required=1
Capacity=N
Redundancy=No
NRAID stands for Non-RAID. The capacity of all the drives is combined to become one logical drive (no block striping). In other words, the capacity of the logical drive is the total capacity of the physical drives. NRAID does not provide data redundancy.
Minimum Disks Required=1
Capacity=1
Redundancy=No
JBOD stands for Just a Bunch of Drives. The controller treats each drive as a stand-alone disk, therefore each drive is an independent logical drive. JBOD does not provide data redundancy.
Minimum Disks Required=2
Capacity=N
Redundancy=No
RAID 0 provides the highest performance but no redundancy. Data in the logical drive is striped (distributed) across several physical drives.
Minimum Disks Required=2
Capacity=N/2
Redundancy=Yes
RAID 1 mirrors the
data stored in one hard drive to another. RAID 1 can only be performed with two
hard drives. If there are more than two hard drives, RAID (0+1) will be
performed automatically.
Capacity=N/2
Redundancy=Yes
RAID (0+1) combines
RAID 0 and RAID 1 - Mirroring and Striping. RAID (0+1) allows multiple drive
failure because of the full redundancy of the hard drives. If there are more
than two hard drives assigned to perform RAID 1, RAID (0+1) will be performed
automatically.
IMPORTANT: “RAID
(0+1)” will not appear in the list of RAID levels supported by the controller.
If you wish to perform RAID 1, the controller will determine whether to perform
RAID 1 or RAID (0+1). This will depend on the number of drives that has been
selected for the logical drive.
Capacity=N-1
Redundancy=Yes
RAID 3 performs Block
Striping with Dedicated Parity. One drive member is dedicated to storing the
parity data. When a drive member fails, the controller can recover/ regenerate
the lost data of the failed drive from the dedicated parity drive.
Capacity=N-1
Redundancy=Yes
RAID 5 is similar to RAID 3 but the parity data is not stored in one dedicated hard drive. Parity information is interspersed across the drive array. In the event of a failure, the controller can recover/regenerate the lost data of the failed drive from the other surviving drives.
Capacity=N-1
Redundancy=Yes
RAID-6: This can be thought of as "RAID 5, but more". It stripes blocks of data and parity across an array of drives like RAID 5, except that it calculates two sets of parity information for each parcel of data. The goal of this duplication is solely to improve fault tolerance; RAID 6 can handle the failure of any two drives in the array while other single RAID levels can handle at most one fault. Performance-wise, RAID 6 is generally slightly worse than RAID 5 in terms of writes due to the added overhead of more parity calculations, but may be slightly faster in random reads due to spreading of data over one more disk.
Mirroring is duplication of data by creating two I/Os from a single I/O. Disk mirroring is created on host systems through OS or volume management software. Disk mirroring is a local option that depends on the platform and the local connectivity characteristics. Certainly works with DAS and SAN and most NAS products support it.
Snapshots comes in three basic flavors: File system based, subsystem based and volume manager/virtualization based. All three are considerably different. Snapshots are an extremely important function for business continuity, but there are a lot of details to work through. You need a strategy for snapshots as well as a decent understanding of how you will establish operations to work with them. They will change your daily operations and they require constant, ongoing administration. Platform specific operations for flushing cache (file system buffers) matter a whole lot.
Replication is the transport of data objects (files -- tables) over a TCP/IP network. The transfer is made from system to system not between storage devices or subsystems.
![]()
|
_____________________________________________________________________________________________________ Home How to reach us! Request a Quote or Information Site Map News Forms Policies Search Please contact us at 800-663-5523 or click here for Pricing, Inventory or to Request additional information on any product . |