H19-338_V3.0 · Question #128
Why does NVMe provide better performance than SAS? (Multiple choice)
The correct answer is A. The CPU can directly access devices through NVMe. There is no need for SAS protocol B. Interaction times of the NVMe protocols are only half that of the SAS protocols C. The NVMe architecture supports increased I/O concurrency. All three options - A, B, and C - correctly identify genuine performance advantages of NVMe over SAS. NVMe connects directly over PCIe, allowing the CPU to communicate with storage without the overhead layers required by the SAS/SCSI protocol stack, which is why A is correct…
Question
Why does NVMe provide better performance than SAS? (Multiple choice)
Options
- AThe CPU can directly access devices through NVMe. There is no need for SAS protocol
- BInteraction times of the NVMe protocols are only half that of the SAS protocols
- CThe NVMe architecture supports increased I/O concurrency
- DNone of the above
How the community answered
(55 responses)- A71% (39)
- D29% (16)
Explanation
All three options - A, B, and C - correctly identify genuine performance advantages of NVMe over SAS. NVMe connects directly over PCIe, allowing the CPU to communicate with storage without the overhead layers required by the SAS/SCSI protocol stack, which is why A is correct. NVMe's streamlined command set has significantly lower interaction latency than SAS - the protocol overhead is reduced so that round-trip command times are a fraction of those in SAS, making B correct. NVMe also supports tens of thousands of parallel I/O queues, each with thousands of commands, compared to SAS's single queue model, enabling far greater concurrency as stated in C. Option D is wrong simply because A, B, and C are all valid - NVMe beats SAS across CPU accessibility, latency, and queue depth simultaneously.
Memory tip: Think of NVMe as a highway with thousands of lanes (queues) running directly into the city (CPU), while SAS is a single-lane road that must pass through multiple toll booths (protocol layers) first - fewer stops, more lanes, faster traffic.
Topics
Community Discussion
No community discussion yet for this question.