Module 03 - Understand Various File Systems of Windows, Linux, and Mac Operating Systems

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/93

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:08 PM on 3/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

94 Terms

1
New cards

What operating system uses file systems such as FAT, FAT32, NTFS, etc. NTFS stores

metadata of files and folders in a system file called Master File Table (MFT)?

Windows OS

2
New cards

Examining the ________ file provides information such as MAC times, file name, file location, etc., which is of forensic interest. Forensic investigators also should possess knowledge on file allocation and deletion that helps them recover lost data during investigation.

$MFT

3
New cards

What was designed in 1976,and is a file system for many OSes such as DOS, Windows, and OpenDOS?

File Allocation Table (FAT)

4
New cards

Designed for small hard disks and a simple folder structure, the _______ file system is named after the way it organizes folders and a file allocation table, which stores all the files and resides at the beginning of the volume.

File Allocation Table (FAT)

5
New cards

File Allocation Table (FAT) has three versions which differ in terms of the size of the entries in the FAT structure. Which of the following are of three versions of FAT?

FAT12, FAT16, and FAT32

6
New cards

True or False: FAT creates two copies of the file allocation table to protect the volume

from damage.

True

7
New cards

The file allocation table and root folder are stored in a permanent location. The volume formatted using the FAT file system forms a _____-and the size of the formatted volume determines the _______.

Cluster and Cluster Size

8
New cards

What is one of the latest file systems supported by Windows that is a high-performance file system that repairs itself; it supports several advanced features such as file-level security, compression, and auditing? It also supports large and powerful volume storage solutions such as self-recovering disks.

New Technology File System (NTFS)

9
New cards

What provides data security as it has the capability to encrypt or decrypt data, files, or folders and uses a 16-bit Unicode character set naming method for files and folders?This attribute allows users worldwide to manage their files in their native languages.

New Technology File System (NTFS)

10
New cards

Which of the following are features of NTFS?

NTFS uses the b-tree directory scheme to store information about file clusters

11
New cards

Which of the following are features of NTFS?

NTFS stores the information about a file’s clusters and other data within the cluster

12
New cards

Which of the following are features of NTFS?

NTFS supports files of size up to approximately 16 billion bytes

13
New cards

Which of the following are features of NTFS?

An access-control list (ACL) allows the server administrator to access specific files

14
New cards

Which of the following are features of NTFS?

NTFS features integrated file compression

15
New cards

Which of the following are features of NTFS?

NTFS provides data security on both removable and fixed disks

16
New cards

Which of the following components is a part of the NTFS architecture?

Hard disk

17
New cards

Which of the following components is a part of the NTFS architecture?

Master Boot Record

18
New cards

Which of the following components is a part of the NTFS architecture?

Boot Sector

19
New cards

Which of the following components is a part of the NTFS architecture?

Ntldlr.dll

20
New cards

Which of the following components is a part of the NTFS architecture?

Ntfs.sys

21
New cards

Which of the following components is a part of the NTFS architecture?

Kernel mode

22
New cards

Which of the following components is a part of the NTFS architecture?

User mode

23
New cards

What component of NTFS is comprised of at least one partition?

Hard disk

24
New cards

What component of NTFS contains executable master boot code that the computer system BIOS loads into memory; this code is used to scan the Master Boot Record to locate the partition table to find out which partition is active/bootableleast one partition?

Master Boot Record

25
New cards

What component of NTFS is also known as volume boot record (VBR), it is a very first sector found in a NTFS filesystem which stores the boot code and other information, such as the type, location of size of data in NTFS filesystem?

Boot Sector

26
New cards

What component of NTFS as a boot loader, it accesses the NTFS filesystem and loads contents of the boot.ini file?

Ntldlr.dll

27
New cards

What component of NTFS is a computer system file driver for NTFS?

Ntfs.sys

28
New cards

What component of NTFS is the processing mode that permits the executable code to have direct access to all the system components?

Kernel mode

29
New cards

What component of NTFS is the processing mode in which an executable program or code runs?

User mode

30
New cards

Which of the following NTFS system files contain file-system metadata?

$attrdef

31
New cards

