Lesson 5: Working with Windows and CLI Systems Flashcards
Alternate data streams: A feature in NTFS file system that allows attaching hidden streams of data to files. Example: An executable file with an alternate data stream containing malicious code.
American Standard Code for Information Interchange (ASCII): A character encoding standard for electronic communication. Example: A text file encoded in ASCII format.
Areal density: The number of bits that can be stored in a given area of a storage medium. Example: A hard drive with a high areal density can store more data in the same physical space.
Attribute ID: A unique identifier for a file system attribute. Example: $ATTRIBUTE_LIST is an attribute ID in NTFS file system.
Boot.ini: A configuration file used by Windows operating systems to define the boot options. Example: Changing the Boot.ini file can allow booting into different operating systems installed on the same computer.
BootSect.dos: A file created by Windows operating systems to provide compatibility with older operating systems that do not support the NTFS file system. Example: BootSect.dos is used by Windows to boot a computer that has a dual-boot configuration with an older operating system installed.
Bootstrap process: The initial process of loading an operating system into memory and preparing it for execution. Example: The BIOS bootstrap process loads the boot sector of the hard drive into memory and hands over control to the operating system
Clusters: A unit of disk space allocation used by file systems. Example: A file that is 20KB in size may occupy two 16KB clusters on a file system with a cluster size of 16KB.
Cylinder: A group of tracks on a hard drive that are located on the same radial position. Example: A hard drive with 8 cylinders may have 16 tracks per cylinder, resulting in a total of 128 tracks.
Data runs: A sequence of contiguous clusters that belong to a file. Example: A 10MB file may have data runs spanning multiple clusters on a file system.
Device drivers: Software programs that allow the operating system to communicate with hardware devices. Example: A video card driver that enables the operating system to display graphics on a monitor.
Drive slack: The unused space between the end of the file and the end of the last cluster occupied by the file. Example: A 5KB file that occupies a 16KB cluster on a file system will have 11KB of drive slack.
Encrypting File System (EFS): A feature in Windows operating systems that provides encryption for files and folders. Example: A user can encrypt a sensitive file using EFS to protect it from unauthorized access.
File Allocation Table (FAT): A file system used by early versions of Windows operating systems. Example: A USB drive formatted with the FAT file system can be used on different computers running Windows.
File slack: The unused space between the end of a file and the end of the last sector occupied by the file. Example: A 5KB file that occupies a 4KB sector on a file system will have 3KB of file slack.