Home » Archimedes archive » Archimedes World » AW-1996-01.adf » !Webite_Webite » HTML/Tech

HTML/Tech

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 » Archimedes World » AW-1996-01.adf » !Webite_Webite
Filename: HTML/Tech
Read OK:
File size: 10D8 bytes
Load address: 0000
Exec address: 0000
File contents
<html><head><title>Technical Information</title></head>
<body background="imgs/Background">
<h1>Protocols</h1>
<p>Termite has two distinct sets of protocols, one that is included with all versions of Termite, and one that is only included with the Internet version. Protocols are loaded into memory only when needed, so Termite itself takes up little memory.</p>
<h2>Standard protocols</h2>
<dl>
<dt>ANSI<dd>ANSI terminal emulation.
<dt>ASCII<dd>ASCII upload protocol.
<dt>Avatar<dd>Avatar terminal emulation (enhanced ANSI).
<dt>Cack<dd>Random quote generator. <fish>
<dt>Capture<dd>Record to disc text as it comes to you from a bulletin board.
<dt>Directory<dd>Provides Termite's central easy-to-use dialling directory.
<dt>HexDump<dd>HexDump terminal emulation (displays text in hex form).
<dt>IEMSI<dd>Auto-logon, local-configuration and chat support for bulletin boards.
<dt>KeyLock<dd>Lock your keyboard to stop unwanted people using your terminal windows.
<dt>LineEdit<dd>Provides a line editor for slow links, sends entire line at a time.
<dt>Macros<dd>Programs your <em>F</em>keys so that they send sequences of text.
<dt>Script<dd>Script interpreter based on the BASIC language.
<dt>ShowCtrl<dd>ShowCtrl terminal emulation (displays control chars).
<dt>SplitChat<dd>Communicate to people in a split window.
<dt>TTY<dd>TTY (dumb) terminal emulation.
<dt>vt52<dd>vt52 terminal emulation.
<dt>vt100<dd>vt100 terminal emulation.
<dt>Zmodem<dd>Advanced file transfer protocol including recovery feature to continue with partially-downloaded files.
</dl>
<h2>Internet protocols</h2>
<dl>
<dt>CharGenD<dd>Provides inbound connections to the <em>character generation</em> port.
<dt>Connect<dd>Executes the correct script to connect you to the Internet via your <a href="ISPs">Internet Provider</a>.
<dt>DaytimeD<dd>Provides inbound connections to the <em>daytime</em> port.
<dt>DiscardD<dd>Provides inbound connections to the <em>discard</em> port.
<dt>EchoD<dd>Provides inbound connections to the <em>echo</em> port.
<dt>Finger<dd>Allows you to find information about a remote machine or user.
<dt>FingerD<dd>Provides inbound connections to the <em>finger</em> port, allowing other people to find information about your machine and who you are.
<dt>FTP<dd>Allows you to transfer files from around the Internet using this <em>file transfer protocol</em>.
<dt>HttpD<dd>This is a web server providing inbound connections to the <em>HTTP</em> port, allowing other people to view your web pages whilst you are online.
<dt>IdentD<dd>Provides inbound connections to the <em>ident</em> port, this allows machines on the Internet to verify who you are as you access them.
<dt>Internet<dd>This is Termite's Internet <a href="INet">control panel</a> whilst you are on the Internet.
<dt>NNTP<dd><em>Network News Transfer Protocol</em> provides you with the ability to transfer public mail from the Internet.
<dt>Ping<dd>Allows you to <em>ping</em> machines on the Internet, to ensure that the connection is stable.
<dt>POP3<dd><em>Post Office Protocol 3</em> is one way that you can receive your email from your Internet Provider. (STMP is another.)
<dt>QotdD<dd>Provides inbound connections to the <em>quote of the day</em> port, which when using Termite is generated using the <em>Cack</em> protocol.
<dt>Smtp<dd><em>Simple Mail Transfer Protocol</em> is how you send your email from you to your Internet Provider.
<dt>SmtpD<dd>Provides inbound connections to the <em>smtp</em> port, allowing your Internet provider to send your mail to you. (see POP3)
<dt>Telnet<dd>This gives you a terminal emulation (using one of Termite's emulations) so that you can connect to an Internet bulletin board or other textual service.
<dt>Time<dd>Shows you the current time on your Internet Provider in a graphical way.
<dt>TimeD<dd>Provides inbound connections to the <em>time</em> port, so that others can find out what your computer thinks the time is.
<dt>WWW<dd><em>World Wide Web</em> browser, providing you with <a href="WWW">WWW</a> access, including <em>gopher</em>, <em>ftp</em> and <em>wais</em>. You are currently using the WWW protocol to view this page.
</dl>
<hr>
<p><a href="Index"><img src="imgs/butbak" align=middle width=88 height=88 border=0 alt="(O)"></a> Go up to <a href="Index">index page</a></p>
</body></html>
00000000  3c 68 74 6d 6c 3e 3c 68  65 61 64 3e 3c 74 69 74  |<html><head><tit|
00000010  6c 65 3e 54 65 63 68 6e  69 63 61 6c 20 49 6e 66  |le>Technical Inf|
00000020  6f 72 6d 61 74 69 6f 6e  3c 2f 74 69 74 6c 65 3e  |ormation</title>|
00000030  3c 2f 68 65 61 64 3e 0a  3c 62 6f 64 79 20 62 61  |</head>.<body ba|
00000040  63 6b 67 72 6f 75 6e 64  3d 22 69 6d 67 73 2f 42  |ckground="imgs/B|
00000050  61 63 6b 67 72 6f 75 6e  64 22 3e 0a 3c 68 31 3e  |ackground">.<h1>|
00000060  50 72 6f 74 6f 63 6f 6c  73 3c 2f 68 31 3e 0a 3c  |Protocols</h1>.<|
00000070  70 3e 54 65 72 6d 69 74  65 20 68 61 73 20 74 77  |p>Termite has tw|
00000080  6f 20 64 69 73 74 69 6e  63 74 20 73 65 74 73 20  |o distinct sets |
00000090  6f 66 20 70 72 6f 74 6f  63 6f 6c 73 2c 20 6f 6e  |of protocols, on|
000000a0  65 20 74 68 61 74 20 69  73 20 69 6e 63 6c 75 64  |e that is includ|
000000b0  65 64 20 77 69 74 68 20  61 6c 6c 20 76 65 72 73  |ed with all vers|
000000c0  69 6f 6e 73 20 6f 66 20  54 65 72 6d 69 74 65 2c  |ions of Termite,|
000000d0  20 61 6e 64 20 6f 6e 65  20 74 68 61 74 20 69 73  | and one that is|
000000e0  20 6f 6e 6c 79 20 69 6e  63 6c 75 64 65 64 20 77  | only included w|
000000f0  69 74 68 20 74 68 65 20  49 6e 74 65 72 6e 65 74  |ith the Internet|
00000100  20 76 65 72 73 69 6f 6e  2e 20 50 72 6f 74 6f 63  | version. Protoc|
00000110  6f 6c 73 20 61 72 65 20  6c 6f 61 64 65 64 20 69  |ols are loaded i|
00000120  6e 74 6f 20 6d 65 6d 6f  72 79 20 6f 6e 6c 79 20  |nto memory only |
00000130  77 68 65 6e 20 6e 65 65  64 65 64 2c 20 73 6f 20  |when needed, so |
00000140  54 65 72 6d 69 74 65 20  69 74 73 65 6c 66 20 74  |Termite itself t|
00000150  61 6b 65 73 20 75 70 20  6c 69 74 74 6c 65 20 6d  |akes up little m|
00000160  65 6d 6f 72 79 2e 3c 2f  70 3e 0a 3c 68 32 3e 53  |emory.</p>.<h2>S|
00000170  74 61 6e 64 61 72 64 20  70 72 6f 74 6f 63 6f 6c  |tandard protocol|
00000180  73 3c 2f 68 32 3e 0a 3c  64 6c 3e 0a 3c 64 74 3e  |s</h2>.<dl>.<dt>|
00000190  41 4e 53 49 3c 64 64 3e  41 4e 53 49 20 74 65 72  |ANSI<dd>ANSI ter|
000001a0  6d 69 6e 61 6c 20 65 6d  75 6c 61 74 69 6f 6e 2e  |minal emulation.|
000001b0  0a 3c 64 74 3e 41 53 43  49 49 3c 64 64 3e 41 53  |.<dt>ASCII<dd>AS|
000001c0  43 49 49 20 75 70 6c 6f  61 64 20 70 72 6f 74 6f  |CII upload proto|
000001d0  63 6f 6c 2e 0a 3c 64 74  3e 41 76 61 74 61 72 3c  |col..<dt>Avatar<|
000001e0  64 64 3e 41 76 61 74 61  72 20 74 65 72 6d 69 6e  |dd>Avatar termin|
000001f0  61 6c 20 65 6d 75 6c 61  74 69 6f 6e 20 28 65 6e  |al emulation (en|
00000200  68 61 6e 63 65 64 20 41  4e 53 49 29 2e 0a 3c 64  |hanced ANSI)..<d|
00000210  74 3e 43 61 63 6b 3c 64  64 3e 52 61 6e 64 6f 6d  |t>Cack<dd>Random|
00000220  20 71 75 6f 74 65 20 67  65 6e 65 72 61 74 6f 72  | quote generator|
00000230  2e 20 3c 66 69 73 68 3e  0a 3c 64 74 3e 43 61 70  |. <fish>.<dt>Cap|
00000240  74 75 72 65 3c 64 64 3e  52 65 63 6f 72 64 20 74  |ture<dd>Record t|
00000250  6f 20 64 69 73 63 20 74  65 78 74 20 61 73 20 69  |o disc text as i|
00000260  74 20 63 6f 6d 65 73 20  74 6f 20 79 6f 75 20 66  |t comes to you f|
00000270  72 6f 6d 20 61 20 62 75  6c 6c 65 74 69 6e 20 62  |rom a bulletin b|
00000280  6f 61 72 64 2e 0a 3c 64  74 3e 44 69 72 65 63 74  |oard..<dt>Direct|
00000290  6f 72 79 3c 64 64 3e 50  72 6f 76 69 64 65 73 20  |ory<dd>Provides |
000002a0  54 65 72 6d 69 74 65 27  73 20 63 65 6e 74 72 61  |Termite's centra|
000002b0  6c 20 65 61 73 79 2d 74  6f 2d 75 73 65 20 64 69  |l easy-to-use di|
000002c0  61 6c 6c 69 6e 67 20 64  69 72 65 63 74 6f 72 79  |alling directory|
000002d0  2e 0a 3c 64 74 3e 48 65  78 44 75 6d 70 3c 64 64  |..<dt>HexDump<dd|
000002e0  3e 48 65 78 44 75 6d 70  20 74 65 72 6d 69 6e 61  |>HexDump termina|
000002f0  6c 20 65 6d 75 6c 61 74  69 6f 6e 20 28 64 69 73  |l emulation (dis|
00000300  70 6c 61 79 73 20 74 65  78 74 20 69 6e 20 68 65  |plays text in he|
00000310  78 20 66 6f 72 6d 29 2e  0a 3c 64 74 3e 49 45 4d  |x form)..<dt>IEM|
00000320  53 49 3c 64 64 3e 41 75  74 6f 2d 6c 6f 67 6f 6e  |SI<dd>Auto-logon|
00000330  2c 20 6c 6f 63 61 6c 2d  63 6f 6e 66 69 67 75 72  |, local-configur|
00000340  61 74 69 6f 6e 20 61 6e  64 20 63 68 61 74 20 73  |ation and chat s|
00000350  75 70 70 6f 72 74 20 66  6f 72 20 62 75 6c 6c 65  |upport for bulle|
00000360  74 69 6e 20 62 6f 61 72  64 73 2e 0a 3c 64 74 3e  |tin boards..<dt>|
00000370  4b 65 79 4c 6f 63 6b 3c  64 64 3e 4c 6f 63 6b 20  |KeyLock<dd>Lock |
00000380  79 6f 75 72 20 6b 65 79  62 6f 61 72 64 20 74 6f  |your keyboard to|
00000390  20 73 74 6f 70 20 75 6e  77 61 6e 74 65 64 20 70  | stop unwanted p|
000003a0  65 6f 70 6c 65 20 75 73  69 6e 67 20 79 6f 75 72  |eople using your|
000003b0  20 74 65 72 6d 69 6e 61  6c 20 77 69 6e 64 6f 77  | terminal window|
000003c0  73 2e 0a 3c 64 74 3e 4c  69 6e 65 45 64 69 74 3c  |s..<dt>LineEdit<|
000003d0  64 64 3e 50 72 6f 76 69  64 65 73 20 61 20 6c 69  |dd>Provides a li|
000003e0  6e 65 20 65 64 69 74 6f  72 20 66 6f 72 20 73 6c  |ne editor for sl|
000003f0  6f 77 20 6c 69 6e 6b 73  2c 20 73 65 6e 64 73 20  |ow links, sends |
00000400  65 6e 74 69 72 65 20 6c  69 6e 65 20 61 74 20 61  |entire line at a|
00000410  20 74 69 6d 65 2e 0a 3c  64 74 3e 4d 61 63 72 6f  | time..<dt>Macro|
00000420  73 3c 64 64 3e 50 72 6f  67 72 61 6d 73 20 79 6f  |s<dd>Programs yo|
00000430  75 72 20 3c 65 6d 3e 46  3c 2f 65 6d 3e 6b 65 79  |ur <em>F</em>key|
00000440  73 20 73 6f 20 74 68 61  74 20 74 68 65 79 20 73  |s so that they s|
00000450  65 6e 64 20 73 65 71 75  65 6e 63 65 73 20 6f 66  |end sequences of|
00000460  20 74 65 78 74 2e 0a 3c  64 74 3e 53 63 72 69 70  | text..<dt>Scrip|
00000470  74 3c 64 64 3e 53 63 72  69 70 74 20 69 6e 74 65  |t<dd>Script inte|
00000480  72 70 72 65 74 65 72 20  62 61 73 65 64 20 6f 6e  |rpreter based on|
00000490  20 74 68 65 20 42 41 53  49 43 20 6c 61 6e 67 75  | the BASIC langu|
000004a0  61 67 65 2e 0a 3c 64 74  3e 53 68 6f 77 43 74 72  |age..<dt>ShowCtr|
000004b0  6c 3c 64 64 3e 53 68 6f  77 43 74 72 6c 20 74 65  |l<dd>ShowCtrl te|
000004c0  72 6d 69 6e 61 6c 20 65  6d 75 6c 61 74 69 6f 6e  |rminal emulation|
000004d0  20 28 64 69 73 70 6c 61  79 73 20 63 6f 6e 74 72  | (displays contr|
000004e0  6f 6c 20 63 68 61 72 73  29 2e 0a 3c 64 74 3e 53  |ol chars)..<dt>S|
000004f0  70 6c 69 74 43 68 61 74  3c 64 64 3e 43 6f 6d 6d  |plitChat<dd>Comm|
00000500  75 6e 69 63 61 74 65 20  74 6f 20 70 65 6f 70 6c  |unicate to peopl|
00000510  65 20 69 6e 20 61 20 73  70 6c 69 74 20 77 69 6e  |e in a split win|
00000520  64 6f 77 2e 0a 3c 64 74  3e 54 54 59 3c 64 64 3e  |dow..<dt>TTY<dd>|
00000530  54 54 59 20 28 64 75 6d  62 29 20 74 65 72 6d 69  |TTY (dumb) termi|
00000540  6e 61 6c 20 65 6d 75 6c  61 74 69 6f 6e 2e 0a 3c  |nal emulation..<|
00000550  64 74 3e 76 74 35 32 3c  64 64 3e 76 74 35 32 20  |dt>vt52<dd>vt52 |
00000560  74 65 72 6d 69 6e 61 6c  20 65 6d 75 6c 61 74 69  |terminal emulati|
00000570  6f 6e 2e 0a 3c 64 74 3e  76 74 31 30 30 3c 64 64  |on..<dt>vt100<dd|
00000580  3e 76 74 31 30 30 20 74  65 72 6d 69 6e 61 6c 20  |>vt100 terminal |
00000590  65 6d 75 6c 61 74 69 6f  6e 2e 0a 3c 64 74 3e 5a  |emulation..<dt>Z|
000005a0  6d 6f 64 65 6d 3c 64 64  3e 41 64 76 61 6e 63 65  |modem<dd>Advance|
000005b0  64 20 66 69 6c 65 20 74  72 61 6e 73 66 65 72 20  |d file transfer |
000005c0  70 72 6f 74 6f 63 6f 6c  20 69 6e 63 6c 75 64 69  |protocol includi|
000005d0  6e 67 20 72 65 63 6f 76  65 72 79 20 66 65 61 74  |ng recovery feat|
000005e0  75 72 65 20 74 6f 20 63  6f 6e 74 69 6e 75 65 20  |ure to continue |
000005f0  77 69 74 68 20 70 61 72  74 69 61 6c 6c 79 2d 64  |with partially-d|
00000600  6f 77 6e 6c 6f 61 64 65  64 20 66 69 6c 65 73 2e  |ownloaded files.|
00000610  0a 3c 2f 64 6c 3e 0a 3c  68 32 3e 49 6e 74 65 72  |.</dl>.<h2>Inter|
00000620  6e 65 74 20 70 72 6f 74  6f 63 6f 6c 73 3c 2f 68  |net protocols</h|
00000630  32 3e 0a 3c 64 6c 3e 0a  3c 64 74 3e 43 68 61 72  |2>.<dl>.<dt>Char|
00000640  47 65 6e 44 3c 64 64 3e  50 72 6f 76 69 64 65 73  |GenD<dd>Provides|
00000650  20 69 6e 62 6f 75 6e 64  20 63 6f 6e 6e 65 63 74  | inbound connect|
00000660  69 6f 6e 73 20 74 6f 20  74 68 65 20 3c 65 6d 3e  |ions to the <em>|
00000670  63 68 61 72 61 63 74 65  72 20 67 65 6e 65 72 61  |character genera|
00000680  74 69 6f 6e 3c 2f 65 6d  3e 20 70 6f 72 74 2e 0a  |tion</em> port..|
00000690  3c 64 74 3e 43 6f 6e 6e  65 63 74 3c 64 64 3e 45  |<dt>Connect<dd>E|
000006a0  78 65 63 75 74 65 73 20  74 68 65 20 63 6f 72 72  |xecutes the corr|
000006b0  65 63 74 20 73 63 72 69  70 74 20 74 6f 20 63 6f  |ect script to co|
000006c0  6e 6e 65 63 74 20 79 6f  75 20 74 6f 20 74 68 65  |nnect you to the|
000006d0  20 49 6e 74 65 72 6e 65  74 20 76 69 61 20 79 6f  | Internet via yo|
000006e0  75 72 20 3c 61 20 68 72  65 66 3d 22 49 53 50 73  |ur <a href="ISPs|
000006f0  22 3e 49 6e 74 65 72 6e  65 74 20 50 72 6f 76 69  |">Internet Provi|
00000700  64 65 72 3c 2f 61 3e 2e  0a 3c 64 74 3e 44 61 79  |der</a>..<dt>Day|
00000710  74 69 6d 65 44 3c 64 64  3e 50 72 6f 76 69 64 65  |timeD<dd>Provide|
00000720  73 20 69 6e 62 6f 75 6e  64 20 63 6f 6e 6e 65 63  |s inbound connec|
00000730  74 69 6f 6e 73 20 74 6f  20 74 68 65 20 3c 65 6d  |tions to the <em|
00000740  3e 64 61 79 74 69 6d 65  3c 2f 65 6d 3e 20 70 6f  |>daytime</em> po|
00000750  72 74 2e 0a 3c 64 74 3e  44 69 73 63 61 72 64 44  |rt..<dt>DiscardD|
00000760  3c 64 64 3e 50 72 6f 76  69 64 65 73 20 69 6e 62  |<dd>Provides inb|
00000770  6f 75 6e 64 20 63 6f 6e  6e 65 63 74 69 6f 6e 73  |ound connections|
00000780  20 74 6f 20 74 68 65 20  3c 65 6d 3e 64 69 73 63  | to the <em>disc|
00000790  61 72 64 3c 2f 65 6d 3e  20 70 6f 72 74 2e 0a 3c  |ard</em> port..<|
000007a0  64 74 3e 45 63 68 6f 44  3c 64 64 3e 50 72 6f 76  |dt>EchoD<dd>Prov|
000007b0  69 64 65 73 20 69 6e 62  6f 75 6e 64 20 63 6f 6e  |ides inbound con|
000007c0  6e 65 63 74 69 6f 6e 73  20 74 6f 20 74 68 65 20  |nections to the |
000007d0  3c 65 6d 3e 65 63 68 6f  3c 2f 65 6d 3e 20 70 6f  |<em>echo</em> po|
000007e0  72 74 2e 0a 3c 64 74 3e  46 69 6e 67 65 72 3c 64  |rt..<dt>Finger<d|
000007f0  64 3e 41 6c 6c 6f 77 73  20 79 6f 75 20 74 6f 20  |d>Allows you to |
00000800  66 69 6e 64 20 69 6e 66  6f 72 6d 61 74 69 6f 6e  |find information|
00000810  20 61 62 6f 75 74 20 61  20 72 65 6d 6f 74 65 20  | about a remote |
00000820  6d 61 63 68 69 6e 65 20  6f 72 20 75 73 65 72 2e  |machine or user.|
00000830  0a 3c 64 74 3e 46 69 6e  67 65 72 44 3c 64 64 3e  |.<dt>FingerD<dd>|
00000840  50 72 6f 76 69 64 65 73  20 69 6e 62 6f 75 6e 64  |Provides inbound|
00000850  20 63 6f 6e 6e 65 63 74  69 6f 6e 73 20 74 6f 20  | connections to |
00000860  74 68 65 20 3c 65 6d 3e  66 69 6e 67 65 72 3c 2f  |the <em>finger</|
00000870  65 6d 3e 20 70 6f 72 74  2c 20 61 6c 6c 6f 77 69  |em> port, allowi|
00000880  6e 67 20 6f 74 68 65 72  20 70 65 6f 70 6c 65 20  |ng other people |
00000890  74 6f 20 66 69 6e 64 20  69 6e 66 6f 72 6d 61 74  |to find informat|
000008a0  69 6f 6e 20 61 62 6f 75  74 20 79 6f 75 72 20 6d  |ion about your m|
000008b0  61 63 68 69 6e 65 20 61  6e 64 20 77 68 6f 20 79  |achine and who y|
000008c0  6f 75 20 61 72 65 2e 0a  3c 64 74 3e 46 54 50 3c  |ou are..<dt>FTP<|
000008d0  64 64 3e 41 6c 6c 6f 77  73 20 79 6f 75 20 74 6f  |dd>Allows you to|
000008e0  20 74 72 61 6e 73 66 65  72 20 66 69 6c 65 73 20  | transfer files |
000008f0  66 72 6f 6d 20 61 72 6f  75 6e 64 20 74 68 65 20  |from around the |
00000900  49 6e 74 65 72 6e 65 74  20 75 73 69 6e 67 20 74  |Internet using t|
00000910  68 69 73 20 3c 65 6d 3e  66 69 6c 65 20 74 72 61  |his <em>file tra|
00000920  6e 73 66 65 72 20 70 72  6f 74 6f 63 6f 6c 3c 2f  |nsfer protocol</|
00000930  65 6d 3e 2e 0a 3c 64 74  3e 48 74 74 70 44 3c 64  |em>..<dt>HttpD<d|
00000940  64 3e 54 68 69 73 20 69  73 20 61 20 77 65 62 20  |d>This is a web |
00000950  73 65 72 76 65 72 20 70  72 6f 76 69 64 69 6e 67  |server providing|
00000960  20 69 6e 62 6f 75 6e 64  20 63 6f 6e 6e 65 63 74  | inbound connect|
00000970  69 6f 6e 73 20 74 6f 20  74 68 65 20 3c 65 6d 3e  |ions to the <em>|
00000980  48 54 54 50 3c 2f 65 6d  3e 20 70 6f 72 74 2c 20  |HTTP</em> port, |
00000990  61 6c 6c 6f 77 69 6e 67  20 6f 74 68 65 72 20 70  |allowing other p|
000009a0  65 6f 70 6c 65 20 74 6f  20 76 69 65 77 20 79 6f  |eople to view yo|
000009b0  75 72 20 77 65 62 20 70  61 67 65 73 20 77 68 69  |ur web pages whi|
000009c0  6c 73 74 20 79 6f 75 20  61 72 65 20 6f 6e 6c 69  |lst you are onli|
000009d0  6e 65 2e 0a 3c 64 74 3e  49 64 65 6e 74 44 3c 64  |ne..<dt>IdentD<d|
000009e0  64 3e 50 72 6f 76 69 64  65 73 20 69 6e 62 6f 75  |d>Provides inbou|
000009f0  6e 64 20 63 6f 6e 6e 65  63 74 69 6f 6e 73 20 74  |nd connections t|
00000a00  6f 20 74 68 65 20 3c 65  6d 3e 69 64 65 6e 74 3c  |o the <em>ident<|
00000a10  2f 65 6d 3e 20 70 6f 72  74 2c 20 74 68 69 73 20  |/em> port, this |
00000a20  61 6c 6c 6f 77 73 20 6d  61 63 68 69 6e 65 73 20  |allows machines |
00000a30  6f 6e 20 74 68 65 20 49  6e 74 65 72 6e 65 74 20  |on the Internet |
00000a40  74 6f 20 76 65 72 69 66  79 20 77 68 6f 20 79 6f  |to verify who yo|
00000a50  75 20 61 72 65 20 61 73  20 79 6f 75 20 61 63 63  |u are as you acc|
00000a60  65 73 73 20 74 68 65 6d  2e 0a 3c 64 74 3e 49 6e  |ess them..<dt>In|
00000a70  74 65 72 6e 65 74 3c 64  64 3e 54 68 69 73 20 69  |ternet<dd>This i|
00000a80  73 20 54 65 72 6d 69 74  65 27 73 20 49 6e 74 65  |s Termite's Inte|
00000a90  72 6e 65 74 20 3c 61 20  68 72 65 66 3d 22 49 4e  |rnet <a href="IN|
00000aa0  65 74 22 3e 63 6f 6e 74  72 6f 6c 20 70 61 6e 65  |et">control pane|
00000ab0  6c 3c 2f 61 3e 20 77 68  69 6c 73 74 20 79 6f 75  |l</a> whilst you|
00000ac0  20 61 72 65 20 6f 6e 20  74 68 65 20 49 6e 74 65  | are on the Inte|
00000ad0  72 6e 65 74 2e 0a 3c 64  74 3e 4e 4e 54 50 3c 64  |rnet..<dt>NNTP<d|
00000ae0  64 3e 3c 65 6d 3e 4e 65  74 77 6f 72 6b 20 4e 65  |d><em>Network Ne|
00000af0  77 73 20 54 72 61 6e 73  66 65 72 20 50 72 6f 74  |ws Transfer Prot|
00000b00  6f 63 6f 6c 3c 2f 65 6d  3e 20 70 72 6f 76 69 64  |ocol</em> provid|
00000b10  65 73 20 79 6f 75 20 77  69 74 68 20 74 68 65 20  |es you with the |
00000b20  61 62 69 6c 69 74 79 20  74 6f 20 74 72 61 6e 73  |ability to trans|
00000b30  66 65 72 20 70 75 62 6c  69 63 20 6d 61 69 6c 20  |fer public mail |
00000b40  66 72 6f 6d 20 74 68 65  20 49 6e 74 65 72 6e 65  |from the Interne|
00000b50  74 2e 0a 3c 64 74 3e 50  69 6e 67 3c 64 64 3e 41  |t..<dt>Ping<dd>A|
00000b60  6c 6c 6f 77 73 20 79 6f  75 20 74 6f 20 3c 65 6d  |llows you to <em|
00000b70  3e 70 69 6e 67 3c 2f 65  6d 3e 20 6d 61 63 68 69  |>ping</em> machi|
00000b80  6e 65 73 20 6f 6e 20 74  68 65 20 49 6e 74 65 72  |nes on the Inter|
00000b90  6e 65 74 2c 20 74 6f 20  65 6e 73 75 72 65 20 74  |net, to ensure t|
00000ba0  68 61 74 20 74 68 65 20  63 6f 6e 6e 65 63 74 69  |hat the connecti|
00000bb0  6f 6e 20 69 73 20 73 74  61 62 6c 65 2e 0a 3c 64  |on is stable..<d|
00000bc0  74 3e 50 4f 50 33 3c 64  64 3e 3c 65 6d 3e 50 6f  |t>POP3<dd><em>Po|
00000bd0  73 74 20 4f 66 66 69 63  65 20 50 72 6f 74 6f 63  |st Office Protoc|
00000be0  6f 6c 20 33 3c 2f 65 6d  3e 20 69 73 20 6f 6e 65  |ol 3</em> is one|
00000bf0  20 77 61 79 20 74 68 61  74 20 79 6f 75 20 63 61  | way that you ca|
00000c00  6e 20 72 65 63 65 69 76  65 20 79 6f 75 72 20 65  |n receive your e|
00000c10  6d 61 69 6c 20 66 72 6f  6d 20 79 6f 75 72 20 49  |mail from your I|
00000c20  6e 74 65 72 6e 65 74 20  50 72 6f 76 69 64 65 72  |nternet Provider|
00000c30  2e 20 28 53 54 4d 50 20  69 73 20 61 6e 6f 74 68  |. (STMP is anoth|
00000c40  65 72 2e 29 0a 3c 64 74  3e 51 6f 74 64 44 3c 64  |er.).<dt>QotdD<d|
00000c50  64 3e 50 72 6f 76 69 64  65 73 20 69 6e 62 6f 75  |d>Provides inbou|
00000c60  6e 64 20 63 6f 6e 6e 65  63 74 69 6f 6e 73 20 74  |nd connections t|
00000c70  6f 20 74 68 65 20 3c 65  6d 3e 71 75 6f 74 65 20  |o the <em>quote |
00000c80  6f 66 20 74 68 65 20 64  61 79 3c 2f 65 6d 3e 20  |of the day</em> |
00000c90  70 6f 72 74 2c 20 77 68  69 63 68 20 77 68 65 6e  |port, which when|
00000ca0  20 75 73 69 6e 67 20 54  65 72 6d 69 74 65 20 69  | using Termite i|
00000cb0  73 20 67 65 6e 65 72 61  74 65 64 20 75 73 69 6e  |s generated usin|
00000cc0  67 20 74 68 65 20 3c 65  6d 3e 43 61 63 6b 3c 2f  |g the <em>Cack</|
00000cd0  65 6d 3e 20 70 72 6f 74  6f 63 6f 6c 2e 0a 3c 64  |em> protocol..<d|
00000ce0  74 3e 53 6d 74 70 3c 64  64 3e 3c 65 6d 3e 53 69  |t>Smtp<dd><em>Si|
00000cf0  6d 70 6c 65 20 4d 61 69  6c 20 54 72 61 6e 73 66  |mple Mail Transf|
00000d00  65 72 20 50 72 6f 74 6f  63 6f 6c 3c 2f 65 6d 3e  |er Protocol</em>|
00000d10  20 69 73 20 68 6f 77 20  79 6f 75 20 73 65 6e 64  | is how you send|
00000d20  20 79 6f 75 72 20 65 6d  61 69 6c 20 66 72 6f 6d  | your email from|
00000d30  20 79 6f 75 20 74 6f 20  79 6f 75 72 20 49 6e 74  | you to your Int|
00000d40  65 72 6e 65 74 20 50 72  6f 76 69 64 65 72 2e 0a  |ernet Provider..|
00000d50  3c 64 74 3e 53 6d 74 70  44 3c 64 64 3e 50 72 6f  |<dt>SmtpD<dd>Pro|
00000d60  76 69 64 65 73 20 69 6e  62 6f 75 6e 64 20 63 6f  |vides inbound co|
00000d70  6e 6e 65 63 74 69 6f 6e  73 20 74 6f 20 74 68 65  |nnections to the|
00000d80  20 3c 65 6d 3e 73 6d 74  70 3c 2f 65 6d 3e 20 70  | <em>smtp</em> p|
00000d90  6f 72 74 2c 20 61 6c 6c  6f 77 69 6e 67 20 79 6f  |ort, allowing yo|
00000da0  75 72 20 49 6e 74 65 72  6e 65 74 20 70 72 6f 76  |ur Internet prov|
00000db0  69 64 65 72 20 74 6f 20  73 65 6e 64 20 79 6f 75  |ider to send you|
00000dc0  72 20 6d 61 69 6c 20 74  6f 20 79 6f 75 2e 20 28  |r mail to you. (|
00000dd0  73 65 65 20 50 4f 50 33  29 0a 3c 64 74 3e 54 65  |see POP3).<dt>Te|
00000de0  6c 6e 65 74 3c 64 64 3e  54 68 69 73 20 67 69 76  |lnet<dd>This giv|
00000df0  65 73 20 79 6f 75 20 61  20 74 65 72 6d 69 6e 61  |es you a termina|
00000e00  6c 20 65 6d 75 6c 61 74  69 6f 6e 20 28 75 73 69  |l emulation (usi|
00000e10  6e 67 20 6f 6e 65 20 6f  66 20 54 65 72 6d 69 74  |ng one of Termit|
00000e20  65 27 73 20 65 6d 75 6c  61 74 69 6f 6e 73 29 20  |e's emulations) |
00000e30  73 6f 20 74 68 61 74 20  79 6f 75 20 63 61 6e 20  |so that you can |
00000e40  63 6f 6e 6e 65 63 74 20  74 6f 20 61 6e 20 49 6e  |connect to an In|
00000e50  74 65 72 6e 65 74 20 62  75 6c 6c 65 74 69 6e 20  |ternet bulletin |
00000e60  62 6f 61 72 64 20 6f 72  20 6f 74 68 65 72 20 74  |board or other t|
00000e70  65 78 74 75 61 6c 20 73  65 72 76 69 63 65 2e 0a  |extual service..|
00000e80  3c 64 74 3e 54 69 6d 65  3c 64 64 3e 53 68 6f 77  |<dt>Time<dd>Show|
00000e90  73 20 79 6f 75 20 74 68  65 20 63 75 72 72 65 6e  |s you the curren|
00000ea0  74 20 74 69 6d 65 20 6f  6e 20 79 6f 75 72 20 49  |t time on your I|
00000eb0  6e 74 65 72 6e 65 74 20  50 72 6f 76 69 64 65 72  |nternet Provider|
00000ec0  20 69 6e 20 61 20 67 72  61 70 68 69 63 61 6c 20  | in a graphical |
00000ed0  77 61 79 2e 0a 3c 64 74  3e 54 69 6d 65 44 3c 64  |way..<dt>TimeD<d|
00000ee0  64 3e 50 72 6f 76 69 64  65 73 20 69 6e 62 6f 75  |d>Provides inbou|
00000ef0  6e 64 20 63 6f 6e 6e 65  63 74 69 6f 6e 73 20 74  |nd connections t|
00000f00  6f 20 74 68 65 20 3c 65  6d 3e 74 69 6d 65 3c 2f  |o the <em>time</|
00000f10  65 6d 3e 20 70 6f 72 74  2c 20 73 6f 20 74 68 61  |em> port, so tha|
00000f20  74 20 6f 74 68 65 72 73  20 63 61 6e 20 66 69 6e  |t others can fin|
00000f30  64 20 6f 75 74 20 77 68  61 74 20 79 6f 75 72 20  |d out what your |
00000f40  63 6f 6d 70 75 74 65 72  20 74 68 69 6e 6b 73 20  |computer thinks |
00000f50  74 68 65 20 74 69 6d 65  20 69 73 2e 0a 3c 64 74  |the time is..<dt|
00000f60  3e 57 57 57 3c 64 64 3e  3c 65 6d 3e 57 6f 72 6c  |>WWW<dd><em>Worl|
00000f70  64 20 57 69 64 65 20 57  65 62 3c 2f 65 6d 3e 20  |d Wide Web</em> |
00000f80  62 72 6f 77 73 65 72 2c  20 70 72 6f 76 69 64 69  |browser, providi|
00000f90  6e 67 20 79 6f 75 20 77  69 74 68 20 3c 61 20 68  |ng you with <a h|
00000fa0  72 65 66 3d 22 57 57 57  22 3e 57 57 57 3c 2f 61  |ref="WWW">WWW</a|
00000fb0  3e 20 61 63 63 65 73 73  2c 20 69 6e 63 6c 75 64  |> access, includ|
00000fc0  69 6e 67 20 3c 65 6d 3e  67 6f 70 68 65 72 3c 2f  |ing <em>gopher</|
00000fd0  65 6d 3e 2c 20 3c 65 6d  3e 66 74 70 3c 2f 65 6d  |em>, <em>ftp</em|
00000fe0  3e 20 61 6e 64 20 3c 65  6d 3e 77 61 69 73 3c 2f  |> and <em>wais</|
00000ff0  65 6d 3e 2e 20 59 6f 75  20 61 72 65 20 63 75 72  |em>. You are cur|
00001000  72 65 6e 74 6c 79 20 75  73 69 6e 67 20 74 68 65  |rently using the|
00001010  20 57 57 57 20 70 72 6f  74 6f 63 6f 6c 20 74 6f  | WWW protocol to|
00001020  20 76 69 65 77 20 74 68  69 73 20 70 61 67 65 2e  | view this page.|
00001030  0a 3c 2f 64 6c 3e 0a 3c  68 72 3e 0a 3c 70 3e 3c  |.</dl>.<hr>.<p><|
00001040  61 20 68 72 65 66 3d 22  49 6e 64 65 78 22 3e 3c  |a href="Index"><|
00001050  69 6d 67 20 73 72 63 3d  22 69 6d 67 73 2f 62 75  |img src="imgs/bu|
00001060  74 62 61 6b 22 20 61 6c  69 67 6e 3d 6d 69 64 64  |tbak" align=midd|
00001070  6c 65 20 77 69 64 74 68  3d 38 38 20 68 65 69 67  |le width=88 heig|
00001080  68 74 3d 38 38 20 62 6f  72 64 65 72 3d 30 20 61  |ht=88 border=0 a|
00001090  6c 74 3d 22 28 4f 29 22  3e 3c 2f 61 3e 20 47 6f  |lt="(O)"></a> Go|
000010a0  20 75 70 20 74 6f 20 3c  61 20 68 72 65 66 3d 22  | up to <a href="|
000010b0  49 6e 64 65 78 22 3e 69  6e 64 65 78 20 70 61 67  |Index">index pag|
000010c0  65 3c 2f 61 3e 3c 2f 70  3e 0a 3c 2f 62 6f 64 79  |e</a></p>.</body|
000010d0  3e 3c 2f 68 74 6d 6c 3e                           |></html>|
000010d8