139k views
5 votes
Which are true about FAT16?

Option 1: FAT16 - filenames limited to 8 characters with 3 character extension
Option 2: 64 KB allocation units
Option 3: Less efficient on partitions larger than 32 MB
Option 4: Suitable for large file servers

User RobS
by
7.9k points

1 Answer

4 votes

Final answer:

FAT16 is a file system with limitations on filename length and allocation units. It becomes less efficient on larger partitions, and is not suitable for large file servers.

Step-by-step explanation:

According to the information provided, the following statements are true about FAT16:

  1. FAT16 - filenames limited to 8 characters with 3 character extension: In the File Allocation Table 16 (FAT16) file system, filenames are limited to 8 characters with a 3 character extension. For example, 'file.txt' would be a valid filename in FAT16.
  2. 64 KB allocation units: FAT16 uses 64 KB allocation units, which means that files are allocated in units of 64 KB. If a file is smaller than 64 KB, it would still occupy a full 64 KB allocation unit.
  3. Less efficient on partitions larger than 32 MB: FAT16 becomes less efficient on partitions larger than 32 MB. This is because the size of the File Allocation Table increases with the size of the partition, leading to more disk space being used for storing the File Allocation Table.

Option 4: 'Suitable for large file servers' is false as FAT16 is not typically used for large file servers. It is more commonly used for smaller devices and older operating systems.

User Mrjrdnthms
by
7.8k points