Explaining how an internet URL(Uniform Resource Locater) works requires first explaining what the URL is. For most people a URL is just the text address for a website. It's the thing you see in the address bar of your browser.
A more precise and complete explanation of what a URL is becomes slightly more complex. A URL is a standard way of accessing data resources as defined in RFC(Request For Comment) 1738.
From the RFC a URL is defined as "[scheme]:[scheme-specific-par t]". This basically means that only two things are required for a valid URL. A scheme which will be described below and a description that is specific to the scheme.
Commonly used schemes:
ftp
http
mailto
The scheme specific part is not defined for all possible schemes but the most common form used by http, and ftp is defined below.
Common scheme syntax:
//[user]:[password]@[ho st]:[port]/[url-path]
This should be easily recognizable for anyone that's seen a URL in an internet browser.
Here's an example using one of the articles I wrote:
http://www.helium.com/tm /514851/electric-might-happen- couple
Scheme - http
user - empty
password - empty
host - www.helium.com
port - empty (uses default port for protocol 80)
url-path - tm/514851/electric-might-happe n-couple
Not all of the parts of the scheme syntax will be used every time. Here's an example of a URL that uses all of the parts:
ftp://testuser@testpassw ord:www.somedomain.com:21/mydi r/test.file
This is a file request for a file in mydir called test.file that lives on the www.somedomain.com machine accessed via port 21 using the ftp protocol with the user name of testuser and the password of testpassword.
A quick explanation of the typical 3 part domain is quite simple. The .com, .edu. or .net top level domain names were originally defined in such a way that the user could determine the type of website based on the name. This is still true for .gov and .mil but less so for .net and .org. The middle part of the domain is simply the name of the network. The first part is traditionally a computer name but now for large sites is generally the name of the machine that handles handing off the request to an available machine.
That explains what a URL is, how it works depends on the scheme. The ftp scheme and the http scheme work similarly. The domain and path portions of the URL are important to understand how a URL works.
The domain is a textual representation of a computers network address. A computer has a numeric network address that is found by using a domain server to
Below are the top articles rated and ranked by Helium members on:
by Leigh Goessl
Computers and the Internet have rapidly become a significant part of our lives. The online environment is a place we visit
by Dave Terry
How an Internet URL works
How many times have you cursed at your browser waiting for it to load the Internet page you requested?
by Odin Kyle
Explaining how an internet URL(Uniform Resource Locater) works requires first explaining what the URL is. For most people
by iakul
First, an explanation of what an Internet URL is. Think of a URL,which stands for Uniform Resource Locator, as the address
by Phronesis
How an Internet URL or Web Address works
Uniform Resource Locator or Universal Resource Locator popularly known as URL is
View All Articles on:
How an Internet URL works
Add your voice
Know something about How an Internet URL works?
We want to hear your view.
Write now!
Featured Partner
Time 4A Change (T4AC) is committed to educating citizens about social issues and mobilizing those citizens as partici...more
hide