Everything Totally Explained


Ask & we'll explain, totally!
Uniform Resource Locator
Totally Explained


  NEW! All the latest news in the worlds of computer gaming, entertainment, the environment,  
finance, health, politics, science, stocks & shares, technology and much, much, more.  


View this entry using RSS

Everything about Url totally explained

Universal Resource Locator (URL), also known as Uniform Resource Locator, is a technical, Web-related term used in two distinct meanings:
  • In popular usage and many technical documents, it's a synonym for Uniform Resource Identifier (URI). In popular usage, it means a web page address.
  • Strictly, it's a compact string of characters for a resource available via the Internet. The idea of a uniform syntax for global identifiers of network-retrievable documents was the core idea of the World Wide Web. In the early times, these identifiers were variously called "document names", "Web addresses" and "Uniform Resource Locators". These names were misleading, however, because not all identifiers were locators, and even for those that were, this wasn't their defining characteristic. Nevertheless, by the time the RFC 1630 formally defined the term "URI" as a generic term best suited to the concept, the term "URL" had gained widespread popularity, which has continued to this day.

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 http://example.org/ by performing an HTTP request to the host example.org, at the default HTTP port (see Port 80). Dereferencing the URI mailto:bob@example.com 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, URLs that specify https as a scheme (such as https://example2.com/) normally denote a secure web site.
   The hostname portion of a URL, if present, is case insensitive (since DNS is specified to ignore case); other parts are not required to be, but may be treated as case insensitive by some clients and servers, especially those that are based on Microsoft Windows. For example:
  • the links http://en.wikipedia.org/ and HTTP://EN.WIKIPEDIA.ORG/ both will open same page.
  • the link http://en.wikipedia.org/wiki/Url is correct, but link HTTP://EN.WIKIPEDIA.ORG/WIKI/URL will result in an HTTP 404 error page.

    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 (for example, its network ‘location’).”

    Internet hostnames

    On the Internet, a hostname is a domain name assigned to a host computer. This is usually a combination of the host's local name with its parent domain's name. For example, "en.wikipedia.org" consists of a local hostname ("en") and the domain name "wikipedia.org". This kind of hostname is translated into an IP address via the local hosts file, or the Domain Name System (DNS) resolver. It is possible for a single host computer to have several hostnames; but generally the operating system of the host prefers to have one hostname that the host uses for itself.
       Any domain name can also be a hostname, as long as the restrictions mentioned below are followed. So, for example, both "en.wikimedia.org" and "wikimedia.org" are hostnames because they both have IP addresses assigned to them. The domain name "pmtpa.wikimedia.org" isn't a hostname since it doesn't have an IP address, but "rr.pmtpa.wikimedia.org" is a hostname. All hostnames are domain names, but not all domain names are hostnames.

    Address 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.

    Further Information

    Get more info on 'Url'.


    External Link Exchanges

    Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:

      <a href="http://uniform_resource_locator.totallyexplained.com">Uniform Resource Locator Totally Explained</a>

    Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
       As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned.



  • Copyright © 2007-8 totallyexplained.com | Licensed under the GNU Free Documentation License | Site Map
    This article contains text from the Wikipedia article Uniform Resource Locator (History) and is released under the GFDL | RSS Version