SG0-001 · Question #536
Which of the following would BEST ensure equal I/O distribution across all paths?
The correct answer is B. Active active. Active-active multipathing is the preferred configuration to ensure equal I/O distribution across all available paths to storage, as all paths are simultaneously utilized.
Question
Which of the following would BEST ensure equal I/O distribution across all paths?
Options
- AActive passive
- BActive active
- CMost recently used
- DRound robin
How the community answered
(29 responses)- B93% (27)
- C3% (1)
- D3% (1)
Why each option
Active-active multipathing is the preferred configuration to ensure equal I/O distribution across all available paths to storage, as all paths are simultaneously utilized.
Active-passive multipathing designates one path as active and others as standby, meaning I/O is not distributed across all paths simultaneously but rather fails over in case of a path failure.
Active-active multipathing allows all available paths to the storage array to be utilized simultaneously for I/O operations, ensuring the most even distribution of I/O load and maximizing throughput. This configuration contrasts with active-passive, where only one path handles I/O at a time.
"Most recently used" is a path selection policy that prioritizes the last successfully used path, which does not ensure an equal distribution of I/O across all available paths.
Round robin is a path selection policy that cycles through available paths, but it relies on an underlying active-active multipathing configuration to truly distribute I/O across all paths simultaneously; without active-active, it cannot utilize all paths for equal distribution.
Concept tested: Storage multipathing configurations and load balancing
Source: https://docs.vmware.com/en/VMware-vSphere/8.0/com.vmware.vsphere.storage.doc/GUID-187515D1-46AF-49D6-8344-93836796DF34.html
Topics
Community Discussion
No community discussion yet for this question.