Learning units 11,12,13 Flashcards
Function of Windows System Protection
Automatically backs up system files and stores them at regular intervals
Function of System Restore (rstrui.exe)
Restores the system to its condition at the time a restore point was made
Define Low-level formatting (Logical Block Addressing (LBA))
a process (usually performed at the factory) that organizes the space in a long series of logical blocks
Two partitioning systems
-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
Before a partition or drive can be used it must be
Assigned a drive letter (C: or D:)
Formatted using a file system
What is file system?
the overall structure an OS uses to name, store, and organize files on a drive
File systems supported by Windows
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 Partitions are Used During the Boot
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
Define a mounted drive
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
Three uses of dynamic disks
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
Define RAID
the technology to configure two or more hard drives to work together as an array of drives
Explain stripping/RAID 0
-Joining hard drives to improve performance is
-work is shared between two hard drives but does not provide fault tolerance
Explain mirroring/RAID 1
-Copying one hard drive to another as a backup
-improves fault tolerance because if one drive fails, you have another copy
Storage options
Simple
Two-way mirroring
Three-way mirroring
Parity
Drive and volume statuses
Healthy
Failed
Online
Active