220-802 · Question #396
Which of the following is the correct UNC path to use when mapping a network drive?
The correct answer is D. \\server\share. A Universal Naming Convention (UNC) path follows the format \\server\share, where 'server' is the hostname or IP address of the machine hosting the resource, and 'share' is the name of the shared folder. For example: \\FileServer\Documents. Options A and B incorrectly place…
Question
Which of the following is the correct UNC path to use when mapping a network drive?
Options
- A\share\password
- B\share\server
- C\server\username
- D\server\share
How the community answered
(28 responses)- A4% (1)
- C7% (2)
- D89% (25)
Explanation
A Universal Naming Convention (UNC) path follows the format \server\share, where 'server' is the hostname or IP address of the machine hosting the resource, and 'share' is the name of the shared folder. For example: \FileServer\Documents. Options A and B incorrectly place 'share' or 'server' in the wrong order or pair it with non-standard fields like 'password' or reversed order. Option C uses \server\username, which is not a valid UNC format - usernames are credentials, not share names.
Topics
Community Discussion
No community discussion yet for this question.