Data Recovery Tools - hard drive recovery services
data recovery tools
MAIN / INTROdata recovery toolsDATA RECOVERYdata recovery toolsDATA LOSS PREVENTIONdata recovery toolsFAQdata recovery toolsSITE MAP
data recovery tools


data recovery tools
data recovery tools data recovery tools data recovery tools
hard drive and data recovery glossary
data recovery tools
hard drive and data recovery glossary
If you would like to contribute to the Hard Drive Glossary please use our Online Form.
data recovery tools
A   |   B   |   C   |   D   |   E   |   F   |   G   |   H   |   I   |   J   |   K   |   L   |   M
N   |  O   |   P   |   Q   |   R   |   S   |   T   |   U   |   V   |   W   |   X   |   Y   |   Z
data recovery tools
A
ATA
(Advanced Technology Attachment)
A disk drive interface standard for IDE (Integrated Drive Electronics). A standard for storage devices that lets them be treated as if they were hard drives on the system. Any ATA compatible media can be read by any ATA device.

AVERAGE ACCESS TIME
The time (in milliseconds) that a disk drive takes to find the right track in response to a request (the seek time), plus the time it takes to get to the right place on the track (the latency).
back to top

B
BACKUP
To make a copy of a file, group of files, or the entire contents of a hard disk – either for archiving purposes or for safeguarding valuable files from loss should the active copy be damaged or destroyed.

BAD BLOCK
A disk sector that can no longer be used for data storage, usually due to media damage or imperfections. .

BIOS (Basic Input/Output System)
A collection of computer routines that control peripherals such as disk drives.

BIT
A binary digit: the smallest piece of information that can be recognized and processed by a computer. A bit is either 0 or 1. Bits can form larger units of information called bytes (8 bits).

BUNNY SUIT
A head-to-toe garment worn by personnel in a cleanroom.

BUS
A term used for an electronic device in which a number of elements are wired together with a single wire in such way that all the elements can use the same wire to transmit information to other devices on it. Buses are used internally in computers and used to attach computers to peripherals. Only devices addressed by the signals pay attention to them; the others discard the signals.

BYTE
A sequence of adjacent binary digits that the computer considers a unit. A byte consists of 8 bits.
back to top

C
CACHE
High-speed RAM used as a buffer between the CPU and a hard drive. The cache retains recently accessed information to speed up subsequent accesses to the same data. When data is read from or written to disk, a copy is saved in the cache, along with the associated disk address. The cache monitors the addresses of subsequent read operations to see if the required data is already in the cache. If it is, the drive returns the data immediately. If it is not in the cache, then it is fetched from the disk and saved in the cache.

CAPACITY
The amount of data that a disk drive can store after the drive has been formatted. Most disk drive companies calculate disk capacity based on the assumption that –
1 megabyte = 1000 kilobytes
and
1 gigabyte=1000 megabytes.

CLASS 100 CLEANROOM
A Class 100 Cleanroom, is a pristine facility maintaining fewer than 100 circulating air contaminant particles per million (10,000x purer than our everyday environment), ensuring a regulated atmosphere for performing sensitive open drive surgery.

CLEANROOM
A confined area in which the humidity, temperature, dust particles and contamination are precisely controlled. The air in these rooms is thousands of times cleaner than that in a typical hospital operating room. The "class" of the cleanroom is defined by the maximum number of particles in one cubic foot of cleanroom space. (see class 100 cleanroom)

CLUSTER
A hard disk term that refers to a group of sectors, the smallest storage unit recognized by DOS. On most modern hard disks, four 512-byte sectors make up a cluster, and one or more clusters make up a track.

CONTROLLER
A device that transfers information between the computer and peripheral devices. The controller (or "control unit") acts as a traffic manager.

CENTRAL PROCESSING UNIT (CPU)
The main processing chip of a computer. The CPU interprets and executes the actual computing tasks, and has the ability to transfer information to and from other resources over the computer's main data-transfer path, the bus.
back to top

D
DATA RECOVERY
Data recovery is the procedure used to recover data from a variety of media and operating systems that has been lost by either hardware failure, human error, software bugs, a virus or a natural disaster.

DIRECTORY
A list of file names and locations of files on a disk.

DISK
A circular metal platter or with magnetic material on both sides that stores data. Disks are rotated continuously so that read/write heads mounted on movable or fixed arms can read or write programs or data to and from the disk.

