What is one of the downsides of using RAID 5 as opposed to RAID 1?
Answer: Both write and read performance are worse.
Explanation: The downside of RAID 5 is that write performance can be degraded because it must calculate parity as well as write the data to multiple disks. In RAID 1, the information is written once to two disks.