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 advantages of devops int respect of technical and business perspective?
What is the role of aws in devops ?
How you can update memcached when data changes?
Name three important devops kpis?
What are the DevOps tools?
What are the core operations of DevOps in terms of development and Infrastructure?
What are the virtualization tools in devops ?
What do you mean by DevOps?
What is IaC in DevOps?
Why we need devops?
Explain how DevOps is helpful to developers?
What is DevOps culture?