DISK CACHE
A portion of a computer's RAM set aside for temporarily holding information that has been read from a disk. The disk cache does not hold entire files as does a RAM disk, but information that has either been recently requested from a disk or has previously been written to a disk.

DISK DRIVE
The motor that actually rotates the disk, plus the read/write heads and mechanisms.

DRIVE ARRAY
A storage system composed of several hard disks. Data is divided among the different drives for greater speed and higher reliability.
back to top

E
EIDE
Enhanced IDE, also called Fast ATA or Fast IDE; a connection standard that's faster than IDE and cheaper than SCSI.
back to top

F
FILE ALLOCATION TABLE (FAT)
The operating systems uses a file allocation table to keep track of which clusters are allocated to which files and which are available for use.

FIBRE CHANNEL
A technology for transmitting data between computer devices at data rates from 100 to 400 MBps over optical fiber or copper. Fibre Channel is optimized for connecting servers to shared storage devices and for interconnecting storage controllers and drives.

FIREWIRE
FireWire (also referred to as IEEE1394 High Performance Serial Bus) is a very fast external bus that supports data transfer rates of up to 800 Mbps. It is similar to USB. It preceded the development of USB when it was originally created in 1995 by Apple. FireWire devices can be connected and disconnected any time, even with the power on. When a new FireWire device is connected to a computer, the operating system automatically detects it and prompts for the driver disk.

FORMAT
A DOS command that records the physical organization of tracks and sectors on a disk.
back to top

G

H

HARD DISK
A mass storage device that transfers data between the computer's memory and the disk storage media. Hard disks are rotating, rigid, magnetic storage disks. (Also called a hard drive.)

HARD DRIVE
The hard drive is the primary storage area (the C: drive, for instance) of a computer. (Also called a hard disk.)

HEAD ACTUATOR
In a disk drive, the mechanism that moves the read/write head radially across the surface of the platter of the disk drive.
back to top

I
IDE
Integrated Drive Electronics, also called ATA; a connection standard that integrates the drive's controller chip on the drive itself.

INTERFACE
The drive interface is the "language" or protocol a drive uses to communicate with a host computer or network. The three main types of drive interfaces are ATA (IDE), SCSI, and Fibre Channel. The ATA and SCSI interfaces have evolved to include many sub-types, which may or may not be backwardly compatible.

I/O (Input/Output)
Input is the data flowing into your computer. Output is the data flowing out. I/O can refer to the parallel and serial ports, keyboard, video display, and hard disks and floppy disks.
back to top

J
JUMPER
A plastic plug containing a metal bridge that completes a circuit; when placed over different pins on a card, a jumper changes the parameters (for example, forcing a hard drive to be secondary storage rather than a boot disk).
back to top

K
KILOBYTE (KB)
1,024 bytes, but it is often used loosely as a synonym for 1,000 bytes. Sometimes abbreviated as k (lowercase), K-byte, K, or KB for kilobyte. Data transfer rates are measured in kilobytes per second, abbreviated as KBps, and count a kilo as 1,000 bytes.
back to top

L

M

MTBF (Mean Time Between Failure)
A measure of reliability. The MTBF is the number of failures divided by the number of hours the component has operated. The longer the time span between failures, the more reliable the device.

MEGABYTE (MB)
1,048,576 bytes (1,024 times 1,024). Used to describe the total capacity of a hard disk or the total amount of RAM. Sometimes abbreviated as Mb, M, MB, or meg for megabyte.

MILLISECOND (ms)
1/1,000 (one-thousandth) of a second. Hard disks are rated in milliseconds. Higher numbers mean slower performance.
back to top

N

O
OPERATING SYSTEM
(OS)
The operating system performs basic tasks such as recognizing input from the keyboard, sending output to the screen, keeping track of files and directories on the disk, and controlling peripheral devices such as disk drives and printers. PC operating systems include DOS and Windows XP, and Apple Macintosh operating systems include OS 9 and OS X.

P
PARTITIONING
A method for creating a logical file structure that the operating system can access. Partitioning devides an area on the disc drive for use by more than one disc operating system, or for dividing large disc drives into areas which the file allocation table (FAT) can deal with when in use.

PERIPHERAL
A device that performs a function and is external to the system board. Peripherals include displays, disk drives, and printers.

PLATTER
A metal – or other rigid material – disk that is mounted inside a fixed-disk drive. Many drives consist of multiple platters mounted on the spindle to provide more data storage surfaces. Each platter may use one or both surfaces to store data.

