Things to review based on wrong messer questions

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

1/38

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:16 PM on 8/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

39 Terms

1
New cards

Data Owner

accountable for specific data, so this person is often a senior officer of the organization

2
New cards

Data Controller

manages the processing of the data.

3
New cards

Data Subject

describes an individual with personal data. Payment details and shipping addresses describe personal information from a data subject.

4
New cards

Data Steward

manages access rights to the data

5
New cards

Data Processor

often a third-party that process data on behalf of the data controller

6
New cards

Escalation Scripting

provides methods to automate or orchestrate the escalation response when a security issues is detected

7
New cards

devices in each segmented VLAN can only communicate with other devices in the same VLAN

True

8
New cards

Jump Server

is a highly secured device commonly used to access secure areas of another network

9
New cards

AAA

is a common method of centralizing authentication. Instead of having separate local accounts on different devices, users can authenticate with account information maintained in a centralized database

10
New cards

Insecure Protocols

will transmit information in the clear, or without any type of encryption or protection

11
New cards

OCSP stapling

(Online Certificate Status Protocol) requires communication between the client and the issuing CA (Certificate Authority). If the CA is an external organization, then validation checks will communicate across the Internet. The certificate holder can verify their own status and avoid client Internet traffic by storing the status information on an internal server and “stapling” the OCSP status into the SSL/TLS handshake.

12
New cards

CSR generation

is used during the key creation process. The certificate is sent to the CA to be signed as part of the CSR.

13
New cards

CSR meaning

Certificate Signing Request

14
New cards

IPSec

is commonly used to create a VPN (Virtual Private Network) protected tunnel between devices or locations.

15
New cards

SCAP meaning

Security Content Automation Protocol

16
New cards

SCAP definition

is used as a common protocol across multiple security tools. SCAP is not used to provide an encrypted tunnel between two locations.

17
New cards

Exposure Factor

describes a loss of value to the organization aka used to calculate the loss of a business activity if a vulnerability is exploited

18
New cards

RAID meaning

Redundant Array of Independent Disks

19
New cards

WPA3

is an encryption protocol used on wireless networks. All data sent over a WPA3-protected wireless network will be encrypted. it provides confidentiality for all wireless data.

20
New cards

Collision problem in hashing is when

two different messages share the same hash. A well-designed hashing algorithm will create a unique hash value for every possible input.

21
New cards

Obfuscation

is the process of taking something normally understandable and making it very difficult to understand or to be seen. One common obfuscation method used by steganography is to embed a doc within an image file

22
New cards

One of the easiest ways for a third-party to obtain information is through an existing Internet connection.

True

23
New cards

UTM

acts as a traditional firewall with additional features but not used to protect web applications

24
New cards

The enumeration process

identifies and reports on the hardware and software installed on the laptop. If this configuration is changed, an alert can be generated.

25
New cards

A list of missing software patches is a common result in vulnerability patches

True

26
New cards

Netflow

provides a summary of network traffic, application usage, and details of network usage. Shows network traffic volumes across the environment and focus on Performance Monitoring

27
New cards

TPM meaning

Trusted Platform Module

28
New cards

TPM definition

is part of a computer’s motherboard, and it’s specifically designed to assist and protect with cryptographic functions. Full disk encryption (FDE) can use the burned-in TPM keys to verify the local device hasn’t changed, and there are security features in the TPM to prevent brute-force or dictionary attacks.

29
New cards

ACL definition

is a security control commonly implemented on routers to allow or restrict traffic flows through the network.

30
New cards

MOA meaning

Memorandum of Agreement

31
New cards

MOA definition

is a formal document where both sides agree to a broad set of goals and objectives associated with the partnership.

32
New cards

Federation

allows members of one organization to authenticate using the credentials of another organization.

33
New cards

MTBF meaning

Mean time Between Failures

34
New cards

MTBF Definition

is a prediction of how often a repairable system will fail.

35
New cards

DKIM

Domain Keys Identified Mail is used to publish the public key used for the digital signature for all outgoing email.

36
New cards

DMARC

Domain-based Message Authentication, Reporting, and Conformance) record announces the preferred email disposition if a message is identified as spam. DMARC options include accepting the messages, sending them to a spam folder, or simply rejecting the emails.

37
New cards

SPF

Sender Policy Framework is used to publish a list of all authorized email servers for a specific domain.

38
New cards

Record-level encryption

is commonly used with databases to encrypt individual columns within the database. This would store some information in the database as plaintext and other information as encrypted data

39
New cards

Journaling

writes data to a temporary journal before writing the information to the database. If power is lost, the system can recover the last transaction from the journal when power is restored.