WebServer Glossary

active server pages
algorithm
ASCII
authentication
basic authentication
bandwidth
browser
certificate
cipher
ciphertext
client-server
CGI
digest access
authentication (DAA)
domain name
DNS
embedded web server
encryption
FAQ
FTP
gateway
host
hostname
HTML
HTTP
HTTPS
hypertext
Internet Explorer
Intranet
IP
IP address
ISP
Javascript
LAN
Netscape Navigator
proxy server
router
security certificate
server
SSI
SSL
TCP/IP
TLS
URL
Web Page
Web Server
WWW

active server pages (ASP)
A standard developed by Microsoft to serve web pages with dynamic content. An ASP document has a ".asp" extension and uses embedded scripting to insert dynamic data into the page before it is sent to the user's browser.

return

algorithm
A formula or set of rules for solving a problem in a finite number of steps. Algorithms for encryption are called ciphers.

return

ASCII (American standard code for information interchange)
The defacto worldwide standard for code numbers that represent all of the upper and lowercase Latin letters, numbers, punctuation, and other characters.

return

authentication
The positive identification of a network entity such as a server, client, or user.

return

basic authentication
A method for a server to verify the identity of a client making a request for a document.

return

bandwidth
Indicates the transmission or processing capacity of a system. Network systems need higher bandwidth for audio or video than for e-mail or other services. The two types of bandwidth are broadband, used for complex telecommunications, and narrowband, which is slower and used for voice and fax communications.

return

browser
A client program that retrieves, displays, and prints information and HTML documents from the World Wide Web.

return

certificate
A file used for authenticating network entities under the SSL protocol. A certificate contains information about its owner (called the subject) and its issuer, plus the owner's public key and a signature made by a Certification Authority (CA). Network entities verify these signatures using CA certificates.

return

cipher
A system of encryption.

return

ciphertext
Encrypted data.

return

client
A software program that contacts and obtains data from a server software program on another computer. Each client program is designed to work with one or more specific kinds of server programs. Each server required a specific kind of client.

return

client-server
The model of interaction in a distributed system in which a program at one site sends a request to a program at another site and then waits for a response. The requesting program is called a client; the program satisfying the request is called a server.

return

CGI (common gateway interface)
A standard interface between a web server and other programs. CGI consists of a set of rules that describe how a Web Server communicates with another piece of software on the same machine, and how the other piece of software (the "CGI program") talks to the web server. Any piece of software can be a CGI program if it handles input and output according to the CGI standard. CGI-scripts are usually written in the PERL or C programming languages.

return

digest access authentication (DAA)
Digest access authentication is an authentication scheme for HTTP that is more secure than the basic authentication scheme. Its primary advantage is that passwords are never transmitted across the Internet in an unencrypted form. A second advantage is that the integrity of the URL data is certified.

return

domain name
The unique name that identifies an Internet site.

return

DNS (Domain Name System)
The on-line distributed database system that maps human-readable machine names into IP addresses.

return

embedded web server
Web server software embedded within a hardware device such as a print server. It is widely used in a number of devices, because it allows access to the software via any web browser, typically for configuring the device or obtaining reports. Using a web server as a common software engine enables access to the device via any web browser.

return

encryption
The encoding of data in order to hide its content from everyone except its intended viewer. Encryption converts readable data (plain text ) into a seemingly random sequence of characters (ciphertext).

return

FAQ (Frequently Asked Questions)
FAQs are documents that provide answers the most common questions on specific subjects.

return

FTP(File Transfer Protocol)
A client-server protocol that allows a user to login to another Internet site and transfer files over a TCP/IP network.

return

gateway
A hardware or software setup that translates between two dissimilar protocols.

return

host
A networked computer that provides services that other computers or terminals can access.

return

hostname
A unique name that identifies a single host within a network domain.

return

HTML (HyperText Markup Language)
A coding language used to create hypertext documents for use on the World Wide Web. HTML is a language specification for the transfer of text, menus, and graphical images between a Web server and a client such as Netscape Navigator or Internet Explorer. HTML supports the inclusion of graphical, video and audio elements into the document, either inline or as a hypertext resource. GIF and X-bitmap images are supported for images residing within the document, but through separate programs called Helpers, various types of multimedia files such as Quick-Time, MPEG movies, JPEG images, and AU audio files can be accessed.

