What is RAID 1 and its features, advantage and disadvantage?
RAID Level 1: Commonly called Mirroring
RAID Level 1 is the pure implementation of data mirroring. In a nutshell RAID Level 1 gives you fault tolerance but it cuts your usable capacity in half and it offers excellent throughput and I/O performance. This RAID level is often used in servers for the system partition for enhanced reliability but PC enthusiasts can also get a nice performance boost from RAID Level 1. 50% of your purchased space will be used for duplication.
Description: RAID 1 is usually implemented as mirroring; a drive has its data duplicated on two different drives using either a hardware RAID controller or software (generally via the operating system). If either drive fails, the other continues to function as a single drive until the failed drive is replaced. Conceptually simple, RAID 1 is popular for those who require fault tolerance and don’t need top-notch read performance. A variant of RAID 1 is duplexing, which duplicates the controller card as well as the drive, providing tolerance against failures of either a drive or a controller. It is much less commonly seen than straight mirroring.

RAID 1

RAID 1
Controller Requirements: Supported by all hardware controllers, both SCSI and IDE/ATA, and also most software RAID solutions.
Hard Disk Requirements: Exactly two hard disks. Any type may be used but they should ideally be identical.
Array Capacity: Size of Smaller Drive.
Storage Efficiency: 50% if drives of the same size are used, otherwise (Size of Smaller Drive / (Size of Smaller Drive + Size of Larger Drive) )
Fault Tolerance: Very good; duplexing even better.
Availability: Very good. Most RAID controllers, even low-end ones, will support hot sparing and automatic rebuilding of RAID 1 arrays.
Degradation and Rebuilding: Slight degradation of read performance; write performance will actually improve. Rebuilding is relatively fast.
Random Read Performance: Good. Better than a single drive but worse than many other RAID levels.
Random Write Performance: Good. Worse than a single drive, but better than many other RAID levels. :^)
Sequential Read Performance: Fair; about the same as a single drive.
Sequential Write Performance: Good; again, better than many other RAID levels.
Cost: Relatively high due to redundant drives; lowest storage efficiency of the single RAID levels. Duplexing is still more expensive due to redundant controllers. On the other hand, no expensive controller is required, and large consumer-grade drives are rather inexpensive these days, making RAID 1 a viable choice for an individual system.
Special Considerations: RAID 1 arrays are limited to the size of the drives used in the array. Multiple RAID 1 arrays can be set up if additional storage is required, but RAID 1+0 begins to look more attractive in that circumstance. Performance may be reduced if implemented using software instead of a hardware controller; duplexing may require software RAID and thus may show lower performance than mirroring.
Recommended Uses: Applications requiring high fault tolerance at a low cost, without heavy emphasis on large amounts of storage capacity or top performance. Especially useful in situations where the perception is that having a duplicated set of data is more secure than using parity. For this reason, RAID 1 is popular for accounting and other financial data. It is also commonly used for small database systems, enterprise servers, and for individual users requiring fault tolerance with a minimum of hassle and cost (since redundancy using parity generally requires more expensive hardware.)
Tools for RAID 1
Clone RAID array to another RAID or physical disk without reinstalling Windows
Resize RAID1 virtual partition to solve low disk space problem and improve computer performance.
Recover deleted, formatted and lost data with RAID data recovery software
Popularity: 6%
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 0 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










