What is RAID 0 and its features, advantage and disadvantage?
RAID Level 0
Definition:
RAID 0, or Redundant Array of Independent Disks, Level 0 – also called striping – is a method of storing data on multiple computer storage devices – usually hard disks or disk partitions – by interleaving the data and spreading it across the devices usually achieving faster read and write speeds.
Common Name(s):
RAID 0. (Note that the term “RAID 0″ is sometimes used to mean not only the conventional striping technique described here but also other “non-redundant” ways of setting up disk arrays. Sometimes it is (probably incorrectly) used just to describe a collection of disks that doesn’t use redundancy.)
Description:
The simplest RAID level, RAID 0 should really be called “RAID”, since it involves no redundancy. Files are broken into stripes of a size dictated by the user-defined stripe size of the array, and stripes are sent to each disk in the array. Giving up redundancy allows this RAID level the best overall performance characteristics of the single RAID levels, especially for its cost. For this reason, it is becoming increasingly popular by performance-seekers, especially in the lower end of the marketplace.

RAID 0

RAID 0
Controller Requirements: Supported by all hardware controllers, both SCSI and IDE/ATA, and also most software RAID solutions.
Hard Disk Requirements: Minimum of two hard disks (some may support one drive, the point of which escapes me); maximum set by controller. Any type may be used, but they should be of identical type and size for best performance and to eliminate “waste”.
Array Capacity: (Size of Smallest Drive * Number of Drives).
Storage Efficiency: 100% if identical drives are used.
Fault Tolerance: None. Failure of any drive results in loss of all data, short of specialized data recovery.
Availability: Lowest of any RAID level. Lack of fault tolerance means no rapid recovery from failures. Failure of any drive results in array being lost and immediate downtime until array can be rebuilt and data restored from backup.
Degradation and Rebuilding: Not applicable.
Random Read Performance: Very good; better if using larger stripe sizes if the controller supports independent reads to different disks in the array.
Random Write Performance: Very good; again, best if using a larger stripe size and a controller supporting independent writes.
Sequential Read Performance: Very good to excellent.
Sequential Write Performance: Very good.
Cost: Lowest of all RAID levels.
Special Considerations: Using a RAID 0 array without backing up any changes made to its data at least daily is a loud statement that that data is not important to you.
Recommended Uses: Non-critical data (or data that changes infrequently and is backed up regularly) requiring high speed, particularly write speed, and low cost of implementation. Audio and video streaming and editing; web servers; graphic design; high-end gaming or hobbyist systems; temporary or “scratch” disks on larger machines.
Tools for RAID 0
Clone RAID array to another RAID or physical disk without reinstalling Windows
Resize RAID virtual partition to solve low disk space problem and improve computer performance.
Recover deleted, formatted and lost data with RAID data recovery software
Popularity: 8%
Related Articles
- How to Create Dynamic Disk Volumes?
- Is RAID 10 the same as RAID 01?
- What is RAID 5 and its features, advantage and disadvantage?
- What is RAID 1 and its features, advantage and disadvantage?
- What is the difference between hardware RAID and software raid?
- Explanation about RAID, hardware raid and software raid
Categories
- Data Backup
- Data Recovery
- Data Security
- Data Transfer
- Extend Partition
- HDD Basic
- HDD Clone
- HDD defragment
- HDD diagnose
- HDD monitor
- HDD News
- HDD optimise
- HDD repair
- HDD tool
- Partition magic
- Partition Manager
- Partition Recovery
- RAID
- Resize Partition
- Review
- Software Coupon
- Windows 2003 Server
- windows 7
Translator

Most Viewed
- How to Solve C Drive Run Out of Space Problem with Ease? - 60,364 views
- How to Merge Partitions in Windows Server or PC to Increase C Drive? - 45,087 views
- How to use Diskpart command line to convert/resize/delete partitions? - 38,103 views
- How to convert NTFS to FAT32 without data losing? - 32,320 views
- Change Partition Type between Logical and Primary without Data Losing - 27,526 views
- Resize Windows Server 2000/2003/2008 with Partition Magic Server Software - 24,601 views
- What is RAID 5 and its features, advantage and disadvantage? - 22,351 views
- Convert Dynamic Disk to Basic Disk without Data Losing - 20,087 views
- Hard Disk and Hard Drive Physical Components - 18,469 views
- How to change cluster size without reformatting? - 16,966 views










