ACCC Home Page Academic Computing and Communications Center  
Accounts / Passwords Email Labs / Classrooms Telecom Network Security Software Computing and Network Services Education / Teaching Getting Help
 
The ADN Connection, September/October 1994 The A3C Connection
Sept/Oct 1994 Contents Welcome to the New Year and the New ADN ADN Free Public Micro Labs Welcome to the Wonderful World Wide Web The Mosaic/WWW Alphabet Soup A Small Sample of HTML
Do you want to be a WWW server yourself? Meeting the WWW Challenge By Your Netid You Shall Be Known Free Seminars for Fall 1994 About the ADN Connection  

What is a Uniform Resource Locator?

 
News and Reviews
WWW Everyone
http://www.ncsa.uiuc.edu:70/demoweb/html-primer.html#A1.3.2.1
The key to a hypertext system is being able to specify where to jump when the user clicks the mouse. This problem is elegantly solved for the WWW by use of Uniform Resource Locators, or URLs. A URL is a succinct way of encoding the location of the remote server, the protocol that the server understands, and the message necessary to send to the server to obtain the pointed-to document. Consider the URL given above. URLs always start with the protocol of the server, followed by a colon, in this case the Web's http:. Other possible protocols are gopher, telnet, ftp, news, and mailto.

Next comes the address and port of the server, namely //www.ncsa.uiuc.edu:70/. Addresses start with "//", and have the standard domain-style format. When necessary, the address is followed by another colon, then a port number. Port 70 is the default for HTTP, so actually the port is not explicitly required in this example. (Port numbers are used so that the server knows which internal processes should respond to the client's request. This is standard TCP/IP networking, not related to WWW.)

Then comes another /. The rest of the URL is simply a string that is sent to the server to specify which document is to be delivered. In this particular case, the file requested is demoweb/html-primer.html, NCSA's primer on HTML. The optional #A1.3.2.1 instructs the browser to move the cursor to the position in the document called A1.3.2.1 when it opens the document.

For more about URLs -- a URL: http://www.ncsa.uiuc.edu/demoweb/url-primer.html

 


1999-10-4  connect@uic.edu
UIC Home Page Search UIC Pages Contact UIC