Shared Flashcard Set

Details

CompTia A+
Chapter 8 - Guide to Managing and Maintaining Your PC
61
Computer Networking
Professional
02/28/2013

Additional Computer Networking Flashcards

 


 

Cards

Term
80-conductor IDE cable
Definition
An IDE cable that has 40 pins but uses 80 wires, 40 of which are ground wires designed to reduce crosstalk on the cable. The cable is used by ATA/66 and higher IDE drives.
Term
active partition
Definition
The primary partition on the hard drive that boots the OS. Windows 2000/XP/Vista calls the active partition the system partition.
Term
ANSI (American National Standards Institute
Definition
A nonprofit organization dedicated to creating trade and communications standards.
Term
ATAPI (Advanced Technology Attachment Packet Interface)
Definition
An interface standard, part of the IDE/ATA standards, that allows tape drives, optical drives, and other drives to be treated like an IDE hard drive by the system.
Term
autodetection
Definition
A feature of system BIOS and hard drives that automatically identifies and configures a new drive in BIOS setup.
Term
basic disk
Definition
A way to partition a hard drive, used by all versions of Windows, that stores information about the drive in a partition table at the beginning of the drive. Compare to dynamic disk.
Term
block mode
Definition
A method of data transfer between hard drive and memory that allows multiple data transfers on a single software interrupt.
Term
boot record
Definition
The first sector of a floppy disk or hard drive volume; it contains information about the disk or volume. On a hard drive, if the boot record is in the active partition, then it can be used to boot the OS. Also called boot sector.
Term
boot sector
Definition
See boot record. The first sector of a floppy disk or hard drive volume; it contains information about the disk or volume. On a hard drive, if the boot record is in the active partition, then it can be used to boot the OS.
Term
cluster
Definition
One or more sectors that constitute the smallest unit of space on a disk for storing data (also referred to as a file allocation unit). Files are written to a disk as groups of whole clusters.
Term
DMA (direct memory access) transfer mode
Definition
A number identifying a channel whereby a device can pass data to memory without involving the CPU. Think
of a DMA channel as a shortcut for data moving to/from the device and memory.
Term
drive image
Definition
An exact duplicate of a hard drive stored on another media such as a group of CDs or DVDs. Also see drive imaging.
Term
EIDE (Enhanced IDE
Definition
A standard for managing the interface between secondary storage devices and a computer system. A system can support up to four parallel ATA IDE devices such as hard drives, CD-ROM drives, and DVD drives.
Term
extended partition
Definition
The only partition on a hard drive that can contain more than one logical drive. In Windows, a hard drive can have only a single extended partition. Compare to primary partition.
Term
external SATA (eSATA)
Definition
A standard for external drives based on SATA that uses a special external shielded SATA cable up to 2 meters long. eSATA is up to six times faster than USB or FireWire.
Term
FAT12
Definition
The 12-bit wide, one-column file allocation table for a floppy disk, containing information about how each cluster or file allocation unit on the disk is currently used.
Term
fault tolerance
Definition
The degree to which a system can tolerate failures. Adding redundant components, such as disk mirroring or disk duplexing, is a way to build in fault tolerance.
Term
file allocation table (FAT)
Definition
See FAT (file allocation table). A table on a hard drive or floppy disk used by the FAT file system that tracks the clusters used to contain a file.
Term
file allocation unit
Definition
See cluster. One or more sectors that constitute the smallest unit of space on a disk for storing data (also referred to as a file allocation unit). Files are written to a disk as groups of whole clusters.
Term
file system
Definition
The overall structure that an OS uses to name, store, and organize files on a disk. Examples of file systems are NTFS and FAT32.
Term
floppy disk drive (FDD)
Definition
A drive that can hold either a 5 inch or 3 inch floppy disk. Also called floppy drive.
Term
formatting
Definition
Preparing a hard drive volume, logical drive, or floppy disk for use by placing tracks and sectors on its surface to store information (for example, FORMAT A:).
Term
hard disk drive (HDD
Definition
See hard drive. The main secondary storage device of a PC. Two technologies are currently used by hard drives: magnetic and solid state. Also called a hard disk drive (HDD).
Term
hard drive
Definition
The main secondary storage device of a PC. Two technologies are currently used by hard drives: magnetic and solid state. Also called a hard disk drive (HDD).
Term
head
Definition
The top or bottom surface of one platter on a hard drive. Each platter has two heads.
Term
high-level formatting
Definition
Formatting performed by the Windows Format program (for example, FORMAT C:/S), the Windows installation
program, or the Disk Management utility. The process creates the boot record, file system, and root directory on the volume or logical drive and makes the volume or drive bootable). Also called OS formatting or operating system formatting.
Term
host adapter
Definition
The circuit board that controls a SCSI bus supporting as many as seven or fifteen separate devices. The host adapter controls communication between the SCSI bus and the PC.
Term
hot-plugging
Definition
Plugging in a device while the computer is turned on. The computer will sense the device and configure it without rebooting. In addition, the device can be unplugged without an OS error. Also called hot-swapping.
Term
hot-swapping
Definition
See hot-plugging. Plugging in a device while the computer is turned on. The computer will sense the device and configure it without rebooting. In addition, the device can be unplugged without an OS error. Also called hot-swapping.
Term
hybrid hard drives
Definition
A hard drive that uses both magnetic and SSD technologies. The bulk of storage uses the magnetic component, and a storage buffer on the drive is made of an SSD component. Vista ReadyDrive supports hybrid hard drives.
Term
Integrated Device Electronics (IDE)
Definition
A hard drive whose disk controller is integrated into the drive, eliminating the need for a controller cable and thus increasing speed, as well as reducing price. See also EIDE.
Term
Logical Unit Number (LUN)
Definition
A number assigned to a logical device (such as a tray in a CD changer) that is part of a physical SCSI device, which is assigned a SCSI ID.
Term
logical drives
Definition
A portion or all of a hard drive extended partition that is treated by the operating system as though it were a physical drive. Each logical drive is assigned a drive letter, such as drive F, and contains a file system. Compare to volume.
Term
low-level formatting
Definition
A process (usually performed at the factory) that electronically creates the hard drive tracks and sectors and tests for bad spots on the disk surface.
Term
magnetic hard drive
Definition
One of two technologies used by hard drives where data is stored as magnetic spots on disks that rotate at a high speed. The other technology is solid state drive (SSD).
Term
mirrored volume
Definition
The term used by Windows for the RAID 1 level that duplicates data on one drive to another drive and is used for fault tolerance.
Term
New Technology file system (NTFS)
Definition
See NTFS (NT file system). The file system for the Windows 2000/XP/Vista operating system. NTFS cannot be accessed by other operating systems such as DOS or Windows Me. It provides increased reliability and security in comparison to other methods of organizing and accessing files. Vista requires that NTFS be used for the volume on which Vista is installed.
Term
operating system formatting
Definition
See high-level formatting.
Term
parallel ATA
Definition
An older IDE cabling method that uses a 40-pin flat or round data cable or an 80-conductor cable and a 40-pin IDE connector. See also serial ATA.
Term
PIO (Programmed Input/Output) transfer mode
Definition
A transfer mode that uses the CPU to transfer data from the hard drive to memory. PIO mode is slower than DMA mode.
Term
primary partition
Definition
A hard disk partition that can contain only one volume. The primary partition or volume contains a file system. In Windows, a hard drive can have up to three primary partitions. Compare to extended partition.
Term
RAID (redundant array of inexpensive disks or redundant array of independent disks)
Definition
Several methods of configuring multiple hard drives to store data to increase logical volume size and improve performance, or to ensure that if one hard drive fails, the data is still available from another hard drive
Term
RAID 0
Definition
Using space from two or more physical disks to increase the disk space available for a single volume. Performance improves because data is written evenly across all disks. Windows calls RAID 0 a striped volume.
Term
RAID 1
Definition
A type of drive imaging that duplicates data on one drive to another drive and is used for fault tolerance. Windows calls RAID 1 a mirrored volume.
Term
RAID 5
Definition
A technique that stripes data across three or more drives and uses parity checking, so that if one drive fails, the other drives can re-create the data stored on the failed drive. RAID 5 drives increase performance and provide fault tolerance. Windows calls these drives RAID-5 volumes.
Term
RAID-5 volumes
Definition
A technique that stripes data across three or more drives and uses parity checking, so that if one drive fails, the other drives can re-create the data stored on the failed drive. RAID 5 drives increase performance and provide fault tolerance. Windows calls these drives RAID-5 volumes.
Term
read/write head
Definition
A sealed, magnetic coil device that moves across the surface of a disk either reading data from or writing data to the disk.
Term
ReadyDrive
Definition
The Vista technology that supports a hybrid hard drive.
Term
SCSI ID
Definition
A number from 0 to 15 assigned to each SCSI device attached to the daisy chain.
Term
SCSI host adapter card
Definition
A card that manages the SCSI bus and serves as the gateway to the system bus. Also called the host adapter.
Term
serial ATA (SATA)
Definition
An ATAPI cabling method that uses a narrower and more reliable cable than the 80-conductor cable. See also parallel ATA.
Term
serial ATA cable
Definition
An IDE cable that is narrower and has fewer pins than the parallel IDE 80-conductor cable.
Term
serial attached SCSI (SAS)
Definition
A SCSI standard that allows for more than 15 devices on a single SCSI chain, uses smaller, longer, round cables, and uses smaller hard drive form factors that can support larger capacities than earlier versions of SCSI.
Term
simple volume
Definition
A type of dynamic volume used on a single hard drive that corresponds to a primary partition on a basic disk.
Term
S.M.A.R.T.
Definition
is a system BIOS feature that monitors hard drive performance, disk
spin up time, temperature, distance between the head and the disk, and other mechanical
activities of the drive in order to predict when the drive is likely to fail.
Term
solid state device (SSD)
Definition
An electronic device with no moving parts. A storage device that uses memory chips to store data instead of spinning disks (such as those used by magnetic hard drives and CD drives). Examples of solid state devices are jump drives (Also called key drives or thumb drives), flash memory cards, and solid state disks used as hard drives in notebook computers designed for the most rugged uses. Also called solid state disk (SSD) or solid state drive (SSD).
Term
solid state drive (SSD)
Definition
A hard drive that has no moving parts. Also see solid state device (SSD).An electronic device with no moving parts. A storage device that uses memory chips to store data instead of spinning disks (such as those used by magnetic hard drives and CD drives). Examples of solid state devices are jump drives (Also called key drives or thumb drives),
flash memory cards, and solid state disks used as hard drives in notebook computers designed for the most rugged uses. Also called solid state disk (SSD) or solid state drive (SSD).
Term
spanning
Definition
Using a spanned volume to increase the size of a volume.
Term
striped volume
Definition
A type of dynamic volume used for two or more hard drives that writes to the disks evenly rather than filling up allotted space on one and then moving on to the next. Compare to spanned volume.
Term
terminating resistor
Definition
The resistor added at the end of a SCSI chain to dampen the voltage at the end of the chain.
Term
volume
Definition
A primary partition that has been assigned a drive letter and can be formatted with a file system such as NTFS. Compare to logical drive.
Supporting users have an ad free experience!