ThePlace

Home ] Search ] Resources ] Site Map ] Contact Me ]
Dave's Information Technology Resource

Up ]

Computer Architecture ] Programming Bootcamp ] Database Bootcamp ] Visual BasicS ] Web Basics ] Web Multimedia ] Web Programming ] Advanced Web Topics ] Developing Web Sites ] XML Technology ] [ Web Glossary ]

--- Web Glossary ---

Glossary of Internet Terms

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 #

Select the first letter of the word from the list above to jump to appropriate section of the glossary. If the term you are looking for starts with a digit or symbol, choose the '#' link.

- A -

Anchor

Tag name for hyperlinks on web pages. 

architecture

The structure of hardware and software that defines a computer system.

ARPA

Advanced Research Projects Agency

ASCII

American Standard Code for Information Interchange
Back to Top

- B -

bit

A single piece of computer data - a one or zero.  See byte.

bookmarks

Also called favorites; used in web browsers, a way of collecting and organizing links to web pages on the World Wide Web.

browser

See web browser.

bulletin board/newsgroup

Places to leave an electronic message or share news that anyone can read and respond to.

byte

A group of eight bits (see bit) that are used to encode data in a computer.
Back to Top

- C -

CGI

Common Gateway Interface - standard for communicating between web servers and server-based applications.

chat room also chatting

A place for people to converse online by typing messages to each other.  Groups of people may also participate in group sessions.

client

A computer connected to a server.

control

See also: program.  The program or instructions used to operate a computer. This includes the programs (on-disk) for the operating system and application software such as a word processor.

cookie

A piece of information stored on your local computer by a web page.  The cookie usually contains user specific preference information that can be used by the web site the next time that you visit.

CPU (central processing unit) - also processor

The heart of the computer.  A computer chip capable of processing instructions and data.  The power of a CPU is often measured by how many bits it can process at a time (8, 16, 32, 64, etc.) and speed (measured in megahertz - cycles per second).  For example, a Pentium 266 processor can process 32 bits of data at 266,000,000 cycles per second.

cyberspace

Another word for the Internet.
Back to Top

- D -

Digital Signature

Electronic signature based on encryption and the use of sender's private key.

Disk Operating System (DOS)

See operating system

directory

A location for storing files on a computer disk. Directories are often organized hierarchically.

display

See monitor.

domain

A unique address (in English) on the Internet.

domain extension

The characters used to identify the type of domain:
com - commercial
edu - educational (universities)
gov - government
mil - military
net - Internet Service Provider
org - non-profit organization
us, uk, de, etc. - International country codes

download

The process of transferring files to your computer from the Internet.
Back to Top

- E -

EDI
Electronic Data Interchange: exchange of documents (e.g., orders, quotes, bills of lading, etc.), typically between companies.
 
EFT
Electronic Funds Transfer: transfer of electronic payments (e.g. direct deposit of pay) across secure networks.

e-mail (electronic mail)

Messages sent between two or more individuals on the Internet.  The message typically includes a To (destination), From (source), Subject (brief title), and Body (content of the message).  Copies may also be sent as well as blind carbon copies (the To will not know others who received the message).  E-mail messages are managed (sent, forwarded, received) by Internet mail servers.

Encryption

Process of encoding information.

 

Back to Top

- F -

files

Units of information in a computer.  Files may contain text, graphics, and other computer data.  They are stored in directories.  Files have names typically consisting of a filename and extension (e.g. mydata.txt); the extension often indicates the kind of file - .txt for text, .htm for a web file).

filter

A program that limits the kinds of information that your web browser will access.

firewall

A server-based software program that restricts access from the Internet into a server and its network or Intranet.

FTP

File Transfer Protocol) - file exchange between computers.
Back to Top

- G -

GIF

Graphics Interchange Format - compressed image file format for web pages.

gigabytes (GB)

1,048,576 bytes.  A standard of measurement on a computer disk, typically hard disks.

Gopher

An older Internet service that provided organized access to databases on remote servers.  
Back to Top

- H -

hard disk - also hard drive

Device for storing files and programs on your computer.  The size or volume of a disk is often measured in megabytes or MB.

home or home page

The initial page that is displayed whenever you start your web browser.  Also refers to the main page of a web site.

HTML

HyperText Markup Language - formatting instructions for web pages.

HTTP

HyperText Transfer Protocol - the World Wide Web

hyperlink

A reference in a WWW document (usually by highlighting, color change, or cursor change) to a remote document.  Selecting a hyperlink will transfer you to the new document or information.

hypertext

A hyperlink presented a text.
Back to Top

- I -

Information Super Highway

Refers to the Internet and the idea that there are many connections and places to go to find information and resources.

input

