nerdexam
CompTIA

SG0-001 · Question #77

The best practice for ensuring high I/O performance is

The correct answer is C. Spreading the logical volumes across all logical disks using striping.. High I/O performance in storage systems is best achieved by distributing data across multiple physical disks using striping. This parallelizes read/write operations, significantly improving throughput.

Storage Management

Question

The best practice for ensuring high I/O performance is

Options

  • AMaking the logical volumes the same size as the physical disk.
  • BDedicating the physical disks to logical volumes.
  • CSpreading the logical volumes across all logical disks using striping.
  • DSpreading the logical volumes across all logical disks using concatenation.

How the community answered

(62 responses)
  • A
    8% (5)
  • B
    2% (1)
  • C
    87% (54)
  • D
    3% (2)

Why each option

High I/O performance in storage systems is best achieved by distributing data across multiple physical disks using striping. This parallelizes read/write operations, significantly improving throughput.

AMaking the logical volumes the same size as the physical disk.

Sizing logical volumes to physical disks is a capacity management decision and does not inherently improve I/O performance through parallelization.

BDedicating the physical disks to logical volumes.

Dedicating physical disks to logical volumes relates to resource allocation and isolation but does not provide the performance benefits of parallel I/O operations.

CSpreading the logical volumes across all logical disks using striping.Correct

Striping (commonly seen in RAID 0 or as part of other RAID levels) distributes data blocks sequentially across multiple physical disks. This parallel execution of I/O operations across several drives dramatically increases both read and write performance, leading to higher overall throughput.

DSpreading the logical volumes across all logical disks using concatenation.

Concatenation (JBOD) simply combines multiple disks into a single larger logical volume without distributing I/O operations in parallel, thus offering no performance improvement.

Concept tested: Storage I/O performance optimization via striping

Source: https://learn.microsoft.com/en-us/windows/win32/fileio/raid-overview

Topics

#I/O performance#logical volumes#striping#best practices

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice