Forum Moderators: mack

Message Too Old, No Replies

uri

what is...

         

manurox2210

10:42 am on Apr 2, 2004 (gmt 0)

10+ Year Member



What is a URI?

grahamstewart

10:50 am on Apr 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Uniform Resource Identifier (a URL basically)

Tor

10:50 am on Apr 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Do you mean URL... or...?

bruhaha

2:07 pm on Apr 2, 2004 (gmt 0)

10+ Year Member



Yes, and no. All URLs are URIs, but not all URIs are URLs.

"URL" (Uniform Resource LOCATOR)is a sub-set of URI. URL is certainly the best known type of URI, since it is used to point to where a resource is on a network, esp. the internet. So, for example, an "http..." address, which identifies the location on the internet network of a resource is a URL.

A URL is a type of URI that identifies a resource via a representation of its primary access mechanism (e.g., its network "location"), rather than by some other attributes it may have.
-From the "Report from the Joint W3C/IETF URI Planning Interest Group: Uniform Resource Identifiers (URIs), URLs, and Uniform Resource Names (URNs): Clarifications and Recommendations" (August 2002)

Note -- a resource can be identified by attributes other than location. Thus, we can refer to a "URN" (Universal Resource Name) --another subset of URI distinct from URL.