nerdexam
CompTIA

SG0-001 · Question #535

If a server reads 2MB of data using 4KB block size in 1 second from a storage array, how many IOPS have been generated?

The correct answer is B. 512. To calculate IOPS, divide the total data transferred by the block size used, as IOPS represents the number of individual I/O operations per second.

Storage Functionality

Question

If a server reads 2MB of data using 4KB block size in 1 second from a storage array, how many IOPS have been generated?

Options

  • A256
  • B512
  • C768
  • D1024

How the community answered

(63 responses)
  • A
    5% (3)
  • B
    70% (44)
  • C
    10% (6)
  • D
    16% (10)

Why each option

To calculate IOPS, divide the total data transferred by the block size used, as IOPS represents the number of individual I/O operations per second.

A256

256 IOPS would be the result if 1MB of data were read at a 4KB block size, or 2MB at an 8KB block size.

B512Correct

IOPS (Input/Output Operations Per Second) is calculated by dividing the total amount of data transferred by the block size used. Given 2MB (2 * 1024 KB = 2048 KB) of data read with a 4KB block size, the calculation is 2048 KB / 4 KB = 512 IOPS.

C768

768 IOPS is an arbitrary value that does not result from the specified data transfer and block size parameters.

D1024

1024 IOPS would be the result if 4MB of data were read using a 4KB block size.

Concept tested: Storage performance metrics - IOPS calculation

Topics

#IOPS calculation#Storage performance#Block size#Throughput

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice