A portable computer named Computer1 runs Windows 7 and accesses a shared folder named Share1 on a file server named Server1 that runs Windows Server 2008. You must ensure that files from Share1 are available when Server1 is offline and that any cached copies of these files on Computer1 are stored in encrypted form. How should you configure Computer1 to meet both requirements?
Certification
Microsoft Certification
Difficulty: Medium
Choose an option
-
AOn Server1, encrypt the files in Share1, and on Computer1, make Share1 available offline
-
BOn Server1, enable BitLocker Drive Encryption, and on Computer1, make Share1 available offline
-
COn Computer1, make Share1 available offline and enable encryption of offline files
-
DOn Computer1, copy files from Share1 to the Documents library and enable BitLocker Drive Encryption
Answer
Correct Answer: On Computer1, make Share1 available offline and enable encryption of offline files
Explanation
Introduction / Context:Windows 7 includes the Offline Files feature, which allows client computers to cache copies of files that reside on a network share. This is very useful for portable computers that may disconnect from the corporate network. At the same time, organizations often require that cached data is encrypted to protect sensitive information if the portable device is lost or stolen. This question focuses on configuring a Windows 7 client to both cache and encrypt offline files from a network share.Given Data / Assumptions:
- Computer1 runs Windows 7 and is a portable client machine.
- Server1 runs Windows Server 2008 and hosts a shared folder named Share1.
- The user needs offline access to files in Share1 when the server is unavailable.
- The cached copies on Computer1 must be encrypted to protect data at rest.
- You are allowed to configure settings on Computer1.