71.8k views
3 votes
Suppose you have data that should not be lost on disk failure, and the application is write-intensive. How would you store the data?

User Neffets
by
6.8k points

1 Answer

3 votes

Answer:

use RAID 5

Step-by-step explanation:

The best option in this scenario would be to use RAID 5, this would all but eliminate the risk of losing the data. As you would need at atleast 3 seperate drives which would all act as backups for each other. Therefore, in the unlikely case that one of the drives were to fail or data were to become corrupt/lost the other drives would have a backup of that data which ca be used.

User Rockybilly
by
5.6k points