Domain
- A subnetwork comprised of a group of clients and servers under the
control of one security database. Dividing LANs into domains improves per-
formance and security.
Download
- To receive a file transmitted over a network. In a communications
session, download means receive, and upload means transmit.
Driver
- A workstation or server software module that provides an interface
between a network interface card and the upper-layer protocol software running
in the computer; it is designed for a specific NIC, and is installed during the ini-
tial installation of a network-compatible client or server operating system.
DSSS
(
D
irect-
S
equence
S
pread-
S
pectrum) - DSSS generates a redundant bit
pattern for each bit to be transmitted. This bit pattern is called a chip (or chip-
ping code). The longer the chip, the greater the probability that the original data
can be recovered. Even if one or more bits in the chip are damaged during trans-
mission, statistical techniques embedded in the radio can recover the original
data without the need for retransmission. To an unintended receiver, DSSS
appears as low power wideband noise and is rejected (ignored) by most narrow-
band receivers.
Dynamic IP Address
- An IP address that is automatically assigned to a client
station in a TCP/IP network, typically by a DHCP server. Network devices that
serve multiple users, such as servers and printers, are usually assigned static IP
addresses.
Dynamic Routing
- The ability for a router to forward data via a different route
based on the current conditions of the communications circuits. For example, it
can adjust for overloaded traffic or failing lines and is much more flexible than
static routing, which uses a fixed forwarding path.
Ethernet
- IEEE standard network protocol that specifies how data is placed on
and retrieved from a common transmission medium. Has a transfer rate of 10
Mbps. Forms the underlying transport vehicle used by several upper-level pro-
tocols, including TCP/IP and XNS.
Fast Ethernet
- A 100 Mbps technology based on the 10Base-T Ethernet
CSMA/CD network access method.
Firewall
- A firewall is a set of related programs, located at a network gateway
server, that protects the resources of a network from users from other networks.
(The term also implies the security policy that is used with the programs.) An
81
Daisy Chain
- Connected in series, one after the other. Transmitted signals go
to the first device, then to the second, and so on.
Database
- A database is a collection of data that is organized so that its con-
tents can easily be accessed, managed, and updated.
Data Packet
- One frame in a packet-switched message. Most data communi-
cations is based on dividing the transmitted message into packets. For example,
an Ethernet packet can be from 64 to 1518 bytes in length.
Default Gateway
- The routing device used to forward all traffic that is not
addressed to a station within the local subnet.
DHCP
(
D
ynamic
H
ost
C
onfiguration
P
rotocol) - A protocol that lets network
administrators centrally manage and automate the assignment of Internet
Protocol (IP) addresses in an organization's network. Using the Internet’s set of
protocol (TCP/IP), each machine that can connect to the Internet needs a unique
IP address. When an organization sets up its computer users with a connection
to the Internet, an IP address must be assigned to each machine. Without DHCP,
the IP address must be entered manually at each computer and, if computers
move to another location in another part of the network, a new IP address must
be entered. DHCP lets a network administrator supervise and distribute IP
addresses from a central point and automatically sends a new IP address when a
computer is plugged into a different place in the network.
DHCP uses the concept of a “lease” or amount of time that a given IP address
will be valid for a computer. The lease time can vary depending on how long a
user is likely to require the Internet connection at a particular location. It’s espe-
cially useful in education and other environments where users change frequent-
ly. Using very short leases, DHCP can dynamically reconfigure networks in
which there are more computers than there are available IP addresses.
DHCP supports static addresses for computers containing Web servers that need
a permanent IP address.
DMZ
- (
D
e
M
ilitarized
Z
one) allows one IP address (or computer) to be exposed
to the Internet. Some applications require multiple TCP/IP ports to be open. It
is recommended that you set your computer with a static IP address if you want
to use DMZ Hosting.
DNS
- The Domain Name System (DNS) is the way that Internet domain names
are located and translated into Internet Protocol (IP) addresses. A domain name
is a meaningful and easy-to-remember “handle” for an Internet address.
80