312-50V9 · Question #276
Sophia travels a lot and worries that her laptop containing confidential documents might be stolen. What is the best protection that will work for her?
The correct answer is D. Full disk encryption. Full disk encryption protects all data on a laptop even if the physical drive is removed and accessed on another machine. Other options can be trivially bypassed without the encryption key.
Question
Sophia travels a lot and worries that her laptop containing confidential documents might be stolen. What is the best protection that will work for her?
Options
- APassword protected files
- BHidden folders
- CBIOS password
- DFull disk encryption.
How the community answered
(27 responses)- A4% (1)
- B4% (1)
- D93% (25)
Why each option
Full disk encryption protects all data on a laptop even if the physical drive is removed and accessed on another machine. Other options can be trivially bypassed without the encryption key.
Password-protected files only secure individual files the user explicitly locks, leaving the rest of the file system fully readable to anyone with physical access.
Hidden folders rely on security through obscurity and are visible to any attacker using basic directory listing tools or a different OS.
A BIOS password can be reset by removing the CMOS battery, and it does not prevent an attacker from removing the hard drive and reading it in another machine.
Full disk encryption (FDE), such as BitLocker or FileVault, encrypts every sector of the drive using a key tied to the user's credentials or a TPM chip. If the laptop is stolen, the attacker cannot read any data without the decryption key, even by booting from external media or transplanting the drive to another system. This is the only option that provides comprehensive at-rest data protection regardless of how the disk is accessed.
Concept tested: At-rest data protection with full disk encryption
Source: https://learn.microsoft.com/en-us/windows/security/operating-system-security/data-protection/bitlocker/
Topics
Community Discussion
No community discussion yet for this question.