Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

ISC2 Certified in Cybersecurity CC/Acronyms/Part 22

Acronym study

ISC2 CC Acronyms — Part 22 of 26

Terms 631–660 of 754 ISC2 CC acronyms and key terms. Each entry includes a plain-English definition and a link to the full 800-word glossary page with exam context and practice questions.

← Part 21Part 22 of 26Part 23 →

Term 631

SNMP

SNMP (Simple Network Management Protocol) is an application-layer protocol used to collect and organize information about managed devices on IP networks and to modify that information to change device behavior.

Full entry →
Full SNMP glossary entry →

Term 632

SNMP

A network protocol used to collect and organize information about managed devices on IP networks and to modify that information to change device behavior.

Full entry →
Full SNMP glossary entry →

Term 633

SOAR

SOAR (Security Orchestration, Automation, and Response) is a technology stack that helps security teams automate responses to threats by integrating various security tools and standardizing workflows.

Full entry →
Full SOAR glossary entry →

Term 634

SOAR playbook

A SOAR playbook is a documented, step-by-step guide that automates and orchestrates security incident response actions within a Security Orchestration, Automation, and Response platform.

Full entry →
Full SOAR playbook glossary entry →

Term 635

SOC

A Security Operations Center (SOC) is a centralized team that monitors, detects, analyzes, and responds to cybersecurity incidents to protect an organization's information systems.

Full entry →
Full SOC glossary entry →

Term 636

Social engineering

Social engineering is the psychological manipulation of people into divulging confidential information or performing actions that compromise security.

Full entry →
Full Social engineering glossary entry →

Term 637

SPAN

A Switch Port Analyzer (SPAN) is a feature on network switches that copies traffic from one or more ports to a monitoring port for analysis without disrupting normal network operations.

Full entry →
Full SPAN glossary entry →

Term 638

Spear phishing

Spear phishing is a targeted cyberattack in which a criminal sends a fraudulent email that appears to come from a trusted source, aiming to trick a specific person or organization into revealing sensitive data or installing malware.

Full entry →
Full Spear phishing glossary entry →

Term 639

Spot Instance

A Spot Instance is an unused cloud computing resource that a provider offers at a deep discount but that can be reclaimed by the provider with little notice.

Full entry →
Full Spot Instance glossary entry →

Term 640

Spyware

Spyware is malicious software that secretly monitors and collects information about a user's activity without their knowledge or consent.

Full entry →
Full Spyware glossary entry →

Term 641

SQL

SQL is a standard programming language used to manage, query, and manipulate relational databases by issuing commands like SELECT, INSERT, UPDATE, and DELETE.

Full entry →
Full SQL glossary entry →

Term 642

SQL

SQL is a standardized programming language used to manage and manipulate relational databases, enabling querying, updating, and data retrieval.

Full entry →
Full SQL glossary entry →

Term 643

SQL injection

SQL injection is a web security vulnerability that allows an attacker to interfere with the queries an application makes to its database, often to read, modify, or destroy data.

Full entry →
Full SQL injection glossary entry →

Term 644

SSE

SSE (Security Service Edge) is a cloud-centric security framework that converges web, cloud, and network security into a single edge service.

Full entry →
Full SSE glossary entry →

Term 645

SSE

SSE (Security Service Edge) is a cloud-delivered security framework that converges web, cloud, and private access controls at the network edge.

Full entry →
Full SSE glossary entry →

Term 646

SSH

SSH (Secure Shell) is a cryptographic network protocol that provides secure, encrypted communication and remote administration between two devices over an unsecured network.

Full entry →
Full SSH glossary entry →

Term 647

SSL

SSL (Secure Sockets Layer) is a cryptographic protocol that encrypts data transmitted between a client and a server to ensure privacy and data integrity.

Full entry →
Full SSL glossary entry →

Term 648

SSL VPN

An SSL VPN is a virtual private network that uses the Secure Sockets Layer protocol to create an encrypted tunnel for remote users to securely access network resources over the internet.

Full entry →
Full SSL VPN glossary entry →

Term 649

SSO

Single Sign-On (SSO) is an authentication process that allows a user to access multiple applications or systems with one set of login credentials.

Full entry →
Full SSO glossary entry →

Term 650

SSRF

A security vulnerability where an attacker tricks a server into making unauthorized requests to internal or external resources on behalf of the attacker.

Full entry →
Full SSRF glossary entry →

Term 651

Standard

A standard is an agreed-upon set of rules, guidelines, or specifications that ensure consistency, compatibility, and quality across IT products, services, and processes.

Full entry →
Full Standard glossary entry →

Term 652

Standard ACL

A Standard Access Control List (ACL) is a sequential set of permit or deny rules that filters network traffic based solely on the source IP address.

Full entry →
Full Standard ACL glossary entry →

Term 653

Static NAT

Static Network Address Translation (NAT) is a one-to-one mapping between a private IP address and a public IP address that never changes.

Full entry →
Full Static NAT glossary entry →

Term 654

Sticky bit

The sticky bit is a special permission on Unix/Linux files and directories that restricts file deletion to the file owner, directory owner, or root user, even if others have write access.

Full entry →
Full Sticky bit glossary entry →

Term 655

STIX

STIX (Structured Threat Information Expression) is a standardized language and serialization format used to represent and share cyber threat intelligence in a consistent, machine-readable way.

Full entry →
Full STIX glossary entry →

Term 656

Strategic intelligence

Strategic intelligence is the process of collecting, analyzing, and applying high-level information about threats, risks, and opportunities to guide an organization's long-term security decisions.

Full entry →
Full Strategic intelligence glossary entry →

Term 657

Subnet

A subnet is a logical subdivision of an IP network, created by partitioning a larger network address space using subnet masks.

Full entry →
Full Subnet glossary entry →

Term 658

Subscription

A subscription is a payment model where you pay a recurring fee to access a product or service instead of buying it once and owning it forever.

Full entry →
Full Subscription glossary entry →

Term 659

SUID

SUID (Set User ID) is a special file permission in Linux that allows a user to run an executable file with the file owner's privileges, typically root, rather than their own.

Full entry →
Full SUID glossary entry →

Term 660

Supervisory Control and Data Acquisition

SCADA is a system that monitors and controls industrial equipment like power grids, water plants, and pipelines from a central computer.

Full entry →
Full Supervisory Control and Data Acquisition glossary entry →
← Part 21Part 23 →

Acronym parts

Part 1Part 2Part 3Part 4Part 5Part 6Part 7Part 8Part 9Part 10Part 11Part 12Part 13Part 14Part 15Part 16Part 17Part 18Part 19Part 20Part 21Part 22currentPart 23Part 24Part 25Part 26

Study resources

All ISC2 CC Acronyms→ISC2 CC Practice Tests→ISC2 CC Study Guide→Exam Domains→