Scioto WebTech
Home Services Why Scioto WebTech? F.A.Q. Submit Request

Glossary

There are currently 286 definitions and acronymns in the glossary.

Daemon

A background process on a UNIX Web server waiting to perform some task as it becomes necessary. Sending mail and responding to HTTP requests are two common such tasks.

Database

A collection of data tables and optionally SQL scripts that stores data on the server.

Datasource Object

A Microsoft implementation of Remote Data Access that works on Internet Explorer. This is not recommended for general use because it is not portable to other browsers.

Dial-up

A means of accessing the Internet through a normal telephone line. A dial-up connection requires a Modem at each end,

Digital Certificate

A set of information, issued by a Certificate Authority, used to append Digital Signature to documents such as e-mail or Web pages that are sent across the Internet. Digital certificates guarantee that the document was actually sent by the agency claiming to do so.

Digital Signature

A set of data appended to a document, created from a Digital Certificate guarateeing the authenticity of the document.

Digital Subscriber Line

A type of high-speed telephone line used for Internet access.

Director

A Web-authoring tool by Macromedia that allows the creation of Shockwave Animations.

DNS

See Domain Name Server.

Document Object Model

The internal software model that a browser uses to represent a web page. JavaScript works primarily by manipulating the DOM.

DOM

See Document Object Model.

Domain

See Domain Name.

Domain Name

The name that people use to find your web site, such as www.duaneweb.com

Domain Name Server

A special Web server used to translate your Domain Name into its associated I.P. Address. Many Hosts provide their own domain name servers.

Download

To transfer files from another computer over a network.

DreamWeaver

A graphical Web page designing package by MacroMedia.

DSL

See Digital Subscriber Line.

DSO

See Datasource Object.

Dynamic HTML

HTML combined with Client-side scripting to make a Web Page respond to user actions.

Dynamic Page

A Web Page combined with Server-side Scripting so that the page is generated each time it is requested. The page may appear differently depending on several variables, including Download parameters and information in a Database on the server. Compare with Static Page.