Security+ Key Concepts: Responsibility, Encryption, DDoS, and Access Control

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/113

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:46 AM on 6/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

114 Terms

1
New cards

What is a responsibility matrix?

A responsibility matrix is a cloud document that defines which security, compliance, and operational tasks are performed by the cloud provider and which are performed by the customer.

2
New cards

What is a UTM?

A UTM is a single security appliance that combines multiple security technologies such as a firewall, IPS, antivirus, VPN, and content filtering into one device.

3
New cards

What is Layer 7 filtering?

Layer 7 filtering examines application-level information such as URLs, HTTP headers, and application functions when making security decisions.

4
New cards

What is configuration enforcement?

Configuration enforcement ensures systems continuously comply with predefined security baselines and prevents unauthorized configuration changes.

5
New cards

What is content categorization?

Content categorization classifies websites into categories such as social media, gambling, malware, or adult content so organizations can control access.

6
New cards

What is blocked content?

Blocked content occurs when a user is denied access to a website or resource because it violates organizational policy.

7
New cards

What is vulnerability prioritization?

Vulnerability prioritization ranks vulnerabilities based on risk, exploitability, likelihood, and business impact to determine remediation order.

8
New cards

What is a vulnerability scanner?

A vulnerability scanner identifies and assesses security weaknesses but does not fix them.

9
New cards

What is data masking?

Data masking replaces sensitive information with realistic but fictitious values to protect data in development and testing environments.

10
New cards

What is symmetric encryption?

Symmetric encryption uses the same key to encrypt and decrypt data.

11
New cards

What is asymmetric encryption?

Asymmetric encryption uses a public key and a private key to encrypt and decrypt data.

12
New cards

What is a stream cipher?

A stream cipher is a type of symmetric encryption that encrypts data one bit or one byte at a time and is useful when the total message size is unknown.

13
New cards

What is a block cipher?

A block cipher is a type of symmetric encryption that encrypts data in fixed-size blocks and may require padding.

14
New cards

What is the difference between a stream cipher and a block cipher?

A stream cipher encrypts one bit or byte at a time, while a block cipher encrypts fixed-size blocks of data.

15
New cards

What is AES?

AES is the modern symmetric encryption standard used for wireless security, disk encryption, VPNs, and data protection.

16
New cards

What is salting?

Salting adds random data to a password before hashing so identical passwords produce different hashes.

17
New cards

What is key stretching?

Key stretching repeatedly hashes a password to increase the time and computing power required to crack it.

18
New cards

What is the difference between salting and key stretching?

Salting adds randomness to create unique hashes, while key stretching repeatedly hashes passwords to increase cracking time.

19
New cards

What is a race condition?

A race condition occurs when the outcome of a process depends on timing or the order of events, allowing unintended behavior.

20
New cards

What is a TOCTOU vulnerability?

A TOCTOU vulnerability occurs when a resource is checked, modified, and then used, allowing an attacker to exploit the gap between the check and use.

21
New cards

What is pretexting?

Pretexting is a social engineering attack where an attacker creates a believable story to persuade a victim to reveal information or perform an action.

22
New cards

What is User Behavior Analytics?

UBA establishes behavioral baselines and detects unusual activity that may indicate insider threats or compromised accounts.

23
New cards

What is chain of custody?

Chain of custody is the documented record of every person who collected, handled, transferred, or analyzed evidence.

24
New cards

What is continuous integration?

Continuous integration is a development practice where code is frequently merged into a shared repository and automatically tested.

25
New cards

What is probability?

Probability is the measure of the likelihood that an event will occur.

26
New cards

What is risk appetite?

Risk appetite is the overall amount of risk an organization is willing to pursue to achieve business objectives.

27
New cards

What is risk tolerance?

Risk tolerance is the amount of risk an organization is willing to accept before taking action.

28
New cards

What is Zero Trust?

Zero Trust is a security model based on the principle of never trust and always verify.

29
New cards

What is the Control Plane in Zero Trust?

The Control Plane evaluates identities, policies, and risks to determine whether access should be granted or denied.

30
New cards

What is the Data Plane in Zero Trust?

The Data Plane moves data after access has been approved by the Control Plane.

31
New cards

What is the Policy Engine?

The Policy Engine evaluates identity, device posture, risk, and policies to make access decisions.

32
New cards

What is the Policy Administrator?

The Policy Administrator applies the decision made by the Policy Engine and configures access controls.

33
New cards

What is the Policy Enforcement Point?

The PEP sits between the user and the resource and enforces access decisions.

34
New cards

What is policy-driven access control?

Policy-driven access control grants or denies access based on identity, device health, risk, and organizational policies.

35
New cards

What is EAP?

