Glossary

Go back to Main Page

Index of Terms


ARPANet -- (Advanced Research Projects Agency Network)
The precursor to the Internet. Developed in the late 60's and early 70's by the US Department of Defense as an experiment in wide-area-networking to connect together computers that were each running different system so that people at one location could use computing resources from another location.


Archie
A tool (software) for finding files stored on anonymous FTP sites. You need to know the exact file name or a substring of it. By 1999 Archie had been almost completely replaced by web-based search engines. Back when FTP was the main way, people moved files over the Internet using Archie.


Applet
A small Java program that can be embedded in an HTML page. Applets differ from full-fledged Java applications in that they are not allowed to access certain resources on the local computer, such as files and serial devices (modems, printers, etc.), and are prohibited from communicating with most other computers across a network. The common rule is that an applet can only make an Internet connection to the computer from which the applet was sent.


BITNET -- (Because It's Time NETwork (or Because It's There NETwork))
A network of educational sites separate from the Internet, but e-mail is freely exchanged between BITNET and the Internet. Listservs ®, a popular form of e-mail discussion groups, originated on BITNET. BITNET machines are usually mainframes running the VMS operating system, and the network is probably the only international network that is shrinking.


BBS -- (Bulletin Board System)
A computerized meeting and announcement system that allows people to carry on discussions, upload and download files, and make announcements without the people being connected to the computer at the same time. In the early 1990's there were many thousands (millions?) of BBS's around the world, most are very small, running on a single IBM clone PC with 1 or 2 phone lines. Some are very large and the line between a BBS and a system like AOL gets crossed at some point, but it is not clearly drawn.


Bandwidth
How much stuff you can send through a connection. Usually measured in bits-per-second. A full page of English text is about 16,000 bits. A fast modem can move about 57,000 bits in one second. Full-motion full-screen video would require roughly 10,000,000 bits-per-second, depending on compression.


Baud
In common usage the baud rate of a modem is how many bitsit it can send or receive per second. Technically, baud is the number of times per second that the carrier signal shifts value - for example a 1200 bit-per-second modem actually runsat 300 baud, but it moves 4 bits per baud (4 x 300= 1200 bits per second).


Browser
A Client program (software) that is used to look at various kinds of Internet resources.


Backbone
A high-speed line or series of connections that forms a major pathway within a network. The term is relative as a backbone in a small network will likely be much smaller than many non-backbone lines in a large network.


Email -- (Electronic Mail)
Messages, usually text, sent from one person to another via computer. E-mail can also be sent automatically to a large number of addresses.


FTP -- (File Transfer Protocol)
A very common method of moving files between two Internet sites. FTP is a way to login to another Internet site for the purposes of retrieving and/or sending files. There are many Internet sites that have established publicly accessible repositories of material that can be obtained using FTP, by logging in using the account name "anonymous", thus these sites are called "anonymous ftp servers". FTP was invented and in wide use long before the advent of the World Wide Web and originally was always used from a text-only interface.


Gopher
Invented at the University of Minnesota in 1993 just before the Web, gopher was a widely successful method of making menus of material available over the Internet. Gopher was designed to be much easier to use than FTP, while still using a text-only interface. Gopher is a Client and Server style program, whichrequires that the user have a Gopher Client program. Although Gopher spread rapidly across the globe in only a couple of years, it has been largely supplanted by Hypertext, also known as WWW (World Wide Web). There are still thousands of Gopher Servers on the Internet and we can expect they will remain for a while.


Internet (Uppercase I)
The vast collection of inter-connected networks that are connected using the TCP/IP protocols and that evolved from the ARPANET of the late 60's and early 70's. The Internet connects tens of thousands of independent networks into a vast global internet and is probably the largest Wide Area Network in the world.


Search Engine
A (usually web-based) system for searching the information available on the Web. Some search engines work by automatically searching the contents of other systems and creating a database of the results. other search engines contains only material manually approved for inclusion in a database, and some combine the two approaches.


Go back to Top Two Computers