What is the difference between raid 0 and raid 1?
Answer / Preeti Gangwar
RAID 0 and RAID 1 are two common types of Redundant Array of Independent Disks (RAID) configurations that provide different levels of data protection:
1. RAID 0: It uses multiple disks to stripe data across all disks for improved performance. However, it does not offer any redundancy or data protection, as there is no parity or mirroring of data between disks. If one disk fails, the entire array fails.
2. RAID 1: It uses multiple disks to mirror data across all disks for improved reliability and data protection. Each disk stores an exact copy of the data, so if one disk fails, the system can continue operating using the other disk.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the success factors for continuous integration?
Why we need devops?
Mention some important features of memcached?
What are the DevOps tools?
Whether your video card can run unity how would you know?
What is Puppet?
Mention at what instance have you used the SSH?
What is the difference between raid 0 and raid 1?
Mention what is the difference between memcache and memcached?
How can one know the branches that are already merged into the master branch?
What is IaC in DevOps?
What are the benefits of the nosql?