Which of these is characteristic of $\textsf{RAID 5}?$
The parity data are not written to a fixed drive, they are spread across all drives. Using the parity data, the computer can recalculate the data of one of the other data blocks, should those data no longer be available. That means a RAID 5 array can withstand a single drive failure without losing data or access to data.
Reference:https://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_5
Ans D