PORT
Interface between components of a computer system; can be internal or external, in SCSI, EIDE, IDE, and other varieties.
back to top

Q

R
RAID (Redundant Array of Independent Disks)
A way of storing the same data in different places (thus, redundantly) on multiple hard disks. By placing data on multiple disks, input/output operations can overlap in a balanced way, improving performance. Since multiple disks increases the mean time between failure (MTBF), storing data redundantly increases fault-tolerance.

RAM (Random-Access Memory)
Also known as read-write memory; the memory used to execute application programs.

ROM (Read-Only Memory)
The memory chip(s) that permanently store computer information and instructions. Your computer's BIOS (basic input/output system) information is stored in a ROM chip.

RPM
RPM is a measurement of how fast a hard disk's platters are spinning (in revolutions per minute). The faster the spin rate, the less time it takes for the drive to read or write a given amount of data.

RIBBON CABLE
A flat cable containing numerous wires, used to connect components within the computer casing.
back to top

S
SCSI (Small Computer System Interface)
A system-level interface designed for general purpose applications that allows up to seven devices to be connected to a single host adapter. It uses an 8-bit parallel connection that produces a maximum transfer rate of 5Mb per second. The term is pronounced "scuzzy."

SECTOR
The basic storage unit on a hard disk. On most modern hard disks, sectors are 512 bytes each, four sectors make up a cluster.

SEEK TIME
Seek time is an average of how long a drive takes to move the read/write heads to a particular track on the disc. It includes controller overhead but does not include drive latency.

SMART (Self Monitoring Analysis And Reporting Technology)
SMART is an industry standard compatible with most modern hard drives and employs predictive diagnostics and analysis to help foresee a drive failure before it happens.

SPINDLE
One part of a hard disk, around which the platters rotate.

SYSTEM-LEVEL INTERFACE
A connection between the hard disk and its host system that puts control and data-separation functions on the drive itself (and not on the external controller). SCSI and IDE are system-level interfaces.
back to top

T
TRACK
The circular path traced across the spinning surface of a disk platter by the read/write head inside the hard disk drive. The track consists of one or more clusters.

TRANSFER RATE
The speed at which a disk drive can transfer information between its platters and the CPU. The transfer rate is typically measured in megabytes per second, megabits per second, or megahertz.
back to top

U
ULTRA ATA/100
Ultra ATA/100 is an extension of the current Ultra ATA/66 interface. Ultra ATA/100 is a high-speed interface that has the capability of a 100 Mbytes/sec transfer rate and a maximized disk performance under the current PCI local bus environment.

UNIVERSAL SERIAL BUS (USB)
A serial bus with a bandwidth of 1.5 megabits per second (Mbps) for connecting peripherals to a microcomputer. USB can connect up to 127 peripherals, such as external CD-ROM drives, printers, modems, mice, and keyboards, to the system through a single, general-purpose port. This is accomplished by daisy chaining peripherals together. USB supports hot plugging and multiple data streams.

UTILITIES PROGRAM
A program designed to perform maintenance work on a system or on system components, e.g. a storage backup program, a disk and file recovery program, or a resource editor.
back to top

V
VIRUS SCANNER

Software that is used to scan for and eradicate computer viruses, worms, and Trojan horses.

VOLUME

A portion of a physical disk that functions as though it were a physically separate disk. .

W

X

Y

Z

back to top
data recovery tools
QUICK LINKS
Latest News
Read the latest Data Recovery news.
data recovery toolsgo

PC Tips
General PC tips.
data recovery toolsgo

MAC Tips
General MAC tips.
data recovery toolsgo

Free Antivirus Software
Free antivirus for Windows users.
data recovery toolsgo

Data Recovery FAQ
Find the answers to your questions.
data recovery toolsgo

Disaster Recovery
Find tips and help.
data recovery toolsgo

Latest Articles
Read the latest Data Recovery articles.
data recovery toolsgo

data recovery tools
data recovery tools
Main/Intro          Data Recovery          Data Loss Prevention          FAQ
data recovery tools
Site Map          Contact Us
data recovery tools
© 2003-2004 WWW.DATA-RECOVERY-TOOLS.NET
ALL RIGHTS RESERVED - MAY NOT BE REPRODUCED WITHOUT PERMISSION
Some material reproduced by permission of copyright owners
All trademarks mentioned are the property of their respective owners
[this website is intended as a public service]
Website design and development by Futura Studios
data recovery tools