A device that brings data into the computer. For example: keyboard, mouse, network, and modem.

Internet

A network of networks connecting computers around the world via fault-tolerant nodes.   The Internet is used primarily for e-mail, the World Wide Web, and file transfer.

InterNIC

Internet Network Information Center

Intranet

A local network that uses Internet e-mail and web browser applications to support a company or school.  Access to information and resources is limited to those within the organization and to no one else.

IP Address

Internet Protocol Address - A series of four, up-to 3 digit numbers (e.g., 128.221.34.12) that uniquely identifes a computer on the Internet.

ISDN

Integrated Services Digital Network  a digital connection using standard phone lines.

ISP

Internet Service Provider
Back to Top

- J -

JPEG

Joint Photographic Experts Group - usually refers to a high color, compressed image format used extensively in web pages.
Back to Top

- K -

(empty)
Back to Top

- L -

link

see Hyperlink

listserv

An online mailing list that allows individuals or organizations to send e"mail to groups of people at one time.
Back to Top

- M -

megabytes (MB)

1024 bytes.  A standard of measurement on a computer disk.

memory

A means to store data for short- or long-term use. For example: long-term - hard disk, floppy disk, CD-ROM; short-term— random access memory (RAM).

MIME

Multimedia Internet Mail Extensions - file extensions that are identified for web server and browser support (e.g. can execute, present, play).

modem

A device for connecting a computer to a telephone line to establish communication between computers.

monitor

A computer device for presenting video information.

multimedia

The use of text, pictures, audio, and or video to communicate information.
Back to Top

- N -

network adapter

A device to connect a computer to other computers in a network for high speed communication.

NNTP

Network News Transfer Protocol - shared messaging called news groups.

NSF

National Science Foundation
Back to Top

- O -

operating system (OS) also Disk Operating System (DOS)

A set of programs on your computer that enable you to access your hard drive, monitor, mouse, and keyboard.  The disk operating system enables your computer to organize and manage files on your disk media (floppy disk, hard drive, and CD-ROM). 

output

A device that presents data and or information to the end user. For example: monitor, printer, network, or modem.
Back to Top

- P -

password

A secret code that, when combined with the correct userid, allows access to a computer or network. 

POP also POP3

Post Office Protocol, used by mail servers to manage e-mail clients.

Private Key

Used to encrypt a message but kept private to the originator.

processor

See CPU.

program

A set of computer instructions that perform a task or group of tasks.  Examples of programs include word processors, web browsers, and databases.
Back to Top

- Q -

(empty)
Back to Top

- R -

(empty)
Back to Top

- S -

search engine

A web site that has collected keywords and web sites that you can query and sift through to locate information.  Examples include Yahoo and Lycos.

server

The hub of a computer network.  Typically a more powerful computer that is used for centralized processing of information, databases, and shared utilities such as printers.

SMTP

Simple Mail Transfer Protocol - e-mail

spam

Junk e-mail that is unsolicited.
 
SSL
Server Side Includes - separate files that can be included in web pages.
 
syntax
Structured language that is used for commands in programming, scripting, and formatting environments. 
 
Back to Top

- T -

Telnet

An Internet service that allows remote users to access a server from a remote computer as if they were directly on the server.

TCP/IP

Transmission Control Protocol/Internet Protocol - the method in which data is transmitted between computers on the Internet.
Back to Top

- U -

URL

Uniform Resource Locator - an Internet address

userid

Short for user identification; identifies a specific person with access to a computer or network.
Back to Top

- V -

VAN (Value Added Network)

Privately maintained networks dedicated to EDI between business partners.

VGA (video graphics array (also adapter))

A standard for defining computer monitors based on pixel width and height ration (4X3) and color capability (2 to 16 million colors).

virus

An intentionally bad program that interferes with the operation of a computer.   These programs are typically designed to disrupt and or disable your computer.
Back to Top

- W -

web browser

An application that can access WWW documents from remote computers (web servers).

web site

A collection of web pages at a particular web address usually with a common theme or idea.

WWW

World Wide Web

WYSIWYG

What You See Is What You Get - refers to modern word processors and other computer programs in which content is displayed on the screen in the same format that it finally appears when printed.
Back to Top

- X -

(empty)
Back to Top

- Y -

(empty)
Back to Top

- Z -

(empty)
Back to Top

- # -

(empty)
Back to Top

 

 

 

Home ] Computer Architecture ] Programming Bootcamp ] Database Bootcamp ] Visual BasicS ] Web Basics ] Web Multimedia ] Web Programming ] Advanced Web Topics ] Developing Web Sites ] XML Technology ] [ Web Glossary ]

Copyright © 1999 - 2005 
ThePlace - Written and Sponsored by Dave Hillman