1Y0-201 · Question #102
Scenario: An application that renders locally and creates a large number of temporary files on the local drive is installed on the Desktop OS machines. A Citrix Administrator creates a vDisk in…
The correct answer is D. Cache in device RAM with overflow on hard disk. For a workload that generates many local temporary files, caching write operations in device RAM with hard disk overflow delivers the best performance by minimizing I/O latency.
Question
Scenario: An application that renders locally and creates a large number of temporary files on the local drive is installed on the Desktop OS machines. A Citrix Administrator creates a vDisk in Private mode with this application installed. The administrator is in the process of updating a vDisk from Private mode to Standard mode and needs to determine the write cache type. Which cache type would provide the best performance?
Options
- ACache on server
- BCache on device hard drive
- CCache on device hard drive encrypted
- DCache in device RAM with overflow on hard disk
How the community answered
(59 responses)- A7% (4)
- B19% (11)
- C3% (2)
- D71% (42)
Why each option
For a workload that generates many local temporary files, caching write operations in device RAM with hard disk overflow delivers the best performance by minimizing I/O latency.
Cache on server routes all write I/O across the network to the Provisioning Server, introducing network latency and server overhead that degrades performance for high-volume local write workloads.
Cache on device hard drive writes directly to the local disk on every operation, which is considerably slower than RAM-based caching for workloads producing a high volume of temporary files.
Cache on device hard drive encrypted adds encryption/decryption overhead on top of disk I/O, making it the slowest option for high-frequency local write operations.
Cache in device RAM with overflow on hard disk writes data to RAM first, which is significantly faster than any disk-based I/O, directly benefiting applications that create large numbers of temporary files. When RAM capacity is reached, overflow is written to the local hard disk, preventing data loss while still taking maximum advantage of fast RAM for the most active writes.
Concept tested: Citrix PVS write cache type selection for performance
Source: https://docs.citrix.com/en-us/provisioning/current-release/managing-vdisks/write-cache.html
Topics
Community Discussion
No community discussion yet for this question.