EAP is an authentication framework that supports multiple authentication methods for wireless and remote access.

36
New cards

What is a third-party certificate?

A third-party certificate is digitally signed by a trusted Certificate Authority and is trusted by systems and browsers.

37
New cards

What is AML?

Anti-Money Laundering regulations are controls designed to detect and prevent financial crimes involving illegally obtained money.

38
New cards

What is KYC?

Know Your Customer regulations require organizations to verify customer identities before providing services.

39
New cards

What is a Statement of Work (SOW)?

A Statement of Work defines specific tasks, deliverables, timelines, and costs for a project.

40
New cards

What is a Service Level Agreement (SLA)?

An SLA defines measurable service expectations such as uptime, response times, and performance requirements.

41
New cards

What is a Master Service Agreement (MSA)?

An MSA establishes the general terms and conditions governing future business engagements between two parties.

42
New cards

What is an influence campaign?

An influence campaign is a coordinated effort, often by a nation-state, to manipulate public opinion, beliefs, or behavior.

43
New cards

What is an insider threat?

An insider threat originates from a person with authorized access who intentionally or accidentally causes harm to an organization.

44
New cards

What is a reflection DDoS attack?

A reflection DDoS attack spoofs the victim's IP address so third-party systems unknowingly send traffic to the victim.

45
New cards

What is an amplification DDoS attack?

An amplification DDoS attack sends a small request that generates a much larger response toward the victim.

46
New cards

What is a Data Owner?

A Data Owner determines data classification, protection requirements, and who should have access to the data.

47
New cards

What is a Data Custodian?

A Data Custodian implements and manages the technical controls used to protect data.

48
New cards

What is a Data Controller?

A Data Controller determines why and how personal data will be processed.

49
New cards

What is a Data Processor?

A Data Processor handles personal data on behalf of a Data Controller.

50
New cards

What is data sanitization?

Data sanitization permanently removes data from storage media so it cannot be recovered.

51
New cards

What is NetFlow?

NetFlow collects network traffic metadata such as source IPs, destination IPs, ports, protocols, and traffic volume without capturing packet contents.

52
New cards

What is technical debt?

Technical debt is the future cost and risk created when organizations delay fixing or replacing outdated systems, software, or code.

53
New cards

What is Recovery Point Objective (RPO)?

RPO defines the maximum amount of data loss an organization can tolerate after a disaster.

54
New cards

What is Recovery Time Objective (RTO)?

RTO defines the maximum amount of downtime an organization can tolerate before systems must be restored.

55
New cards

Why is site access design important?

Site access design controls how people move through a facility and restricts access to sensitive areas using physical security controls.

56
New cards

What is a UPS?

A UPS (Uninterruptible Power Supply) provides immediate battery power when utility power fails, keeping systems running until a generator starts or a safe shutdown can occur.

57
New cards

What is a generator?

A generator provides long-term backup power during an outage but typically requires time to start after power is lost.

58
New cards

What is an incremental backup?

An incremental backup copies only data that has changed since the last backup of any type (full or incremental).

59
New cards

What is a differential backup?

A differential backup copies all data changed since the last full backup.

60
New cards

What is a low-power device?

A low-power device is a small device designed to use very little power and hardware resources.

61
New cards

What is vertical scaling?

Vertical scaling increases the power of one server by adding more CPU, RAM, or storage.

62
New cards

What is horizontal scaling?

Horizontal scaling increases capacity by adding more servers to share the workload.

63
New cards

What are HTTP and HTTPS?

HTTP (80) loads websites but sends data in plaintext (insecure). HTTPS (443) loads websites using TLS encryption to protect data in transit (secure).

64
New cards

FTP vs SFTP vs FTPS

FTP (20/21) transfers files in plaintext (insecure). SFTP (22) transfers files securely through SSH (secure). FTPS (989/990) transfers files securely using TLS (secure).

65
New cards

What are SSH and Telnet?

Telnet (23) remotely manages devices but sends everything in plaintext (insecure). SSH (22) remotely manages devices using encrypted communication (secure).

66
New cards

SMTP vs SMTPS vs SMTP TLS

SMTP (25) sends email without encryption (insecure). SMTPS (465) and SMTP TLS (587) send email using encryption (secure).

67
New cards

POP3 vs POP3S

POP3 (110) downloads email and usually removes it from the server (insecure). POP3S (995) performs the same function using TLS encryption (secure).

68
New cards

IMAP vs IMAPS

IMAP (143) synchronizes email while keeping messages on the server (insecure). IMAPS (993) provides the same functionality using TLS encryption (secure).

69
New cards

What are LDAP and LDAPS?

LDAP (389) provides directory services without encryption (insecure). LDAPS (636) provides directory services protected by TLS (secure).

