|
Server IP Numbers
Web pages don't float out in Internet space,
they reside as files on servers. Each server has a number called an IP
(Internet Protocol) number. If you enter the number below into the address
field of your browser, it will find our San Mateo Community College District
server.
|
Analyzing a URL
|
|
Every Web page has one or
more URLs, which identify where it is located on the Web. URLs are
used because they are easier to remember than numbers.
|
| Protocol |
Server Name
|
Domain |
Directory(ies) on Server |
Resource ID |
 |
|
|
/
/
/
directories on server
|

files stored in subdirectory folder
|
| http:// |
www.smccd
|
.net |
/accounts/webreadyplus |
/lesson11_web.asp |
| http:// |
www. pbs
|
.org |
/marktwain/scrapbook/ |
/index.html |
| http:// |
www.cnn
|
.com |
/TECH/ |
/index.html |
| http:// |
www.whitehouse
|
.gov |
/homeland/ |
/index.html |
Browsers will let you omit the http://
|
Protocol
|
The protocol identifies
the method (set of rules) by which the resource is transmitted.
All Web pages use HyperText Transfer Protocol (HTTP). |
| |
http:// |
Hyper Text Transfer Protocol
(indicates a Web address.) |
| |
|
|
| Other Common Types of Protocols |
| |
ftp://
|
File Transfer Protocol (a means of transferring files to a server)
|
| |
mailto://
|
An email address
|
| |
file://
|
A file on your hard drive
|
| No
Protocol Needed |
| Some
large companies have single word URLs which are aliases for
the full URL. One word alone in the address field will get you to
their site if you are using a Macintosh computer. |
| Alias |
Standard URL |
| apple |
http://www.apple.com |
| microsoft |
http://www.microsoft.com |
| yahoo |
http://www.yahoo.com/ |
| AOL |
http://www.aol.com |
| Server
Name |
| The server name
identifies the computer /server on which the web page or document
file is found. This part of the URL commonly identifies which company,
agency or organization may be either directly responsible for the
information, or simply providing the computer space where the information
is stored. |
|
Server Name
|
Identifies company, agency or
organization |
|
|
|
|
www.smccd
|
San Mateo Community College District |
|
www. pbs
|
Public Broadcasting System |
|
www.cnn
|
Cable News Network |
|
www.whitehouse
|
The White House |
|
|
| Resource
ID |
| The resource ID
is the name of the file for the page which is stored on the specified
server. The part of the resource ID after the last slash (/) is the
file name for the specific page or other resource. The
file name ends with a three or four letter designation: ( a few examples) |
|
Directory
|
Resource ID
|
/
/
/
subdirectories
|
filename.rtf
filename.pdf
(Adobe Acrobat)
filename
.doc (Microsoft Word)
filename.gif
filename .html or .asp
(Dreamweaver)
|
|
http:// www.smccd.net/ accounts/ webreadyplus/
|
lesson11_web.asp
|
|