CAS-001 · Question #287
Due to cost and implementation time pressures, a security architect has allowed a NAS to be used instead of a SAN for a non-critical, low volume database. Which of the following would make a NAS…
The correct answer is A. File level transfer of data E. Broadcast storms G. Latency. NAS (Network-Attached Storage) operates at the file level over standard Ethernet, while SAN (Storage Area Network) operates at the block level over a dedicated storage fabric. Three reasons NAS fails for this use case: (A) File-level transfer - databases require block-level I/O…
Question
Due to cost and implementation time pressures, a security architect has allowed a NAS to be used instead of a SAN for a non-critical, low volume database. Which of the following would make a NAS unsuitable for a business critical, high volume database application that required a high degree of data confidentiality and data availability? (Select THREE).
Options
- AFile level transfer of data
- BZoning and LUN security
- CBlock level transfer of data
- DMultipath
- EBroadcast storms
- FFile level encryption
- GLatency
How the community answered
(29 responses)- A62% (18)
- B10% (3)
- C21% (6)
- D3% (1)
- F3% (1)
Explanation
NAS (Network-Attached Storage) operates at the file level over standard Ethernet, while SAN (Storage Area Network) operates at the block level over a dedicated storage fabric. Three reasons NAS fails for this use case: (A) File-level transfer - databases require block-level I/O for efficient read/write operations; file-level access adds overhead and reduces performance. (E) Broadcast storms - NAS shares a standard Ethernet network, which is susceptible to broadcast storms that degrade or completely disrupt availability. (G) Latency - NAS incurs significantly higher latency due to file system overhead and shared network contention, making it unsuitable for high-volume transactional databases. Options B (Zoning/LUN security) and D (Multipath) are SAN advantages that NAS lacks but are not direct failure modes. Option C (block-level) is a SAN feature, not a NAS drawback. Option F (file-level encryption) is available on NAS and is not a disqualifying factor.
Topics
Community Discussion
No community discussion yet for this question.