Computer network naming scheme: Difference between revisions

Content deleted Content added
ClueBot (talk | contribs)
m Reverting possible vandalism by 76.184.52.57 to version by Aitias. False positive? Report it. Thanks, ClueBot. (556492) (Bot)
Replaced content with 'A'
Line 1:
A
A '''naming scheme''' is a plan for naming objects. In [[computing]], naming schemes are often used for objects connected into [[computer network]]s.
 
==Naming schemes in computing==
 
Large networks often use a systematic naming scheme, such as using a ___location (e.g. a department) plus a purpose to generate a name for a computer. For example, a web server for a marketing department may be called "marwww01".
 
However, smaller networks will frequently use a more personalized naming scheme to keep track of the many hosts. Popular naming schemes include trees, planets, rocks, etc.
 
Network naming can be hierarchical in nature, such as the [[Internet]]'s [[Domain Name System]]. Indeed, the Internet employs several universally applicable naming methods: Uniform Resource Names ([[Uniform Resource Name |URN]]), Uniform Resource Locators ([[Uniform Resource Locator|URL]]), and Uniform Resource Identifiers ([[Uniform Resource Identifier |URI]]). For the technically inclined, the following article is worth perusing: http://www.w3.org/TR/uri-clarification/.
 
The choice of names may be limited by a length limitation (such as 15 character flat name space for [[NetBIOS]]), or may be limited by a character set limitation (such as hyphens not being allowed for [[SQL Server]] names).
 
== See also ==
* [[Systematic name]]
* [[Geospatial network]]
 
== External links ==
* [http://namingschemes.com/ Naming schemes]
 
[[Category:Network addressing]]