Glossary
This glossary contains Internet terms that describe the elements and processes
used to create this site. Please reference these sources used to create this
glossary for more information.
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
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.
ASCII -- (American Standard Code for Information Interchange)
This is the defacto world-wide standard for the code numbers used by computers
to represent all the upper and lower-case Latin letters, numbers, punctuation,
etc. There are 128 standard ASCII codes each of which can be represented by
a 7 digit binary number: 0000000 through 1111111.
Biography
A text document of approximately 500 words that details the life of an individual
in a format comprised of four paragraphs regarding the individual's historical
significance, background, accomplishments and awards/honors.
Bibliography
A concise list of resource references. The DAAHP list is comprised of published
and unpublished works. This list reflects suggested reading material for those
that wish to delve further into the history of African Americans in Detroit.
BPS
Bits per second. The transmission speed of information through your modem, to
and from the network.
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, it will likely be much smaller than many non-backbone
lines in a large network.
See also: Network
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.
Binary
Information consisting entirely of ones and zeros. Also, commonly used to refer
to files that are not simply text files, e.g. images.
Browser
A Client program (software) that is used to look at various kinds of Internet
resources. EX: Netscape, Internet Explorer, etc.
Bulletin Board
An electronic noticeboard (news groups)
Cookie
The most common meaning of "Cookie" on the Internet refers to a
piece of information sent by a Web Server to a Web Browser that the Browser
software is expected to save and to send back to the Server whenever the browser
makes additional requests from the Server.
Depending on the type of Cookie used, and the Browsers' settings, the Browser
may accept or not accept the Cookie, and may save the Cookie for either a short
time or a long time.
Cookies might contain information such as login or registration information,
online "shopping cart" information, user preferences, etc.
When a Server receives a request from a Browser that includes a Cookie, the
Server is able to use the information stored in the Cookie. For example, the
Server might customize what is sent back to the user, or keep a log of particular
users' requests.
Cookies are usually set to expire after a predetermined amount of time and
are usually saved in memory until the Browser software is closed down, at which
time they may be saved to disk if their "expire time" has not been
reached.
Cookies do not read your hard drive and send your life story to the CIA, but
they can be used to gather more information about a user than would be possible
without them.
Computer
An electronic machine that stores and processes high speed digital information
Cyberspace
Where you travel by computer
Database
Storage for electronic data.
Download
Loading a file from the host computer to your computer
Domain Name
The unique name that identifies an Internet site. Domain Names
always have 2 or more parts, separated by dots. The part on the
left is the most specific, and the part on the right is the most
general. A given machine may have more than one Domain Name but
a given Domain Name points to only one machine. For example, the
following domain names can all refer to the same machine, but
each domain name can refer to no more than one machine:
matisse.net
mail.matisse.net
workshop.matisse.net
Usually, all of the machines on a given Network will have the
same identifier as the right-hand portion of their Domain Names
(matisse.net in the examples above). It is also possible for a
Domain Name to exist but not be connected to an actual machine.
This is often done so that a group or business can have an Internet
e-mail address without having to establish a real Internet site.
In these cases, some real Internet machine must handle the mail
on behalf of the listed Domain Name.
DSL -- (Digital Subscriber Line)
A method for moving data over regular phone lines. A DSL circuit is much faster
than a regular phone connection, and the wires coming into the subscriber's
premises are the same (copper) wires used for regular phone service. A DSL circuit
must be configured to connect two specific locations, similar to a leased line
(however a DSL circuit is not a leased line).
A common configuration of DSL allows downloads at speeds of up to 1.544 megabits
(not megabytes) per second, and uploads at speeds of 128 kilobits per second.
This arrangement is called ADSL: Asymmetric Digital Subscriber Line.
Another common configuration is symmetrical: 384 Kilobits per second in both
directions.
In theory ADSL allows download speeds of up to 9 megabits per second and upload
speeds of up to 640 kilobits per second.
DSL is now a popular alternative to Leased Lines and ISDN, being faster than
ISDN and less costly than traditional Leased Lines.
Email - Electronic mail
Written communication exchanged via computer systems operating
in much the same way as normal mail systems. The advantages of
computer mail are its low cost and the speed of delivery and receipt.
Enduser
The customer or person that uses the computer to search the web
Ethernet
A very common method of networking computers in a LAN.
There is more than one type of Ethernet. By 2001 the standard type was "100-BaseT"
which can handle up to about 100,000,000 bits-per-second and can be used with
almost any kind of computer.
See also: Bandwidth,
Extranet
An intranet that is accessible to computers that are not physically part of
a company’s own private network, but that is not accessible to the general
public, for example to allow vendors and business partners to access a company
web site.
Often an intranet will make use of a Virtual Private Network. (VPN.)
FAQ -- (Frequently Asked Questions)
FAQs are documents that list and answer the most common questions on a particular
subject. There are hundreds of FAQs on subjects as diverse as Pet Grooming
and Cryptography.
Fire Wall
A combination of hardware and software that separates a Network into two or
more parts for security purposes.
FTP/ File Transfer Protocol.
The procedure for connecting to a remote computer and transferring files back
to your local computer.
GIF -- (Graphic Interchange Format)
A common format for image files, especially suitable for images containing
large areas of the same color. GIF format files of simple images are often
smaller than the same file would be if stored in JPEG format, but GIF format
does not store photographic images as well as JPEG.
See also: JPEG, PNG
Gigabyte
1000 or 1024 Megabytes, depending on who is measuring.
Hard drive
The main drive of a computer that stores operational software as well as storage.
For IBM compatibles, this is the C-Drive.
High-Speed Internet Connection
A user's Internet connection that utilizes a cable modem, DSL, T1 or T3 technologies.
High-Speed Internet connections are recommended for downloading files from the Web
because standard 56K telephone style modems cannot transfer data effectively.
Hit
As used in reference to the World Wide Web, “hit” means a single
request from a web browser for a single item from a web server; thus in order
for a web browser to display a page that contains 3 graphics, 4 “hits”
would occur at the server: 1 for the HTML page, and one for each of the 3 graphics.
See also: Browser, HTML, Server
Home Page (or Homepage)
Several meanings. Originally, the web page that your browser is set to use when
it starts up. The more common meaning refers to the main web page for a business,
organization, person or simply the main page out of a collection of web pages,
e.g. "Check out so-and-so's new Home Page."
See also: Browser, WWW
Host
Any computer on a network that is a repository for services available to other
computers on the network. It is quite common to have one host machine provide
several services, such as SMTP (email) and HTTP (web).
See also: Network, SMTP
HTML -- (HyperText Markup Language)
The coding language used to create Hypertext documents for use on the World
Wide Web. HTML looks a lot like old-fashioned typesetting code, where you surround
a block of text with codes that indicate how it should appear.
The "hyper" in Hypertext comes from the fact that in HTML you can
specify that a block of text, or an image, is linked to another file on the
Internet. HTML files are meant to be viewed using a "Web Browser".
HTML is loosely based on a more comprehensive system for markup called SGML.
See also: Browser, Hypertext, WWW
HTTP -- (HyperText Transfer Protocol)
This is the protocol for moving hypertext files across the Internet. Requires
a HTTP client program on one end, and an HTTP server program on the other end.
HTTP is the most important protocol used in the World Wide Web (WWW).
Hypertext
Generally, any text that contains links to other documents - words or phrases
in the document that can be chosen by a reader and which cause another document
to be retrieved and displayed.
See also: HTML, HTTP
Internet
The Internet is a worldwide collection of computer networks, all
linked together and available for your use ... it is a network
of networks. The Internet is global in its coverage and is often
referred to as the Information Superhighway.
ISDN -- (Integrated Services Digital Network)
This is a method of moving more data over regular phone lines. ISDN is available
to much of the USA and in most markets, it is priced very comparably to standard
analog phone circuits. It can provide speeds of roughly 128,000 bits-per-second
over regular phone lines. In practice, most people will be limited to 56,000
or 64,000 bits-per-second.
Unlike DSL, ISDN can be used to connect to many different locations,
one at a time, just like a regular telephone call, as long as
the other location also has ISDN.
See also: DSL
ISP -- (Internet Service Provider)
An institution that provides access to the Internet in some form, usually for
money.
Java
Java is a network-friendly programming language invented by Sun Microsystems.
Java is often used to build large, complex systems that involve several different
computers interacting across networks, for example transaction processing systems.
Java is also becoming popular for creating programs that run in small electronic
devices, such as mobile telephones.
A very common use of Java is to create programs that can be safely downloaded
to your computer through the Internet and immediately run without fear of viruses
or other harm to your computer or files. Using small Java programs (called "Applets"),
Web pages can include functions such as animations, calculators, and other fancy
tricks.
See also: Applet
JavaScript
JavaScript is a programming language that is mostly used in web pages, usually
to add features that make the web page more interactive. When JavaScript is
included in an HTML file it relies upon the browser to interpret the JavaScript.
When JavaScript is combined with Cascading Style Sheets(CSS), and later versions
of HTML (4.0 and later) the result is often called DHTML.
JPEG -- (Joint Photographic Experts Group)
JPEG is most commonly mentioned as a format for image files. JPEG format is
preferred to the GIF format for photographic images as opposed to line art or
simple logo art.
Landmarks
Historic sites as designated
Links
Text that is linked to another site or text with a site.
See Hypertext
Listserv ®
The most common kind of maillist, "Listserv" is a registered trademark
of L-Soft international, Inc. Listservs originated on BITNET but they are now
common on the Internet.
Logging on and off
Connecting or disconnecting to the electronic communication service.
Maillist
(or Mailing List) A (usually automated) system that allows people to send
e-mail to one address, whereupon their message is copied and sent to all of
the other subscribers to the maillist. In this way, people who have many different
kinds of e-mail access can participate in discussions together.
Megabyte
A million bytes. Actually, technically, 1024 kilobytes.
MIME -- (Multipurpose Internet Mail Extensions)
Originally a standard for defining the types of files attached to standard Internet
mail messages. The MIME standard has come to be used in many situations where
one computer programs needs to communicate with another program about what kind
of file is being sent.
Modem
A device that connects a computer to a phone line. It’s a telephone for
a computer. A modem allows a computer to talk to other computers through the
phone system. Basically, modems do for computers what a telephone does for humans.
MP3
Compressed Audio files for use with the internet, computer and
in MP3 players.
Netiquette
This term describes an individual’s etiquette while on the
Internet.
Netizen
Derived from the term citizen, referring to a citizen of the Internet, or someone
who uses networked resources. The term connotes civic responsibility and participation.
Netscape
A WWW Browser and the name of a company. The Netscape (tm) browser was originally
based on the Mosaic program developed at the National Center for Supercomputing
Applications (NCSA).
Network
Two or more computers connected to allow communication. eg Internet, Compuserve,
K12
Node
Any single computer connected to a network.
Object Tour
Virtual handling of objects on a computer screen using a mouse
to turn objects around in three dimensional space.
On-Line/Off line
The condition of being connected or not connected to another computer through
the Internet
Open Source Software
Open Source Software is software for which the underlying programming code is
available to the users so that they may read it, make changes to it, and build
new versions of the software incorporating their changes. There are many types
of Open Source Software, mainly differing in the licensing term under which
(altered) copies of the source code may (or must be) redistributed.
Password
A code used to gain access (login) to a locked system. Good passwords contain
letters and non-letters and are not simple combinations such as virtue7. The
secret code that allows access to your designated account on the network.
Ping
To check if a server is running. From the sound that a sonar system
makes in movies, when they are searching for a submarine.
Plug-in
A (usually small) piece of software that adds features to a larger piece of
software. Common examples are plug-ins for the Netscape® browser and web
server. Adobe Photoshop® also uses plug-ins.
POP -- (Point of Presence, also Post Office Protocol)
Two commonly used meanings:
Point of Presence and Post Office Protocol.
A Point of Presence usually means a city or location where a network can be
connected to, often with dial up phone lines. So if an Internet company says
they will soon have a POP in Belgrade, it means that they will soon have a local
phone number in Belgrade and/or a place where leased lines can connect to their
network.
A second meaning, Post Office Protocol refers to a way that e-mail client software
such as Eudora gets mail from a mail server. When you obtain an account from
an Internet Service Provider (ISP) you almost always get a POP account with
it, and it is this POP account that you tell your e-mail software to use to
get your mail. Another protocol called IMAP is replacing POP for email.
See also: Client, Email, IMAP, ISP, Server
Port
3 meanings. First and most generally, a place where information goes into or
out of a computer, or both. E.g. the serial port on a personal computer is where
a modem would be connected.
On the Internet port often refers to a number that is part of a URL, appearing
after a colon (:) right after the domain name. Every service on an Internet
server listens on a particular port number on that server.
See also: Browser, Server
PNG -- (Portable Network Graphics)
PNG is a graphics format specifically designed for use on the
World Wide Web. PNG enable compression of images without any loss
of quality, including high-resolution images. Another important
feature of PNG is that anyone may create software that works with
PNG images without paying any fees - the PNG standard is free
of any licensing costs.
PPP -- (Point to Point Protocol)
The most common protocol used to connect home computers to the Internet over
regular phone lines.
Most well known as a protocol that allows a computer to use a regular telephone
line and a modem to make TCP/IP connections and thus be really and truly on
the Internet.
QuickTime
QuickTime is Apple's video format.
http://quicktime.apple.com/
Quicktime VR Player
This is a QuickTime movie player that will also play QuickTime
VR movies
Source Site: http://qtvr.quicktime.apple.com/InMac.htm
More Information: http://qtvr.quicktime.apple.com/
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 contain
only material manually approved for inclusion in a database, and
some combine the two approaches.
Server
A computer, or a software package, that provides a specific kind of service
to client software running on other computers. The term can refer to a particular
piece of software, such as a WWW server, or to the machine on which the software
is running, e.g. "Our mail server is down today, that's why e-mail isn't
getting out."
A single server machine can (and often does) have several different server
software packages running on it, thus providing many different servers to clients
on the network.
Spam (or Spamming)
An inappropriate attempt to use a mailing list, or USENET or other networked
communications facility as if it was a broadcast medium (which it is not) by
sending the same message to a large number of people who didn’t ask for
it. The term probably comes from a famous Monty Python skit, which featured
the word spam repeated over and over. The term may also have come from someone’s
low opinion of the food product with the same name, which is generally perceived
as a generic content-free waste of resources. (Spam® is a registered trademark
of Hormel Corporation, for its processed meat product.)
SQL -- (Structured Query Language)
A specialized language for sending queries to databases. Most industrial-strength
and many smaller database applications can be addressed using SQL. Each specific
application will have its own slightly different version of SQL implementing
features unique to that application, but all SQL-capable databases support a
common subset of SQL.
Streaming
The process of compressing large video or audio files into smaller file sizes.
These files can be used with websites, CD-Roms, DVDs, video and audio players.
EX. Videos formats: MPEG1, MPEG2, MPEG4, QuickTime, Windows Media Player, AVI,
EX. Audio formats: MP3, AIFF, wave,
Surfing
A term used to describe the act of searching the Internet for information.
Timeline
A measurable span of time with information denoted at key points.
T-1
A leased-line connection capable of carrying data at 1,544,000 bits-per-second.
At maximum theoretical capacity, a T-1 line could move a megabyte in less
than 10 seconds. That is still not fast enough for full-screen, full-motion
video, for which you need at least 10,000,000 bits-per-second. T-1 lines are
commonly used to connect large LANs to the Internet.
T-3
A leased-line connection capable of carrying data at 44,736,000 bits-per-second.
This is more than enough to do full-screen, full-motion video.
TCP/IP -- (Transmission Control Protocol/Internet Protocol)
This is the suite of protocols that defines the Internet. Originally
designed for the UNIX operating system, TCP/IP software is now
included with every major kind of computer operating system. To
be truly on the Internet, your computer must have TCP/IP software.
Telnet
The command and program used to login from one Internet site to another. The
telnet command/program gets you to the login: prompt of another host.
Terabyte
1000 gigabytes.
See also: Gigabyte
Terminal
A device that allows you to send commands to a computer somewhere else. At a
minimum, this usually means a keyboard and a display screen and some simple
circuitry. Usually you will use terminal software in a personal computer - the
software pretends to be (emulates) a physical terminal and allows you to type
commands to a computer somewhere else.
Terminal Server
A special purpose computer that has places to plug in many modems on one side,
and a connection to a LAN or host machine on the other side. Thus the terminal
server does the work of answering the calls and passes the connections on to
the appropriate node. Most terminal servers can provide PPP or SLIP services
if connected to the Internet.
Trojan Horse
A computer program is either hidden inside another program or that masquerades
as something it is not in order to trick potential users into running it. For
example a program that appears to be a game or image file but in reality performs
some other function. The term "Trojan Horse" comes from a possibly
mythical ruse of war used by the Greeks sometime between 1500 and 1200 B.C.
A Trojan Horse computer program may spread itself by sending copies of itself
from the host computer to other computers, but unlike a virus it will (usually)
not infect other programs.
Unix
A computer operating system (the basic software running on a computer, underneath
things like word processors and spreadsheets). Unix is designed to be used
by many people at the same time (it is multi-user) and has TCP/IP built-in.
It is the most common operating system for servers on the Internet.
Apple computers' Macintosh operating system, as of version 10, is based on
Unix.
Upload
Loading a file from your computer to the host computer
URL -- (Uniform Resource Locator)
The term URL is basically synonymous with URI. URI has replaced URL in technical
specifications.
VR
Virtual Reality Tour. Virtual manuevering in rooms on a computer
screen using a mouse to pan left, right, up and down three dimensional
space.
Virus
A chunk of computer programming code that makes copies of itself without any
concious human intervention. Some viruses do more than simply replicate themselves,
they might display messages, install other software or files, delete software
of files, etc.
A virus requires the presence of some other program to replicate itself. Typically
viruses spread by attaching themselves to programs and in some
cases files, for example the file formats for Microsoft word processor
and spreadsheet programs allow the inclusion of programs called
"macros" which can in some cases be a breeding ground
for viruses.
Website
A text document that reside on a computer or server that can be
accessed on the internet. A Website may contain as many connected
text documents (pages) as is desired.
WWW
The world wide web. Allows access to information through a graphical interface.
Using programs such as Microsoft Explorer and Netscape. World Wide Web (or
simply Web for short) is a term frequently used (incorrectly) when referring
to "The Internet", WWW has two major meanings:
First, loosely used: the whole constellation of resources that can be accessed
using Gopher, FTP, HTTP, telnet, USENET, WAIS and some other tools.
Second, the universe of hypertext servers (HTTP servers) which are the servers
that allow text, graphics, sound files, etc. to be mixed together.
WAN -- (Wide Area Network)
Any internet or network that covers an area larger than a single building or
campus.
See also: internet (Lower case i), LAN
Web
Short for "World Wide Web." A web page is a text document that is
formatted with a set of commands—a programming language. There are many
tools that exist that can make a website interactive. This list includes Java,
Pearl and Proprietary languages
See also: WWW
Worm
A worm is a virus that does not infect other programs. It makes copies of itself,
and infects additional computers (typically by making use of network connections)
but does not attach itself to additional programs; however a worm might alter,
install, or destroy files and programs.
See also: Trojan Horse, Virus
Terminology Sources
Terminology
http://www.wave.co.nz/~infotech/termin.htm
© Sherry Chrisp, Info-Tech Education, 1998
Last update July 15 1999
Glossary of Internet Terms
© 1994-2002 Matisse Enzer
For more information contact Matisse Enzer at matisse@matisse.net
Common Internet File Formats
Compiled by Eric Perlman and Ian Kallen
http://www.matisse.net/files/formats.html#mpeg