nerdexam
GIAC

GSLC · Question #488

David works as a Network Administrator for NetTech Inc. The company has a Windows Server 2008 domain-based network. The network has a print server with two hard disks as basic disks, and 120 Windows…

The correct answer is A. Striped volume. A striped volume (RAID-0) in Windows dynamic disk management improves I/O performance by distributing data evenly across two or more disks, maximizing throughput for operations like print spooling.

Security Architecture & Engineering

Question

David works as a Network Administrator for NetTech Inc. The company has a Windows Server 2008 domain-based network. The network has a print server with two hard disks as basic disks, and 120 Windows XP Professional client computers. Users complain that printing is slow. To improve the printing performance, David wants to create a dynamic volume. Which of the following dynamic volumes will he create to enhance the performance?

Options

  • AStriped volume
  • BSpanned volume
  • CRAID-5 volume
  • DMirrored volume

How the community answered

(51 responses)
  • A
    94% (48)
  • B
    2% (1)
  • D
    4% (2)

Why each option

A striped volume (RAID-0) in Windows dynamic disk management improves I/O performance by distributing data evenly across two or more disks, maximizing throughput for operations like print spooling.

AStriped volumeCorrect

A striped volume writes data in stripes evenly across two or more physical disks simultaneously, which increases both read and write throughput by parallelizing disk I/O. For a print server experiencing slow printing due to disk I/O bottlenecks, striping the spool volume across the two available basic disks - converted to dynamic - directly improves performance.

BSpanned volume

A spanned volume combines areas of free space from multiple disks into one logical volume, increasing capacity but providing no performance improvement because data is written sequentially to each disk.

CRAID-5 volume

A RAID-5 volume distributes data with parity across three or more disks for fault tolerance; it requires a minimum of three disks and is not available with only two disks as described in the scenario.

DMirrored volume

A mirrored volume (RAID-1) duplicates all data across two disks for fault tolerance and redundancy, which does not improve write performance and can actually reduce it compared to a single disk.

Concept tested: Windows dynamic disk striped volume performance

Source: https://learn.microsoft.com/en-us/windows-server/storage/disk-management/overview-of-disk-management

Topics

#RAID#striped volume#Windows Server#disk performance

Community Discussion

No community discussion yet for this question.

Full GSLC Practice