Which of the following NTFS system files contain file-system metadata?

$badclus

32
New cards

Which of the following NTFS system files contain file-system metadata?

$bitmap

33
New cards

Which of the following NTFS system files contain file-system metadata?

$boot

34
New cards

Which of the following NTFS system files contain file-system metadata?

$logfile

35
New cards

Which of the following NTFS system files contain file-system metadata?

$mft

36
New cards

Which of the following NTFS system files contain file-system metadata?

$mftmirr

37
New cards

Which of the following NTFS system files contain file-system metadata?

$quota

38
New cards

Which of the following NTFS system files contain file-system metadata?

$upcase

39
New cards

Which of the following NTFS system files contain file-system metadata?

$volume

40
New cards

Which of the following NTFS system files contains definitions of all system-and user-defined attributes of the volume?

$attrdef

41
New cards

Which of the following NTFS system files contains all the bad clusters?

$badclus

42
New cards

Which of the following NTFS system files contains bitmap for the entire volume?

$bitmap

43
New cards

Which of the following NTFS system files contains the volume's bootstrap?

$boot

44
New cards

Which of the following NTFS system files is used for recovery purposes?

$logfile

45
New cards

Which of the following NTFS system files is a mirror of the MFT used for recovering files?

$mft

46
New cards

Which of the following NTFS system files contains a record for every file?

$mftmirr

47
New cards

Which of the following NTFS system files converts characters into uppercase Unicode?

$upcase

48
New cards

Which of the following NTFS system files contains volume name and version number?

$volume

49
New cards

When was Encrypting File System (EFS) first introduced?

Version 3.0 of NTFS

50
New cards

What offers file system-level encryption?

Encrypting File System (EFS)

51
New cards

What has the Encrypting File System (EFS) as a built-in feature?

New Technology File System (NTFS)

52
New cards

What encryption technology maintains a level of transparency for the users who encrypted a file?

Encrypting File System (EFS)

53
New cards

To take the best advantage of the encryption capability, experts recommend that the

system should have encryption at the_____

Folder level

54
New cards

What is a part of the security subsystem, acts as an interface with the EFS driver by using the local procedure call (LPC) communication port between the Local Security Authority (LSA) and the kernel-mode security reference monitor?

Encryption File System (EFS) Service

55
New cards

What acts as an interface with CryptoAPI in the user mode in order to derive file encryption keys to generate data decryption fields (DDFs) and data recovery fields (DRFs)? This service also supports Win32 application programming interfaces (APIs).

Encryption File System (EFS) Service

56
New cards

What uses CryptoAPI to extract the file encryption key (FEK) for a data file and uses it to encode the FEK and produce the DDF?

Encryption File System (EFS) Service

57
New cards

What is a file system filter driver stacked on top of NTFS. It connects with the EFS service to obtain file encryption keys, DDFs, DRFs, and other key management services.

Encryption File System (EFS) Driver

58
New cards

What sends information to the EFS file system runtime library (FSRTL) to perform file-system functions such as open, read, write, and append?

Encryption File System (EFS) Driver

59
New cards

What contains a set of functions that allow application developers to encrypt their Win32 applications; these functions allow applications to encrypt or digitally sign data and offer security for private key data?

CryptoAPI

60
New cards

What supports public-key and symmetric-key operations such as generation, management and secure storage, exchange, encryption, decryption, hashing, digital signatures, and the verification of signature?

CryptoAPI

61
New cards

What is a part of the EFS driver that implements NTFS callouts to handle various file-system operations such as reads, writes, and opens on encrypted files and directories, as well as operations to encrypt, decrypt, and recover file data when the system writes it to or reads it from the disk?

Encryption File System (EFS) FSRTL

62
New cards

EFS provides an API set to provide access to its features; the API set also provides a programming interface for operations such as the encryption of plaintext files, decryption or recovery of ciphertext files, and import and export of encrypted files without decryption.

Win32 API

63
New cards

What is a type of computer file that attempts to use file-system space more efficiently when blocks allocated to the file are mostly empty?

Sparse file

64
New cards

To improve efficiency, what file system writes brief information (metadata) about the file in the empty blocks to fill the block using a low amount of disk space?

