Glossary 151
NAS — Network Attached Storage. NAS is one of the
concepts used for implementing shared storage on a
network. NAS systems have their own operating systems,
integrated hardware, and software that are optimized to
serve specific storage needs.
NIC — Network interface controller. A device that is
installed or integrated in a system to allow connection to a
network.
NMI — Nonmaskable interrupt. A device sends an NMI to
signal the processor about hardware errors.
ns — Nanosecond(s).
NTFS — The NT File System option in the W i ndows 2000
operating system.
NVRAM — Nonvolatile random-access memory. Memory
that does not lose its contents when you turn off your
system. NVRAM is used for maintaining the date, time, and
system configuration information.
parity — Redundant information that is associated with a
block of data.
partition — You can divide a hard drive into multiple
physical sections called partitions with the fdisk command.
Each partition can contain multiple logica l drives. You must
format each logical driv e with the format command.
PCI — Peripheral Component Interconnect. A standard for
local-bus implement ation.
PDU — Power distribution unit. A power source with
multiple power outle ts that provides electrical power to
servers and stora g e systems in a rack.
peripheral — An internal or external device, such as a
diskette drive or keyboard, connected to a system.
PGA — Pin grid array. A type of processor socket that
allows you to remove the processor chip.
pixel — A single point on a video display. Pixels are
arranged in rows and columns to create an image. A video
resolution, such as 640 x 480, is expressed as the number of
pixels across by the number of pixels up and down.
POST — Power-on self-test. Before the operating system
loads when you turn on your system, the POST tests various
system components such as RAM and hard drives.
processor — The primary computational chip inside the
system that controls the interpretation and execution of
arithmetic and logic functions. Software written for one
processor must usually be revised to run on another
processor. CPU is a synonym for processor .
protected mode — An operating mode that allows
operating systems to implement:
A memory address space of 16 MB to 4 GB
• Multitasking
Virtual memory, a method for increasing addressable
memory by using the hard drive
The W indows 2000 and UNIX 3 2-bit operating systems run
in protected mode. MS-DOS cannot run in protected mode.
PS/2 — Personal System/2.
PXE — Preboot eXecution Environment. A way of booting
a system via a LAN (without a hard drive or bootable
diskette).
RAC — Remote access controller.
RAID — Redundant array of independent disks. A method
of providing data redundancy. Some common
implementatio ns of RAID include RAID 0, RAID 1,
RAID 5, RAID 10, and RAID 50. See also guarding,
mirroring, and striping.
RAM — Random-access memory. The system’s primary
temporary storage area for program instructions and data.
Any information stored in RAM is lost when you turn off
your system.
RAS — Remote Access Service. This se rvice allows users
running the W indows operating system to remotely access a
network from their system using a modem.
readme file — A text file, usually sh ipped with software or
hardware, that contains information supplementing or
updating the product’s documentation.
read-only file — A read-only file is one that you are
prohibited from editing or deleting.
ROM — Read-only memory. Your system contains some
programs essential to its operation in ROM code. A ROM
chip retains its contents even after you turn of f your system.
Examples of code in ROM include the program that initiates
your system’s boot routine and the POST.