Which file system is commonly used by Windows operating systems?
Correct!
Wrong!
NTFS (New Technology File System) is the standard file system for Windows, offering security, compression, and large file support.
What is the function of the Master File Table (MFT) in NTFS?
Correct!
Wrong!
The MFT stores metadata about files, such as file name, size, and physical location on disk.
Which file system supports journaling and is used on macOS?
Correct!
Wrong!
APFS (Apple File System) is optimized for macOS and supports journaling for data integrity.
What is slack space in data recovery?
Correct!
Wrong!
Slack space is the unused space in a disk cluster that may contain remnants of previously deleted files.
Which method is most commonly used to recover deleted files?
Correct!
Wrong!
File carving is used to recover deleted files by identifying file headers and footers, regardless of file system structures.
What is the main purpose of journaling in a file system?
Correct!
Wrong!
Journaling ensures file system consistency by recording changes before they are committed, which aids recovery after a crash.