Study Guide
Operating Systems is the largest domain on Core 2 at 28%. You need to know Windows editions and features, installation methods, CLI tools (ipconfig, chkdsk, sfc), Task Manager, Event Viewer, macOS and Linux basics, mobile OS concepts, and file system types (NTFS, FAT32, ext4, APFS).
Windows 10/11 Home is for consumers. Pro adds BitLocker, domain joining, and Group Policy. Enterprise has all Pro features plus DirectAccess and AppLocker. Windows Update delivers patches. Windows Defender provides built-in antivirus. User Account Control (UAC) prompts for admin privileges.
Examples:
Command-line tools are heavily tested on the exam. ipconfig displays network configuration. chkdsk checks disk integrity. sfc /scannow scans and repairs system files. netstat shows active connections. tasklist/taskkill manage processes. gpupdate forces Group Policy refresh. diskpart manages disks and partitions.
Examples:
macOS uses Disk Utility for disk management, Terminal for CLI, Keychain for password storage, and Time Machine for backups. Linux uses package managers (apt, yum, dnf), file permissions (chmod, chown), text editors (nano, vim), and service management (systemctl). Both are commonly found in enterprise environments.
Examples:
NTFS is the Windows standard — supports permissions, encryption, and large files. FAT32 is cross-platform but has a 4GB file size limit. exFAT is FAT32 without the size limit, good for USB drives. ext4 is the Linux standard. APFS is Apple's modern file system. ReFS is Microsoft's resilient file system for servers.
Examples:
Clean install: wipe and install fresh. Upgrade: install over existing OS keeping files. Image deployment: deploy a pre-configured image (sysprep + WIM). Recovery partition: built-in restore option. Network boot (PXE): install OS over the network. Multiboot: multiple OSes on one machine using separate partitions.
Examples: