nerdexam
CompTIA

SK0-004 · Question #727

A server administrator wants to minimize the amount of disk thrashing on a server. The BEST way to accomplish this would be to:

The correct answer is C. use a high-speed multicore processor. Disk thrashing is excessive disk I/O caused by processing bottlenecks. A high-speed multicore processor reduces thrashing by completing workloads faster and lowering the demand on the disk subsystem.

Server administration

Question

A server administrator wants to minimize the amount of disk thrashing on a server. The BEST way to accomplish this would be to:

Options

  • Ause hard disks with high throughput.
  • Buse the maximum amount of memory.
  • Cuse a high-speed multicore processor.
  • Duse a cached disk controller with battery backup.

How the community answered

(40 responses)
  • A
    8% (3)
  • B
    5% (2)
  • C
    85% (34)
  • D
    3% (1)

Why each option

Disk thrashing is excessive disk I/O caused by processing bottlenecks. A high-speed multicore processor reduces thrashing by completing workloads faster and lowering the demand on the disk subsystem.

Ause hard disks with high throughput.

High-throughput disks improve read/write speeds but do not reduce the number of disk operations triggered by processing or paging bottlenecks.

Buse the maximum amount of memory.

Adding maximum memory reduces virtual memory paging but does not address the CPU processing bottleneck that is the primary driver of disk thrashing in this context.

Cuse a high-speed multicore processor.Correct

A high-speed multicore processor can execute multiple threads concurrently, reducing processing bottlenecks that cause tasks to queue and generate excessive disk I/O. By completing CPU-bound operations faster, it reduces the memory pressure and paging activity that drives disk thrashing, making it the most effective hardware choice to address the root cause.

Duse a cached disk controller with battery backup.

A cached disk controller with battery backup improves write performance and reliability but does not reduce the frequency of disk operations that constitute thrashing.

Concept tested: Server hardware optimization to minimize disk thrashing

Topics

#disk thrashing#memory#performance optimization#server tuning

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice