0
2.8kviews
List the advantages, disadvantages of RAID level 0, 1,5
1 Answer
| written 3.6 years ago by |
Raid Level 0: Implements a striped disk array, the data is broken into blocks, & each block is written to a separate disk drive. Uses entire disk capacity. Minimum two drives are required to implement.
Applications: Video & image processing.

Advantages: Improved performance for Input/Output operations as the I/O load …