Home » Archimedes archive » Acorn User » AU 1997-Xmas B.adf » PD » NetPlex/!Netplex/!Help/HTML/a1-gloss

NetPlex/!Netplex/!Help/HTML/a1-gloss

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1997-Xmas B.adf » PD
Filename: NetPlex/!Netplex/!Help/HTML/a1-gloss
Read OK:
File size: 0EFC bytes
Load address: 0000
Exec address: 0000
File contents
<HTML>

<HEAD>
<TITLE>Netplex - Glossary</TITLE>
</HEAD>

<BODY TEXT="#000000" BGCOLOR="#ffffff" LINK="#004499" VLINK="#00224c" ALINK="#00cc00">

<H1><IMG SRC="images/world" ALIGN=ABSMIDDLE>  Glossary</H1>
<HR>

<DL>
<DT>Browser
<DD>A Client which renders entities available from a server in a form consistent with open standards.

<DT>CGI
<DD>Common Gateway Interface - a semi-standard method allowing HTTP servers to execute and return the results of programs.  Netplex uses a modified version of CGI, better suited to RISC OS.

<DT>Client
<DD>A program that establishes connections for the purpose of sending requests.  Typically, in this context, a World-Wide Web Browser.

<DT>Client Authentication
<DD>A standard password method supported by most HTTP clients and servers.  It only allows access to certain Resources if valid Credentials are supplied.

<DT>Connection
<DD>A transport layer virtual circuit established between two programs for the purpose of communication.

<DT>Credentials
<DD>The username and password, as passed to the server during Client Authentication.

<DT>DELETE
<DD>A type of request from a Client, sent to a Server, asking that the named Resource be removed from the Server's databases.

<DT>Entity
<DD>A particular representation or rendition of a data Resource, or reply from a service Resource, that may be enclosed within a Request or Response message.  An Entity consists of metainformation in the form of Entity headers and content in the form of an Entity body.

<DT>Form
<DD>An HTML extension which allows the client to send data to a CGI program on the server.  Forms are used to collect data, for example, if you are asked to fill out a comments form on a web page.

<DT>GET
<DD>A type of request from a Client, sent to a Server, asking that the specified Resource be retrieved.  Parameters are passed to CGI programs via the URL, prefixed by a '?'.

<DT>Imagemap
<DD>An embedded graphic which when clicked upon redirects the client to another Resource.

<DT>Message
<DD>The basic unit of HTTP communication, consisting of a structured header and, optionally, an Entity.  It is transmitted via the connection.

<DT>POST
<DD>A type of Request from a Client, sent to a Server, asking that the specified Resource be retrieved once the enclosed parameters have been passed to it.  Parameters are passed in an attached Entity.

<DT>Proxy
<DD>An intermediary program which acts as both a Server and a Client for the purpose of making Requests on behalf of other Clients.  Requests are serviced internally or by passing them onto other Servers.

<DT>PUT
<DD>A type of request from a Client, sent to a Server, which sends an Entity to the recipient and asks that it be stored under the named Resource.

<DT>Realm
<DD>A section of a server's Resource database, protected using Client Authentication.

<DT>Request
<DD>A message from from a Client, sent to a Server, invoking an action.

<DT>Response
<DD>A message from a Server, sent to a Client, sending a Resource.

<DT>Resource
<DD>An object or service which can be identified by a URL.

<DT>Server
<DD>A program that accepts connections in order to service requests by sending back Responses.

<DT>URL
<DD>Uniform Resource Locator - a network address and file path indicating the location of a Resource.

<DT>User Agent
<DD>The Client which initiates a Request.  These are often browsers, editors, spiders (web-traversing robots), or other end-user tools.

<DT>WWW
<DD>Abbreviation for World-Wide Web.

</DL>

<HR>

<P><CENTER>
<A HREF="a0-perfo"><IMG SRC="images/buttons/bak" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Previous ]"></A>
<A HREF="index"><IMG SRC="images/buttons/up" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Index ]"></A>
<A HREF="a2-refs"><IMG SRC="images/buttons/fwd" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Next ]"></A>
</CENTER></P>

</BODY>

