nerdexam
Microsoft

98-365 · Question #20

The system partition on a Windows Server must always be installed to a:

The correct answer is C. NTFS volume.. The system partition on a Windows Server must be formatted with the NTFS file system to support essential features like security, large file sizes, and file system journaling.

Understanding Server Installation

Question

The system partition on a Windows Server must always be installed to a:

Options

  • ADynamic disk.
  • BSimple volume.
  • CNTFS volume.
  • DFAT32 volume.

How the community answered

(37 responses)
  • A
    3% (1)
  • B
    5% (2)
  • C
    92% (34)

Why each option

The system partition on a Windows Server must be formatted with the NTFS file system to support essential features like security, large file sizes, and file system journaling.

ADynamic disk.

While Windows Server can use dynamic disks for data, the system partition itself is typically on a basic disk, and the core requirement is for the file system type, not the disk type.

BSimple volume.

A simple volume is a type of volume that can exist on basic and dynamic disks, but it does not specify the required underlying file system type.

CNTFS volume.Correct

Modern Windows Server operating systems require the system partition to be formatted with NTFS (New Technology File System) because it supports essential features like file permissions, encryption, compression, and larger volume sizes necessary for server environments.

DFAT32 volume.

FAT32 (File Allocation Table 32) has limitations on file size and partition size, lacks crucial security features, and is not supported for the system partition on modern Windows Server operating systems due to its limitations.

Concept tested: Windows Server system partition requirements

Source: https://learn.microsoft.com/windows/win32/fileio/file-system-functionality

Topics

#system partition#NTFS#Windows Server installation#file system requirements

Community Discussion

No community discussion yet for this question.

Full 98-365 Practice