Universal Resource Locator: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 6: Line 6:


URN: Universal Resource Name
URN: Universal Resource Name
From the [http://tools.ietf.org/html/rfc3986 RFC Specification],
<blockquote>
A URI can be further classified as a locator, a name, or both.  The
  term "Uniform Resource Locator" (URL) refers to the subset of URIs
  that, in addition to identifying a resource, provide a means of
  locating the resource by describing its primary access mechanism
  (e.g., its network "location").  The term "Uniform Resource Name"
  (URN) has been used historically to refer to both URIs under the
  "urn" scheme [RFC2141], which are required to remain globally unique
  and persistent even when the resource ceases to exist or becomes
  unavailable, and to any other URI with the properties of a name.
</blockquote>


[[File:RFC3986_SyntaxDiagram.png]]
[[File:RFC3986_SyntaxDiagram.png]]
http://tools.ietf.org/html/rfc3986

Revision as of 11:58, 14 January 2014

Core part of the specification of the web. URLs name locations of resources online. The "names" used by the HTTP protocol to request and transmit documents/resources on the web.

Closely related to:

URI: Universal Resource Identifier,

URN: Universal Resource Name

From the RFC Specification,

A URI can be further classified as a locator, a name, or both. The term "Uniform Resource Locator" (URL) refers to the subset of URIs that, in addition to identifying a resource, provide a means of locating the resource by describing its primary access mechanism (e.g., its network "location"). The term "Uniform Resource Name" (URN) has been used historically to refer to both URIs under the "urn" scheme [RFC2141], which are required to remain globally unique and persistent even when the resource ceases to exist or becomes unavailable, and to any other URI with the properties of a name.

RFC3986 SyntaxDiagram.png