Glossary · Cybersecurity

CompTIA Security+ (SY0-701) Glossary of Key Terms

intermediate

A free CompTIA Security+ (SY0-701) glossary: the key terms and acronyms you need to know, defined in plain English for exam preparation.

By The Exam Atlas Editorial Team · Verified 2026-05-29

Plain-English definitions of the terms that come up most often in CompTIA Security+ (SY0-701) study. Definitions are simplified for learning; the official objectives are authoritative.

TermDefinition
CIA triadConfidentiality, Integrity and Availability - the three core goals of security.
Non-repudiationAssurance that someone cannot deny an action, usually via digital signatures.
AAAAuthentication (who you are), Authorization (what you can do), Accounting (what you did).
Zero trustA model that never trusts by default and verifies every request, assuming breach.
Least privilegeGiving users and systems only the access they strictly need.
Defense in depthLayering multiple controls so no single failure is catastrophic.
Symmetric encryptionEncryption using one shared key; fast and used for bulk data.
Asymmetric encryptionEncryption using a public/private key pair; used for key exchange and signatures.
HashingA one-way function producing a fixed-length value; used for integrity and password storage.
SaltRandom data added before hashing so identical inputs hash differently.
Digital signatureA hash encrypted with a private key, proving integrity and origin.
PKIPublic Key Infrastructure: certificates and authorities that bind identities to keys.
Certificate Authority (CA)A trusted entity that issues and signs digital certificates.
MFAMulti-Factor Authentication: proving identity with two or more different factors.
SSOSingle Sign-On: one authentication grants access to multiple systems.
SIEMA system that collects and analyses security logs and alerts.
EDREndpoint Detection and Response: monitors endpoints for threats.
DLPData Loss Prevention: controls that stop sensitive data leaving the organisation.
IDS / IPSSystems that detect (IDS) or detect and block (IPS) malicious traffic.
PhishingA social-engineering attack using fake messages to steal data or credentials.
RansomwareMalware that encrypts data and demands payment for its release.
On-path attackIntercepting communication between two parties (formerly “man-in-the-middle”).
VulnerabilityA weakness that could be exploited by a threat.
ThreatA potential cause of an unwanted incident.
RiskThe likelihood and impact of a threat exploiting a vulnerability.
HardeningReducing a system’s attack surface by removing or securing unnecessary features.
HoneypotA decoy system designed to attract and study attackers.
RTO / RPOHow quickly you must recover (RTO) and how much data loss is acceptable (RPO).
Spear phishing / whalingTargeted phishing; whaling specifically targets senior executives.
Zero-dayA vulnerability exploited before a patch is available.
SOARSecurity Orchestration, Automation and Response - automates incident handling.
WAFWeb Application Firewall - filters and blocks malicious web traffic.
TLSTransport Layer Security - encrypts data in transit (the S in HTTPS).
VPNVirtual Private Network - an encrypted tunnel over an untrusted network.
CVE / CVSSA catalogued vulnerability identifier and its severity score (0-10).
Social engineeringManipulating people to bypass security controls.
Privilege escalationGaining higher access than was granted.
Lateral movementMoving between systems after an initial compromise.
Patch managementTracking, testing and applying software updates.
Threat actor typesNation-state, organised crime, hacktivist, insider and script kiddie.
SQL injection / XSSInjecting database commands, or malicious scripts, through input fields.
Brute forceTrying many credentials until one succeeds.
Tabletop exerciseA discussion-based rehearsal of an incident-response plan.
Chain of custodyDocumented handling of evidence to keep it admissible.
SandboxingIsolating code in a contained environment to observe it safely.
Air gapPhysically isolating a system from any network.
Backups (3-2-1)Three copies, on two media, with one kept offsite.
SegmentationDividing a network so a breach cannot spread freely.
RADIUS / TACACS+Protocols for centralised authentication and access control.

Sources