![]() |
![]() |
Networking Buyer's Guide Glossary
| Attachment Unit Interface (AUI) Connector | back to top |
| Also
called thicknet connector. The AUI is a
transceiver cable that provides a path between a node's Ethernet interface and the Media Access Unit (MAU). |
|
| Bandwidth | back to top |
| The
difference between the highest and lowest frequencies of
a transmission channel. A measure of the information
capacity of the transmission channel. Bandwidth is
expressed in bits per second (bps). |
|
| BNC connector | back to top |
| Acronym
stands for British Naval Connector. A standard
connector from a thin coaxial cable to a transceiver. |
|
| Bridge | back to top |
| A
device that interconnects local or remote networks across
all higher level protocols.
Bridges form a single logical network, centralizing
network administration. Bridges operate at the physical
and link layers of the Open Systems Interconnect (OSI) reference model. |
|
| Cabling | back to top |
| The
wire medium (usually Shielded Twisted Pair, Cat 5, FTP 6) by which nodes on a LAN are
connected. |
|
| CAD/CAM | back to top |
| Computer
Aided Design/Computer Aided Manufacturing. |
|
| Client / Server | back to top |
| A
common form of distributed system in which software is
split between server tasks
and user or client tasks. A client sends requests to a
server asking for information or action, and the server
responds. There may be either one centralized server or
several distributed ones. |
|
| Coaxial cable | back to top |
| A
type of electrical cable in which a solid piece of metal
wire is surrounded by insulation, which in turn is
surrounded by a metal tube. Coaxial cables have wide bandwidths and can carry many data, voice and video
signals simultaneously. |
|
| Collapsed Backbone | back to top |
| Network
architecture under which the backplane of a device such
as a hub performs the function of a network backbone; the
backplane routes traffic between desktop nodes and
between other hubs serving multiple LANs. |
|
| Duplexing | back to top |
| Duplexing
has all the benefits of mirroring but adds further protection utilizing
different disk channels to connect two drives in a
mirrored set. Often this is done using two SCSI
controllers, one to each SCSI drive. |
|
| ECC (error checking and correction) | back to top |
| Detects
errors in transmitted or stored data and corrects them on
the fly. The simplest form of error detection is a single
added parity bit or a cyclic redundancy check. Multiple
parity bits not only detect that an error has occurred,
but also which bits have been inverted, and should
therefore be re-inverted or fixed to restore the original
data. |
|
| Ethernet | back to top |
| IEEE-standard
data link protocol that specifies how data is placed on
and retrieved from a common transmission medium. Data is
broken into packets, which are then transmitted using the
Carrier Sense Multiple Access / Collision Detect
(CSMA/CD) algorithm until they arrive at the destination
without colliding with any other. A node is either
transmitting or receiving at any instant. Bandwidth
~10Mbit/s. Disk-Ethernet-Disk transfer rate with TCP/IP
is typically 30 kilobyte per second. The cable is a 50
ohm coaxial cable with multiple shielding. Forms the
underlying transport vehicle used by several upper-level
protocols, including TCP/IP and XNS. |
|
| Fault tolerance | back to top |
| Designed
into disk array subsystems to maintain data integrity and
data availability before, during and after a failure.
Fault tolerance implies that any component in a subsystem
can fail and the subsystem will remain operational. In
addition to the disks in any array subsystem, the
cabling, controllers, adapters and power supplies can
have redundant capabilities. |
|
| Fiber Distributed Data Interface (FDDI) | back to top |
| A
100 Mbit/s standard LAN architecture. The underlying
medium is fiber-optic cable (though it can be copper
cable, in which case it may be called CDDI) and the
topology is a dual-attached, counter-rotating token ring. FDDI rings are normally
constructed in the form of a "dual ring of
trees". A small number of devices, typically
infrastructure devices such as routers and concentrators
rather than host computers, are connected to both rings.
Host computers are then connected as single-attached
devices to the routers or concentrators. The whole dual
ring is typically contained within a computer room. |
|
| Fiber optic cable | back to top |
| A
transmission medium that uses glass or plastic fibers,
rather than copper wire, to transport data or voice
signals. The signal is imposed on the fibers via pulses
(modulation) of light from a laser or a light-emitting
diode (LED). Because of its high bandwidth and lack of
susceptibility to interference, fiber-optic cable is used
in long-haul or noisy applications. |
|
| Gateway | back to top |
| Device
that can interconnect networks with different,
incompatible communications protocols. The gateway
performs a layer-7 protocol-conversion to translate one
set of protocols to another. A gateway operates at Open
Systems Interconnection (OSI) layers up through the
Session Layer. |
|
| Hamming | back to top |
| Redundant
bits added to stored or transmitted data for the purposes
of error detection and correction. |
|
| Hot Swap | back to top |
| The
ability to replace failed hardware without turning off
the system. The subsystem can remain operational and data
is available at all times even during service activities.
An example of hot swapping would be hard disks that can
be added and removed while a server is operational. |
|
| Hub | back to top |
| A
device connected to several other devices, also called a
repeater. Strictly, it is a non-retiming device. |
|
| JBOD | back to top |
| JBOD
refers to several disks in an array not set up as
a RAID configuration. The acronym stands for "just a
bunch of disks." |
|
| Local Area Network (LAN) | back to top |
| A
data communications network which is geographically
limited allowing easy interconnection of workstations and
servers within adjacent buildings. Ethernet and FDDI are
examples of standard LANs. Because the network is known
to cover only a small area, optimizations can be made in
the network signal protocols that permit data rates up to
100Mb/s. |
|
| Metropolitan Area Network (MAN) | back to top |
| A
data network intended to serve an area the size of a
large city. |
|
| Mirror | back to top |
| Disk
mirroring provides an identical twin of all data written
to the primary disk. Total usable disk space is 50% of
ALL drives in the mirrored set. If one disk fails, the
system uses the complete data from the other disk. |
|
| Network Interface Card (NIC) | back to top |
| Also
called an adapter card. A board installed in a
computer to provide a physical connection to and from
that computer system. |
|
| Network Operating System (NOS) | back to top |
| The
software that controls the operation of the network. A
NOS enables users to communicate and to share files and
peripherals. It provides the user interface to the LAN and communicates with the LAN hardware or
network interface card (NIC). |
|
| Open Systems Interconnection (OSI) | back to top |
OSI
is the umbrella name for a series of non-proprietary
protocols and specifications. The OSI architecture is
split between seven layers, from lowest to highest:
Each layer uses the layer
immediately below it and provides a service to the layer
above. |
|
| Parity | back to top |
| Error
checking procedure in which the number of 1s in a
binary sequence must always be the same, either odd or
even, for each group of bits transmitted. ECC adds correcting functions to basic parity. |
|
| Protocol | back to top |
| A
set of formal rules describing how to transmit data,
especially across a network. Low level protocols
define the electrical and physical standards to be
observed, bit- and byte-ordering and the transmission and
error detection and correction of the bit stream. High
level protocols deal with the data formatting,
including the syntax of messages, the terminal to
computer dialogue, character sets, sequencing of messages
etc. |
|
| Redundant Array of Independent(/Inexpensive) Disks (RAID) | back to top |
| A
technology using a software or hardware controller with
several disk drives to allow varying degrees of either
increased performance or data integrity. Levels of
redundancy or data security are dependent on the number
of drives in the array, as well as the way the data is
stored across the drives. |
|
| Repeater | back to top |
| A
device which propagates electrical signals from one cable
to another. Less intelligent than a bridge, gateway or
router. |
|
| Router | back to top |
| A
device which forwards packets between networks. The
forwarding decision is based on network layer information
and routing tables, often constructed by routing
protocols. |
|
| Server | back to top |
| A
computer which provides service for other computers
connected to it via a network. The most common example is
a file server which has a local disk and services
requests from remote clients to read and write files on
that disk using the Network File System (NFS) protocol or
network operating system software. |
|
| Shielded Twisted Pair (STP) | back to top |
| Common
transmission medium which consists of a Receive (RX) and
a Transmit (TX) wire twisted together to reduce
crosstalk. The twisted pair is shielded by a braided
outer sheath. |
|
| Striping | back to top |
| Combines
areas of multiple disks into one large logical drive.
Data is distributed evenly over drives in a stripe set.
All drives in a stripe set work to perform the same
functions done by a single drive in a normal
configuration. Allows concurrent I/O. Striping requires
at least 2 drives. |
|
| Thinnet | back to top |
| 10BASE2
standard cable. Also called cheapernet in
reference to this less expensive, thinner version of
traditional Ethernet cable. |
|
| Token Ring (TR) | back to top |
| A
communications method that uses a token to control access
to the LAN . The
difference between a token bus and a token ring is that a
token ring LAN does not use a master controller to
control the token. Instead, each computer knows the
address of the computer that should receive the token
next. When a computer with the token has nothing to
transmit, it passes the token to the next computer in
line. |
|
| Topology | back to top |
| A
network topology shows the hosts and the links between
them. A network layer must stay abreast of the current
network topology to be able to route packets to their
final destination. |
|
| Unshielded Twisted Pair (UTP) | back to top |
| Normal
telephone wire (in the U.S.). It may be used for computer
to computer communications. It is much less expensive
than standard Ethernet cable. |
|
| Wide Area Network (WAN) | back to top |
| Public
or private computer network serving a wide geographic
area. |
|
| Workstation | back to top |
| A general-purpose computer designed to be used by one person at a time. | |
Copyright Bloom MicroTech Corporation
1996-98
Send comments to webmaster@bmtnet.com
Main Page | Products & Services | Corp & Govt Section | Networking
Last Updated, Friday, July 30, 1999