home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / netplex / !Netplex / !Help / HTML / a1-gloss < prev    next >
Encoding:
Text File  |  1997-01-25  |  3.5 KB  |  91 lines

  1. <HTML>
  2.  
  3. <HEAD>
  4. <TITLE>Netplex - Glossary</TITLE>
  5. </HEAD>
  6.  
  7. <BODY TEXT="#000000" BGCOLOR="#ffffff" LINK="#004499" VLINK="#00224c" ALINK="#00cc00">
  8.  
  9. <H1><IMG SRC="images/world" ALIGN=ABSMIDDLE>  Glossary</H1>
  10. <HR>
  11.  
  12. <DL>
  13. <DT>Browser
  14. <DD>A Client which renders entities available from a server in a form consistent with open standards.
  15.  
  16. <DT>CGI
  17. <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.
  18.  
  19. <DT>Client
  20. <DD>A program that establishes connections for the purpose of sending requests.  Typically, in this context, a World-Wide Web Browser.
  21.  
  22. <DT>Client Authentication
  23. <DD>A standard password method supported by most HTTP clients and servers.  It only allows access to certain Resources if valid Credentials are supplied.
  24.  
  25. <DT>Connection
  26. <DD>A transport layer virtual circuit established between two programs for the purpose of communication.
  27.  
  28. <DT>Credentials
  29. <DD>The username and password, as passed to the server during Client Authentication.
  30.  
  31. <DT>DELETE
  32. <DD>A type of request from a Client, sent to a Server, asking that the named Resource be removed from the Server's databases.
  33.  
  34. <DT>Entity
  35. <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.
  36.  
  37. <DT>GET
  38. <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 '?'.
  39.  
  40. <DT>Imagemap
  41. <DD>An embedded graphic which when clicked upon redirects the client to another Resource.
  42.  
  43. <DT>Message
  44. <DD>The basic unit of HTTP communication, consisting of a structured header and, optionally, an Entity.  It is transmitted via the connection.
  45.  
  46. <DT>POST
  47. <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.
  48.  
  49. <DT>Proxy
  50. <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.
  51.  
  52. <DT>PUT
  53. <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.
  54.  
  55. <DT>Realm
  56. <DD>A section of a server's Resource database, protected using Client Authentication.
  57.  
  58. <DT>Request
  59. <DD>A message from from a Client, sent to a Server, invoking an action.
  60.  
  61. <DT>Response
  62. <DD>A message from a Server, sent to a Client, sending a Resource.
  63.  
  64. <DT>Resource
  65. <DD>An object or service which can be identified by a URL.
  66.  
  67. <DT>Server
  68. <DD>A program that accepts connections in order to service requests by sending back Responses.
  69.  
  70. <DT>URL
  71. <DD>Uniform Resource Locator - a network address and file path indicating the location of a Resource.
  72.  
  73. <DT>User Agent
  74. <DD>The Client which initiates a Request.  These are often browsers, editors, spiders (web-traversing robots), or other end-user tools.
  75.  
  76. <DT>WWW
  77. <DD>Abbreviation for World-Wide Web.
  78.  
  79. </DL>
  80.  
  81. <HR>
  82.  
  83. <P><CENTER>
  84. <A HREF="a0-perfo"><IMG SRC="images/buttons/bak" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Previous ]"></A>
  85. <A HREF="index"><IMG SRC="images/buttons/up" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Index ]"></A>
  86. <A HREF="a2-refs"><IMG SRC="images/buttons/fwd" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Next ]"></A>
  87. </CENTER></P>
  88.  
  89. </BODY>
  90.  
  91. </HTML>