Home
SEC 1000 · SY0-701

CompTIA Security+ (SY0-701) Exam Preparation

A complete, self-paced prep course for the current CompTIA Security+ (SY0-701) certification — the DoD 8570 IAT Level II baseline and the most-requested entry-level cybersecurity cert on job postings. Includes 6 video lectures covering the exam orientation plus all 5 official domains, 6 class exercises (60 questions), 5 full-length practice exams, 3-page printable notes per lecture, official references, Pearson VUE registration walkthrough, and personalized improvement plans.

6 video lectures
6 class exercises
5 practice exams
Aligned to all 5 SY0-701 domains
Score-band improvement plan
Lectures
0%
Class Exercises
0%
Practice Exams
0%
How to Register & Sit for the Security+ Exam
Official 7-step process via CompTIA + Pearson VUE.
  1. 1
    Create a CompTIA account
    Sign up at comptia.org using your legal name (must match your government photo ID exactly).
    CompTIA — Create Account
  2. 2
    Buy an exam voucher
    Purchase the SY0-701 voucher from CompTIA's store (US $404 retail). Look for the CertMaster Learn + Labs bundles, which often include the voucher plus a retake.
    CompTIA Store — Security+ Voucher
  3. 3
    Schedule your exam at Pearson VUE
    Log in at pearsonvue.com/comptia, redeem your voucher, pick 'in-person at a test center' or 'OnVUE online proctoring,' and choose a date/time slot 2–4 weeks out.
    Pearson VUE — CompTIA Scheduling
  4. 4
    Prepare your ID and environment
    For in-person: bring two valid photo IDs (one government-issued). For OnVUE at home: clear the room, cover monitors, unplug extra devices, and test the OnVUE system check 24 hours before.
  5. 5
    Take at least one full-length practice exam
    Complete a 90-question, 90-minute timed simulation (the practice exams above or CertMaster Practice). Aim for 85%+ before test day.
  6. 6
    Exam day
    Arrive/check in 30 minutes early. The exam is up to 90 questions in 90 minutes (multiple-choice + PBQs). Passing score: 750 on a 100–900 scale. You'll see your pass/fail result immediately after clicking Submit.
  7. 7
    Certification maintenance
    Security+ is valid for 3 years. Renew by earning 50 CEUs (courses, publications, other CompTIA exams, upper-level certs) — or automatically renew by passing CySA+, PenTest+, or CASP+.
    CompTIA CEU Program
Exam: up to 90 questions (MCQ + PBQs) · 90 minutes · Passing score: 750/900 · Fee: ~US $404 · Valid: 3 years · Delivery: Pearson VUE test center or OnVUE online proctoring.

Video Lectures & 3-Page Notes

SEC 001
Exam weight: N/A
40 min
1. Exam Orientation, Registration & Study Plan
SY0-701 blueprint, exam format, Pearson VUE registration, study strategy.
Loading video…

Detailed Class Notes (~3 pages)

CompTIA Security+ (SY0-701) is a globally recognized, vendor-neutral entry-level cybersecurity certification. The exam launched in November 2023, replacing SY0-601. It is required or recommended by the U.S. Department of Defense (DoD 8570 IAT Level II baseline), major MSSPs, and thousands of employers hiring SOC analysts, security specialists, junior penetration testers, and network security engineers. The exam contains a maximum of 90 questions (multiple-choice + performance-based simulations) taken over 90 minutes, with a passing score of 750 on a scaled 100–900 range.

The SY0-701 blueprint is organized into five domains: (1) General Security Concepts — 12%, (2) Threats, Vulnerabilities & Mitigations — 22%, (3) Security Architecture — 18%, (4) Security Operations — 28%, and (5) Security Program Management & Oversight — 20%. Security Operations is the largest domain, so weight your study time there. Performance-Based Questions (PBQs) usually appear in the first 5–10 questions and are the highest-effort items — many test-takers flag them, complete the multiple-choice items first, and return.

Register at pearsonvue.com/comptia after purchasing an exam voucher from CompTIA's store (US $404 retail — cheaper voucher + practice bundles are common). You can test at any Pearson VUE test center or take the exam online with OnVUE remote proctoring. Bring two forms of valid, unexpired photo ID. Certification is valid for 3 years; you renew by earning 50 Continuing Education Units (CEUs) or passing a higher-level CompTIA exam like CySA+, PenTest+, or CASP+.

Key Terms

  • SY0-701: The current version of the Security+ exam (released Nov 2023).
  • PBQ: Performance-Based Question — hands-on simulation such as firewall rule ordering, log analysis, or command-line remediation.
  • CEU: Continuing Education Unit — activity credit used to renew certification without retaking the exam.
  • DoD 8570: U.S. Department of Defense directive that mandates Security+ as a baseline for many IT security roles.

