NCA-AIIO · Question #23
Which feature of RDMA reduces CPU utilization and lowers latency?
The correct answer is B. Network adapters that include hardware offloading. Remote Direct Memory Access (RDMA) reduces CPU utilization and latency through network adapters with hardware offloading. These adapters handle data transfers directly between memory locations, bypassing CPU-intensive operations like memory copies and protocol processing…
Question
Which feature of RDMA reduces CPU utilization and lowers latency?
Options
- AIncreased memory buffer size.
- BNetwork adapters that include hardware offloading.
- CNVIDIA Magnum I/O software.
How the community answered
(35 responses)- A3% (1)
- B94% (33)
- C3% (1)
Explanation
Remote Direct Memory Access (RDMA) reduces CPU utilization and latency through network adapters with hardware offloading. These adapters handle data transfers directly between memory locations, bypassing CPU-intensive operations like memory copies and protocol processing. Larger buffers and software like Magnum I/O may enhance performance, but hardware offloading is the core RDMA feature delivering these benefits.
Topics
Community Discussion
No community discussion yet for this question.