Term
|
Definition
Provide the bulk of secondary storage for modern computer systems. |
|
|
Term
|
Definition
Circular Disk on which data is read. |
|
|
Term
|
Definition
Moves all read-write heads as a unit. |
|
|
Term
|
Definition
Logical division within platters. |
|
|
Term
|
Definition
Logical division of tracks. |
|
|
Term
|
Definition
Set of tracks that are at one arm position |
|
|
Term
|
Definition
The rate at which data flows between the drive and the computer. |
|
|
Term
Positioning Time (Random-Access Time) |
|
Definition
The time necessary to move the disk arm to the desired clinder and the time necessary for the desired sector to rotate to the disk head. |
|
|
Term
|
Definition
The time necessary for the desired sector to rotate to the disk head. |
|
|
Term
|
Definition
Time necessary for the desired sector to rotate to the disk head. |
|
|
Term
|
Definition
When the head comes in contact with a disk platter. |
|
|
Term
|
Definition
Connects the CPU to all other components, except RAM. |
|
|
Term
|
Definition
Special electronic processors which carry out data transfers on the bus. |
|
|
Term
|
Definition
The controller at the computer end of the bus. |
|
|
Term
|
Definition
Built into each disk drive. Controls a hard-disk drive. |
|
|
Term
|
Definition
Early secondary-storage medium. Used mainly for backup, and data transfer from one system to another. |
|
|
Term
|
Definition
Smallest unit of data transfer. Usually 512 bytes. |
|
|
Term
|
Definition
Alters the size of a logical block from (usually) 512 bytes to 1,024 bytes. |
|
|
Term
Constant Linear Velocity (CLV) |
|
Definition
Density of bits per track is uniform. Farther the track from the center, the greater its length, so the more sectors it can hold. |
|
|
Term
Constant Angular Velocity (CAV) |
|
Definition
Density of bits decreases from inner tracks to outer tracks to keep the data rate constant. |
|
|
Term
|
Definition
Storage accessed through local I/O ports. |
|
|
Term
|
Definition
Special-purpose storage system that is accessed remotely over a data network. Accessed via remote-procedure-call (RPC) interface such as NFS or CIFS. |
|
|
Term
|
Definition
Singular controller card in host; bus architecture supporting a maximum of 16 devices per bus. |
|
|
Term
|
Definition
The storage devices (up to 15) which can be a SCSI disk or also (use of 8 logical units in each SCSI target) used for direct comands to components of a RAID array. |
|
|
Term
Storage-Area Networks (SANS) |
|
Definition
A private network (using storage protocols rather than networking protocols) connecting serves and storage units. |
|
|
Term
|
Definition
Can address 126 devices (drives and controllers) |
|
|
Term
|
Definition
Latest network-attached storage protocol. Uses IP network protocol to carry the SCSI protocol. |
|
|
Term
|
Definition
Total number of bytes transferred, divided by the total time between the first request for service and the completion of the last transfer. |
|
|
Term
|
Definition
Simplest form of disk scheduling, although not the fastest. |
|
|
Term
Shortest-Seek-Time-First (SSTF) Scheduling |
|
Definition
Selects the request with the least seek time from the current head position. SSTF chooses the pending request closest to the current head position. |
|
|
Term
|
Definition
Disk arm starts are one end of the disk and moves toward the other end, servicing requests as it reaches each cylinder, until it gets to the other end of the disk. Then movement reversed, and continous scans. |
|
|
Term
Circular SCAN (C-SCAN) Scheduling |
|
Definition
Once reaching one end of disk, immediately returns to beginning of disk without servicing any requests. |
|
|
Term
|
Definition
In practice, SCAN and C-SCAN go only as far as the final request in each direction before reversing direction immediately, without going all the way to the end of the disk. |
|
|
Term
Error-Correcting Code (ECC) |
|
Definition
Identifies whether data written may have been corrupted. |
|
|
Term
|
Definition
Recoverable corruption by write detected with ECC. |
|
|
Term
|
Definition
One or more groups of cylinders from a single disk. O.S. treats each partition as if a separate disk. |
|
|
Term
|
Definition
Creation of a file system. O.S. stores initial file-system data structures onto the disk. |
|
|
Term
|
Definition
Blocks grouped together into larger chunks. Used for effeciency. |
|
|
Term
|
Definition
Stores bootstrap, ROM needs no initialization and is at a fixed rlocation that the processor can start executing when powered up or reset. Cannot be infected by a computer virus since Read Only. |
|
|
Term
|
Definition
A disk that has a boot partition. |
|
|
Term
|
Definition
The first sector on the hard disk. |
|
|
Term
|
Definition
Win2000 hard-disk partition containing the operating system and device drivers. |
|
|
Term
|
Definition
First sector from the boot partition. |
|
|
Term
|
Definition
Defective very-difficult to fix logical blocks. |
|
|
Term
Sector Sparing (Forwarding) |
|
Definition
Spare sectors not visable to the operating systems set aside for bad block replacement. |
|
|
Term
|
Definition
Pushes all sectors between spare and defective block up/down so defective sector can be mapped to an empty block. |
|
|
Term
|
Definition
Unrecoverable and results in lost data. Requires manual intervention. |
|
|
Term
|
Definition
Virtual memory uses disk space as an extension of main memory. Significantly decreases system performance. |
|
|
Term
|
Definition
Used to hold swapped pages. |
|
|
Term
|
Definition
An array of integer counters, each corresponding to a page slot in the swap area. |
|
|
Term
Redundant Arrays of Independent Disks (RAIDS) |
|
Definition
Used for their higher reliability and data-transfer rate. Use of multiple disks in a single array in parallel. A standalone unit with its own controller, cache, and disks. Attached to the host via one or more standard controllers. |
|
|
Term
|
Definition
How long it takes for a single disk to fail. Suppose mean time to failure of a single disk is 100,000 hours. Then mean time to failure of some disk in an array of 100 disks will be 100,000/100 = 1,000 hours or 41.66 days. |
|
|
Term
|
Definition
Solution to the problem of reliability. Storage of extra information that is not normally needed but that can be used in the event of failure of a disk to rebuild the lost information. |
|
|
Term
|
Definition
Duplication of every disk. A logical disk consists of two physical disks, and every write is carried out on both disks. |
|
|
Term
|
Definition
Time it takes (on average) to replace a failed disk and to restore the data on it. If independent, mean time to repair is 10 hours. |
|
|
Term
|
Definition
Failure of one disk is not connected to the failure of another. |
|
|
Term
|
Definition
Time it takes to irrevocably lose data. For a mirrored system: 57,000 years. |
|
|
Term
Nonvolatile RAM (NVRAM) cache |
|
Definition
Protected from data loss during power failures, so the write can be considered complete at that point, assuming ECC or mirroring is present. |
|
|
Term
|
Definition
Splitting the bits of each byte across multiple disks. |
|
|
Term
|
Definition
Simplest form of data striping. |
|
|
Term
|
Definition
Blocks of a file a striped across multiple disks. |
|
|
Term
|
Definition
Numerous schemes to provide redundancy at lower cost by using disk striping combined with "parity" bits. |
|
|
Term
|
Definition
Automatic duplication of writes between separate sites for redundancy and disaster recovery. Can be synchronous or asynchronous. |
|
|