In computing, a Uniform Resource Locator (URL) is a subset of the Uniform Resource Identifier (URI) that specifies where an identified resource is available and the mechanism for retrieving it. In popular usage and in many technical documents and verbal discussions it is often incorrectly used as a synonym for URI. In popular language, a URI is also referred to as a Web address.
The Uniform Resource Locator was created in 1994 by Tim Berners-Lee ...
more
In computing, a Uniform Resource Locator (URL) is a subset of the Uniform Resource Identifier (URI) that specifies where an identified resource is available and the mechanism for retrieving it. In popular usage and in many technical documents and verbal discussions it is often incorrectly used as a synonym for URI. In popular language, a URI is also referred to as a Web address.
The Uniform Resource Locator was created in 1994 by Tim Berners-Lee as part of the URI. The Uniform Resource Locator evolved out of the Universal Resource Locator . Berners-Lee regrets the use of dots to separate the route to the server in the URI, and wishes he had used slashes for the whole thing. For example,
http://www.serverroute.com/path/to/file.html would look like http:com/serverroute/www/path/to/file.html.
Berners-Lee has also "apologised" for the two slashes that precede the server name .
Every URL is made up of some of the following: the scheme name (commonly called protocol), followed by a colon,...
less