Exam Strategies

  • Study for 6–10 weeks with Professor Messer's free SY0-701 course + one paid practice-question bank (Jason Dion / Sybex / CompTIA CertMaster).
  • Take at least 3 full-length timed practice exams — aim for 85%+ before scheduling the real test.
  • Do PBQs last on test day; flag and skip them until multiple-choice is done to protect your time.
SEC 100
Exam weight: 12%
70 min
2. Domain 1 — General Security Concepts
CIA triad, control types, zero trust, cryptography basics, PKI, change management.
Loading video…

Detailed Class Notes (~3 pages)

The CIA triad — Confidentiality, Integrity, Availability — is the foundation. Confidentiality prevents unauthorized disclosure (achieved via encryption, access control, MFA). Integrity ensures data is unaltered (hashing with SHA-256, digital signatures, HMAC). Availability guarantees access when needed (redundancy, load balancing, RAID, DR sites). AAA — Authentication (proving identity), Authorization (what you're allowed to do), and Accounting (audit logs) — extends this and is enforced by systems like RADIUS, TACACS+, and Kerberos.

Security controls fall into three categories by function — preventive (firewall, MFA), detective (IDS, SIEM), and corrective (patching, backup restore) — and four categories by type: technical (encryption), managerial (policy), operational (awareness training), and physical (locks, mantraps, bollards). Compensating controls substitute for a required control that cannot be implemented. Zero Trust is the modern model: 'never trust, always verify' — every request is authenticated, authorized, and encrypted regardless of network location, using a Policy Engine + Policy Administrator + Policy Enforcement Point architecture.

Cryptography basics: symmetric ciphers (AES-256, ChaCha20) use one shared key and are fast — good for bulk data. Asymmetric ciphers (RSA, ECC) use a public/private key pair — good for key exchange and digital signatures but slow. Hashing (SHA-256, SHA-3, BLAKE2) is one-way and produces a fixed-length digest. Public Key Infrastructure (PKI) uses X.509 certificates issued by a trusted Certificate Authority (CA) with a chain of trust; certificates are validated via CRL or OCSP. Change management (RFC → CAB approval → maintenance window → rollback plan → post-change review) prevents most self-inflicted outages.

Key Terms

  • CIA triad: Confidentiality, Integrity, Availability — core security objectives.
  • Zero Trust: Model that authenticates and authorizes every request; no implicit trust based on network location.
  • PKI: Public Key Infrastructure — CAs, X.509 certificates, and trust chains for asymmetric cryptography.
  • Non-repudiation: Assurance a party cannot deny an action — provided by digital signatures.
  • Compensating control: Alternative safeguard used when the required control isn't feasible.

Exam Strategies

  • Memorize the CIA triad and be able to give an example control for each pillar.
  • Know the difference between symmetric (fast, shared key) and asymmetric (slow, key pair) cryptography — this appears in ~5 questions.
  • Understand Zero Trust's three planes: control plane (Policy Engine), data plane (Policy Enforcement Point), and management plane.
SEC 200
Exam weight: 22%
80 min
3. Domain 2 — Threats, Vulnerabilities & Mitigations
Threat actors, attack vectors, malware, social engineering, application attacks, mitigation techniques.
Loading video…

Detailed Class Notes (~3 pages)

Threat actors are ranked by capability and intent. Nation-state APTs (Advanced Persistent Threats) have unlimited budget, custom zero-days, and long dwell times. Organized crime targets money (ransomware, banking trojans, BEC). Hacktivists pursue ideology (DDoS, defacement). Insider threats — malicious or negligent — are among the hardest to detect because they hold legitimate credentials. Script kiddies use pre-built tools; shadow IT (unauthorized SaaS) creates unmanaged risk. Every threat actor has a motivation (financial, political, ethical, retaliation, espionage) and a level of sophistication that shapes your defense.

Common attack vectors: phishing/spear-phishing/whaling (email), smishing (SMS), vishing (voice), pretexting, business-email compromise, watering-hole attacks, supply-chain compromise, USB drops, and misconfigured cloud storage. Malware categories: ransomware (encrypts + extorts), trojans (disguised), worms (self-propagating), rootkits (kernel-level persistence), fileless malware (lives in RAM/PowerShell), keyloggers, spyware, and logic bombs. Application attacks: SQL injection, cross-site scripting (XSS: stored / reflected / DOM), CSRF, directory traversal, buffer overflow, race conditions, and API abuse.

Mitigation techniques map directly to attack categories. Against phishing: DMARC/SPF/DKIM email authentication + user training + email gateway sandboxing. Against ransomware: 3-2-1 backups (3 copies, 2 media, 1 offsite), immutable backups, EDR, application allow-listing, and network segmentation. Against SQLi and XSS: parameterized queries, prepared statements, output encoding, Content Security Policy, and a WAF. Against insider threat: least privilege, separation of duties, mandatory vacation, job rotation, and UEBA. Vulnerability management follows a lifecycle: identify (scan) → prioritize (CVSS + business context) → remediate (patch/mitigate/accept) → verify (rescan) → report.

Key Terms

  • APT: Advanced Persistent Threat — well-funded, long-dwell adversary, usually nation-state.
  • IoC / IoA: Indicator of Compromise (hash, IP, domain) vs Indicator of Attack (behavior).
  • CVSS: Common Vulnerability Scoring System (0.0–10.0) used to prioritize CVEs.
  • Ransomware: Malware that encrypts data and demands payment; modern variants also exfiltrate for double extortion.
  • Zero-day: Vulnerability unknown to the vendor with no patch available.

Exam Strategies

  • Memorize the phishing family (phishing, spear-phishing, whaling, smishing, vishing, pretexting) — always tested.
  • For any attack scenario, ask: is this technical, human, or process-based? The right mitigation follows the category.
  • Know CVSS ranges: 0.1–3.9 Low, 4.0–6.9 Medium, 7.0–8.9 High, 9.0–10.0 Critical.
SEC 300
Exam weight: 18%
75 min
4. Domain 3 — Security Architecture
Cloud, on-prem, IoT, ICS/SCADA, network security design, data protection, resilience.
Loading video…

Detailed Class Notes (~3 pages)

Architectural models: on-premises (full control, high capex), private cloud (dedicated hardware in a provider DC), public cloud (multi-tenant IaaS/PaaS/SaaS), hybrid, and community cloud. The shared responsibility model is critical: with IaaS the customer secures OS, apps, and data; with PaaS the customer secures apps and data; with SaaS only data and identity. Serverless (FaaS) and containers (Docker/Kubernetes) shift more security to the provider but introduce their own attack surface (misconfigured IAM roles, exposed API endpoints, container escape).

Network security design: DMZ (screened subnet) hosts internet-facing services; East-West traffic between microservices needs microsegmentation via VLANs, SDN, or service mesh. Firewalls: stateless (packet filter), stateful, next-generation (NGFW with IPS/DPI), web application firewall (WAF at L7), and unified threat management (UTM). Secure Access Service Edge (SASE) collapses SD-WAN + CASB + ZTNA + SWG + FWaaS into a single cloud-delivered stack. VPN types: site-to-site (IPsec tunnel between offices), remote access (SSL VPN), and split-tunnel vs full-tunnel — split-tunnel improves performance but risks split-horizon data leakage.

Data protection and resilience: classify data (public, internal, confidential, restricted). Protect data at rest with full-disk or file-level encryption (BitLocker, LUKS, TDE for databases), data in transit with TLS 1.3 or IPsec, and data in use with confidential computing (Intel SGX, AMD SEV). Data loss prevention (DLP) inspects egress for regulated content. Resilience patterns: high availability (active-active clusters, load balancers), fault tolerance (RAID, redundant PSUs), disaster recovery sites (hot / warm / cold), RTO (how fast to recover) and RPO (how much data loss is tolerated), 3-2-1 backups, immutable backups against ransomware, and geographic diversity. Test the DR plan with tabletop exercises and full failover drills.

Key Terms

  • Shared responsibility model: Cloud security duties split between provider (of the cloud) and customer (in the cloud).
  • SASE: Secure Access Service Edge — SD-WAN + ZTNA + CASB + SWG + FWaaS as one cloud service.
  • RTO / RPO: Recovery Time Objective (max downtime) / Recovery Point Objective (max data loss).
  • Microsegmentation: Fine-grained network segmentation, often per-workload, enforced by SDN or a service mesh.
  • Immutable backup: Backup that cannot be modified or deleted for a retention period — critical ransomware defense.

Exam Strategies

  • Know the shared responsibility model per service tier (IaaS/PaaS/SaaS) — this shows up in scenarios and PBQs.
  • For DR questions, RTO measures TIME, RPO measures DATA — never confuse them.
  • Know the difference between HA (no downtime) and DR (recover from disaster).
SEC 400
Exam weight: 28%
90 min
5. Domain 4 — Security Operations
IAM, hardening, monitoring, incident response, digital forensics, automation.
Loading video…

Detailed Class Notes (~3 pages)

Identity and Access Management (IAM): authentication factors — something you know (password, PIN), have (token, smart card, phone), are (biometric), do (behavior), and somewhere you are (geolocation). Multi-factor authentication (MFA) combines two or more factors. Federated identity (SAML, OAuth 2.0, OpenID Connect) enables SSO across organizations. Access control models: DAC (owner decides), MAC (system enforces labels), RBAC (role-based, most common), ABAC (attribute-based, most flexible), and rule-based. Least privilege and separation of duties are foundational; privileged access management (PAM) vaults break-glass accounts and rotates credentials.

System hardening reduces attack surface: disable unused services, remove default accounts, apply CIS Benchmarks, enable host-based firewall + EDR, enforce full-disk encryption, and patch on a defined cadence (typically 30 days for high, 14 for critical). Monitoring stack: logs (syslog, Windows Event Log) → SIEM (Splunk, Sentinel, Elastic) → correlation rules → SOAR playbooks for automated response. NetFlow/sFlow show traffic patterns. IDS detects; IPS prevents. EDR/XDR gives endpoint visibility and response. Baseline every asset — deviations are alerts.

Incident response follows NIST SP 800-61: Preparation → Detection & Analysis → Containment → Eradication → Recovery → Lessons Learned. Digital forensics preserves evidence with a documented chain of custody, uses write-blockers, images the target with dd or FTK Imager, and hashes originals + copies (SHA-256). Volatile evidence is captured first (order of volatility: CPU registers → RAM → network state → running processes → disk → archived media). Legal hold suspends normal retention. Automation (SOAR, Ansible, Terraform) handles repeatable response — auto-quarantine a phishing email, auto-isolate an infected endpoint, auto-block a malicious IP.

Key Terms

  • MFA: Multi-Factor Authentication — two or more authentication factors from different categories.
  • SIEM: Security Information & Event Management — centralized log aggregation, correlation, and alerting.
  • SOAR: Security Orchestration, Automation & Response — playbooks that automate SIEM alert handling.
  • Chain of custody: Documented sequence of who handled evidence, when, and why — required for court admissibility.
  • Order of volatility: Ranking of data by how quickly it's lost; capture most volatile evidence first.

Exam Strategies

  • Memorize the 6 NIST IR phases in order — Preparation, Detection, Containment, Eradication, Recovery, Lessons Learned.
  • Know MFA factor categories cold — expect to identify which factor a given control satisfies.
  • For forensics scenarios, always answer: preserve chain of custody + capture in order of volatility.
SEC 500
Exam weight: 20%
70 min
6. Domain 5 — Security Program Management & Oversight
Governance, risk management, compliance, third-party risk, policies, awareness training.
Loading video…

Detailed Class Notes (~3 pages)

Governance provides the structure — policies (mandatory), standards (specific implementations), guidelines (recommendations), and procedures (step-by-step). Governance frameworks include NIST CSF (Identify, Protect, Detect, Respond, Recover), ISO/IEC 27001/27002, COBIT, and CIS Controls v8. Roles: Data Owner (accountable for classification), Data Custodian (technical stewardship), Data Steward (quality), Data Processor (acts on behalf of controller), and Data Subject (the individual). RACI matrices clarify Responsible/Accountable/Consulted/Informed for each control.

Risk management lifecycle: identify assets → identify threats and vulnerabilities → assess impact and likelihood (qualitative: High/Medium/Low; quantitative: SLE = Asset Value × Exposure Factor, ALE = SLE × ARO) → treat risk (avoid, transfer via insurance, mitigate, accept) → monitor. Risk register tracks each risk with owner, treatment, and status. Key metrics: KRI (Key Risk Indicator) trends toward incidents, KPI (Key Performance Indicator) measures program health. Business impact analysis (BIA) drives DR/BCP planning by identifying critical processes, MTD (Maximum Tolerable Downtime), RTO, RPO, and dependencies.

Compliance regimes: PCI DSS (payment cards), HIPAA (US healthcare PHI), GDPR (EU personal data — 72-hour breach notification), CCPA/CPRA (California), SOX (financial reporting), FISMA + FedRAMP (US federal), GLBA (financial), FERPA (education). Third-party risk uses SLAs, MSAs, NDAs, BPA (business partner agreement), and MOUs; vet vendors with SOC 2 Type II reports and questionnaires like SIG or CAIQ. Security awareness training must be role-based, tested with simulated phishing, and refreshed at least annually. Anomalous user behavior is baselined and monitored with UEBA. A privacy program includes DPIAs, data minimization, purpose limitation, and a documented data-retention schedule.

Key Terms

  • SLE / ALE / ARO: Single Loss Expectancy / Annualized Loss Expectancy / Annualized Rate of Occurrence.
  • BIA: Business Impact Analysis — identifies critical processes and their recovery requirements.
  • GDPR: EU General Data Protection Regulation — 72-hour breach notification, up to 4% of global revenue in fines.
  • SOC 2 Type II: AICPA report on a vendor's security controls over a period (typically 6–12 months).
  • Risk register: Living document listing each identified risk, owner, treatment, and status.

Exam Strategies

  • Memorize SLE = AV × EF and ALE = SLE × ARO — quantitative risk shows up on every Security+ exam.
  • Know the 4 risk-treatment options: avoid, transfer, mitigate, accept — plus 'exempt' in some frameworks.
  • Match each compliance regime to its industry (PCI = cards, HIPAA = healthcare, GDPR = EU personal data).

Class Exercises (6 × 10 questions)

Class Exercise 1 — General Security Concepts (Domain 1)
10 questions on the CIA triad, control types, cryptography, and Zero Trust.
Class Exercise 2 — Threats, Vulnerabilities & Mitigations (Domain 2)
10 questions on threat actors, malware, social engineering, and application attacks.
Class Exercise 3 — Security Architecture (Domain 3)
10 questions on cloud, network, and data protection design.
Class Exercise 4 — Security Operations (Domain 4) — Part 1
10 questions on IAM, MFA, hardening, and monitoring.
Class Exercise 5 — Incident Response & Forensics (Domain 4) — Part 2
10 questions on IR lifecycle, forensics, and automation.
Class Exercise 6 — Program Management & Oversight (Domain 5)
10 questions on governance, risk, compliance, and third-party risk.

5 Full Practice Exams

Practice Exam 1 — Foundations Mix
20 mixed-domain questions. Pass mark: 15/20. Time yourself — the real exam allows ~1 minute per question.
Practice Exam 2 — Threats & Mitigations Focus
20 mixed-domain questions. Pass mark: 15/20. Time yourself — the real exam allows ~1 minute per question.
Practice Exam 3 — Architecture & Operations
20 mixed-domain questions. Pass mark: 15/20. Time yourself — the real exam allows ~1 minute per question.
Practice Exam 4 — Incident Response & Forensics
20 mixed-domain questions. Pass mark: 15/20. Time yourself — the real exam allows ~1 minute per question.
Practice Exam 5 — Full-Range SY0-701 Simulation
20 mixed-domain questions. Pass mark: 15/20. Time yourself — the real exam allows ~1 minute per question.
Where You Need to Improve
Complete at least one practice exam above to unlock a personalized improvement plan.
See all four readiness bands
Foundation Builder
0–60% (Not exam-ready)
  • Watch every Professor Messer SY0-701 video (free on YouTube) — 40+ hours total.
  • Read the CompTIA Security+ Study Guide (Sybex) cover-to-cover, taking one domain per week.
  • Rebuild flashcards for cryptography types, port numbers, and control categories — memorization matters here.
  • Retake the module quizzes above until you score 100% on each.
  • Target: reach 70%+ on practice exams before scheduling the real test.
Passing Track
60–75% (Close, but risky)
  • Focus on the heaviest domains: Security Operations (28%) and Threats/Vulnerabilities (22%).
  • Do 30+ Performance-Based Questions (PBQs) — Jason Dion and CompTIA CertMaster have the best PBQ pools.
  • Timebox each practice exam to 90 minutes to build real-exam pacing.
  • Log every wrong answer with the reason (concept gap / careless / trick wording).
  • Target: consistent 80%+ before the real exam.
Exam-Ready
75–85% (Ready, polish weak spots)
  • Drill your bottom 2 domains only — don't waste time on strong areas.
  • Simulate the real exam: 90 questions in 90 minutes, no breaks, no notes.
  • Master risk math: SLE = AV × EF, ALE = SLE × ARO — always tested.
  • Review compliance mapping: PCI/HIPAA/GDPR/SOX/FISMA — one-line memorization.
  • Schedule the exam within 2 weeks — momentum matters.
High-Confidence
85–100% (Schedule now)
  • Book your exam within the next 7 days at pearsonvue.com.
  • Take the last 2 days off from studying to rest — cognitive fatigue costs more than one more question bank.
  • On test day: PBQs LAST, flag anything over 90 seconds, guess before leaving blank.
  • After passing, plan CEU strategy — 50 CEUs over 3 years or stack CySA+/PenTest+ for auto-renewal.
  • Update your résumé and LinkedIn immediately — Security+ is DoD 8570 IAT Level II qualifying.