nerdexam
Cisco

210-255 · Question #160

Which file system has 32 bits assigned to the address clusters of the allocation table?

The correct answer is A. FAT32. FAT32 is named for its use of 32-bit entries in the File Allocation Table to address cluster locations on the disk.

Host-Based Analysis

Question

Which file system has 32 bits assigned to the address clusters of the allocation table?

Options

  • AFAT32
  • BNTFS
  • CEXT4
  • DFAT16

How the community answered

(46 responses)
  • A
    91% (42)
  • B
    2% (1)
  • C
    2% (1)
  • D
    4% (2)

Why each option

FAT32 is named for its use of 32-bit entries in the File Allocation Table to address cluster locations on the disk.

AFAT32Correct

FAT32 (File Allocation Table 32) uses 32-bit values to store cluster addresses in the allocation table, which allows it to support larger volumes and more clusters than its predecessors. The '32' in the name directly refers to this 32-bit cluster addressing scheme, enabling partition sizes up to 2 TB and individual file sizes up to 4 GB minus 1 byte.

BNTFS

NTFS (New Technology File System) uses a Master File Table (MFT) rather than a File Allocation Table, and does not use the FAT addressing model at all.

CEXT4

EXT4 is a Linux journaling file system that uses inode-based addressing with extents, not a File Allocation Table with fixed-width cluster address entries.

DFAT16

FAT16 uses 16-bit entries in its allocation table, which limits it to a maximum of 65,536 clusters and much smaller partition sizes than FAT32.

Concept tested: FAT32 file system 32-bit cluster addressing

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-client/backup-and-storage/fat-hpfs-and-ntfs-file-systems

Topics

#FAT32#file allocation table#cluster addressing#file systems

Community Discussion

No community discussion yet for this question.

Full 210-255 Practice