Free CC Exam Flashcards

Memorize 50 essential terms and definitions for the ISC2 Certified in Cybersecurity (CC). See the term, recall the definition, then flip to check yourself.

50 Flashcards
6 Topics
100% Free
TermClick to flip

Confidentiality

Tap to reveal definition
Card 1 of 50Security Principles

Filter by Topic

Jump to Card

About These CC Flashcards

These 50 flashcards are designed to help you memorize key terms and definitions for the ISC2 Certified in Cybersecurity (CC). Each card shows a term on the front and its definition on the back—the classic flashcard format for vocabulary memorization. Use these alongside our practice questions to build both recall and comprehension.

Topics Covered

Security Principles11 cards
Risk and Governance4 cards
BC/DR/Incident Response6 cards
Access Controls10 cards
Network Security10 cards
Security Operations9 cards

Complete Flashcard Reference

Review every term in this set. Open any term to reveal its definition.

Confidentiality

Protecting information from unauthorized disclosure. It matters because privacy, trade secrets, credentials, and regulated data lose value or create legal risk when exposed.

Integrity

Keeping data accurate, complete, and protected from unauthorized change. Integrity controls matter when decisions depend on trustworthy records, logs, transactions, or configurations.

Availability

Ensuring systems and data are accessible to authorized users when needed. Availability matters because outages can stop business operations, patient care, payments, or public services.

Non-repudiation

Assurance that someone cannot credibly deny an action they performed. Digital signatures, audit logs, and strong identity proofing support accountability in disputes and investigations.

Privacy

Appropriate collection, use, sharing, retention, and protection of personal information. Privacy matters because security controls must respect legal obligations and individual rights.

Risk assessment

The process of identifying threats, vulnerabilities, likelihood, and impact. It matters because controls should be selected based on real risk rather than guesswork or fear.

Risk mitigation

Reducing risk by applying controls such as patching, training, segmentation, or monitoring. Mitigation lowers likelihood, impact, or both when risk is not acceptable.

Risk transfer

Shifting part of the financial impact of risk to another party, often through insurance or contracts. It does not eliminate the underlying security responsibility.

Risk acceptance

A formal decision to live with a known risk. It matters because acceptance should be documented by an authorized owner, not quietly ignored by a technician.

Administrative control

A policy, procedure, standard, training program, or governance process. Administrative controls guide behavior and define what technical and physical controls must enforce.

Technical control

A technology-based safeguard such as MFA, encryption, firewalls, access control lists, or endpoint protection. Technical controls enforce security decisions through systems.

Physical control

A safeguard that protects facilities, devices, and people, such as locks, guards, badges, cameras, and fences. Physical access can bypass many logical controls.

Preventive control

A control designed to stop an incident before it happens, such as MFA, hardening, or deny-by-default firewall rules. Prevention reduces opportunities for attack.

Detective control

A control that identifies events after or while they occur, such as logs, alerts, IDS, or camera review. Detection matters because prevention is never perfect.

Corrective control

A control that restores or repairs after an incident, such as backups, reimaging, or incident remediation. Corrective controls reduce impact and recovery time.

Business continuity

Planning to keep essential business functions operating during disruption. It matters because the organization may need alternate processes before full systems are restored.

Disaster recovery

Restoring IT systems, data, and infrastructure after a major outage or disaster. Disaster recovery is narrower than business continuity and focuses on technology recovery.

Incident response

The organized process for handling suspected or confirmed security events. It matters because evidence, containment, communication, and recovery must follow a known plan.

RTO

Recovery Time Objective: the maximum acceptable time a system or process can be down. RTO guides recovery priority and continuity investment.

RPO

Recovery Point Objective: the maximum acceptable amount of data loss measured in time. RPO drives backup frequency, replication, and recovery design.

Lessons learned

A post-incident review that identifies what worked, what failed, and what should change. It matters because response plans improve only when findings become actions.

Identification

Claiming an identity, such as entering a username or presenting an account number. Identification starts access control but does not prove the claim is true.

Authentication

Proving an identity with factors such as passwords, tokens, biometrics, or certificates. Authentication matters because access decisions rely on knowing who is requesting access.

Authorization

