Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1 lines
900 B

<HTML> <HEAD> <TITLE>Uniform Resource Locator</TITLE> </HEAD> <BODY> <A NAME="TOP"></A> <H1>Uniform Resource Locator (URL)</H1> A URL (or uniform resource locator) is the address of a file on the Internet. It usually takes this form: <P><I>protocol://machine.name[:port]/directory/file.name</I> <P>The <I>protocol</I> is the Internet protocol used to transmit the file. When accessing a WWW server, the protocol is typically <I>http</I>, but other protocols are supported (ftp, gopher, news, and file). The <I>machine name</I> is the domain name of the server where the file is stored (such as www.company.com). The <I>:port</I> part of the address is only required when a non-standard TCP port number is used. <P><A HREF="http://www.ncsa.uiuc.edu/demoweb/url-primer.html">More about URLs</A> <HR> <A HREF = "topics.htm">Help Contents</A> | <A HREF="index.htm#TOP">Index</A> </BODY> </HTML>