Sparse file

65
New cards

What offers a technique of saving disk space by allowing the I/O subsystem to allocate only meaningful (nonzero) data?

Sparse file

66
New cards

What OS uses different file systems to store data?

Linux

67
New cards

The Linux file system architecture consists of two parts. Which of the following is one of the two parts?

User space

68
New cards

The Linux file system architecture consists of two parts. Which of the following is one of the two parts?

Kernel space

69
New cards

What is the protected memory area where user processes run, and this area contains the available memory?

User space

70
New cards

What is the memory space where the system supplies all kernel services through kernel processes? Users can access this space through a system call only. A user process turns into a kernel process only when it executes a system call.

Kernel space

71
New cards

What sits between the user space and kernel space and provides the system call interface that connects the kernel to user-space applications?

GNU C Library (glibc)

72
New cards

What is an abstract layer on top of a complete file system and allows client applications to access various file systems?

Virtual File System (VFS)

73
New cards

What internal architecture consists of a dispatching layer, which provides filesystem abstraction and numerous caches to enhance the performance of file-system operations?

Virtual File System (VFS)

74
New cards

What has a single hierarchical tree structure representing the file system as a single entity and supports many different file systems and implements a basic set of common concepts, which were originally developed for UNIX?

Linux

75
New cards

What was Linux’s first file system?

Minix

76
New cards

What defines the directory structure and its contents in Linux and Unix-like OSes?

Filesystem Hierarchy Standard (FHS)

77
New cards

What has all files and directories are present under the root directory

(represented by /)?

Filesystem Hierarchy Standard (FHS)

78
New cards

What FHS directory Essential command binaries; e.g., cat, ls,

cp?

/bin

79
New cards

What FHS directory Static files of the boot loader; e.g.,

Kernels, Initrd?

/boot

80
New cards

What FHS directory Essential device files; e.g., /dev/null?

/dev

81
New cards

What FHS directory Host-specific system configuration files?

/etc

82
New cards

What FHS directory Users’ home directories, which hold saved files, personal settings, etc?

/home

83
New cards

What FHS directory Essential libraries for the binaries in /bin/ and /sbin/?

/lib

84
New cards

What FHS directory Mount points for removable media?

/media

85
New cards

What FHS directory Temporarily mounted file systems?

/mnt

86
New cards

What FHS directory Add-on application software packages?

/opt

87
New cards

What FHS directory is the Home directory for the root user?

/root

88
New cards

What FHS directory Virtual file system providing process and

kernel information as files?

/proc

89
New cards

What FHS directory Information about running processes; e.g., running daemons, currently logged- In users?

/run

90
New cards

What FHS directory Contains the binary files required for working?

/sbin

91
New cards

What FHS directory Site-specific data for services provided by the system?

/srv

92
New cards

What FHS directory are temporary files?

/tmp

93
New cards

What FHS directory Secondary hierarchy for read-only user data?

/usr

94
New cards

What FHS directory Variable data; e.g., logs, spool files, etc?

/var

Explore top flashcards

flashcards
¡Qué chévere! Unidad 6B
60
Updated 1196d ago
0.0(0)
flashcards
Exams (1, 2, & 3))
269
Updated 980d ago
0.0(0)
flashcards
Semester 2 exam
103
Updated 1030d ago
0.0(0)
flashcards
Ch. 7 Quiz
30
Updated 526d ago
0.0(0)
flashcards
Hindi
64
Updated 294d ago
0.0(0)
flashcards
Hartwell Math Vocabulary
90
Updated 175d ago
0.0(0)
flashcards
¡Qué chévere! Unidad 6B
60
Updated 1196d ago
0.0(0)
flashcards
Exams (1, 2, & 3))
269
Updated 980d ago
0.0(0)
flashcards
Semester 2 exam
103
Updated 1030d ago
0.0(0)
flashcards
Ch. 7 Quiz
30
Updated 526d ago
0.0(0)
flashcards
Hindi
64
Updated 294d ago
0.0(0)
flashcards
Hartwell Math Vocabulary
90
Updated 175d ago
0.0(0)