The Business Colony : Web strategies that click
   
» Read A Web URL
 
SITE MAP CONTACT US
 

How does a Web address work? Do you get frustrated trying to understand when caps are important? The example below looks at the four parts of a Web address and explains each part.


 
 

#1 : When To Use "Caps"

here is our example:
http://www.amazon.com/travel/italy/Rome/default.html

http:
//www.amazon.com/
travel/italy/Rome/
default.html


YELLOW ...
NOT case sensitive
(caps don't matter)


... GREEN
VERY
case sensitive
(caps very important)

 

 

#2 : What Are The Parts of a Web Address?

There are 4 parts -- here is our example:
http://www.amazon.com/travel/italy/Rome/default.html


http:
//www.amazon.com/
travel/italy/Rome/
default.html
1st
protocol
2nd
machine address
3rd
path
4th
file name
     
     
 
1 = protocol : signifies the method that will be used to access the requested resource. For Web pages, hypertext transport protocol ("http") is used. This is a sessionless (lo logging on/off) protocol for simultaneous multi-file loading where, once the browser has downloaded the resource (Web page), there is no longer a connection between your browser and that server. A protocol always ends with a colon.
     
 

2 = machine address : this section of a URL identifies the server that has the requested resource (Web page). This section is not case sensitive, so upper and lower caps don't matter. Machines on the Internet are identified by their Internet protocol ("IP") address, so every machine address is unique (as assigned by InterNIC through the domain name registration process). An IP address is represented by a series of numbers separated by dots (ex: http://142.103.104.1). When a domain name (ex: www.myco.com) is entered, a DNS server kicks in and automatically looks up the text domain name and converts it to its digital equivalent. A machine address always starts with 2 forward slashes and ends with a single forward slash. Note: If there is a colon and a number after the top-level domain (ex: .com), this is a server port number.

[ top ]
     
 
3 = path : these are names of nested directories on the resource server's hierarchical file system, separated by forward slashes. Both the path and the file names must have exact spelling so upper caps are important
 
     
 
4 = file name : this is the exact spelling of the requested resource (Web page) on the resource server followed by a dot and the file extention. If no file name is cited in the URL, the server will attempt to locate the default file name. Note: If there is a "#" after the file extension, this identifies a specific spot on a Web page called an "anchor."
 
     
 
Other Terms You'll Hear
 
 
Top-Level Domain = .com; .gov; etc.
 
 
URL = universal resource locator (Web address, pronounced U•R•L)
[ top ]
 
Domain Name = top-level domain + second-level domain
 
 
Second-Level Domain = www.[second-level domain].com
 
     
 
Focusing your Web lens
   
©1996-2008The Business Colony