nerdexam
CompTIA

CV0-003 · Question #135

Which of the following increases storage read throughput?

The correct answer is D. Caching. Caching stores frequently read data in high-speed memory so subsequent reads are served without hitting slower underlying storage, directly increasing read throughput.

Operations

Question

Which of the following increases storage read throughput?

Options

  • AScaling
  • BNIC teaming
  • CLoad balancing
  • DCaching

How the community answered

(46 responses)
  • A
    9% (4)
  • B
    2% (1)
  • C
    2% (1)
  • D
    87% (40)

Why each option

Caching stores frequently read data in high-speed memory so subsequent reads are served without hitting slower underlying storage, directly increasing read throughput.

AScaling

Scaling refers to adding capacity (vertical or horizontal) to a system generally and does not specifically address read throughput for storage without additional context.

BNIC teaming

NIC teaming aggregates multiple network interface cards to increase network bandwidth and provide redundancy, which affects network throughput rather than storage read performance.

CLoad balancing

Load balancing distributes incoming requests across multiple servers or resources to prevent bottlenecks, but it does not inherently increase the read speed of the underlying storage itself.

DCachingCorrect

Caching places hot data in faster-tier storage (such as RAM or NVMe) so that repeated read requests are fulfilled from the cache rather than the slower spinning disk or remote storage. This dramatically reduces latency and increases the number of read operations per second the system can sustain. It directly and specifically targets read throughput, making it the correct answer.

Concept tested: Storage caching to improve read throughput

Source: https://learn.microsoft.com/en-us/azure/architecture/best-practices/caching

Topics

#caching#storage throughput#read performance#storage optimization

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice