Learning units 11,12,13 Flashcards

1
Q

Function of Windows System Protection

A

Automatically backs up system files and stores them at regular intervals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Function of System Restore (rstrui.exe)

A

Restores the system to its condition at the time a restore point was made

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define Low-level formatting (Logical Block Addressing (LBA))

A

a process (usually performed at the factory) that organizes the space in a long series of logical blocks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Two partitioning systems

A

-MBR partitions : keeps a map of partitions in a partition table stored at the beginning of the hard drive called the MBR

Can have up to three primary partitions (also called volumes)

A fourth partition (called extended partition) can hold one or more volumes called logical drives

-GPT partitions – the Globally Unique Identifier Partition Table (GUID or GPT) system can support up to 128 partitions and is required for drives larger than 2.2 TB
First sector in a GPT system contains the protective MBR, which provides information to legacy software that does not support GPT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Before a partition or drive can be used it must be

A

Assigned a drive letter (C: or D:)
Formatted using a file system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is file system?

A

the overall structure an OS uses to name, store, and organize files on a drive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

File systems supported by Windows

A

NTFS – uses smaller allocation unit or cluster sizes than FAT32 (more efficient)

ReFS – Resilient File System (ReFS) is designed to improve on the NTFS file system by offering better fault tolerance and allowing for better compatibility with virtualization and data redundancy

NFS – Network File System is a client/server file system that supports file sharing over a network across platforms

exFAT – use for large external storage devices to be used with other operating systems

FAT32 – use for small hard drives or USB flash drives

CDFS (Compact Disc File System) and UDF – CDFS is an older file system used by optical discs and is being replaced by UDF (Universal Disc Format)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How Partitions are Used During the Boot

A

MBR hard drives:
one of the primary partitions is designated the active partition, which is the bootable partition that startup BIOS/UEFI look to when searching for an OS

In GPT system, the bootable partition is called the EFI System Partition (ESP)
UEFI turns to it to find and start the OS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define a mounted drive

A

A mounted drive is a volume accessible by a folder on another volume

So the folder has more available space

Useful when a folder is on a volume that is too small to hold all the data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Three uses of dynamic disks

A

For better reliability, configure a hard drive as a dynamic disk and allocate the space as a simple volume

Implement dynamic disks on multiple hard drives to extend a volume across these drives (called spanning)

Can be used to piece data across multiple hard drives to improve performance and/or provide fault tolerance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define RAID

A

the technology to configure two or more hard drives to work together as an array of drives

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Explain stripping/RAID 0

A

-Joining hard drives to improve performance is

-work is shared between two hard drives but does not provide fault tolerance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Explain mirroring/RAID 1

A

-Copying one hard drive to another as a backup

-improves fault tolerance because if one drive fails, you have another copy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Storage options

A

Simple
Two-way mirroring
Three-way mirroring
Parity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Drive and volume statuses

A

Healthy
Failed
Online
Active

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does to defragment mean

A

to rearrange fragments or parts of files on the drive so each file is stored on the drive in contiguous clusters

17
Q

What does to trim mean

A

to erase a block on the drive that is filled with unused data

18
Q

two levels of command prompt windows

A

-Standard window – the default directory is the currently signed-in user’s folder

-Elevated window – requires the user to be signed-in as an administrator

19
Q

The Windows Shell

A

-The portion of an OS that relates to the user and to applications

-Provides tools such as File Explorer and the Windows desktop

-Made up of subsystems that operate in user mode

20
Q

The Windows Kernel

A

Responsible for interacting with hardware

Known as the “core” of the OS

21
Q

Two main components

A

-HAL (hardware abstraction layer) – layer closest to hardware

-Executive services interface – operate between the user mode subsystems and the HAL

22
Q

Define a process

A

a program that is running under the authority of the shell, together with the system resources assigned to it

23
Q

Define a thread

A

A request made by a process for resources to the Win32 subsystem

24
Q

Define multithreading

A

A process with more than one thread

25
Q

Five files used to build registry

A

SAM (Security Accounts Manager)
SECURITY,
SOFTWARE, SYSTEM
DEFAULT hives

26
Q

Five keys

A

HKEY_LOCAL_MACHINE (HKLM)
Contains hardware, software, and security data

HKEY_CURRENT_CONFIG (HKCC)
Used to identify each hardware device

HKEY_CLASSES_ROOT (HKCR)
Used to determine which application opens

HKEY_USERS (HKU)
Contains data about all users

HKEY_CURRENT_USER (HKCU)
Contains data about the current user

27
Q

Ways to back up the registry

A

Use System Protection to create a restore point

Back up a single registry key just before editing the key

28
Q

Two fundamental ways to boot a computer are

A

Soft boot (warm boot): using the OS to reboot

Hard boot (cold boot): turning on the power with the on/off switch

29
Q

.Winlogon.exe does the following

A

-Starts the Service Control Manager (services.exe)

-Starts the Local Security Authority process (lsass.exe)

-Launches userinit.exe