Advertisement

Follow Us

Basic & Fundamentals

Advertisement

Recent Posts

Advertisement
Advertisement

Most Read

Virtualization Basics and Fundamentals

Virtualization is the process or a technique which can create a virtual version of IT datacenter components such as Compute, storage and network etc....

AWS Certified Solutions Architect Associate (SAA02) – Free Practice Tests

This AWS practice test helps you to pass the following AWS exams and can also helps you to revise the AWS concepts if you...

Cloud Computing Basics and Fundamentals

In this first post, we learn the fundamental basics of Cloud Computing, cloud characteristics and its advantages, different cloud implementation models, major cloud services...

Network Basics and Fundamentals

A Network is basically connecting two or more devices though a wired or wireless channel to share & exchange the information electronically. These devices...

Cloud Infrastructure Performance Tuning -Basics and Fundamentals

Applications in cloud environment may need to be tuned for the performance over the time and to meet the continuous changes in the user...

Basic concepts of Cloud Configurations and Cloud Deployments

A successful cloud deployment requires proper planning and determining the right cloud configurations and then executing the plan as it is. But to create...

Security Basics and Fundamentals

Security is the important strategy which is to be planned and implemented across all infrastructure layers to secure the IT infrastructure and the information...

3.4 Overview of RAID 1 and its use cases

HomeStorage Area Networking3.4 Overview of RAID 1 and its use cases
RAID 1 uses the mirroring technique. In this RAID configuration, data is mirrored to provide fault tolerance. A RAID 1 set consists of two disk drives and every write is written to both disks.  These two disks are often referred as mirrored pair and the mirroring is transparent to the compute system. 
 
When a write request comes to the RAID controller, it is written to both disks in the mirrored pair. Both the disks in this RAID type will always be in sync with each other. For some reason if data is not in sync in the two drives, then the RAID is referred as degraded. It means there is a degraded redundancy and degraded performance. If either of the drives in the RAID set fails, the other can be used to service both reads and writes. If both fail, the data in the RAID set will be lost.


RAID 1
 
RAID 1 is considered as a high performance and safe RAID level because the act of mirroring writes is computationally lightweight when compared with parity based RAID. It is also considered as safe because the rebuild times can be relatively fast as the full copy of the data still exists on the surviving disk drive and the RAID set can be rebuild through the fast copy rather than a slower parity rebuild.
 
During disk failure, the impact on data recovery in RAID 1 is the least among all RAID implementations. This is because the RAID controller uses the mirror drive for data recovery. When a drive fails in a RAID 1 set, the set is marked as degraded but all read/write operations will continue and you might see some impact on read performance. Once the failed drive is replaced with a new drive, the RAID set will be rebuilt by the drive copy operation and all the contents of the surviving drive are copied to the new drive and RAID set will be in full redundancy mode.
 
The only disadvantage of this RAID type is it is expensive. Since it requires double of the storage capacity for mirroring the data, it is required to buy the extra storage space for getting redundancy and protection.

RAID 1 Use Cases

RAID-1 is ideal for mission critical storage, for instance for accounting systems. It is also suitable for small servers in which only two data drives will be used. Choose RAID 1 if
  • Applications require high availability and cost is not a constraint.
  • High write performance is needed as there is no write penalty for small random writes when compared with RAID 5 and RAID 6.
  • High read performance is required as the data read operation can be satisfied from either of the drives in the mirrored pair. This will provide higher IOPS from both the drives which is not available in other RAID types.

Advantages

  • RAID 1 offers excellent read speed and a write-speed that is comparable to that of a single drive.
  • In case a drive fails, data do not have to be rebuild, they just have to be copied to the replacement drive.
  • RAID 1 is a very simple technology.

Disadvantages

  • The main disadvantage is that the effective storage capacity is only half of the total drive capacity because all data get written twice.
  • Software RAID 1 solutions do not always allow a hot swap of a failed drive. That means the failed drive can only be replaced after powering down the computer it is attached to. For servers that are used simultaneously by many people, this may not be acceptable. Such systems typically use hardware controllers that do support hot swapping.
Go To >> Index Page
Sponsored Links

You might also like to read

7.7 Using Sub-LUN Auto Tiering techniques in SAN Infrastructure

Sub-LUN Auto-Tiering is another storage Capacity Optimization Technique which helps organization to tier different types of storage disks based on their speed, cost and...

1.1 Introduction to Data and Information

In the digital world, data is constantly produced. This data is used by businesses to make decisions. There are different types of data, including...

1.3 Key Characteristics of IT Datacenter

In the previous post, we understood the concepts of storage device, storage arrays and IT Datacenter. We also understood the various components of IT...

11.7 Taking Backup and Archive to a Cloud Storage

Data is important for organizations of all sizes. Organizations need to regularly back up data to avoid losses, stay compliant, and preserve data integrity....

3.1 Redundant Array of Independent Disks (RAID) Overview

One of the main feature why the storage systems became intelligent is by using the technique called RAID. A group of disk drives which...

11.4 Different types of Data Backup techniques

Based on the business needs and the required RTO/RPO, backup types can be categorised as full, incremental, cumulative (or differential), synthetic, incremental forever and...
Anil K Y Ommi
Anil K Y Ommihttps://mycloudwiki.com
Cloud Solutions Architect with more than 15 years of experience in designing & deploying application in multiple cloud platforms.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

AWS Certified Solutions Architect Professional – Free Practice Tests

This AWS practice test helps you to pass the following AWS exams and can also helps you to revise the AWS concepts if you...