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.
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)- A3% (1)
- B5% (2)
- C92% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.