Using Universal Resource Locators

Universal Resource Locators, or URLs, are very familiar to anyone who has spent a little time surfin’ the ’net. Most people assume that URLs are useful only when dealing with web pages; however, a URL is truly a universal tool because it allows you to specify the location of nearly any resource on the Internet. It encompasses most Internet protocols and even allows you to include user names and passwords when that information is required.

The format of a URL is:

<protocol>://[<user-info>]<host>[<port-info>]/[<url-path>]

where:

NOTE: Web browsers and more: In addition to the HTTP protocol, most web browsers can access FTP sites and Gopher sites. More complex packages such as Internet Explorer also support the News, NNTP, and MailTo protocols through the use of integrated tools like Outlook. Usually, if you don’t specify a protocol, the browser will assume that you want to use HTTP.

© 1998 SYBEX Inc. All rights reserved.