9th February 2010 search this site | sitemap | advertise 

  URL, What Does URL Mean? What is a URL ?

url uniform resource locator

URL - Uniform Resource Locator

This is the full unique address of a file, such as a webpage, on the internet. For example. the URL of this page is
http://www.helpwithpcs.com/jargon/url.htm

For more detailed information please see below.
spr
This page is © Copyright 2001-2010 helpwithpcs.com
spr
URL continued...
We will split an example URL into 5 parts:

http://www.example.com/content/article.html
  • http:
    • The protocol (scheme), in this case the HTTP protocol. Other common protocols (schemes) include HTTPS and FTP.
  • www.
    • This is the subdomain. The use of www is common for website addresses, although its use is not technically necessary. Some websites do not require the www subdomain at all, others do, it depends on the domain name's setup. Other common subdomains include ftp and news, which provide other methods of connecting to the server.
  • example.com is the domain name (or host).
    • The subdomain (see www above) and the domain name can be replaced by an IP address. For instance, www.example.com could be replaced with 192.168.10.10 (192.168.10.10 is a reserved IP address, only used for example).
  • content is the directory on the web server where the file is stored.
  • article.html is the file itself. In our example, the file is a HTML document.
spr © Copyright 2001-2010 helpwithpcs.com spr
back to dictionary menu Back to Computer Dictionary
spr