A URL (Uniform Resource Locator) is a way to point to things on the internet. They are actually extremely powerful in that they can point to anything.
The first part of a URL (the text before the colon), tells you what kind of communication protocol is desired. This informs your web browser (or email client or whatever) exactly how to interpret the data it finds at the location. Some of the valid protocols are listed in the table below.
| Protocol | Description | ||||||||||||||||||||
| file: | Name of a file on a hard
disk. Generally it is not a good idea to embed local file names
in web pages. Note that if you specify this on a web site it requests
a document from the users had drive, not the web site.
file://d:/temp/text.txt
|
||||||||||||||||||||
| ftp: | File Transfer Protocol -
used to copy whole files. Very efficient.
ftp://ftp1.sunet.se/pub5/pc/games/idgames2/planetquake/hereticii/atlas/scylla-blade.zip
|
||||||||||||||||||||
| http: | Hyper-Text Transfer Protocol
- A world wide web document which uses Hypertext Markup Language.
|
||||||||||||||||||||
| mailto: | Send an email. mail:emailid@domain.com
|
||||||||||||||||||||
| news: | Read news from a newsgroup.
|
Unless otherwise noted, all photos and text is Copyright © Richard G Lowe, Jr.