SY0-301 · Question #557
A way to assure data at-rest is secure even in the event of loss or theft is to use:
The correct answer is A. Full device encryption. Full device encryption protects data at rest by making stored data unreadable without the correct credentials, ensuring security even if the physical device is lost or stolen.
Question
A way to assure data at-rest is secure even in the event of loss or theft is to use:
Options
- AFull device encryption.
- BSpecial permissions on the file system.
- CTrusted Platform Module integration.
- DAccess Control Lists.
How the community answered
(28 responses)- A86% (24)
- B4% (1)
- C11% (3)
Why each option
Full device encryption protects data at rest by making stored data unreadable without the correct credentials, ensuring security even if the physical device is lost or stolen.
Full device encryption encrypts all data stored on the device using a cryptographic key tied to the user's authentication credentials or a hardware security module. If the device is lost or stolen, the encrypted data cannot be read without the correct key, even if the storage media is removed and connected to another system. This is the definitive technical control for protecting data at rest against physical theft or loss.
File system permissions control access only within a running, authenticated operating system session and can be bypassed by booting from external media or removing the drive.
TPM integration enhances key storage and platform integrity verification but alone does not encrypt all data on the device; it must be combined with a full disk encryption solution to protect data at rest.
Access Control Lists restrict which authenticated users or processes can access specific resources within a live OS session but provide no protection if the physical storage media is accessed directly.
Concept tested: Full device encryption for data-at-rest protection
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.