Business Technology & Solutions Directory

RAID Systems

What is Redundant Array of Independent Disks?

RAID (Redundant Array of Independent Disks) is a series of standards that provide improved performance and/or fault tolerance for disk failures and are used frequently on servers rather than PCs. It is a system of using multiple hard drives for sharing or replicating data among the drives.

RAID Suppliers

RAID Systems Suppliers

Network Attached Storage UK Ltd

Network Attached Storage UK Ltd

Disk Subsystems - RAID and JBOD

RAID storage systems combine many smaller, inexpensive disks to form larger, logical drives.


Contact:
Telephone:
0870 752 6250
Address:
Thames Park Lester Way Wallingford Oxon OX10 9TA

Disk Subsystems - RAID and JBOD

Situated near the seat of English learning in Oxfordshire, Network Attached Storage Ltd. is a leader in high-capacity storage and networking solutions. The company sells a comprehensive range of network storage products and services, including Network Attached Storage (NAS), Storage Area Networks (SAN), server attached RAID (Redundant Array of Independent Disks), Optical (MO/UDO/CD/DVD) jukeboxes & servers, and data warehousing & archival/backup tape libraries.


Contact:
Telephone:
+44 (0)1256 782030
Address:
Brickells Business Court Oakley Basingstoke Hampshire RG23 7JU

Data Storage Solutions

Fortuna Power Systems are one of the UK's leading Data Storage Solutions suppliers. Based in Basingstoke, Hampshire. Founded in 1994, we are a BS EN ISO 9001:2000 supplier and work closely with many leading Data storage manufacturers to provide leading edge solutions for our clients. Fortuna Power Systems are a Data Storage Solutions provider our business is based upon providing our customers with a solution that can grow and expand to encompass operating systems, media formats and availability to information. With an extensive knowledge and understanding of operating systems, networks and infrastructures, Fortuna Power Systems Ltd can design, install and maintain a total Data Storage solution.

RAID is a subsystem storage concept designed for the purpose of offering higher levels of protection from data loss that can occur from any down time caused by malfunctions compared to the protection offered by conventional disk drives. RAID arrays composed of conventional discs can function for hundreds or even thousands of years without losing data because of a disk failure. RAID technology improved input/output performance, make servicing easier and faster and allow users to fine-tune the drive system to match the needs of specific applications. Initially used with servers, desktop PCs are increasingly being retrofitted by adding a RAID controller and extra IDE or SCSI disks. Newer motherboards often have RAID controllers.


Mirroring or parity achieves fault tolerance. Mirroring is 100% duplication of the data on two drives (RAID 1). Parity is used to calculate the data in two drives and store the results on a third (RAID 3 or 5). After a failed drive is replaced, the RAID controller automatically rebuilds the lost data from the other two. RAID systems may have a spare drive (hot spare) ready and waiting to be the replacement for a drive that fails. Different levels of RAID are:

 

RAID 0 ? Speed: Level 0 is disk striping only, which interleaves data across multiple disks for better performance. It does not provide safeguards against failure. RAID 0 is widely used in gaming machines for higher speed.

 

RAID 1 - Fault Tolerance: Uses disk mirroring, which provides 100% duplication of data. Offers highest reliability, but doubles storage cost. RAID 1 is widely used in business applications.

 

RAID 2 ? Speed: Bits (rather than bytes or groups of bytes) are interleaved across multiple disks. The Connection Machine used this technique, but this is a rare method.

 

RAID 3 - Speed and Fault Tolerance: Data are striped across three or more drives. Used to achieve the highest data transfer, because all drives operate in parallel. Parity bits are stored on separate, dedicated drives.

 

RAID 4 - Speed and Fault Tolerance: Similar to Level 3, but manages disks independently rather than in unison. Not often used.

 

RAID 5 - Speed and Fault Tolerance: Data are striped across three or more drives for performance, and parity bits are used for fault tolerance. The parity bits from two drives are stored on a third drive. RAID 5 is widely used on servers to provide speed and fault tolerance.

 

RAID 6 - Speed and Fault Tolerance: Highest reliability, but not widely used. Similar to RAID 5, but performs two different parity computations or the same computation on overlapping subsets of the data.

 

RAID 10 - Speed and Fault Tolerance: A combination of RAID 1 and RAID 0 combined. Raid 0 is used for performance, and RAID 1 is used for fault tolerance.


(From Computer Desktop Encyclopedia
C 1998 The Computer Language )