Granting permissions after identity is established. Authorization answers what an authenticated user or process is allowed to do.

Accountability

The ability to trace actions to a responsible subject through unique accounts and logs. Shared accounts weaken accountability and complicate investigations.

MFA

Multifactor authentication uses two or more different factor types: something you know, have, or are. It reduces account takeover risk if one factor is compromised.

Least privilege

Giving users and systems only the access needed for their duties. It matters because smaller permissions reduce damage from mistakes, misuse, and compromise.

Separation of duties

Splitting sensitive tasks among different people or roles. It helps prevent fraud and errors, such as one person both creating and approving payments.

RBAC

Role-Based Access Control assigns permissions to job roles rather than individual users one by one. RBAC simplifies administration and supports consistent least privilege.

MAC

Mandatory Access Control enforces access based on labels and central policy, not user discretion. It is common in highly controlled environments with classification requirements.

DAC

Discretionary Access Control lets resource owners decide who can access their objects. It is flexible but can create risk if owners grant access too broadly.

OSI model

A seven-layer model for understanding network communication: physical, data link, network, transport, session, presentation, and application. It helps locate where problems or controls apply.

TCP vs UDP

TCP is connection-oriented and reliable; UDP is connectionless and lower overhead. Security questions often use this distinction when discussing ports, scanning, and service behavior.

Firewall

A control that filters traffic based on rules such as source, destination, port, protocol, or application. Firewalls reduce exposure but need correct placement and rules.

IDS vs IPS

An IDS detects and alerts; an IPS can block or prevent traffic inline. The difference matters because prevention can disrupt traffic while detection may require response action.

VPN

A Virtual Private Network creates an encrypted tunnel over an untrusted network. VPNs protect remote access traffic but still require authentication and endpoint security.

Network segmentation

Dividing a network into zones or segments with controlled communication paths. Segmentation limits lateral movement and keeps sensitive systems away from broad access.

DMZ

A demilitarized zone is a network segment for public-facing services separated from internal networks. It limits the impact if an exposed service is compromised.

VLAN

A Virtual LAN logically separates network traffic on shared infrastructure. VLANs support segmentation but must be paired with routing and access controls.

DNS

Domain Name System translates names to IP addresses. If a host works by IP but not by name, DNS or name resolution is a likely troubleshooting clue.

DHCP

Dynamic Host Configuration Protocol assigns IP settings such as address, gateway, and DNS server. DHCP problems can prevent devices from joining a network correctly.

Encryption

Transforming readable data into unreadable ciphertext using a key. Encryption protects confidentiality for data at rest and in transit when keys are managed properly.

Hashing

Creating a fixed-length digest from data. Hashing supports integrity checks because a changed file should produce a different hash.

Data classification

Labeling data by sensitivity, value, or handling requirements. Classification matters because controls should match the importance and risk of the information.

Data retention

Keeping information for the required period and disposing of it when no longer needed. Retention balances business, legal, privacy, and storage requirements.

Secure disposal

Destroying or sanitizing data and media so information cannot be recovered. It matters when retired drives, documents, or devices contain sensitive data.

Logging and monitoring

Collecting and reviewing system activity for errors, attacks, and policy violations. Logs support detection, accountability, troubleshooting, and incident investigation.

Patch management

Testing, approving, and applying updates that fix vulnerabilities or defects. Patch management reduces known attack paths while managing change risk.

Security awareness training

Education that helps users recognize threats, handle data correctly, and follow policy. It matters because people are part of the control environment.

Change management

A controlled process for requesting, reviewing, testing, approving, and documenting changes. It reduces outages and security drift caused by unmanaged modifications.

Frequently Asked Questions

What do ISC2 CC flashcards cover?

These ISC2 CC flashcards cover security principles, business continuity, disaster recovery, incident response, access controls, network security, and security operations.

Are ISC2 CC flashcards enough for beginners?

Flashcards are helpful for learning cybersecurity vocabulary, but beginners should also read explanations and practice questions to understand how concepts apply in scenarios.

How should I use ISC2 CC flashcards?

Use them to build baseline recall, then group missed cards by domain so you know whether to review access control, network security, operations, or incident response.

Same family resources

Explore More ISC2 Certifications

Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.