Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

6.2. Domain-by-Domain Quick Reference

Domain 1: Server Hardware (18%)

Must KnowKey Fact
RAID 5 capacity(N−1) drives usable; 1 drive can fail
RAID 6 capacity(N−2) drives usable; 2 drives can fail
RAID 10 capacity50% of total; 1 drive per mirror pair can fail
RAID 0No fault tolerance; all capacity usable
NAS protocolsNFS (Linux/Unix), CIFS/SMB (Windows)
SAN protocolsiSCSI (Ethernet), Fibre Channel, FCoE
SAS/SATA compatibilitySAS controller → uses SATA drives ✅; SATA controller → cannot use SAS drives ❌
Hot-swap YESDrives, PSUs, fans (if rated for it)
Hot-swap NOCPU, RAM, motherboard
OOB managementiDRAC (Dell), iLO (HP), IPMI; works without OS
SFP speedsSFP=1GbE, SFP+=10GbE, QSFP=40GbE+
Fiber typesSingle-mode = long distance, laser; Multimode = short distance, LED
CMOS battery failureDate/time resets after power off; BIOS settings lost

Domain 2: Server Administration (30%)

Must KnowKey Fact
GPT vs MBRGPT: >2TB, UEFI boot, 128 partitions; MBR: legacy, 4 primary partitions, <2TB
APIPA range169.254.0.0/16 — symptom of DHCP failure
RFC 191810.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16
NTP / KerberosKerberos requires clocks within 5 minutes; NTP synchronizes clocks
SysprepRequired before deploying Windows VM clones into a domain; removes SID
Active-passive clusterOne node active, one standby; heartbeat monitors; failover is automatic
Active-active clusterAll nodes serve traffic; load balancer required
LVMPhysical Volumes → Volume Groups → Logical Volumes; online resize
File systemsext4=Linux, NTFS=Windows, VMFS=VMware (cluster-aware), ReFS=large Windows volumes
VMFSVMware's cluster-aware FS — required for shared vSphere storage (vMotion). Not the only one (CSV, GFS2, OCFS2 exist), but the one Server+ tests
DeduplicationPost-process by default; high CPU during window; near-zero savings on compressed files
License: per-coreWindows Server, SQL Server; count every physical core
Backup before changesStep 1 of troubleshooting — explicitly required by CompTIA methodology

Domain 3: Security and Disaster Recovery (24%)

Must KnowKey Fact
MFA categoriesSomething you know / have / are — must be two DIFFERENT categories
Two passwords =Single-factor (both are "something you know")
Hot siteFully operational duplicate; minutes to hours RTO
Warm siteHardware present; hours to days RTO
Cold siteFacility only; days to weeks RTO
Synchronous replicationRPO ≈ 0; adds write latency proportional to distance
Asynchronous replicationMinutes RPO; no write penalty
Incremental restoreFull + every incremental (slowest restore, fastest backup)
Differential restoreFull + last differential (medium backup, medium restore)
Full restoreFull backup only (fastest restore, longest backup)
DegaussingDestroys HDD data AND drive electronics; does NOT work on SSD
SSD destructionPhysical destruction required for SSD with sensitive data
PCI DSS scopeAny org that stores, processes, or transmits cardholder data
MantrapPrevents tailgating; two-door interlock
FM-200Clean agent fire suppression; safe for occupied spaces
CO2Suppresses by oxygen depletion; requires evacuation
Disk wiping ≠ deleteDelete removes index; wiping overwrites data; both ≠ physical destruction
RAID ≠ backupRAID protects against drive failure; backup protects against deletion, ransomware, corruption

Domain 4: Troubleshooting (28%)

Must KnowKey Fact
8-step methodologyIdentify → Theory → Test → Plan → Implement → Verify → Root Cause Analysis → Document
Step 5 ruleOne change at a time; test after each change
First stepIdentify problem + determine scope
Backup when?Before making changes (part of Step 1)
BSOD = WindowsBlue Screen of Death
PSOD = VMwarePurple Screen of Death (hypervisor crash)
Kernel panic = LinuxEquivalent of BSOD
ping successProves L3 reachability only; does NOT prove service works
telnet / ncTests TCP port connectivity
nslookup / digTests DNS resolution
tracert / tracerouteShows path and identifies where packets stop
netstatShows listening ports and active connections
fsckMust be run on UNMOUNTED filesystem
Clock skewKerberos fails if >5 min drift; check NTP
SELinux denialCauses permission errors even with correct UNIX permissions; check audit.log
RAID rebuild riskRAID 5: zero tolerance for additional failure during rebuild; RAID 6: tolerates one more
Alvin Varughese
Written byAlvin Varughese
Founder18 professional certifications