Pass for Test

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/57

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:20 AM on 7/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

58 Terms

1
New cards

What is the primary role of the Domain Name System (DNS)?

Translating domain names into IP addresses

2
New cards

What is the goal of DNS poisoning (DNS cache poisoning)?

To redirect users to malicious websites

3
New cards

ARP poisoning is most commonly used to

Intercept traffic on a local network

4
New cards

What enables an attacker to intercept traffic during an ARP poisoning attack?

Associating their MAC address with another device’s IP

5
New cards

What is the primary security benefit of SSH?

Encrypted remote access and file transfer

6
New cards

Why is key-based authentication more secure than passwords in SSH?

Keys eliminate password transmission entirely

7
New cards

What is the primary purpose of a hash function?

Producing fixed-length, one-way digests

8
New cards

What security properties do digital signatures provide?

Authentication, integrity, and non-repudiation

9
New cards

IP spoofing is commonly used to

Hide attacker identity or impersonate trusted systems

10
New cards

Which IPsec protocol provides encryption? 

ESP

11
New cards

What is the primary purpose of a firewall?

Controlling inbound and outbound network traffic based on rules

12
New cards

What is the primary purpose of a Virtual Private Network (VPN)?

To create a private connection over a public network using encryption

13
New cards

An organization outlines in writing that employees must use multi-factor authentication, update software monthly, and report suspected phishing attempts. What is this type of formal document called?

Security policy

14
New cards

An HR database stores sensitive salary information. During a system review, the security team highlights that only authorized staff should be able to view these records. Which principle of security is the primary concern here?

Confidentiality

15
New cards

A company allows only finance employees to enter the accounting software, while denying all other staff. What mechanism is this restriction an example of?

Access control

16
New cards

A security analyst intercepts a message but sees only scrambled characters with no obvious meaning. This is the result of applying what transformation to the data?

Ciphertext

17
New cards

During a file transfer, the recipient uses a short, fixed-length output to verify that the file was not altered in transit. Which method is being applied here?

Hash function

18
New cards

An executive signs an electronic contract, and the receiving party later verifies that the message has not been modified and truly came from the executive. What mechanism provides this assurance?

Digital signature

19
New cards

A developer is troubleshooting an encryption process and notices that before any transformation, the input file can be read in clear, understandable English. What is this form of the message called?

Plaintext

20
New cards

A company removes unnecessary services, patches vulnerabilities, and disables unused ports on servers. What practice is being performed?

System Hardening

21
New cards

An intruder enters a server room by tailgating behind an authorized employee. Which type of attack is this?

Social-Based Attack

22
New cards

At a café, someone quietly watches an employee type in their company VPN password. Which attack method does this represent?

Shoulder Surfing

23
New cards

A user gets a text message claiming their delivery has been delayed, with a link that installs malware when clicked. What is this attack called?

Smishing

24
New cards

An unauthorized individual slips into a secure building by walking closely behind an employee with an access badge. Which type of physical attack is this?

Tailgating

25
New cards

What is the primary goal of a denial-of-service (DoS) attack?

To prevent authorized users from accessing a resource

26
New cards

How does a distributed denial-of-service (DDoS) attack differ from a DoS attack?

It uses multiple attacking systems simultaneously

27
New cards

What is the primary function of the Domain Name System (DNS)?

Translating domain names into IP addresses

28
New cards

What is the primary goal of DNS poisoning?

To redirect users to malicious websites

29
New cards

What problem does the Address Resolution Protocol (ARP) solve?

Mapping IP addresses to MAC addresses

30
New cards

What is the primary goal of an ARP poisoning attack?

To intercept traffic intended for another host

31
New cards

What defines an IoT device?

A device connected to the internet for sensing or automation

32
New cards

What security benefit does code signing provide?

It confirms the publisher’s identity and code integrity

33
New cards

What is the primary goal of fuzzing?

To test how software handles unexpected or invalid input

34
New cards

What is the primary purpose of the Open Web Application Security Project (OWASP)?

To publish tools, documentation, and methodologies to improve web application security

35
New cards

What is the primary goal of confidentiality in software and component security?

Ensuring sensitive data is accessible only to authorized users or systems

36
New cards

Which statement best describes encryption?

It converts plaintext into unreadable ciphertext

37
New cards

How does hashing support confidentiality?

By protecting sensitive data using one-way transformations

38
New cards

What is the primary purpose of a checksum?

To verify that data has not been altered

39
New cards

What is the primary security benefit of modularity?

Allows systems to be updated or secured independently

40
New cards

A SaaS provider wants formal certification of its information security program to win enterprise contracts. Which standard should it pursue? 

ISO 27001

41
New cards

Developers improperly have access to production systems that affect financial reporting accuracy. Which law applies?

SOX

42
New cards

A financial institution must secure customer financial data with administrative, technical, and physical safeguards. Which law applies?

GLBA

43
New cards

A company that designs online games for children must acquire parental consent before collecting data.  Which law applies?

COPPA

44
New cards

A hospital must notify patients and HHS after PHI is exposed in a ransomware attack. Which law applies?

HIPAA

45
New cards

A university exposes student grades due to a misconfigured LMS. Which law applies?

FERPA

46
New cards

A European customer requests deletion of all personal data. Which law grants this right?

GDPR

47
New cards

A California resident asks a business to stop selling their data. Which law applies?

CCPA

48
New cards

A company redesigning a hybrid network wants best practices for zones, segmentation, and VPN security. Which standard applies?

ISO/IEC 27033

49
New cards

A company wants a cloud-specific control framework and STAR certification. Which organization provides these?

CSA

50
New cards

Why should SSH be enabled and Telnet disabled for remote access?

SSH provides encrypted communication while Telnet does not

51
New cards

What is data sanitization?

Thoroughly removing data so it cannot be recovered

52
New cards

Which of the following is the first phase of the system SDLC?

System planning

53
New cards

Which NIST publication defines impact levels for data classification?

NIST SP 800-53B

54
New cards

What is data at rest?

Data stored on physical or digital media

55
New cards

Which control is most important for protecting data in transit?

Encryption

56
New cards

What is the primary goal of tokenization?

To replace sensitive data with a non-sensitive token

57
New cards

Which technique converts input into a fixed-length value using a mathematical algorithm?

Hashing

58
New cards

What distinguishes data masking from tokenization?

Masking partially hides data, tokenization replaces it entirely