RAID
- RAID stands for Random Arrays of independent disks.
- The storage which we are used in laptops,computers are single disk.but its servers,data centers,we used multiple disks, means RAID technology.
- RAID saves data in the form of cache can improve system performance in the same way additional disks can also improve system performance.
- In RAID we use array of disks.These disks operate independently.
- Since,there are many disks,separate and multiple input-output request can be handled in parallel if the data required is on separate disk.
- A single input-output operation can be handled in parallel if the data required is distributed across multiple disks.
- RAID technology presents data loss due to disk failure.
- RAID technology can be implemented in hardware or software.
- Servers may be use of RAID technology.
- To present fail of operating system,RAID technology is beneficial.
RAID 0:
As same data is placed on multiple disk it is called data mirroring. No striping is used only mirroring is used.A write request means that both the disk must updated.this can be clone is parallel
Recovery from failure is simple if one drive fail we just have to access data from the second drive
RAID 4:
In Level 4 parity is transfer level. As with Level 3, a single drive is used to store redundant data using a parity check byte for each data stripe.
0 Comments