</HTML>
00000000  3c 48 54 4d 4c 3e 0a 0a  3c 48 45 41 44 3e 0a 3c  |<HTML>..<HEAD>.<|
00000010  54 49 54 4c 45 3e 4e 65  74 70 6c 65 78 20 2d 20  |TITLE>Netplex - |
00000020  47 6c 6f 73 73 61 72 79  3c 2f 54 49 54 4c 45 3e  |Glossary</TITLE>|
00000030  0a 3c 2f 48 45 41 44 3e  0a 0a 3c 42 4f 44 59 20  |.</HEAD>..<BODY |
00000040  54 45 58 54 3d 22 23 30  30 30 30 30 30 22 20 42  |TEXT="#000000" B|
00000050  47 43 4f 4c 4f 52 3d 22  23 66 66 66 66 66 66 22  |GCOLOR="#ffffff"|
00000060  20 4c 49 4e 4b 3d 22 23  30 30 34 34 39 39 22 20  | LINK="#004499" |
00000070  56 4c 49 4e 4b 3d 22 23  30 30 32 32 34 63 22 20  |VLINK="#00224c" |
00000080  41 4c 49 4e 4b 3d 22 23  30 30 63 63 30 30 22 3e  |ALINK="#00cc00">|
00000090  0a 0a 3c 48 31 3e 3c 49  4d 47 20 53 52 43 3d 22  |..<H1><IMG SRC="|
000000a0  69 6d 61 67 65 73 2f 77  6f 72 6c 64 22 20 41 4c  |images/world" AL|
000000b0  49 47 4e 3d 41 42 53 4d  49 44 44 4c 45 3e 20 20  |IGN=ABSMIDDLE>  |
000000c0  47 6c 6f 73 73 61 72 79  3c 2f 48 31 3e 0a 3c 48  |Glossary</H1>.<H|
000000d0  52 3e 0a 0a 3c 44 4c 3e  0a 3c 44 54 3e 42 72 6f  |R>..<DL>.<DT>Bro|
000000e0  77 73 65 72 0a 3c 44 44  3e 41 20 43 6c 69 65 6e  |wser.<DD>A Clien|
000000f0  74 20 77 68 69 63 68 20  72 65 6e 64 65 72 73 20  |t which renders |
00000100  65 6e 74 69 74 69 65 73  20 61 76 61 69 6c 61 62  |entities availab|
00000110  6c 65 20 66 72 6f 6d 20  61 20 73 65 72 76 65 72  |le from a server|
00000120  20 69 6e 20 61 20 66 6f  72 6d 20 63 6f 6e 73 69  | in a form consi|
00000130  73 74 65 6e 74 20 77 69  74 68 20 6f 70 65 6e 20  |stent with open |
00000140  73 74 61 6e 64 61 72 64  73 2e 0a 0a 3c 44 54 3e  |standards...<DT>|
00000150  43 47 49 0a 3c 44 44 3e  43 6f 6d 6d 6f 6e 20 47  |CGI.<DD>Common G|
00000160  61 74 65 77 61 79 20 49  6e 74 65 72 66 61 63 65  |ateway Interface|
00000170  20 2d 20 61 20 73 65 6d  69 2d 73 74 61 6e 64 61  | - a semi-standa|
00000180  72 64 20 6d 65 74 68 6f  64 20 61 6c 6c 6f 77 69  |rd method allowi|
00000190  6e 67 20 48 54 54 50 20  73 65 72 76 65 72 73 20  |ng HTTP servers |
000001a0  74 6f 20 65 78 65 63 75  74 65 20 61 6e 64 20 72  |to execute and r|
000001b0  65 74 75 72 6e 20 74 68  65 20 72 65 73 75 6c 74  |eturn the result|
000001c0  73 20 6f 66 20 70 72 6f  67 72 61 6d 73 2e 20 20  |s of programs.  |
000001d0  4e 65 74 70 6c 65 78 20  75 73 65 73 20 61 20 6d  |Netplex uses a m|
000001e0  6f 64 69 66 69 65 64 20  76 65 72 73 69 6f 6e 20  |odified version |
000001f0  6f 66 20 43 47 49 2c 20  62 65 74 74 65 72 20 73  |of CGI, better s|
00000200  75 69 74 65 64 20 74 6f  20 52 49 53 43 20 4f 53  |uited to RISC OS|
00000210  2e 0a 0a 3c 44 54 3e 43  6c 69 65 6e 74 0a 3c 44  |...<DT>Client.<D|
00000220  44 3e 41 20 70 72 6f 67  72 61 6d 20 74 68 61 74  |D>A program that|
00000230  20 65 73 74 61 62 6c 69  73 68 65 73 20 63 6f 6e  | establishes con|
00000240  6e 65 63 74 69 6f 6e 73  20 66 6f 72 20 74 68 65  |nections for the|
00000250  20 70 75 72 70 6f 73 65  20 6f 66 20 73 65 6e 64  | purpose of send|
00000260  69 6e 67 20 72 65 71 75  65 73 74 73 2e 20 20 54  |ing requests.  T|
00000270  79 70 69 63 61 6c 6c 79  2c 20 69 6e 20 74 68 69  |ypically, in thi|
00000280  73 20 63 6f 6e 74 65 78  74 2c 20 61 20 57 6f 72  |s context, a Wor|
00000290  6c 64 2d 57 69 64 65 20  57 65 62 20 42 72 6f 77  |ld-Wide Web Brow|
000002a0  73 65 72 2e 0a 0a 3c 44  54 3e 43 6c 69 65 6e 74  |ser...<DT>Client|
000002b0  20 41 75 74 68 65 6e 74  69 63 61 74 69 6f 6e 0a  | Authentication.|
000002c0  3c 44 44 3e 41 20 73 74  61 6e 64 61 72 64 20 70  |<DD>A standard p|
000002d0  61 73 73 77 6f 72 64 20  6d 65 74 68 6f 64 20 73  |assword method s|
000002e0  75 70 70 6f 72 74 65 64  20 62 79 20 6d 6f 73 74  |upported by most|
000002f0  20 48 54 54 50 20 63 6c  69 65 6e 74 73 20 61 6e  | HTTP clients an|
00000300  64 20 73 65 72 76 65 72  73 2e 20 20 49 74 20 6f  |d servers.  It o|
00000310  6e 6c 79 20 61 6c 6c 6f  77 73 20 61 63 63 65 73  |nly allows acces|
00000320  73 20 74 6f 20 63 65 72  74 61 69 6e 20 52 65 73  |s to certain Res|
00000330  6f 75 72 63 65 73 20 69  66 20 76 61 6c 69 64 20  |ources if valid |
00000340  43 72 65 64 65 6e 74 69  61 6c 73 20 61 72 65 20  |Credentials are |
00000350  73 75 70 70 6c 69 65 64  2e 0a 0a 3c 44 54 3e 43  |supplied...<DT>C|
00000360  6f 6e 6e 65 63 74 69 6f  6e 0a 3c 44 44 3e 41 20  |onnection.<DD>A |
00000370  74 72 61 6e 73 70 6f 72  74 20 6c 61 79 65 72 20  |transport layer |
00000380  76 69 72 74 75 61 6c 20  63 69 72 63 75 69 74 20  |virtual circuit |
00000390  65 73 74 61 62 6c 69 73  68 65 64 20 62 65 74 77  |established betw|
000003a0  65 65 6e 20 74 77 6f 20  70 72 6f 67 72 61 6d 73  |een two programs|
000003b0  20 66 6f 72 20 74 68 65  20 70 75 72 70 6f 73 65  | for the purpose|
000003c0  20 6f 66 20 63 6f 6d 6d  75 6e 69 63 61 74 69 6f  | of communicatio|
000003d0  6e 2e 0a 0a 3c 44 54 3e  43 72 65 64 65 6e 74 69  |n...<DT>Credenti|
000003e0  61 6c 73 0a 3c 44 44 3e  54 68 65 20 75 73 65 72  |als.<DD>The user|
000003f0  6e 61 6d 65 20 61 6e 64  20 70 61 73 73 77 6f 72  |name and passwor|
00000400  64 2c 20 61 73 20 70 61  73 73 65 64 20 74 6f 20  |d, as passed to |
00000410  74 68 65 20 73 65 72 76  65 72 20 64 75 72 69 6e  |the server durin|
00000420  67 20 43 6c 69 65 6e 74  20 41 75 74 68 65 6e 74  |g Client Authent|
00000430  69 63 61 74 69 6f 6e 2e  0a 0a 3c 44 54 3e 44 45  |ication...<DT>DE|
00000440  4c 45 54 45 0a 3c 44 44  3e 41 20 74 79 70 65 20  |LETE.<DD>A type |
00000450  6f 66 20 72 65 71 75 65  73 74 20 66 72 6f 6d 20  |of request from |
00000460  61 20 43 6c 69 65 6e 74  2c 20 73 65 6e 74 20 74  |a Client, sent t|
00000470  6f 20 61 20 53 65 72 76  65 72 2c 20 61 73 6b 69  |o a Server, aski|
00000480  6e 67 20 74 68 61 74 20  74 68 65 20 6e 61 6d 65  |ng that the name|
00000490  64 20 52 65 73 6f 75 72  63 65 20 62 65 20 72 65  |d Resource be re|
000004a0  6d 6f 76 65 64 20 66 72  6f 6d 20 74 68 65 20 53  |moved from the S|
000004b0  65 72 76 65 72 27 73 20  64 61 74 61 62 61 73 65  |erver's database|
000004c0  73 2e 0a 0a 3c 44 54 3e  45 6e 74 69 74 79 0a 3c  |s...<DT>Entity.<|
000004d0  44 44 3e 41 20 70 61 72  74 69 63 75 6c 61 72 20  |DD>A particular |
000004e0  72 65 70 72 65 73 65 6e  74 61 74 69 6f 6e 20 6f  |representation o|
000004f0  72 20 72 65 6e 64 69 74  69 6f 6e 20 6f 66 20 61  |r rendition of a|
00000500  20 64 61 74 61 20 52 65  73 6f 75 72 63 65 2c 20  | data Resource, |
00000510  6f 72 20 72 65 70 6c 79  20 66 72 6f 6d 20 61 20  |or reply from a |
00000520  73 65 72 76 69 63 65 20  52 65 73 6f 75 72 63 65  |service Resource|
00000530  2c 20 74 68 61 74 20 6d  61 79 20 62 65 20 65 6e  |, that may be en|
00000540  63 6c 6f 73 65 64 20 77  69 74 68 69 6e 20 61 20  |closed within a |
00000550  52 65 71 75 65 73 74 20  6f 72 20 52 65 73 70 6f  |Request or Respo|
00000560  6e 73 65 20 6d 65 73 73  61 67 65 2e 20 20 41 6e  |nse message.  An|
00000570  20 45 6e 74 69 74 79 20  63 6f 6e 73 69 73 74 73  | Entity consists|
00000580  20 6f 66 20 6d 65 74 61  69 6e 66 6f 72 6d 61 74  | of metainformat|
00000590  69 6f 6e 20 69 6e 20 74  68 65 20 66 6f 72 6d 20  |ion in the form |
000005a0  6f 66 20 45 6e 74 69 74  79 20 68 65 61 64 65 72  |of Entity header|
000005b0  73 20 61 6e 64 20 63 6f  6e 74 65 6e 74 20 69 6e  |s and content in|
000005c0  20 74 68 65 20 66 6f 72  6d 20 6f 66 20 61 6e 20  | the form of an |
000005d0  45 6e 74 69 74 79 20 62  6f 64 79 2e 0a 0a 3c 44  |Entity body...<D|
000005e0  54 3e 46 6f 72 6d 0a 3c  44 44 3e 41 6e 20 48 54  |T>Form.<DD>An HT|
000005f0  4d 4c 20 65 78 74 65 6e  73 69 6f 6e 20 77 68 69  |ML extension whi|
00000600  63 68 20 61 6c 6c 6f 77  73 20 74 68 65 20 63 6c  |ch allows the cl|
00000610  69 65 6e 74 20 74 6f 20  73 65 6e 64 20 64 61 74  |ient to send dat|
00000620  61 20 74 6f 20 61 20 43  47 49 20 70 72 6f 67 72  |a to a CGI progr|
00000630  61 6d 20 6f 6e 20 74 68  65 20 73 65 72 76 65 72  |am on the server|
00000640  2e 20 20 46 6f 72 6d 73  20 61 72 65 20 75 73 65  |.  Forms are use|
00000650  64 20 74 6f 20 63 6f 6c  6c 65 63 74 20 64 61 74  |d to collect dat|
00000660  61 2c 20 66 6f 72 20 65  78 61 6d 70 6c 65 2c 20  |a, for example, |
00000670  69 66 20 79 6f 75 20 61  72 65 20 61 73 6b 65 64  |if you are asked|
00000680  20 74 6f 20 66 69 6c 6c  20 6f 75 74 20 61 20 63  | to fill out a c|
00000690  6f 6d 6d 65 6e 74 73 20  66 6f 72 6d 20 6f 6e 20  |omments form on |
000006a0  61 20 77 65 62 20 70 61  67 65 2e 0a 0a 3c 44 54  |a web page...<DT|
000006b0  3e 47 45 54 0a 3c 44 44  3e 41 20 74 79 70 65 20  |>GET.<DD>A type |
000006c0  6f 66 20 72 65 71 75 65  73 74 20 66 72 6f 6d 20  |of request from |
000006d0  61 20 43 6c 69 65 6e 74  2c 20 73 65 6e 74 20 74  |a Client, sent t|
000006e0  6f 20 61 20 53 65 72 76  65 72 2c 20 61 73 6b 69  |o a Server, aski|
000006f0  6e 67 20 74 68 61 74 20  74 68 65 20 73 70 65 63  |ng that the spec|
00000700  69 66 69 65 64 20 52 65  73 6f 75 72 63 65 20 62  |ified Resource b|
00000710  65 20 72 65 74 72 69 65  76 65 64 2e 20 20 50 61  |e retrieved.  Pa|
00000720  72 61 6d 65 74 65 72 73  20 61 72 65 20 70 61 73  |rameters are pas|
00000730  73 65 64 20 74 6f 20 43  47 49 20 70 72 6f 67 72  |sed to CGI progr|
00000740  61 6d 73 20 76 69 61 20  74 68 65 20 55 52 4c 2c  |ams via the URL,|
00000750  20 70 72 65 66 69 78 65  64 20 62 79 20 61 20 27  | prefixed by a '|
00000760  3f 27 2e 0a 0a 3c 44 54  3e 49 6d 61 67 65 6d 61  |?'...<DT>Imagema|
00000770  70 0a 3c 44 44 3e 41 6e  20 65 6d 62 65 64 64 65  |p.<DD>An embedde|
00000780  64 20 67 72 61 70 68 69  63 20 77 68 69 63 68 20  |d graphic which |
00000790  77 68 65 6e 20 63 6c 69  63 6b 65 64 20 75 70 6f  |when clicked upo|
000007a0  6e 20 72 65 64 69 72 65  63 74 73 20 74 68 65 20  |n redirects the |
000007b0  63 6c 69 65 6e 74 20 74  6f 20 61 6e 6f 74 68 65  |client to anothe|
000007c0  72 20 52 65 73 6f 75 72  63 65 2e 0a 0a 3c 44 54  |r Resource...<DT|
000007d0  3e 4d 65 73 73 61 67 65  0a 3c 44 44 3e 54 68 65  |>Message.<DD>The|
000007e0  20 62 61 73 69 63 20 75  6e 69 74 20 6f 66 20 48  | basic unit of H|
000007f0  54 54 50 20 63 6f 6d 6d  75 6e 69 63 61 74 69 6f  |TTP communicatio|
00000800  6e 2c 20 63 6f 6e 73 69  73 74 69 6e 67 20 6f 66  |n, consisting of|
00000810  20 61 20 73 74 72 75 63  74 75 72 65 64 20 68 65  | a structured he|
00000820  61 64 65 72 20 61 6e 64  2c 20 6f 70 74 69 6f 6e  |ader and, option|
00000830  61 6c 6c 79 2c 20 61 6e  20 45 6e 74 69 74 79 2e  |ally, an Entity.|
00000840  20 20 49 74 20 69 73 20  74 72 61 6e 73 6d 69 74  |  It is transmit|
00000850  74 65 64 20 76 69 61 20  74 68 65 20 63 6f 6e 6e  |ted via the conn|
00000860  65 63 74 69 6f 6e 2e 0a  0a 3c 44 54 3e 50 4f 53  |ection...<DT>POS|
00000870  54 0a 3c 44 44 3e 41 20  74 79 70 65 20 6f 66 20  |T.<DD>A type of |
00000880  52 65 71 75 65 73 74 20  66 72 6f 6d 20 61 20 43  |Request from a C|
00000890  6c 69 65 6e 74 2c 20 73  65 6e 74 20 74 6f 20 61  |lient, sent to a|
000008a0  20 53 65 72 76 65 72 2c  20 61 73 6b 69 6e 67 20  | Server, asking |
000008b0  74 68 61 74 20 74 68 65  20 73 70 65 63 69 66 69  |that the specifi|
000008c0  65 64 20 52 65 73 6f 75  72 63 65 20 62 65 20 72  |ed Resource be r|
000008d0  65 74 72 69 65 76 65 64  20 6f 6e 63 65 20 74 68  |etrieved once th|
000008e0  65 20 65 6e 63 6c 6f 73  65 64 20 70 61 72 61 6d  |e enclosed param|
000008f0  65 74 65 72 73 20 68 61  76 65 20 62 65 65 6e 20  |eters have been |
00000900  70 61 73 73 65 64 20 74  6f 20 69 74 2e 20 20 50  |passed to it.  P|
00000910  61 72 61 6d 65 74 65 72  73 20 61 72 65 20 70 61  |arameters are pa|
00000920  73 73 65 64 20 69 6e 20  61 6e 20 61 74 74 61 63  |ssed in an attac|
00000930  68 65 64 20 45 6e 74 69  74 79 2e 0a 0a 3c 44 54  |hed Entity...<DT|
00000940  3e 50 72 6f 78 79 0a 3c  44 44 3e 41 6e 20 69 6e  |>Proxy.<DD>An in|
00000950  74 65 72 6d 65 64 69 61  72 79 20 70 72 6f 67 72  |termediary progr|
00000960  61 6d 20 77 68 69 63 68  20 61 63 74 73 20 61 73  |am which acts as|
00000970  20 62 6f 74 68 20 61 20  53 65 72 76 65 72 20 61  | both a Server a|
00000980  6e 64 20 61 20 43 6c 69  65 6e 74 20 66 6f 72 20  |nd a Client for |
00000990  74 68 65 20 70 75 72 70  6f 73 65 20 6f 66 20 6d  |the purpose of m|
000009a0  61 6b 69 6e 67 20 52 65  71 75 65 73 74 73 20 6f  |aking Requests o|
000009b0  6e 20 62 65 68 61 6c 66  20 6f 66 20 6f 74 68 65  |n behalf of othe|
000009c0  72 20 43 6c 69 65 6e 74  73 2e 20 20 52 65 71 75  |r Clients.  Requ|
000009d0  65 73 74 73 20 61 72 65  20 73 65 72 76 69 63 65  |ests are service|
000009e0  64 20 69 6e 74 65 72 6e  61 6c 6c 79 20 6f 72 20  |d internally or |
000009f0  62 79 20 70 61 73 73 69  6e 67 20 74 68 65 6d 20  |by passing them |
00000a00  6f 6e 74 6f 20 6f 74 68  65 72 20 53 65 72 76 65  |onto other Serve|
00000a10  72 73 2e 0a 0a 3c 44 54  3e 50 55 54 0a 3c 44 44  |rs...<DT>PUT.<DD|
00000a20  3e 41 20 74 79 70 65 20  6f 66 20 72 65 71 75 65  |>A type of reque|
00000a30  73 74 20 66 72 6f 6d 20  61 20 43 6c 69 65 6e 74  |st from a Client|
00000a40  2c 20 73 65 6e 74 20 74  6f 20 61 20 53 65 72 76  |, sent to a Serv|
00000a50  65 72 2c 20 77 68 69 63  68 20 73 65 6e 64 73 20  |er, which sends |
00000a60  61 6e 20 45 6e 74 69 74  79 20 74 6f 20 74 68 65  |an Entity to the|
00000a70  20 72 65 63 69 70 69 65  6e 74 20 61 6e 64 20 61  | recipient and a|
00000a80  73 6b 73 20 74 68 61 74  20 69 74 20 62 65 20 73  |sks that it be s|
00000a90  74 6f 72 65 64 20 75 6e  64 65 72 20 74 68 65 20  |tored under the |
00000aa0  6e 61 6d 65 64 20 52 65  73 6f 75 72 63 65 2e 0a  |named Resource..|
00000ab0  0a 3c 44 54 3e 52 65 61  6c 6d 0a 3c 44 44 3e 41  |.<DT>Realm.<DD>A|
00000ac0  20 73 65 63 74 69 6f 6e  20 6f 66 20 61 20 73 65  | section of a se|
00000ad0  72 76 65 72 27 73 20 52  65 73 6f 75 72 63 65 20  |rver's Resource |
00000ae0  64 61 74 61 62 61 73 65  2c 20 70 72 6f 74 65 63  |database, protec|
00000af0  74 65 64 20 75 73 69 6e  67 20 43 6c 69 65 6e 74  |ted using Client|
00000b00  20 41 75 74 68 65 6e 74  69 63 61 74 69 6f 6e 2e  | Authentication.|
00000b10  0a 0a 3c 44 54 3e 52 65  71 75 65 73 74 0a 3c 44  |..<DT>Request.<D|
00000b20  44 3e 41 20 6d 65 73 73  61 67 65 20 66 72 6f 6d  |D>A message from|
00000b30  20 66 72 6f 6d 20 61 20  43 6c 69 65 6e 74 2c 20  | from a Client, |
00000b40  73 65 6e 74 20 74 6f 20  61 20 53 65 72 76 65 72  |sent to a Server|
00000b50  2c 20 69 6e 76 6f 6b 69  6e 67 20 61 6e 20 61 63  |, invoking an ac|
00000b60  74 69 6f 6e 2e 0a 0a 3c  44 54 3e 52 65 73 70 6f  |tion...<DT>Respo|
00000b70  6e 73 65 0a 3c 44 44 3e  41 20 6d 65 73 73 61 67  |nse.<DD>A messag|
00000b80  65 20 66 72 6f 6d 20 61  20 53 65 72 76 65 72 2c  |e from a Server,|
00000b90  20 73 65 6e 74 20 74 6f  20 61 20 43 6c 69 65 6e  | sent to a Clien|
00000ba0  74 2c 20 73 65 6e 64 69  6e 67 20 61 20 52 65 73  |t, sending a Res|
00000bb0  6f 75 72 63 65 2e 0a 0a  3c 44 54 3e 52 65 73 6f  |ource...<DT>Reso|
00000bc0  75 72 63 65 0a 3c 44 44  3e 41 6e 20 6f 62 6a 65  |urce.<DD>An obje|
00000bd0  63 74 20 6f 72 20 73 65  72 76 69 63 65 20 77 68  |ct or service wh|
00000be0  69 63 68 20 63 61 6e 20  62 65 20 69 64 65 6e 74  |ich can be ident|
00000bf0  69 66 69 65 64 20 62 79  20 61 20 55 52 4c 2e 0a  |ified by a URL..|
00000c00  0a 3c 44 54 3e 53 65 72  76 65 72 0a 3c 44 44 3e  |.<DT>Server.<DD>|
00000c10  41 20 70 72 6f 67 72 61  6d 20 74 68 61 74 20 61  |A program that a|
00000c20  63 63 65 70 74 73 20 63  6f 6e 6e 65 63 74 69 6f  |ccepts connectio|
00000c30  6e 73 20 69 6e 20 6f 72  64 65 72 20 74 6f 20 73  |ns in order to s|
00000c40  65 72 76 69 63 65 20 72  65 71 75 65 73 74 73 20  |ervice requests |
00000c50  62 79 20 73 65 6e 64 69  6e 67 20 62 61 63 6b 20  |by sending back |
00000c60  52 65 73 70 6f 6e 73 65  73 2e 0a 0a 3c 44 54 3e  |Responses...<DT>|
00000c70  55 52 4c 0a 3c 44 44 3e  55 6e 69 66 6f 72 6d 20  |URL.<DD>Uniform |
00000c80  52 65 73 6f 75 72 63 65  20 4c 6f 63 61 74 6f 72  |Resource Locator|
00000c90  20 2d 20 61 20 6e 65 74  77 6f 72 6b 20 61 64 64  | - a network add|
00000ca0  72 65 73 73 20 61 6e 64  20 66 69 6c 65 20 70 61  |ress and file pa|
00000cb0  74 68 20 69 6e 64 69 63  61 74 69 6e 67 20 74 68  |th indicating th|
00000cc0  65 20 6c 6f 63 61 74 69  6f 6e 20 6f 66 20 61 20  |e location of a |
00000cd0  52 65 73 6f 75 72 63 65  2e 0a 0a 3c 44 54 3e 55  |Resource...<DT>U|
00000ce0  73 65 72 20 41 67 65 6e  74 0a 3c 44 44 3e 54 68  |ser Agent.<DD>Th|
00000cf0  65 20 43 6c 69 65 6e 74  20 77 68 69 63 68 20 69  |e Client which i|
00000d00  6e 69 74 69 61 74 65 73  20 61 20 52 65 71 75 65  |nitiates a Reque|
00000d10  73 74 2e 20 20 54 68 65  73 65 20 61 72 65 20 6f  |st.  These are o|
00000d20  66 74 65 6e 20 62 72 6f  77 73 65 72 73 2c 20 65  |ften browsers, e|
00000d30  64 69 74 6f 72 73 2c 20  73 70 69 64 65 72 73 20  |ditors, spiders |
00000d40  28 77 65 62 2d 74 72 61  76 65 72 73 69 6e 67 20  |(web-traversing |
00000d50  72 6f 62 6f 74 73 29 2c  20 6f 72 20 6f 74 68 65  |robots), or othe|
00000d60  72 20 65 6e 64 2d 75 73  65 72 20 74 6f 6f 6c 73  |r end-user tools|
00000d70  2e 0a 0a 3c 44 54 3e 57  57 57 0a 3c 44 44 3e 41  |...<DT>WWW.<DD>A|
00000d80  62 62 72 65 76 69 61 74  69 6f 6e 20 66 6f 72 20  |bbreviation for |
00000d90  57 6f 72 6c 64 2d 57 69  64 65 20 57 65 62 2e 0a  |World-Wide Web..|
00000da0  0a 3c 2f 44 4c 3e 0a 0a  3c 48 52 3e 0a 0a 3c 50  |.</DL>..<HR>..<P|
00000db0  3e 3c 43 45 4e 54 45 52  3e 0a 3c 41 20 48 52 45  |><CENTER>.<A HRE|
00000dc0  46 3d 22 61 30 2d 70 65  72 66 6f 22 3e 3c 49 4d  |F="a0-perfo"><IM|
00000dd0  47 20 53 52 43 3d 22 69  6d 61 67 65 73 2f 62 75  |G SRC="images/bu|
00000de0  74 74 6f 6e 73 2f 62 61  6b 22 20 57 49 44 54 48  |ttons/bak" WIDTH|
00000df0  3d 33 32 20 48 45 49 47  48 54 3d 33 32 20 42 4f  |=32 HEIGHT=32 BO|
00000e00  52 44 45 52 3d 30 20 41  4c 54 3d 22 5b 20 50 72  |RDER=0 ALT="[ Pr|
00000e10  65 76 69 6f 75 73 20 5d  22 3e 3c 2f 41 3e 0a 3c  |evious ]"></A>.<|
00000e20  41 20 48 52 45 46 3d 22  69 6e 64 65 78 22 3e 3c  |A HREF="index"><|
00000e30  49 4d 47 20 53 52 43 3d  22 69 6d 61 67 65 73 2f  |IMG SRC="images/|
00000e40  62 75 74 74 6f 6e 73 2f  75 70 22 20 57 49 44 54  |buttons/up" WIDT|
00000e50  48 3d 33 32 20 48 45 49  47 48 54 3d 33 32 20 42  |H=32 HEIGHT=32 B|
00000e60  4f 52 44 45 52 3d 30 20  41 4c 54 3d 22 5b 20 49  |ORDER=0 ALT="[ I|
00000e70  6e 64 65 78 20 5d 22 3e  3c 2f 41 3e 0a 3c 41 20  |ndex ]"></A>.<A |
00000e80  48 52 45 46 3d 22 61 32  2d 72 65 66 73 22 3e 3c  |HREF="a2-refs"><|
00000e90  49 4d 47 20 53 52 43 3d  22 69 6d 61 67 65 73 2f  |IMG SRC="images/|
00000ea0  62 75 74 74 6f 6e 73 2f  66 77 64 22 20 57 49 44  |buttons/fwd" WID|
00000eb0  54 48 3d 33 32 20 48 45  49 47 48 54 3d 33 32 20  |TH=32 HEIGHT=32 |
00000ec0  42 4f 52 44 45 52 3d 30  20 41 4c 54 3d 22 5b 20  |BORDER=0 ALT="[ |
00000ed0  4e 65 78 74 20 5d 22 3e  3c 2f 41 3e 0a 3c 2f 43  |Next ]"></A>.</C|
00000ee0  45 4e 54 45 52 3e 3c 2f  50 3e 0a 0a 3c 2f 42 4f  |ENTER></P>..</BO|
00000ef0  44 59 3e 0a 0a 3c 2f 48  54 4d 4c 3e              |DY>..</HTML>|
00000efc