Chapter 5 Flashcards
CLI
Command line interface
COMPTIA
Computer Technology Industry Association
A _____ gives an OS a road map to data on a disk.
file system
To understand the boot sequence for phones and tablets, it is best to _____
review the vendor’s documentation.
CMOS
Complementary Metal Oxide Semiconductor
EFI
Extensible Firmware Interface
UEFI
Unified Extensible Firmware Interface
A computer stores system config and date/time info in the ____ when power to the system if off.
CMOS
The system ____ or ____ contains programs that perform input and output at the hardware level.
BIOS or EFI
____ is designed for x86 computers and typically used on disk drives with master boot record (MBR).
BIOS
____ is designed for x64 computers and uses GUID Partition Table (GPT).
EFI
MBR
Master Boot Record
GPT
GUID Partition Table
In an effort to reduce the relationship with firmware, Intel developed ____ which defines the interface between a computer’s firmware and the OS.
UEFI
The bootstrap process is contained in ______.
ROM
You can unhook _____ to force the system to tell you what keys to use to access the CMOS in the bootstrap process.
the keyboard
The key you press to access CMOS depends on _____.
the computer’s BIOS
What are keys and combos that can access the CMOS with?
- Delete key
- Ctrl Alt Insert
- Ctrl A
- Ctrl S
- Ctrl F1
- Ctrl F2
- Ctrl F10
A safe method to verify the BIOS date and time with accidentally accessing a disk drive on boot up.
Removing all hard drives from the computer and then power on.
Refers to a disk’s logical structure of platters, tracks, and sectors.
Geometry
The device that reads and writes data to a drive. There are two per platter that read and write the top and bottom sides.
Head
Concentric circles on a disk platter where data is located.
tracks
A column of tracks on two or more disk platters. Usually each platter has two surfaces: top and bottom. Stacked up.
Cylinder
A section on a track usually made up of 512 bytes, wedge shaped.
Sector
Typical disk drive storage per sector
512 bytes
Advanced format disk drive storage per sector
4096 bytes
CHS
cylinder, head, and sector calculation
CHS calculation
A way to determine the total number of addressable bytes on a disk, multiply the number of cylinders by the number of heads (actually the tracks) and by the number of sectors (groups of 512 bytes).
Tracks start with what number?
0
ZBR
Zone bit recording, how most manufacturers deal with a platter’s inner tracks having a smaller circumference and therefore less space to store data than in the outer tracks.
The space between each track
Track density
Refers to the number of bits in one square inch of a disk platter.
Areal density
Used to improve disk performance…
head and cylinder skew
A feature all flash memory devices have
wear-leveling
Wear leveling purpose:
to make sure all memory cells on a flash drive wear evenly
When data is deleted on a hard drive, only the _____ are removed.
reference, which leaves the original/deleted data in unallocated disk space
firmware file that contains a list of all the old memory cell addresses in a flash drive
garbage collector
When dealing with _______ drives, making a full forensic copy as soon as possible is crucial in case data needs to be recovered from unallocated disk space.
solid-state drives
Storage allocation units of one or more sectors
clusters
FAT
file allocation table
NTFS
NT File System
Cluster size range
512 bytes to 32,000 bytes
Clusters start at ____ in NTFS
0
Clusters start at ____ in FAT
2
The first sector of all disks contains 3 things
- system area
- boot record
- a file structure database
cluster numbers are referred to as
logical address
sector numbers are referred to as
physical addresses
a logical drive
partition
Windows OSs can have ___ primary partitions followed by an extended partition that can contain one or more logical drives.
3
large unused gaps between partitions on a disk drive
voids
unused space between partitions
partition gaps
Two ways to hide data on a disk
- create a partition, add data to it, remove references to it.
- declare a smaller number of bytes than the actual drive size is (and hide data at the end of it).
A way to examine a partition’s physical level
- use a disk editor
WinHex is a ….
hexadecimal editor
FAT
File allocation table, the file structure MS designed for floppy disks.
3 current versions of FAT
- FAT16
- FAT32
- exFAT (used by Xbox)
3 older versions of FAT
- FATX
- virtual FAT (VFAT)
- FAT12
limitations of MS DOS 6.22 FAT version
- 8 characters for filenames
2. 3 characters for extensions
drive slack
composed of the unused space in a cluster between the end of an active file’s content and the end of the cluster
The partition table is in the ______
MBR (master boot record)