click below
click below
Normal Size Small Size show me how
Chapter 13
Ch 13 Vocab
| Term | Definition |
|---|---|
| 3-2-1 backup rule | operations standards for backing up data that include, three (3) copies of your data (the original data and two backups), Two (2) media, and One (1) copy off site |
| Array | A group of hard drives that work together to provide a single storage volume |
| Attrib | the Windows command to change system and hidden attributes for a file(s) |
| Backup and Restore | The Windows utility used to create, and update scheduled backups of user data and the system image |
| basic disk | The term Windows uses to describe a hard drive when it is a stand-alone drive in the system |
| cd | The Windows command to change the current default directory |
| chkdsk | the Windows command to verify that the hard drive does not have bad sectors that can corrupt the file system |
| cluster | On a magnetic hard drive, one or more sectors that constitute the smallest unit of space on the drive for storing data (also referred to as a file allocation unit) |
| Defragment and Optimize Drives | a utility to optimize drives by defragmenting a magnetic drive or trimming an SSD |
| differential backup | backs up files that have changed or been created since the last full backup |
| dir | the Windows command to list files and directories |
| Disk Cleanup | a Windows utility to delete temporary files to free up space on a drive |
| Disk Management | a Windows utility used to install and manage drives |
| dynamic disk | A way to partition one or more hard drives so that they can work together to increase space for data storage or to provide fault tolerance or improved performance. |
| dynamic volume | A volume type used with dynamic disks by which you can create a single volume that uses space on multiple hard drives |
| elevated command prompt window | A Windows command prompt window that allows commands that require administrative privileges |
| FAT | A table used on hard drive or other storage drive used by the FAT file system to track the clusters used to contain a file |
| File Explorer Options applet | used to control how users view files and folders in Explorer and what they can do with these files |
| File History | A Windows 10/11 utility that can schedule and maintain backups of data. You can also create a system image for backward compatibility with Windows 8. |
| full backup | backs up all data designated for backup |
| grandfather-father-son (GFS) | the plan backup routines use for rotating and reusing backup media |
| hardware RAID | One of two ways to implement RAID. Is more reliable and better performing than software RAID, and is implemented using the BIOS on the motherboard or a RAID controller card |
| hibernation | saves all work to the hard drive and powers down the system |
| incremental backup | backs up only files that have changed or been created since the last backup, whether that backup is itself an incremental or a full backup |
| master file table (MFT) | The database used by the NTFS file system to track the contents of a volume or logical drive |
| md (or mkdir) | the Windows command to create a directory |
| Power Options applet | used to manage power by putting the computer into varying degrees of suspend or sleep modes |
| quick format | A format procedure, used to format a hard drive volume or other drive, that doesn't scan the volume or drive for bad sectors; use it only when a drive has been previously formatted and is in healthy condition |
| RAID | several methods of configuring multiple hard drives to store data to increase logical volume size and improve performance, or to ensure that if one drive fails, the data is still available from another drive |
| RAID 0 (or striping) | using space from two or more physical disks to increase disk space available for a single volume. performance improves because data is written evenly across all disks |
| RAID 1 (or mirroring) | type of drive imaging that duplicates data on one drive to another drive and is used for fault tolerance |
| restore point | A snapshot of Windows system, usually made before installation of new hardware or applications |
| rmdir | the Windows command to remove or delete a directory |
| robocopy | A Windows command that is similar to and more powerful than the xcopy command, used to copy files and folders |
| Settings app | used to access numerous Windows 10/11 settings and a couple of applets in Control Panel |
| simple volume | A type of volume used on a single hard drive |
| slack | Wasted space on a hard drive caused by not using all available space at the end of a cluster |
| sleep mode | put the computer into a power-saving mode where everything is shut down except memory and enough of the system to respond to a wake-up |
| software RAID | Using Window to implement RAID. The setup is done using the Disk Management utility |
| system image | The backup of the entire Windows volume; it can also include backups of other volumes |
| System Protection | A utility that automatically backs up system files and stores them in restore points on the hard drive at regular intervals and just before you install software or hardware |
| Trim | To erase entire blocks or unused data on a SSD so that write operations do not have to manage the data |
| winver | A Windows command that displays the About Windows box, which gives information about the Windows edition, latest update installed, and registered owner of the computer |
| xcopy | A Windows command more powerful that the copy command that is used to copy files and folders |