
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Difference Between RAID 0 and RAID 1
In this post, we will understand the difference between RAID 0 and RAID 1
RAID 0
It stands for Redundant Array of Independent Disk level 0.
In this technology, disk stripping is used.
This technology is inexpensive.
It doesn’t have a write penalty.
The relative storage efficiency of this technology is 100%.
The write performance of this technology is better than RAID 1.
It emphasizes on the speed of data access.
It provides good performance for read operation.
It doesn’t provide any protection.
RAID 1
It stands for Redundant Array of Independent Disk level 1.
This technology uses disk mirroring technique.
It is an expensive method.
It comes with a write penalty.
The relative storage efficiency of this technology is 50%.
The write performance of RAID 1 is lesser in comparison to RAID 0.
The emphasis here is on the availability of the data.
It gives moderate performance for read operation.
It provides mirror protection.
- Related Questions & Answers
- What is RAID in DBMS?
- Difference Between exit(0) and exit(1)
- How to Create a RAID 0 Storage Array with ‘mdadm’ on Ubuntu 16.04
- Difference between while(1) and while(0) in C/C++
- Difference between while(1) and while(0) in C language
- How to Create a RAID 5 Storage Array with ‘mdadm’ on Ubuntu 16.04
- Difference between Hadoop 1 and Hadoop 2
- Difference Between COCOMO 1 and COCOMO 2
- Convert RE 1(0+1)*0 into equivalent DFA.
- What is the difference between JavaScript undefined and void(0)?
- Difference between x++ and x = x+1 in Java
- What is difference between selenium 1 and Selenium 2
- Maximum length subarray with difference between adjacent elements as either 0 or 1 in C++
- Maximum length subsequence with difference between adjacent elements as either 0 or 1 in C++
- Construct ∈-NFA of Regular Language L = 0(0+1)*1