The Uniform Resource Locator (URL) contains unique information about the server
and
the path on the server to find and retrieve the information that you are requesting.

The address (or URL) for this page contains the following information:
look up at the top of your monitor - under the icons - see
Location: on the left side? (or netsite or something similar,
they are always changing something)
| http://www.usd.edu/trio/tut/start/url.html | |
|---|---|
| http:// | protocol - http is a HTML or web document |
| www.usd.edu/ | server name - computer.domain.name |
| trio/tut/start/ | pathname to the directory you are requesting |
| url.html | filename you are requesting |
It is important to read the URL's of the pages that you are visiting. When you look at the URL you can often speculate on the validity of the source.
Lets say that you were looking for the latest servicepack for NT and
you can't find it. You quick searched the web for it and these two URL's
came up after you entered your search criteria. Again, if you were looking
for an upgrade to fix a bug in NT - which would you download. Of the following
two (madeup) links - which would you tend to trust as the actual site for
the patch.
http://www.microsoft.com/NT/updates/servicepack1.exe
http://www.patch.com/virus/office/goodone/destroy/servicepack1.exe
You should also know that a tilde ( ~ ) in a url refers to a users account. A users account usually is less strict regarding the content.
Other protocols include the following:
| protocol | defines which internet protocol is used to get to the server |
|---|---|
| http:// | Hypertext Transfer Protocol - server is supporting the web protocol |
| https:// | Secure WEB page - server is supporting the web protocol - but is secure |
| ftp:// | File Transfer Protocol - server is set up to send and receive files |
| news: | News Server - used to access a usenet newsgroup |
| mailto: | Mail Server - access to e-mail server |
| telnet:// | Telnet - access to a terminal emulation session |
For instance:
| © 2000 HOME | Tutorials | [email protected] | Back to Internet 101 |