RAID level 0 (striping)
RAID 0 uses data striping, which is writing data in equal-sized segments across the physical disks. RAID 0 does not provide data redundancy.

RAID 0 characteristics:
- Groups n disks as one large virtual disk with a capacity of (smallest disk size) *n disks.
- Data is stored to the disks alternately.
- No redundant data is stored. When a disk fails, the large virtual disk fails with no means of rebuilding the data.
- Better read and write performance.