Universal naming convention


networking
(UNC) The type of file system path used in Microsoft Windows networking to completely specify a directory on a file server.
The basic format is:
\\servername\sharename
where “servername” is the hostname or IP address of a network file server, and “sharename” is the name of a shared directory on the server. This is related to the conventional MS-DOS “C:\windows” style of directory name. E.g.
\\server1\dave
might be set up to point to
C:\users\homedirs\dave
on a server called “server1”.
It is possible to execute a program using this convention without having to specifically link a drive, by running:
\\server\share\directory\program.exe
The undocumented DOS command, TRUENAME can be used to find out the UNC name of a file or directory on a network drive.
Even Microsoft don’t know whether UNC stands for “Universal Naming Convention” or “Uniform Naming Convention”, both appear on their web site, sometimes withing the same document, but with a preference for “Universal”.
(2008-12-09)

Read Also:

  • Universal-negative

    noun, Logic. 1. a proposition of the form “No S is P.” Symbol: E, e.

  • Universalness

    adjective 1. of, relating to, or characteristic of all or the whole: universal experience. 2. applicable everywhere or in all cases; general: a universal cure. 3. affecting, concerning, or involving all: universal military service. 4. used or understood by all: a universal language. 5. present everywhere: the universal calm of southern seas. 6. versed in […]

  • Universal-postal-union

    noun 1. an international organization, formed in Bern, Switzerland (1875), that administers and regulates international postal service. Abbreviation: UPU.

  • Universal-product-code

    noun 1. a bar code that indicates price, product classification, etc., and can be read electronically, as at checkout counters in supermarkets. Abbreviation: UPC.

  • Universal-quantifier

    noun, Logic. 1. a quantifier indicating that the sentential function within its scope is true for all values of any variable included in the quantifier. universal quantifier noun 1. (logic) a formal device indicating that the open sentence that follows is true of every member of the relevant universe of interpretation, as (∀x)(Fx→Gx) or (x)(Fx→Gx): […]


Disclaimer: Universal naming convention definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.