Uniform Resource Locator Explained

(Redirected from URL)

Uniform Resource Locator (URL), still known as Universal Resource Locator, is a technical, Web-related term used in two distinct meanings:

URI/URL syntax in brief

Every URI (and therefore, every URL) begins with the scheme name that defines its namespace, purpose, and the syntax of the remaining part of the URI. Most Web-enabled programs will try to dereference a URI according to the semantics of its scheme and a context-vbn. For example, a Web browser will usually dereference a <nowiki>http://example.org/</nowiki> by performing an HTTP request to the host example.org, at the default HTTP port (see Port 80). Dereferencing the URI <nowiki>mailto:bob@example.com</nowiki> will usually start an e-mail composer with the address bob@example.com in the "To" field.

"example.com" is a domain name; an IP address or other network address might be used instead.In addition, https://example2.com denotes a secure (usually) web site.

URLs as locators

In its current strict technical meaning, a URL is a URI that, “in addition to identifying a resource, [provides] a means of locating the resource by describing its primary access mechanism (e.g., its network ‘location’).”[1]

Address bar

See main article: URL bar.

URLs are typically entered into the address or location bar of a web browser. To the right is a standard Mozilla Firefox address entry. Address bars vary in appearance depending on the web browser displayed in.

See also

External links

Notes and References

  1. Tim Berners-Lee, Roy T. Fielding, Larry Masinter. (January 2005). “Uniform Resource Identifier (URI): Generic Syntax”. Internet Society. RFC 3986; STD 66.