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

4.3 Overview of Fibre Channel (FC) SAN Protocol

Traditionally, compute operating systems have communicated with peripheral devices over channel connections, such as Enterprise Systems Connection (ESCON) and SCSI. Channel technologies provide high...

6.2 Functions of Converged Enhanced Ethernet (CEE)

Conventional Ethernet is lossy in nature, which means that frames might be dropped or lost under congestion conditions. Therefore, Converged Enhanced Ethernet (CEE) provides...

4.8 Basic troubleshooting tips for Fibre Channel (FC) SAN issues

There are many areas where the errors can be made and you might experience lots of issues with the mis-configuration settings. A thorough and...

13.2 Introduction to the key Storage Management Operations

The Key Storage Management Operations consists of Storage Monitoring, Storage Alerting, and Storage Reporting. Storage Monitoring provides the performance and availability status of various infrastructure...

3.9 The next generation RAID techniques

The use of RAID technology started approximately 20 years ago and there are no significant advancements on the RAID technology till last 5-6 years....

10.4 Software Defined Networking (SDN) Introduction

Traditionally in any data center, a switch or a router consists of a data plane and a control plane. The function of the data...
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...