return

HTTP (hypertext transmission protocol)
The standard language that World Wide Web clients and servers use to communicate. Also called HyperText Transfer Protocol. Used as an Internet protocol intended for the retrieval of hypertext information from a WWW server. It splits tasks between client and server.

return

HTTPS (hypertext transport protocol, secure)
The standard SSL communication mechanism of the World Wide Web.

return

hypertext
Words or phrases in a document that contains link to other documents. When chosen by a reader, cause the linked document to be retrieved and displayed.

return

Internet Explorer
A graphical World Wide Web browser developed and distributed by Microsoft. Internet Explorer allows Web pages to incorporate sound, graphics, movies and Java applets along with text. The Internet Explorer is very similar to Netscape Navigator.

return

Intranet
A private network inside a company or organization.

return

IP (Internet protocol)
The TCP/IP standard protocol that defines the IP datagram as the unit of information passed across an Internet and provides the basis for connection-less, best-effort packet delivery service. The IP provides the addressing routers needed to move packets across networks to their destinations.

return

IP address
A 32-bit, dotted decimal address, such as 240.17.233.16, that is assigned to each host participating in a TCP/IP Internet and uniquely identifies a network domain and is usually bound to a fully-qualified domain name. Each IP address is divided into a network portion and a host portion.

return

ISP (Internet Service Provider)
An institution that provides access to the Internet , usually for a fee.

return

Javascript
JavaScript is a programmable API that allows cross-platform scripting of events, objects, and actions. It allows the designer to access events such as startups, exits, and users' mouse clicks. JavaScript extends the programmatic capabilities of browsers such as Netscape Navigator and Internet Explorer.

return

LAN (Local Area Network
A private network located within a building or complex of buildings, such as a campus, that links computers together for transferring of digital data. This allows resources to be shared, like hard drives and laser printers.

return

Netscape Navigator
A WWW browser originally based on the Mosaic program developed at the National Center for Supercomputing Applications (NCSA).

return

proxy server
A server that relays requests and responses between clients and other servers.

return

router
A special-purpose computer (or software package) that handles the connection between two or more networks.

return

security certificate
A chunk of information (often stored as a text file) that is used by the SSL protocol to establish a secure connection. Security certificates contain information about who it belongs to, who it was issued by, a unique serial number or other unique identification, valid dates, and an encrypted fingerprint that can verify the contents of the certificate. In order for an SSL connection to be created, both sides must have a valid security certificate.

return

server
A computer that serves information and software to the Internet community and, in general terms, a machine that makes services available on a network. A file server makes files available. The server includes the computer and software that put information on the Web so a browser program on your computer can read it.

return

SSI (server-side includes)
HTML-embedded commands executed by the server before sending the HTML file to the client.

return

SSL (secure sockets layer)
A protocol created by Netscape Communications Corporation for authentication and encryption over TCP/IP networks. over TCP/IP networks, including the web.

return

TCP/IP (Transmission Control Protocol/Internet Protocol) -
The suite of Internet protocols upon which HTTP, HTTPS, FTP, TELNET, and GOPHER are based. Originally designed for the UNIX operating system, TCP/IP software is now available for every major kind of computer operating system.

return

TLS (Transport Layer Security)
A protocol for authentication and encryption over TCP/IP networks, including the Web. TLS is the successor to SSL version 3 and is nearly identical.

return

URL (Uniform Resource Locator)
The address of any resource on the Internet that is part of the World Wide Web (WWW).

return

Web Page
An HTML document on the Web, usually one of many that together make up a Web site.

return

Web Server
A system capable of continuous access to the Internet (or an internal network) through retrieving and displaying documents via hypertext transfer protocol (HTTP). Files can be audio clips, video, graphics, or text.

return

WWW (World Wide Web)
Can be thought of as the whole constellation of resources that can be accessed using Gopher, FTP, HTTP, telnet, USENET, WAIS and some other tools.

return