Difficulty: Easy
Correct Answer: Map a network drive on Kim's Windows for Workgroups computer to her server home directory
Explanation:
Introduction:
Home directories on Windows NT Server are typically UNC paths (for example, \\\\SERVER\\Users\\Kim) that users access after logon. Clients as old as Windows for Workgroups (WfW) can still connect to SMB shares, provided name resolution and credentials are valid. The question asks what concrete step enables access for the WfW client.
Given Data / Assumptions:
Concept / Approach:
Windows for Workgroups supports SMB file sharing but typically requires manual mapping to a server share. Mapping a network drive (for example, drive H:) to Kim’s home directory explicitly connects her client to the UNC path with appropriate credentials. Replication services and relocating directories are irrelevant to basic access. There is no requirement that only NT clients can use home directories.
Step-by-Step Solution:
1) Confirm Kim's home directory is shared on the server with proper permissions.2) On Kim's WfW computer, open the network client and connect to \\\\SERVER\\Kim (or equivalent).3) Supply valid user credentials if prompted.4) Assign a drive letter so the home directory is easily accessible after logon.
Verification / Alternative check:
Testing a manual UNC connection confirms SMB reachability. Persisted mappings on logon ensure the drive remains available.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing domain logon with share mapping; older clients often need explicit drive mappings.
Final Answer:
Map a network drive on Kim's Windows for Workgroups computer to her server home directory
Discussion & Comments