SK0-004 · Question #851
A file server on the network stores sensitive data for multiple departments in the company. A systems administrator has been instructed to ensure only data stored by the accounting department is…
The correct answer is B. File-level encryption. File-level encryption allows granular control, encrypting only specific files or folders such as those belonging to the accounting department, without affecting other data on the same disk.
Question
A file server on the network stores sensitive data for multiple departments in the company. A systems administrator has been instructed to ensure only data stored by the accounting department is encrypted. Which of the following solutions should the systems administrator implement to encrypt this data in the MOST efficient manner?
Options
- ADisk-level encryption
- BFile-level encryption
- CData transfer encryption
- DUser-initiated encryption
How the community answered
(30 responses)- A10% (3)
- B83% (25)
- C3% (1)
- D3% (1)
Why each option
File-level encryption allows granular control, encrypting only specific files or folders such as those belonging to the accounting department, without affecting other data on the same disk.
Disk-level encryption encrypts all data on the entire disk or volume, making it impossible to encrypt only the accounting department's data without also encrypting all other departments' data.
File-level encryption targets individual files or directories, making it possible to encrypt only the accounting department's data on a shared file server. This is the most efficient solution because it applies encryption selectively without requiring full-disk re-encryption or user intervention, and can be enforced via access control policies such as Windows EFS (Encrypting File System).
Data transfer encryption such as TLS protects data in transit over the network, not data stored at rest on the file server.
User-initiated encryption is inefficient and unreliable because it depends on individual users to manually encrypt files, which is not a scalable or enforceable administrative solution.
Concept tested: Selective file-level encryption for data at rest
Source: https://learn.microsoft.com/en-us/windows/security/information-protection/encrypting-file-system/encrypting-file-system-overview
Topics
Community Discussion
No community discussion yet for this question.