Cheat sheet: exam-prep reference for CompTIA Server+ V6 (SK0-006): server hardware, storage, networking, administration, security, disaster recovery, and troubleshooting.
Use the tables for a quick pre-exam check. Expand a topic’s notes for explanations, examples, and additional distinctions.
Scope and study context
Focus your review on these exam behaviors:
Identify the best server component, storage design, network service, or security control for a scenario.
Distinguish redundancy, backup, clustering, replication, and disaster recovery.
Troubleshoot from symptoms using logs, metrics, hardware indicators, and change history.
Apply least privilege, secure configuration, patching, monitoring, and documentation practices.
Recognize when a technology is used, not just what it is called.
This page is IT Mastery review support. It is not affiliated with CompTIA. The goal is to help you connect core server administration knowledge to original practice questions and exam-style decision making.
Scan the tables first. Identify weak areas: RAID, networking, server hardening, virtualization, backups, and troubleshooting.
Turn each weak area into topic drills. Do not only reread notes; answer questions until you can explain why wrong options are wrong.
Use detailed explanations. For SK0-006, the explanation is often more valuable than the answer because many questions test tradeoffs.
Finish with mixed mock exams. Server issues rarely stay in one topic. A storage failure may involve RAID, logs, firmware, backups, and business continuity.
Hardware root of trust used for measured boot, encryption key protection, and platform integrity features
Power and cooling
Item
What to remember
Redundant PSU
Usually supports continued operation after one PSU failure if load capacity is adequate
UPS
Provides temporary power and graceful shutdown capability
PDU
Distributes power in rack environments; may be metered or managed
Cooling
Airflow direction, blanking panels, cable management, and ambient temperature matter
Environmental monitoring
Watch temperature, humidity, airflow, smoke, water, and power events
Hardware mistake patterns
Installing unsupported RAM because the speed or capacity “looks compatible.”
Forgetting to update firmware before troubleshooting known hardware compatibility issues.
Replacing a failed part without checking logs, indicators, firmware, or environmental causes.
Assuming redundant power works when both PSUs are plugged into the same failed power source.
Ignoring server vendor hardware compatibility lists for HBAs, NICs, drives, and firmware.
Storage Cheat Sheet
Storage Media and Interfaces
Technology
Choose when
Notes
HDD
Capacity-sensitive, sequential workloads, lower cost per capacity
Higher latency than SSD/NVMe
SATA SSD
General-purpose solid-state storage
Usually lower performance than SAS/NVMe enterprise options
SAS HDD/SSD
Enterprise server storage, dual-port paths, reliability features
Common with hardware RAID and backplanes
NVMe
Low-latency, high-IOPS workloads
Uses PCIe; excellent for databases and virtualization
M.2
Compact internal storage
Check thermal and enterprise durability requirements
U.2/U.3
Hot-swap-capable NVMe in server bays
More server-friendly than consumer M.2
Tape
Long-term retention, offline backup, archival
Slow restores; strong ransomware isolation when offline
Notes and examples
DAS, NAS, and SAN
Storage type
Description
Best for
Exam distinction
DAS
Direct-attached storage inside or cabled to one server
Local performance, simple deployments
Not inherently shared
NAS
File-level storage over network
SMB/NFS shares, user files, shared repositories
Clients access files
SAN
Block-level storage over dedicated or converged fabric
Databases, virtualization datastores, clustering
Servers see LUNs as disks
Object storage
Data stored as objects with metadata
Cloud-native apps, backups, large unstructured data
Accessed through APIs, not mounted like a local disk
RAID Selection Matrix
RAID level
Minimum disks
Usable capacity pattern
Fault tolerance
Performance profile
Use when
RAID 0
2
Sum of disks
None
High read/write
Temporary data only; never for resilience
RAID 1
2
Size of one disk per mirror
One disk per mirror set
Good read, normal write
OS volumes, simple redundancy
RAID 5
3
Total minus one disk
One disk
Good read, parity write penalty
Read-heavy workloads with moderate capacity efficiency
RAID 6
4
Total minus two disks
Two disks
Good read, larger parity write penalty
Larger arrays where rebuild risk matters
RAID 10
4
About half total
One disk per mirror pair
Strong read/write
Databases, virtualization, high performance plus resilience
Hot spare
Additional disk
Not active capacity
Speeds rebuild start
N/A
Reduce time exposed after disk failure
High-yield RAID traps
RAID is availability, not backup. It does not protect against deletion, corruption, ransomware, or site loss.
Rebuilds stress remaining disks and reduce performance.
Hardware RAID uses a controller; software RAID uses the OS or hypervisor.
Battery-backed or flash-backed write cache protects cached writes during power loss.
Replacing the wrong disk in a degraded array can cause data loss.
Storage Networking Terms
Term
Meaning
Key distinction
HBA
Host bus adapter for storage connectivity
Common with Fibre Channel or SAS
RAID controller
Manages RAID sets and cache
Presents logical volumes to OS
LUN
Logical unit presented by SAN
Server treats it like block storage
WWN / WWPN
Fibre Channel identifiers
Similar role to unique network identity
iSCSI
SCSI commands over TCP/IP
Uses standard IP networks; secure and isolate it
Fibre Channel
Dedicated storage fabric
High performance, specialized switches/HBAs
FCoE
Fibre Channel over Ethernet
Requires compatible converged infrastructure
Multipathing
Multiple paths to storage
Improves availability and can balance I/O
Thin provisioning
Allocates storage on demand
Risk of overcommit if not monitored
Thick provisioning
Allocates storage up front
Predictable capacity reservation
Snapshot
Point-in-time copy or reference
Useful for rollback; not a full backup by itself
Drive and interface basics
Technology
Typical use
Exam-relevant distinction
SATA
Cost-effective local storage
Lower enterprise feature set than SAS in many server contexts
SAS
Enterprise server storage
Dual-port capability, reliability features, common in arrays
NVMe
High-performance SSD over PCIe
Much lower latency than SATA/SAS SSDs
HDD
Capacity-focused storage
Mechanical latency; watch failure and rebuild times
SSD
Performance-focused storage
Endurance, write amplification, and firmware matter
HBA
Connects server to storage devices/arrays
May expose disks directly or connect to SAN
RAID controller
Manages RAID sets
Cache protection is important for write-back cache
RAID levels
RAID level
Minimum disks
Capacity concept
Fault tolerance
Best-fit idea
Trap
RAID 0
2
Sum of disks
None
Performance only
One disk failure loses array
RAID 1
2
Size of one disk per mirror
One disk per mirror set
Simple redundancy
Not capacity-efficient
RAID 5
3
Total minus one disk
One disk
Read-heavy, capacity-conscious
Risky during long rebuilds
RAID 6
4
Total minus two disks
Two disks
Better protection than RAID 5
More write penalty
RAID 10
4
Half of total
One disk per mirror pair
Performance plus redundancy
Needs more disks
Important distinction: RAID is availability technology, not backup technology. RAID may protect against a disk failure, but it does not protect against deletion, corruption, ransomware, failed updates, or site loss.
Storage architecture
Architecture
Meaning
High-yield notes
DAS
Direct-attached storage
Simple, local, limited sharing
NAS
File-level network storage
Common protocols include SMB and NFS
SAN
Block-level storage network
Common technologies include iSCSI and Fibre Channel
Object storage
Stores objects with metadata
Often used for scale-out and cloud-style storage
LUN
Logical unit presented from storage
Hosts see LUNs as block devices
Thin provisioning
Allocates physical storage as used
Monitor oversubscription carefully
Thick provisioning
Allocates storage upfront
Predictable allocation, less flexible
Multipathing
Multiple paths to storage
Provides path redundancy and sometimes load balancing
Identify failed disk, check hot spare, verify rebuild status, replace supported disk
File share unavailable
Network path, DNS, permissions, service status, storage capacity
Unexpected low capacity
RAID overhead, formatting, snapshots, thin provisioning reserve, vendor capacity units
Server Networking Reference
Network Services and Protocols
Service/protocol
Common port(s)
Used for
Exam notes
SSH
TCP 22
Secure remote shell
Prefer keys/MFA where possible
Telnet
TCP 23
Legacy remote shell
Insecure; avoid except legacy troubleshooting
SMTP
TCP 25, 587, 465
Mail transfer/submission
587 commonly for authenticated submission
DNS
TCP/UDP 53
Name resolution
TCP often for zone transfers/large responses
DHCP
UDP 67/68
Automatic IP configuration
Relay/IP helper needed across subnets
HTTP
TCP 80
Web traffic
Redirect to HTTPS where appropriate
HTTPS
TCP 443
Encrypted web traffic
Certificate trust and hostname match matter
Kerberos
TCP/UDP 88
Ticket-based authentication
Time synchronization is critical
POP3
TCP 110/995
Mail retrieval
995 is encrypted POP3S
IMAP
TCP 143/993
Mail access/sync
993 is encrypted IMAPS
NTP
UDP 123
Time synchronization
Important for logs, Kerberos, certificates
LDAP
TCP/UDP 389
Directory queries
Use LDAPS or StartTLS for protection
LDAPS
TCP 636
LDAP over TLS
Certificate trust required
SMB/CIFS
TCP 445
Windows file/printer sharing
Common target for lateral movement
SNMP
UDP 161/162
Monitoring and traps
Prefer secure versions and restricted sources
RDP
TCP/UDP 3389
Windows remote desktop
Restrict, monitor, and protect with MFA/VPN
NFS
TCP/UDP 2049
Unix/Linux file sharing
Export permissions are critical
iSCSI
TCP 3260
Block storage over IP
Isolate and secure storage networks
Syslog
UDP/TCP 514, TLS 6514
Log forwarding
Centralize logs for correlation
Notes and examples
VLANs, Trunks, and Segmentation
Concept
Meaning
Use case
Access port
Carries one untagged VLAN
Server NIC for a single network
Trunk port
Carries multiple tagged VLANs
Hypervisor host, router, firewall, switch uplink
Native VLAN
Untagged VLAN on a trunk
Misconfiguration can cause security issues
Management VLAN
Admin interfaces and OOB access
Restrict access tightly
Storage VLAN
iSCSI/NFS/storage traffic
Reduce contention and exposure
DMZ
Semi-trusted network zone
Public-facing services isolated from internal systems
East-west traffic
Server-to-server traffic
Important for microsegmentation
North-south traffic
Client-to-server or internet-to-data-center traffic
Common firewall/load-balancer path
NIC Teaming and Link Aggregation
Method
Purpose
Key requirement
Active/passive failover
One NIC active, one standby
Switch support often simpler
Active/active load balancing
Multiple NICs carry traffic
Algorithm and switch compatibility matter
LACP / 802.3ad
Standards-based link aggregation
Switch ports must be configured as a group
Switch-independent teaming
Host controls failover/load distribution
Less switch configuration, fewer aggregation benefits
SR-IOV
VM direct access to NIC capabilities
Improves performance, may reduce mobility features
Common trap: NIC teaming improves availability and aggregate throughput, but one flow may not exceed the speed of a single physical link depending on hashing and configuration.
Load Balancing Patterns
Pattern
Description
Choose when
Layer 4 load balancing
Balances TCP/UDP connections
Fast transport-level distribution
Layer 7 load balancing
Uses HTTP headers, paths, cookies
Application-aware routing
Round robin
Rotates requests across targets
Simple distribution
Least connections
Sends to server with fewer active connections
Uneven session duration
Source IP persistence
Same client IP goes to same backend
Basic session stickiness
Cookie persistence
Application/session stickiness via cookie
Web apps needing session affinity
Active/passive
Standby node waits for failover
Simpler resilience
Active/active
Multiple nodes serve traffic
Better capacity utilization
Core network concepts
Concept
What to know
IP address
Logical address assigned to an interface
Subnet mask/prefix
Defines network vs host portion
Default gateway
Route used for off-subnet traffic
DNS
Name-to-address resolution; critical for authentication and services
DHCP
Dynamic address assignment; servers often use static or reserved addresses
NTP
Time synchronization; important for logs, certificates, authentication, and clustering
VLAN
Layer 2 segmentation
Trunk port
Carries multiple VLANs using tagging
Access port
Carries one VLAN, usually untagged
MTU
Maximum frame size; mismatch can cause fragmentation or connectivity problems
Jumbo frames
Larger MTU; must be supported end-to-end
NIC teaming/bonding
Redundancy and/or throughput depending on mode
LACP
Dynamic link aggregation; requires switch support/configuration
Common ports and protocols
Port
Protocol/service
Review note
22
SSH
Secure remote shell and administration
25
SMTP
Mail transfer
53
DNS
Name resolution
67/68
DHCP
Address assignment
80
HTTP
Unencrypted web traffic
88
Kerberos
Authentication in many enterprise environments
123
NTP
Time synchronization
135
Microsoft RPC
Windows service communication
139/445
SMB/CIFS
Windows file sharing
143
IMAP
Mail retrieval
161/162
SNMP
Monitoring and traps
389
LDAP
Directory queries
443
HTTPS
Encrypted web traffic
445
SMB
File/printer sharing and admin shares
514
Syslog
Centralized logging
636
LDAPS
LDAP over TLS
3389
RDP
Windows remote desktop
3260
iSCSI
Block storage over IP
Server networking decision rules
If name-based access fails but IP access works, check DNS first.
If off-subnet traffic fails, check default gateway, route table, firewall, and VLAN.
If one server cannot connect but others can, compare IP, subnet, gateway, DNS, VLAN, firewall, and host routes.
If performance is inconsistent, check duplex/speed negotiation, MTU mismatch, NIC drivers, switch errors, and congestion.
If storage over IP is unstable, check dedicated VLANs, jumbo frame consistency, multipathing, latency, and packet loss.
If time-sensitive authentication fails, check NTP and clock skew.
Virtualization, Containers, and Hybrid Infrastructure
Virtualization Decision Table
Concept
Meaning
Exam focus
Type 1 hypervisor
Runs directly on hardware
Enterprise server virtualization
Type 2 hypervisor
Runs on a host OS
Lab, desktop, testing
VM
Full virtual machine with virtual hardware
Strong isolation, OS flexibility
Container
Process-level isolation using shared kernel
Lightweight app deployment
vSwitch
Virtual switch inside hypervisor
Connects VMs to networks/VLANs
Datastore
Storage location for VM files/disks
Performance and redundancy matter
Template
Preconfigured VM image
Standardized deployment
Clone
Copy of a VM
Useful for testing or rapid provisioning
Snapshot
VM point-in-time state
Short-term rollback; not a backup
Live migration
Move running VM between hosts
Requires shared/compatible resources
HA cluster
Restarts workloads after host failure
Not the same as application-level clustering
Notes and examples
VM Resource Sizing Traps
Symptom
Possible cause
What to check
High CPU ready/wait
Overcommitted host CPU
vCPU allocation, host utilization
Guest reports low memory
VM underallocated or ballooning/swapping
Hypervisor memory metrics
Poor disk latency
Datastore contention
IOPS, latency, queue depth, noisy neighbors
Network drops
vSwitch/VLAN/NIC teaming issue
VLAN tags, MTU, uplinks, logs
Failed migration
CPU compatibility, network/storage mismatch
Cluster settings and host compatibility
Containers vs VMs
Use containers when
Use VMs when
App is stateless or cloud-native
Different OS kernels are needed
Fast scaling and deployment matter
Stronger isolation boundaries are required
Image-based deployment is mature
Legacy apps need full OS dependencies
Orchestration is available
Traditional administration model is preferred
Operating System Administration
Windows and Linux Administration Equivalents
Task
Windows examples
Linux examples
View IP configuration
ipconfig, Get-NetIPConfiguration
ip addr, nmcli
Test connectivity
ping, tracert, Test-NetConnection
ping, traceroute, tracepath
View listening ports
netstat, Get-NetTCPConnection
ss -tulpen, netstat
Manage services
Services console, Get-Service, Restart-Service
systemctl status/start/stop
View logs
Event Viewer, Get-WinEvent
journalctl, /var/log/*
Disk/volume info
Disk Management, Get-Disk, Get-Volume
lsblk, df -h, du -sh
Process monitoring
Task Manager, Resource Monitor
top, htop, ps, pidstat
Package updates
Windows Update, vendor tools
apt, dnf, yum, zypper
Permissions
NTFS ACLs, share permissions
POSIX mode bits, ACLs, ownership
Scheduled tasks
Task Scheduler
cron, systemd timers
Notes and examples
High-Value Commands
## Windows: service, network, and log checksGet-Service|Where-ObjectStatus-ne"Running"Test-NetConnectionserver01-Port443Get-NetIPConfigurationGet-WinEvent-LogNameSystem-MaxEvents20Get-Volume
## Linux: service, network, disk, and log checkssystemctl status nginx
ss -tulpen
ip route
df -h
lsblk
journalctl -u nginx --since "1 hour ago"
File Systems and Sharing
Item
Windows
Linux/Unix
Exam focus
Common file systems
NTFS, ReFS
ext4, XFS, Btrfs, ZFS
Features, compatibility, resilience
File sharing
SMB/CIFS
NFS, SMB
Authentication and permissions
Permissions
NTFS ACLs and share ACLs
Owner/group/other, ACLs
Effective access can be cumulative/restrictive
Mounting
Drive letters, mount points
/etc/fstab, mount
Persistent mounts need correct identifiers/options
Quotas
User/folder/volume quotas
Filesystem/user quotas
Prevent one user/app from consuming all capacity
Permission trap: For Windows file shares, effective access is constrained by both share permissions and NTFS permissions. The most restrictive combination often determines access.
Temperature, fan speed, PSU status, chassis intrusion
Environmental or physical failure
Backup
Job result, duration, repository capacity
Recovery risk
Security
Failed logins, privilege changes, malware alerts
Compromise or misuse
Notes and examples
Log Sources
Source
Use
OS system logs
Kernel, driver, service, boot issues
Application logs
App-specific errors and transactions
Security/auth logs
Login, privilege, policy, access events
Hypervisor logs
VM, host, datastore, migration problems
Storage logs
Disk, controller, path, array, replication events
Network device logs
Link, VLAN, routing, ACL, spanning tree issues
BMC/OOB logs
Hardware faults, thermal, power events
SIEM/log platform
Correlation across systems
Bottleneck Clues
Symptom
Likely bottleneck
Confirm with
High CPU, normal disk/network
CPU-bound workload
CPU graphs, process list
Low CPU, high disk latency
Storage bottleneck
Disk latency/queue, array stats
Heavy paging/swapping
Memory pressure
Memory counters, swap/pagefile usage
Slow file transfers, errors
Network/cabling/duplex/VLAN issue
Interface counters, switch logs
App slow only during backup
Backup contention
Backup schedule, disk/network metrics
VM slow but host busy
Resource contention
Hypervisor metrics
Users cannot authenticate
Directory/DNS/time issue
DNS lookup, NTP, directory logs
Intermittent failures after change
Misconfiguration or compatibility
Change records and rollback test
What to monitor
Resource
Useful indicators
Common interpretation
CPU
Utilization, run queue, ready time
Sustained high use may indicate load or inefficient processes
Memory
Free/available memory, paging/swapping
Heavy paging usually hurts performance
Disk
Latency, IOPS, throughput, queue depth
Latency is often more important than raw utilization
Network
Throughput, errors, drops, retransmits
Errors/drops suggest physical, driver, duplex, or congestion issues
Services
Up/down state, response time
Service availability is what users notice
Logs
Errors, warnings, audit events
Correlate timestamps across systems
Hardware
Temperature, fans, PSU, disk SMART/health
Hardware alerts often precede outages
Capacity
Growth trends
Prevent storage, CPU, and memory exhaustion
Baseline principle
A performance number is most useful when compared to a known-good baseline. “CPU is 70%” may be normal for one server and abnormal for another. Good troubleshooting compares:
Current behavior vs baseline
Affected server vs similar server
Before change vs after change
Peak vs non-peak periods
Application symptoms vs infrastructure metrics
Change, Patch, and Configuration Management
Change Management Flow
flowchart TD
A[Identify need or issue] --> B[Assess risk and impact]
B --> C[Plan implementation]
C --> D[Plan rollback]
D --> E[Get approval if required]
E --> F[Communicate maintenance window]
F --> G[Implement change]
G --> H[Test and validate]
H --> I{Successful?}
I -- Yes --> J[Document final state]
I -- No --> K[Rollback or remediate]
K --> H
flowchart TD
A[Identify the problem] --> B[Gather information and symptoms]
B --> C[Check recent changes, logs, alerts, and scope]
C --> D[Establish a theory]
D --> E[Test the theory safely]
E --> F{Theory confirmed?}
F -- No --> G[Revise theory or escalate with evidence]
G --> D
F -- Yes --> H[Plan the fix and rollback]
H --> I[Implement one controlled change]
I --> J[Verify full system functionality]
J --> K[Document cause, fix, and prevention]
Fast isolation questions
Question
Why it matters
Who is affected?
One user, one app, one server, one VLAN, or everyone?
Baseline, bottleneck metrics, one change at a time
Compliance-style evidence
Logs, audit trails, access reviews, documentation
Topic drills to pair with this Cheat Sheet
Use this page as a checklist, then move into IT Mastery practice. Strong SK0-006 preparation should include original practice questions in these drill sets:
Drill set
What to practice
RAID and storage
Select RAID levels, identify SAN/NAS issues, distinguish backup vs redundancy
Networking
Ports, VLANs, DNS, DHCP, NTP, NIC teaming, troubleshooting paths