CompTIA Server+
COMPTIA · Server+ (SK0-005)
Certification Summary
CompTIA Server+ SK0-005 targets system administrators and server technicians responsible for the physical and virtual maintenance of data center hardware. These professionals spend their time managing the lifecycle of server components, often dealing with the reality that a documented maintenance window serves more as a suggestion than a hard limit for the hardware team.
Server Administration, Troubleshooting, and Security and Disaster Recovery constitute the majority of the exam, focusing on how you handle degraded RAID arrays or unexpected permission shifts to keep services online. The rest of the content covers hardware installation and configuration, where you identify specific cabling standards and physical components required to populate a rack. You will spend significant time analyzing terminal outputs and log file snippets to diagnose hardware-level faults.
You have mastered every card in this deck.
Pass complete.
Log in to mark cards as mastered and track progress.
The Imposter Hunt
The Imposter Hunt (Unlocked!)
Prove your knowledge to unlock this challenge.
Test your knowledge and spot the fake definitions.
Log in and master this deck to unlock.
All cards (200)
Scroll to review fronts and backs
Card 1
Front
CPU socket
Back
The physical connector on a motherboard where a compatible processor is installed.
Card 2
Front
CPU core
Back
An individual processing unit inside a CPU that can execute instructions.
Card 3
Front
CPU thread
Back
A schedulable path of execution; CPUs with multithreading can run more threads than physical cores.
Card 4
Front
ECC RAM
Back
Error-Correcting Code memory that can detect and correct certain memory errors.
Card 5
Front
Registered memory
Back
RAM with a register between the memory controller and memory modules to improve stability in servers.
Card 6
Front
Hot-swappable component
Back
A component that can be removed or replaced while the server remains powered on.
Card 7
Front
Redundant power supply
Back
A second or additional PSU that allows the server to keep running if one PSU fails.
Card 8
Front
Power Distribution Unit (PDU)
Back
A device that distributes power to multiple rack-mounted systems.
Card 9
Front
Uninterruptible Power Supply (UPS)
Back
Provides temporary battery power during an outage and helps protect against power events.
Card 10
Front
Rack unit (U)
Back
A rack height measurement equal to 1.75 inches.
Card 11
Front
1U server
Back
A rack-mounted server that uses one rack unit of vertical space.
Card 12
Front
Cable management arm
Back
A rack accessory that organizes cables and allows a server to slide out for service.
Card 13
Front
Patch panel
Back
A cable termination panel used to organize and connect network cabling.
Card 14
Front
Top-of-rack switch
Back
A switch installed in or near a rack to connect servers in that rack.
Card 15
Front
Hot aisle / cold aisle
Back
A data center layout that separates cool intake air from hot exhaust air.
Card 16
Front
Blanking panel
Back
A panel used to cover empty rack spaces and improve airflow.
Card 17
Front
Static discharge
Back
A sudden flow of electricity that can damage electronic components.
Card 18
Front
ESD strap
Back
A grounding strap used to reduce electrostatic discharge risk while handling components.
Card 19
Front
Firmware
Back
Low-level software embedded in hardware devices such as BIOS, UEFI, drives, and controllers.
Card 20
Front
BIOS
Back
Legacy firmware used to initialize hardware and start the boot process.
Card 21
Front
UEFI
Back
Modern firmware interface that supports features such as GPT boot disks and Secure Boot.
Card 22
Front
Secure Boot
Back
A UEFI feature that helps prevent unauthorized bootloaders from running.
Card 23
Front
TPM
Back
Trusted Platform Module; hardware used to securely store cryptographic keys and support platform integrity.
Card 24
Front
Asset tag
Back
A unique label used to identify and track a physical system or component.
Card 25
Front
Configuration baseline
Back
A documented known-good configuration used for comparison, auditing, and troubleshooting.
Card 26
Front
Server build sheet
Back
Documentation listing hardware, firmware, OS, network, storage, and configuration details for a server.
Card 27
Front
Out-of-band management
Back
Management access independent of the installed operating system, often through a dedicated management controller.
Card 28
Front
IPMI
Back
Intelligent Platform Management Interface; a standard for out-of-band server monitoring and management.
Card 29
Front
iDRAC
Back
Dell remote management technology for out-of-band server access and control.
Card 30
Front
iLO
Back
HPE remote management technology for out-of-band server access and control.
Card 31
Front
KVM switch
Back
A device that lets one keyboard, video display, and mouse control multiple systems.
Card 32
Front
RAID controller
Back
A hardware or software component that manages RAID arrays.
Card 33
Front
Battery-backed cache
Back
Cache protected by battery so unwritten data is not lost during a power failure.
Card 34
Front
Drive caddy
Back
A carrier or tray used to insert a drive into a server bay.
Card 35
Front
HBA
Back
Host Bus Adapter; connects a server to storage networks or storage devices.
Card 36
Front
POST
Back
Power-On Self-Test; hardware checks performed when a system starts.
Card 37
Front
PXE boot
Back
Booting a system from the network to install or load an operating system.
Card 38
Front
Bare-metal installation
Back
Installing an operating system directly onto physical hardware.
Card 39
Front
Image-based deployment
Back
Deploying systems from a prepared OS image to standardize installation.
Card 40
Front
Unattended installation
Back
An OS installation that uses an answer file or automation to reduce manual input.
Card 41
Front
Golden image
Back
A standardized, approved system image used as a deployment template.
Card 42
Front
DHCP
Back
Dynamically assigns IP configuration to clients.
Card 43
Front
DHCP scope
Back
A defined range of IP addresses available for DHCP assignment.
Card 44
Front
DHCP reservation
Back
A DHCP-assigned IP address reserved for a specific device, usually by MAC address.
Card 45
Front
DHCP lease
Back
The temporary assignment of an IP address to a client.
Card 46
Front
DNS
Back
Translates hostnames and domain names to IP addresses.
Card 47
Front
A record
Back
A DNS record that maps a hostname to an IPv4 address.
Card 48
Front
AAAA record
Back
A DNS record that maps a hostname to an IPv6 address.
Card 49
Front
CNAME record
Back
A DNS alias that maps one name to another name.
Card 50
Front
MX record
Back
A DNS record that identifies mail servers for a domain.
Card 51
Front
PTR record
Back
A DNS record used for reverse lookup from IP address to hostname.
Card 52
Front
Static IP address
Back
An IP address manually assigned to a device.
Card 53
Front
Default gateway
Back
The router address used to reach networks outside the local subnet.
Card 54
Front
Subnet mask
Back
Identifies which part of an IP address is the network portion and which part is the host portion.
Card 55
Front
CIDR notation
Back
A compact way to represent network prefix length, such as /24.
Card 56
Front
VLAN
Back
A logical network segment used to separate traffic on shared switching infrastructure.
Card 57
Front
Local user account
Back
A user account stored and managed on a single system.
Card 58
Front
Domain user account
Back
A centrally managed account used across systems joined to a domain.
Card 59
Front
Group-based access
Back
Assigning permissions to groups instead of directly to individual users.
Card 60
Front
Least privilege
Back
Granting only the access required to perform a task.
Card 61
Front
Service account
Back
An account used by an application, service, or scheduled task rather than a person.
Card 62
Front
Hypervisor
Back
Software or firmware that creates and runs virtual machines.
Card 63
Front
Type 1 hypervisor
Back
A bare-metal hypervisor installed directly on server hardware.
Card 64
Front
Type 2 hypervisor
Back
A hosted hypervisor that runs on top of an existing operating system.
Card 65
Front
Virtual machine
Back
A software-based computer that runs on a hypervisor.
Card 66
Front
Virtual switch
Back
A software switch used to connect virtual machines to networks.
Card 67
Front
VM snapshot
Back
A point-in-time capture of a virtual machine state; not a replacement for backup.
Card 68
Front
VM template
Back
A reusable virtual machine image used to deploy new VMs consistently.
Card 69
Front
Windows Event Viewer
Back
A Windows tool used to view system, security, application, and service logs.
Card 70
Front
PowerShell
Back
A Windows command shell and scripting language used for automation and administration.
Card 71
Front
ipconfig /all
Back
Displays detailed Windows network configuration.
Card 72
Front
nslookup
Back
Queries DNS records and tests name resolution.
Card 73
Front
ping
Back
Tests basic IP reachability using ICMP echo requests.
Card 74
Front
tracert
Back
Windows command that shows the route packets take to a destination.
Card 75
Front
systemctl
Back
Manages systemd services on many Linux systems.
Card 76
Front
journalctl
Back
Views logs collected by systemd-journald.
Card 77
Front
Confidentiality
Back
Protecting information from unauthorized access or disclosure.
Card 78
Front
Integrity
Back
Protecting information from unauthorized or improper modification.
Card 79
Front
Availability
Back
Ensuring systems and data are accessible when needed.
Card 80
Front
Authentication
Back
Verifying identity.
Card 81
Front
Authorization
Back
Determining what an authenticated identity is allowed to access.
Card 82
Front
Accounting
Back
Tracking user or system actions for auditing and accountability.
Card 83
Front
MFA
Back
Multi-factor authentication; uses two or more different factor types to verify identity.
Card 84
Front
RBAC
Back
Role-Based Access Control; permissions are assigned based on job role.
Card 85
Front
ACL
Back
Access Control List; defines permissions for users, groups, or systems.
Card 86
Front
PAM
Back
Privileged Access Management; controls and monitors elevated access.
Card 87
Front
Password policy
Back
Rules for password length, complexity, reuse, expiration, and lockout behavior.
Card 88
Front
Account lockout
Back
Temporarily disables login after too many failed authentication attempts.
Card 89
Front
Server hardening
Back
Reducing attack surface by securely configuring systems, services, access, and updates.
Card 90
Front
Attack surface
Back
The set of points where an attacker could try to enter or affect a system.
Card 91
Front
Disable unused services
Back
A hardening step that reduces unnecessary attack surface.
Card 92
Front
Patch management
Back
The process of testing, approving, deploying, and documenting software updates.
Card 93
Front
Vulnerability scan
Back
An assessment that identifies known weaknesses in systems or configurations.
Card 94
Front
Security baseline
Back
An approved minimum security configuration used to standardize and audit systems.
Card 95
Front
Host firewall
Back
A firewall running on a server to control inbound and outbound traffic.
Card 96
Front
Antimalware
Back
Software used to detect, block, or remove malicious software.
Card 97
Front
EDR
Back
Endpoint Detection and Response; monitors endpoints for suspicious activity and supports response actions.
Card 98
Front
SIEM
Back
Security Information and Event Management; collects and correlates security logs and alerts.
Card 99
Front
Log retention
Back
The required period that logs are stored for operational, security, or compliance needs.
Card 100
Front
Audit trail
Back
A record of actions that supports accountability and investigation.
Card 101
Front
Change control
Back
A formal process for reviewing, approving, implementing, and documenting changes.
Card 102
Front
Data at rest
Back
Data stored on disks, databases, backups, or other storage media.
Card 103
Front
Data in transit
Back
Data moving across a network.
Card 104
Front
Encryption at rest
Back
Protects stored data from unauthorized access if storage is lost or compromised.
Card 105
Front
Encryption in transit
Back
Protects data as it moves across a network.
Card 106
Front
TLS
Back
A protocol used to encrypt network communications.
Card 107
Front
SSH
Back
Secure Shell; encrypted remote command-line access.
Card 108
Front
RDP
Back
Remote Desktop Protocol; provides remote graphical access to Windows systems.
Card 109
Front
VPN
Back
Virtual Private Network; creates an encrypted tunnel over an untrusted network.
Card 110
Front
Physical security
Back
Controls that protect systems and facilities from physical access or damage.
Card 111
Front
Mantrap
Back
A controlled entry area that allows only one person or group through at a time.
Card 112
Front
Badge access
Back
Physical access control using assigned credentials such as cards or badges.
Card 113
Front
Rack lock
Back
A lock used to restrict physical access to rack-mounted equipment.
Card 114
Front
Backup
Back
A copy of data used for recovery after deletion, corruption, failure, or disaster.
Card 115
Front
Full backup
Back
A complete backup of selected data.
Card 116
Front
Incremental backup
Back
Backs up data changed since the last backup of any type.
Card 117
Front
Differential backup
Back
Backs up data changed since the last full backup.
Card 118
Front
Snapshot
Back
A point-in-time state capture; useful for rollback but not a full backup replacement.
Card 119
Front
Immutable backup
Back
A backup that cannot be changed or deleted during its retention period.
Card 120
Front
Offline backup
Back
A backup disconnected from the production environment to reduce compromise risk.
Card 121
Front
Air gap
Back
Physical or logical separation that prevents direct network access to backup or recovery assets.
Card 122
Front
3-2-1 backup rule
Back
Keep three copies of data, on two different media types, with one copy offsite.
Card 123
Front
RTO
Back
Recovery Time Objective; maximum acceptable time to restore a service.
Card 124
Front
RPO
Back
Recovery Point Objective; maximum acceptable amount of data loss measured in time.
Card 125
Front
MTTR
Back
Mean Time To Repair; average time needed to restore a failed system.
Card 126
Front
Business continuity
Back
Planning to keep critical operations running during disruption.
Card 127
Front
Disaster recovery
Back
Restoring systems and data after a major outage or disaster.
Card 128
Front
Hot site
Back
A recovery site with systems and data ready for rapid failover.
Card 129
Front
Troubleshooting step 1
Back
Identify the problem.
Card 130
Front
Troubleshooting step 2
Back
Establish a theory of probable cause.
Card 131
Front
Troubleshooting step 3
Back
Test the theory to determine the cause.
Card 132
Front
Troubleshooting step 4
Back
Establish a plan of action and identify potential effects.
Card 133
Front
Troubleshooting step 5
Back
Implement the solution or escalate as necessary.
Card 134
Front
Troubleshooting step 6
Back
Verify full system functionality and implement preventive measures.
Card 135
Front
Troubleshooting step 7
Back
Document findings, actions, and outcomes.
Card 136
Front
Intermittent failure
Back
A problem that appears inconsistently, often making logs, baselines, and timing important.
Card 137
Front
Root cause
Back
The underlying reason a problem occurred.
Card 138
Front
Known-good configuration
Back
A verified working configuration used for comparison during troubleshooting.
Card 139
Front
Rollback plan
Back
A plan to return a system to its previous state if a change fails.
Card 140
Front
POST failure
Back
A startup hardware failure detected during Power-On Self-Test.
Card 141
Front
Memory error
Back
A RAM-related fault that may cause crashes, corruption, or hardware alerts.
Card 142
Front
Overheating
Back
Excess temperature that can cause throttling, shutdowns, instability, or hardware damage.
Card 143
Front
Thermal throttling
Back
Automatic reduction of performance to lower temperature.
Card 144
Front
Fan failure
Back
A cooling failure that can lead to elevated temperatures and shutdowns.
Card 145
Front
PSU failure
Back
A power supply problem that can cause shutdowns, reboots, or loss of redundancy.
Card 146
Front
Failed drive
Back
A disk that is no longer operating correctly and may degrade or fail a storage array.
Card 147
Front
Predictive drive failure
Back
A warning that a drive is likely to fail soon, often based on SMART or controller data.
Card 148
Front
SMART
Back
Self-Monitoring, Analysis, and Reporting Technology; reports drive health indicators.
Card 149
Front
RAID degraded
Back
A RAID array has lost redundancy or a member disk but may still be operating.
Card 150
Front
RAID rebuild
Back
The process of reconstructing data onto a replacement disk.
Card 151
Front
Storage latency
Back
Delay in completing storage read or write operations.
Card 152
Front
High disk queue length
Back
A sign that storage requests are waiting and the disk subsystem may be overloaded.
Card 153
Front
Multipath failure
Back
Loss or misconfiguration of one or more storage paths between server and storage.
Card 154
Front
HBA reset
Back
A storage adapter reset that may indicate path, driver, firmware, or storage fabric issues.
Card 155
Front
Link down
Back
A network interface or cable connection is not active.
Card 156
Front
Duplex mismatch
Back
A network mismatch that can cause collisions, errors, and poor performance.
Card 157
Front
DNS resolution failure
Back
A failure to translate a name to an IP address.
Card 158
Front
DHCP failure
Back
A client cannot obtain automatic IP configuration from DHCP.
Card 159
Front
APIPA address
Back
An automatic 169.254.x.x address used when DHCP fails on IPv4.
Card 160
Front
Default gateway issue
Back
Often causes access to local systems to work while remote network access fails.
Card 161
Front
Firewall block
Back
Traffic is denied by a host or network firewall rule.
Card 162
Front
Port conflict
Back
Two services attempt to use the same network port on the same address.
Card 163
Front
Service not running
Back
A stopped or failed service can cause an application or function to be unavailable.
Card 164
Front
Boot failure
Back
A system cannot start the operating system due to hardware, bootloader, disk, or configuration problems.
Card 165
Front
Kernel panic
Back
A Linux/Unix critical OS error that stops normal operation.
Card 166
Front
Blue screen
Back
A Windows stop error caused by severe OS, driver, or hardware problems.
Card 167
Front
Resource exhaustion
Back
CPU, memory, disk, or network capacity is consumed enough to affect service.
Card 168
Front
Memory leak
Back
A process gradually consumes memory without releasing it properly.
Card 169
Front
CPU saturation
Back
CPU resources are fully utilized, causing slow response or processing delays.
Card 170
Front
Disk full
Back
A lack of free storage that can stop logs, databases, updates, or applications from working.
Card 171
Front
Permission denied
Back
An access failure caused by insufficient rights or incorrect permissions.
Card 172
Front
Certificate expired
Back
A TLS or identity certificate is no longer valid and may break secure connections.
Card 173
Front
Time drift
Back
System clock mismatch that can cause authentication, logging, or certificate problems.
Card 174
Front
VM resource contention
Back
Virtual machines compete for limited CPU, memory, storage, or network resources.
Card 175
Front
Snapshot sprawl
Back
Too many or long-lived VM snapshots consuming space and hurting performance.
Card 176
Front
Baseline comparison
Back
Comparing current performance or configuration to a known normal state.
Card 177
Front
DAS
Back
Direct-Attached Storage; storage connected directly to a server.
Card 178
Front
NAS
Back
Network-Attached Storage; file-level storage accessed over a network.
Card 179
Front
SAN
Back
Storage Area Network; block-level storage accessed over a dedicated storage network.
Card 180
Front
Block-level storage
Back
Storage presented as raw blocks, commonly used by SANs and databases.
Card 181
Front
File-level storage
Back
Storage presented as shared files and folders, commonly used by NAS.
Card 182
Front
Object storage
Back
Storage that manages data as objects with metadata, often used for scalable unstructured data.
Card 183
Front
LUN
Back
Logical Unit Number; a logical block storage volume presented to a server.
Card 184
Front
iSCSI
Back
A protocol that carries SCSI storage commands over IP networks.
Card 185
Front
Fibre Channel
Back
A high-speed storage networking technology commonly used for SANs.
Card 186
Front
NFS
Back
Network File System; a file-sharing protocol commonly used by Unix/Linux systems.
Card 187
Front
SMB
Back
Server Message Block; a file-sharing protocol commonly used by Windows systems.
Card 188
Front
Thin provisioning
Back
Allocating logical storage capacity that may exceed currently committed physical capacity.
Card 189
Front
Thick provisioning
Back
Allocating physical storage capacity upfront.
Card 190
Front
Deduplication
Back
Eliminating duplicate data blocks to reduce storage usage.
Card 191
Front
IOPS
Back
Input/Output Operations Per Second; a measure of storage performance.
Card 192
Front
RAID 0
Back
Striping only; improves performance but provides no redundancy.
Card 193
Front
RAID 1
Back
Mirroring; duplicates data across drives for redundancy.
Card 194
Front
RAID 5
Back
Striping with distributed parity; requires at least three drives and tolerates one drive failure.
Card 195
Front
RAID 6
Back
Striping with double distributed parity; requires at least four drives and tolerates two drive failures.
Card 196
Front
RAID 10
Back
Striping plus mirroring; requires at least four drives and provides strong performance and redundancy.
Card 197
Front
Hot spare
Back
A standby drive that can automatically replace a failed RAID member.
Card 198
Front
Parity
Back
Redundancy information used by some RAID levels to reconstruct lost data.
Card 199
Front
Storage provisioning
Back
Allocating storage capacity to servers, applications, or users.
Card 200
Front
Capacity planning
Back
Estimating future storage needs based on growth, usage, and retention requirements.