SK0-003 · Question #433
In order to provide the lowest access latency, the optimal place for the system swap file is on:
The correct answer is B. the fastest storage device available in the system.. To achieve the lowest access latency for the system swap file, it should be placed on the fastest available storage device within the system.
Question
In order to provide the lowest access latency, the optimal place for the system swap file is on:
Options
- Aan external USB 1.1 4200RPM drive with 8MB of Cache.
- Bthe fastest storage device available in the system.
- Ca 10K RPM SCSI Drive with 2MB of Cache.
- Dthe operating system partition.
How the community answered
(22 responses)- B86% (19)
- C5% (1)
- D9% (2)
Why each option
To achieve the lowest access latency for the system swap file, it should be placed on the fastest available storage device within the system.
An external USB 1.1 4200RPM drive is an extremely slow storage option with high latency, making it completely unsuitable for optimal swap file performance.
A swap file, also known as a paging file, serves as an extension of physical RAM, temporarily storing data not actively in use. Placing it on the fastest storage device available, such as an NVMe SSD, minimizes the read and write times for these operations, significantly reducing access latency and improving overall system responsiveness, especially under heavy memory load.
While a 10K RPM SCSI drive is faster than some older drives, it is generally outperformed by modern SSDs or NVMe drives, which fall under the 'fastest storage device' category.
Placing the swap file on the operating system partition can lead to I/O contention between the OS, applications, and the swap file, potentially degrading performance rather than optimizing it.
Concept tested: Swap file placement for optimal performance
Source: https://learn.microsoft.com/windows-hardware/design/device-experiences/memory-paging-file-configuration
Topics
Community Discussion
No community discussion yet for this question.