Computer Hardware & Troubleshooting II Modules 1-3

0.0(0)
studied byStudied by 18 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/67

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

68 Terms

1
New cards

Knowledge Base

a collection of articles containing text, images, or video that give information about a network, product, or service.

2
New cards

Asset Management

tracks physical and digital assets, including end-user devices, network devices, IP addresses, software licenses, and related licenses.

3
New cards

Asset Tags

label or sticker that identifies a physical asset, such as a tool, piece of equipment, or vehicle

4
New cards

Barcodes

Barcode sticker that is easily scanned by lazer scanners that aid in theft-protection

5
New cards

Topology

Refers to the pattern in which devices on a network are connected to eachother

6
New cards

Change Managment

a structured process within an organization’s IT department to manage and control changes to their system, infrastructure and applications, aimed to minimize disruption of services while implementing updates following ITIL best practice.

7
New cards

Documented Business Processes

related activities that lead to a desired business goal such as an efficient and cost-effective service, excellent customer satisfaction, or a superior product

8
New cards

Request form

A form that formally states what needs to be changed

9
New cards

CAB (Change Advisory Board)

A board that complex changes are submitted to review

10
New cards

Scope of Change

The extent or boundaries of modifications made to a system, project, or process

11
New cards

Risk Analysis

Process of identifying potential problems so there are so such situations once the change begins

12
New cards

Rollback Plan

needed to recover to the original state in the event of a failed change implementation.

13
New cards

RFC (Request for Comments)

A request for user feedback to a change

14
New cards

Operating System

A software that controls a computer

15
New cards

Graphical User Interface (GUI)

A way for users to interact with a device using visual elements

16
New cards

Device Drivers

Small Programs stored on the hard drive that tells the Computer to communicate with specific hardware.

17
New cards

Unified Extensible Firmware Interface (UEFI)

Specification for a software program that connects a computer to its OS

18
New cards

Basic input/output information (BIOS)

A set of computer instructions in firmware which control input and output operations including hardware initialization and runtime services for OS.

19
New cards

Low Level Formatting

Process usually performed at the fact that organizes the space in a long series of logical blocks; this is called LBA (Logical Block Addressing).

20
New cards

Master Boot Record (MBR) Partitions

keep a map of partitions in a partition table stored at the beginning of the hard drive called the Master Boot Record. Can have primary partitions (also called volumes). A fourth partition can hold one or more volumes/logical drives

21
New cards

Primary Partitions

Also known as a volume, a reserved part of the disk that can be used to store an OS. Usually identified by a letter.

22
New cards

Extended Partitions

Also known as a fourth partition, Can be divided into logical drives. Does not need a drive letter assigned.

23
New cards

GPT (GUID Partition Table)

Standard for the layout of partition tables of a physical computer storage drive. Can support 128 partitions.

24
New cards

File System

Overall structure an OS uses to name, store, and organize files and folders on any storage device.

25
New cards

Volume

A hard drive partition assigned with a drive letter

26
New cards

Formatting

Installing a file system on a volume

27
New cards

High-Level formatting

The process of preparing a disk partition for use by an operating system.

28
New cards

Directories

Also known as folders, a list that organizes files on a Computer.

29
New cards

Path

The drive and directories that point to the location of a file

30
New cards

File name

First part of the file name

31
New cards

File extension

Part after the period in a file name. Indicates how the file is organized or formatted including content in the file and what program will use the file.

32
New cards

Clean install

Overwrites the existing OS and applications

33
New cards

Custom Install

Installation customized to user preference.

34
New cards

Upgrade

Installation that is launched from within the existing OS. Upgrades carry forward user settings and applications.

35
New cards

Repair

Used to repair corrupted installation utilizing various tools and commands.

36
New cards

Windows Workgroup

a network that doesn’t have centralized control, called P2P. Windows calls this a ____. This is a logical group of computers and users that share resources controlled by administration.

37
New cards

Domain

forms a logical group of networked computers that share a centralized directory database of user account information and security.

38
New cards

Domain user account

domain-level account that gives access to network resources across a domain.

39
New cards

Network ID

unique identifier assigned to a user or device within a network allowing them to be recognized and authenticated when accessing resources across networking. Typically viewed as login credentials within active directory.

40
New cards

ISO file

Also known as an ISO image, an image of an optical disc, including file systems, and all its files and folders.

41
New cards

Virtual Machine

Software that simulates the hardware of a physical computer.

42
New cards

Hypervisor

Software used to manage VM’s installed on a workstation

43
New cards

Image Deployment

installing windows on a computer via a standard image. Standard images are typically created by drive imaging.

44
New cards

User State Migration Tool (USMT)

used when deploying windows in a windows domain to copy user files and settings from one computer to another

45
New cards

Scanstate

Copies user files and files from the source computer to a safe location in USMT

46
New cards

Loadstate

Applies these settings and files to the destination computers in USMT

47
New cards

Usmtutils

Provides encryption options and hard drive management in USMT

48
New cards

Full backup

Backs up all data designated for backup

49
New cards

Incremental Backup

Backs up only files that have been changed since the last backup

50
New cards

Differential Backup

Backs up files that have changed or been created since the last full backup

51
New cards

Grandfather-father-son (GFS)

common rotation scheme for backup media in which there are three or more backup cycles such as daily weekly or monthly. Grandfather backup typically occurs on last Friday of each month, father on every Monday and son on every other day of the week.

52
New cards

System Image

A back up of the entire Windows volume

53
New cards

File History

Simple Backup utility that gives you limited control over backup

54
New cards

mounted drive

A volume accessible by a folder on another volume so the folder has more available space.

55
New cards

Dynamic Disks

Storage configuration that allows for more flexible volume management than a basic disk

56
New cards

Dynamic Volume

Storage configuration that allows for volumes to span multiple physical disks.

57
New cards

Redundant Array of Inexpensive Disks (RAID)

Technology to configure two or more hard drives to work together as an array of drives.

58
New cards

Raid 0/Striping

joining hard drives to improve performance. Work is shared between two hard drives but provides no fault tolerance.

59
New cards

Raid 1/Mirroring

copying one hard drive to another as a backup. Improves fault tolerance because if one drive fails, you have another copy.

60
New cards

Software RAID

RAID Implemented using Disk Management

61
New cards

Hardware RAID

RAID Implemented using a BIOS/UEFI setup on a motherboard.

62
New cards

Command Line Interface (CLI)

Two levels of command prompt including standard and elevated.

63
New cards

Wildcard

? and . Used to search for specific Files in Command Prompt. (a*.???? will search for any file that starts with a and has a 4 letter file extension).

64
New cards

Copy

Command that copies a single file or a group of files.

65
New cards

Xcopy

Command that is more powerful than the copy command.

66
New cards

Robocopy

Similar to xcopy but offers more options and is intended to replace xcopy

67
New cards

Lost Clusters

Also known as lost allocation units, a data fragment that does not belong to any file according to FMS/FAT

68
New cards

Cross-Linked Clusters

File Allocation Table (FAT) entries that point to the same cluster that causes errors.