CV0-003 · Question #176
Which of the following typically provides a FASTER access speed in a network storage implementation?
The correct answer is C. DAS. DAS (Direct Attached Storage) provides the fastest access speeds because storage is physically connected directly to the host server, eliminating all network latency and protocol overhead.
Question
Which of the following typically provides a FASTER access speed in a network storage implementation?
Options
- ANFS
- BSAN
- CDAS
- DSATA
How the community answered
(24 responses)- B8% (2)
- C88% (21)
- D4% (1)
Why each option
DAS (Direct Attached Storage) provides the fastest access speeds because storage is physically connected directly to the host server, eliminating all network latency and protocol overhead.
NFS is a file-level network protocol that adds significant overhead from TCP/IP encapsulation and the network stack, making it the slowest of the options listed.
SAN provides block-level storage over a dedicated network (Fibre Channel or iSCSI) and is faster than NFS, but still incurs network fabric latency that DAS avoids.
With DAS, the storage device connects directly to the server via interfaces such as SAS or SATA, meaning I/O requests do not traverse any network fabric. This eliminates the latency introduced by network switches, HBAs, and protocol encapsulation. As a result, DAS consistently delivers lower latency and higher throughput compared to any network-based storage option.
SATA is a physical drive interface and bus technology, not a storage implementation or access method; it describes how a drive connects internally, not a network storage solution.
Concept tested: Comparing storage access speed - DAS vs SAN vs NFS
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/storage-options
Topics
Community Discussion
No community discussion yet for this question.