220-802 · Question #277
220-802 Question #277: Real Exam Question with Answer & Explanation
The correct answer is B: \\servername\usershare. Windows uses the Universal Naming Convention (UNC) format for network paths, which requires two backslashes before the server name followed by a single backslash before the share name: \\servername\sharename. Backslashes are the Windows standard path separator. Options using forw
Question
Options
- A//servername\usershare
- B\servername\usershare
- C\servername/usershare
- D//servername/usershare
Explanation
Windows uses the Universal Naming Convention (UNC) format for network paths, which requires two backslashes before the server name followed by a single backslash before the share name: \servername\sharename. Backslashes are the Windows standard path separator. Options using forward slashes (A, C, D) follow URL or Unix-style conventions and are not valid UNC paths for mapping network drives in Windows. Option A uses forward slashes throughout, option C mixes separators incorrectly, and option D uses forward slashes throughout. Only option B uses the correct double-backslash prefix and backslash separator required by Windows for UNC paths.
Community Discussion
No community discussion yet for this question.