A technician is selecting a storage solution for a home server that requires fast access speeds and redundancy against a single drive failure. Which TWO technologies should be considered?
SSDs offer fast read/write speeds compared to HDDs.
Why this answer
SSD (Solid State Drive) provides fast access speeds due to its use of NAND flash memory, which eliminates mechanical seek times and rotational latency found in HDDs. This makes it ideal for a home server requiring rapid data retrieval. RAID 1 (mirroring) writes identical data to two drives, offering redundancy against a single drive failure by allowing the system to continue operating if one drive fails.
Exam trap
The trap here is that candidates often confuse RAID 0 with RAID 1, mistakenly thinking RAID 0 provides redundancy because it improves performance, or they overlook that SSDs are necessary for fast access speeds, assuming HDDs are sufficient for a home server.