RAIDBank4 Owner’s Manual 58
Driver A piece of software that controls a hardware device. Typically drivers provide an
interface by which applications can use the device in a uniform and hardware-independent
manner.
DHCP (Dynamic Host Configur ation Protocol) a protocol that lets network administrators
manage centrally and automate the assignment of IP (Internet Protocol) configurations on
a computer network. When using the Internet’s set of protocols (TCP/IP), in order for a
computer system to communicate to another computer system it needs a unique IP address.
Without DHCP, the IP address must be entered manually at each computer system. DHCP
lets a network administrator supervise and distribute IP addresses from a central point. The
purpose of DHCP is to provide the automatic (dynamic) allocation of IP client configurations
for a specific time period (called a lease period) and to eliminate the work necessary to
administer a large IP network.
Ethernet A local-area network standard that is currently the most prevalent with an estimated
80%ofdesktopsconnected usingthisstandard.It wasdevelopedjointlyby Xerox,DECand
Intel and employs a bus or star topology.
Fibre Channel A high-speed, full duplex serial communication scheme permitting data
transfer rates of up to 4 Gigabit per second with a roadmap extending up to 10 Gigabit per
second. The actual transfer rates and the distance over which they apply vary depending on
the physical media used such as video coaxial, shielded twisted pair, single/multi mode optical
fiber etc.
File System A file system is a layer between applications and the disks to which their I/O
is directed. File systems serve to hide the details of the physical layout of files on the disk,
allowing applications to address files as a contiguous logical area on disk accessible by a
name regardless of their physical location on the storage device.
Hot Spare One or more disks in a RAID array may fail at any given time. In fact, all RAID
types with the exception of RAID 0 provide methods to reconstruct the array in the event of
such an occurrence. A commonly used tactic is to earmark a hard disk that is not being used
by any RAID array as a backup. In the event a hard disk in a RAID array fails, this backup
is automatically mobilized by the RAID controller to step in place of the failed hard disk.
The data in the failed hard disk is “reconstructed” and written into the new hard disk. In the
case of a RAID 1, data is reconstructed by simply copying the contents of the surviving disk
into the spare. In the case of all other RAID types, reconstruction is performed using parity
information in the working hard disks of that RAID array. This backup hard disk is known as
a “hot” spare since the fail-over process is performed dynamically on a server within the same
session i.e., without the necessity for re-booting or powering down.
IDE Acronym for “Integr ated Device Electronics”. A hard disk drive interface standard
developed by Western Digital and introduced. Also knows as Parallel ATA.
Logical Drive A logical drive is comprised of spaces from one or more physical disks and
presented to the operating system as if it were one disk.
D-Glossary