70
New cards

What is DNS?

DNS (53 TCP/UDP) translates domain names into IP addresses so systems can locate websites and services.

71
New cards

What is DHCP?

DHCP Server (67 UDP) assigns IP addresses and network settings. DHCP Client (68 UDP) receives those settings.

72
New cards

Kerberos

Kerberos (88) is an authentication protocol used by Active Directory that verifies identities using tickets without sending passwords across the network.

73
New cards

SNMP vs SNMP Trap

SNMP (161 UDP) monitors and manages network devices. SNMP Trap (162 UDP) sends alerts and notifications from devices to management systems.

74
New cards

What is SMB?

SMB (445) provides Windows file sharing, printer sharing, and access to network resources.

75
New cards

What is NTP?

NTP (123 UDP) synchronizes clocks across devices on a network.

76
New cards

What is Syslog?

Syslog (514 UDP) sends log messages from devices to a centralized logging server.

77
New cards

RADIUS

RADIUS (1812/1813) is an AAA protocol used for VPNs, Wi-Fi authentication, and network access control.

78
New cards

What is TACACS+?

TACACS+ (49) is an AAA protocol commonly used to control administrator access to routers, switches, and network devices.

79
New cards

What are IKE and IPsec?

IKE/IPsec (500 UDP) establishes secure VPN connections and exchanges encryption keys for protected communication.

80
New cards

What is Microsoft SQL Server?

Microsoft SQL Server (1433) allows applications and users to connect to and interact with Microsoft SQL databases.

81
New cards

What is RDP?

RDP (3389) allows users to remotely control a Windows desktop over a network.

82
New cards

What are administrative (managerial) controls?

Administrative controls reduce risk by establishing rules, policies, procedures, governance decisions, and training that tell people how security should be handled. Examples include security policies, security awareness training, background checks, and acceptable use policies.

83
New cards

What are technical (logical) controls?

Technical controls reduce risk by using technology to automatically enforce security on systems and networks. Examples include firewalls, MFA, IDS/IPS, antivirus, and encryption.

84
New cards

What are physical controls?

Physical controls reduce risk by preventing unauthorized physical access to facilities, people, or equipment. Examples include locks, fences, security guards, cameras, and mantraps.

85
New cards

What are preventive controls?

Preventive controls stop an attack, incident, or unauthorized action before it happens. Examples include firewalls, MFA, locks, and security guards.

86
New cards

What are detective controls?

Detective controls identify, monitor, and alert on attacks or incidents that are currently happening or have already occurred. Examples include IDS, SIEM, security cameras, audits, and log reviews.

87
New cards

What are corrective controls?

Corrective controls repair damage and eliminate the cause of a security incident after it occurs. Examples include patching vulnerabilities, restoring backups, and antivirus quarantine actions.

88
New cards

What are deterrent controls?

Deterrent controls discourage attackers from attempting an attack by making them believe they will be caught or blocked. Examples include warning signs, visible cameras, security guards, and lighting.

89
New cards

What are compensating controls?

Compensating controls provide alternative protection when the preferred or required security control cannot be implemented. An example is increased monitoring when MFA cannot be deployed.

90
New cards

What are recovery controls?

Recovery controls restore business operations and data after a disaster or security incident. Examples include backups, disaster recovery plans, and alternate sites.

91
New cards

What are directive controls?

Directive controls tell users exactly what actions they are required or expected to follow. Examples include policies, standards, procedures, and posted instructions.

92
New cards

What is geographic dispersion?

Geographic dispersion spreads systems, data centers, or operations across multiple geographic locations so a disaster in one area does not take down everything.

93
New cards

What is data sovereignty?

Data sovereignty means data must comply with the laws and regulations of the country where the data is stored.

94
New cards

What is geolocation?

Geolocation identifies or restricts users, devices, or systems based on their physical geographic location.

95
New cards

What is Asset Value (AV)?

Asset Value is the dollar value of the asset being protected.

Formula: AV = Value of Asset

96
New cards

What is Exposure Factor (EF)?

Exposure Factor is the percentage of the asset lost during a single incident.

Formula: EF = Percentage Lost

97
New cards

What is Single Loss Expectancy (SLE)?

SLE is the expected financial loss from one incident.

Formula: SLE = AV × EF

98
New cards

What is Annual Rate of Occurrence (ARO)?

ARO is the estimated number of times an incident occurs each year.

Formula: ARO = Number of Incidents ÷ Years

99
New cards

What is Annualized Loss Expectancy (ALE)?

ALE is the expected yearly financial loss from a risk.

Formula: ALE = SLE × ARO

100
New cards

What is MTD?

MTD is the maximum amount of downtime the business can survive before serious or unrecoverable damage occurs.