Difference between revisions of "Uniform Resource Identifier"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→External Links) |
||
Line 24: | Line 24: | ||
* [https://en.wikipedia.org/wiki/Uniform_resource_identifier Uniform resource identifier] @ Wikipedia | * [https://en.wikipedia.org/wiki/Uniform_resource_identifier Uniform resource identifier] @ Wikipedia | ||
+ | |||
+ | [[Category:Computer science]] | ||
+ | [[Category:Computing]] | ||
+ | [[Category:Internet]] | ||
+ | [[Category:Web design]] | ||
+ | [[Category:Web design and development]] |
Revision as of 05:41, 25 April 2016
In computing, a uniform resource identifier (URI) is a string of characters used to identify a name of a resource.
Contents
Description
Such identification enables interaction with representations of the resource over a network, typically the World Wide Web, using specific protocols.
Schemes specifying a concrete syntax and associated protocols define each URI.
URL
The most common form of URI is the uniform resource locator (URL), frequently referred to informally as a web address.
URN
More rarely seen in usage is the uniform resource name (URN), which was designed to complement URLs by providing a mechanism for the identification of resources in particular namespaces.
See also
External Links
- Uniform resource identifier @ Wikipedia