Glossary

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

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).

Sources