Day 6 Flashcards
What are the 5 system layers?
Physical layer File system layer Data layer Metadata layer Filename layer
The ____ is located on the first sector of the bootable disk drive.
Master boot record
The ____ defines the usable blocks on the disk and the number and size of the partition entries that make up the GUID partition table.
GPT header
Concerning the layers of a file system, the ____ layer contains data that describes the file system structural details such as file allocation unit sizes, structure offsets, and mounting information.
File System layer
Loading the second stage boot loader is the primary function of the ________.
First stage boot loader
______ is a valid magic number that would indicate that the partition table should be read in Big Endian.
AA55
State the Linux design layers from start to finish:
1) User applications
2) GNU C libraries
3) System Call interface
4) Kernel
5) Architecture-dependent Code
6) Hardware
A(n) ________ groups sectors into addressable clusters to be used by the file system for the storage of data.
High level format
(Choose all that apply) Which pf the following are contents of a MBR’s partition table?
Starting sector of the partition
The magic number
Partition size
Partition type, identifying the file system.
Starting sector of the partition
Partition size
Partition type, identifying the file system.
A _____ describes an exposed documented interface made available for accessing system resources in Windows.
Dynamic link library (DLL)
Before a high level format can be performed, a ____ must be created.
Partition
______ is the second stage bootloader in Windows Vista and newer.
BOOTMGR
______ is performed by BIOS to check the status of essential hardware components during the boot process.
POST
The ______ phase of the UEFI Boot process determines whether a MBR or GBT boot will be used.
Boot device selection
A _______ is a file structure that uses a bit for each block/cluster to flag whether it is allocated or unallocated.
Bitmap
The primary purpose of the Second Stage boot loader is to load the _____.
Kernel