1. Home
  2. Computing & Technology
  3. Wireless / Networking
UNC
<Back to Last Page>     <Full Glossary>

Definition: UNC provides a naming convention for identifying network resources. UNC names consist of three parts, a server name, a share name, and an optional file path, that are combined using backslashes as follows

\\server\share\file_path

 Related Terms
• DNS
• LAN
• Samba
• WINS
 
 

The server portion of a UNC path refers to names maintained by a network naming service such as DNS or WINS. Share names can be defined by a system administrator or, in some cases, exist automatically within the local operating system.

For example, in Windows 2000 and earlier versions of Windows, the built-in share name admin$ refers to the root directory of the operating system installation (usually C:\WINNT or C:\WINDOWS). (Predefined share names in Windows generally end with a $, but this convention is not required for any new shares an administrator defines.)

Using Windows Explorer or the DOS command prompt, a person can map to the \\computer-name\admin$ UNC share and (with proper security credentials) can remotely access the directory tree under C:\WINNT or equivalent on that computer.

A person can also connect to subdirectories beneath admin$ by specifying the optional portion of the UNC name. For example, \\computer-name\admin$\system32 is the UNC name referring to C:\WINNT\system32 or equivalent on that computer.

UNC notation is used primarily for mapping network drives in the Microsoft Windows family of operating systems, although support for UNC appears in related technologies like Samba. UNC names are most commonly used to reach file servers or printers on a LAN.

Also Known As: Universal Naming Convention, Uniform Naming Convention

Related Resources:

Windows Networking Directory
Starting point for networking with the Microsoft Windows family of operating systems.
<Back to Last Page>     <Full Glossary>

Explore Wireless / Networking

More from About.com

  1. Home
  2. Computing & Technology
  3. Wireless / Networking
  4. Networking Basics
  5. A-Z Networking Terms
  6. U
  7. UNC - Computer Networking

©2008 About.com, a part of The New York Times Company.

All rights reserved.