What's the difference between an URI, URL and URN? I have read a lot of sites (even Wikipedia) but I don't understand it.
URI: http://www.foo.com/bar.html
URL: http://www.foo.com/bar.html
URN: bar.html
Is this correct?
|
What's the difference between an URI, URL and URN? I have read a lot of sites (even Wikipedia) but I don't understand it. URI: http://www.foo.com/bar.html Is this correct? |
|||||||
|
|
Uniform Resource Identifier ( An URI identifies a resource either by location, or a name, or both. A URI has two specializations known as URL and URN. An Uniform Resource Locator ( An Uniform Resource Name ( The URNs are part of a larger Internet information architecture which is composed of URNs, URCs and URLs. bar.html is not a URN. A URN is similar to a person's name, while a URL is like a street address. The URN defines something's identity, while the URL provides a location. Essentially, "what" vs. "where". A URN has to be of this form To put it differently:
I'd say the only thing left to make it 100% clear would be to have an example of an URI that is not an URL. We can use the examples in the RFC3986:
|
|||||||||||||||
|
|
Confused? The accepted answer seems to misquote examples from RFC3986, and it is still being debated in the comments. So... Follow Jon Skeet's advice, and look at Roger Pate's clearer answer. |
|||
|
|