Network + Section 4

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

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

66 Terms

1
New cards

Data at rest

Data that is stored on a device, such as a hard drive or database, and not actively moving across a network.

2
New cards

Data in transit

Data that is actively moving across a network from one location to another.

3
New cards

Data in use

Data that is actively being processed or accessed in a system's memory.

4
New cards

Digital certificate

An electronic document that uses a digital signature to bind a public key with an identity, verifying authenticity.

5
New cards

Certificate authority (CA)

A trusted entity that issues and manages digital certificates, validating the identity of certificate holders.

6
New cards

PKI (Public Key Infrastructure)

The framework of hardware, software, policies, and procedures used to create, manage, and validate digital certificates.

7
New cards

IAM (Identity and Access Management)

The framework of policies and technologies used to ensure the right individuals have appropriate access to resources.

8
New cards

Least privilege

A security principle stating users and systems should only have the minimum access necessary to perform their function.

9
New cards

Zero trust

A security model that assumes no implicit trust and requires continuous verification of every user and device, regardless of location.

10
New cards

Authentication

The process of verifying the identity of a user or device attempting to access a system.

11
New cards

Authorization

The process of granting or denying a verified user access to specific resources or actions.

12
New cards

Accounting (AAA)

The process of tracking and logging user activity for auditing purposes, part of the AAA framework.

13
New cards

SSO (Single Sign-On)

An authentication method allowing a user to log in once and gain access to multiple independent systems.

14
New cards

RADIUS (Remote Authentication Dial-In User Service)

An AAA protocol commonly used to centralize authentication for network access, encrypting only the password.

15
New cards

TACACS+ (Terminal Access Controller Access-Control System Plus)

A Cisco-developed AAA protocol that encrypts the entire authentication session and separates authentication, authorization, and accounting.

16
New cards

LDAP (Lightweight Directory Access Protocol)

A protocol used to access and maintain distributed directory information, commonly used for centralized user authentication.

17
New cards

SAML (Security Assertion Markup Language)

An XML-based standard used to exchange authentication and authorization data, commonly used for SSO between web services.

18
New cards

EAP (Extensible Authentication Protocol)

A framework that supports multiple methods of authentication, commonly used in wireless and network access control.

19
New cards

802.1X

A port-based network access control standard that requires authentication before allowing a device onto the network.

20
New cards

Honeypot

A decoy system designed to attract and detect attackers, diverting them from real production systems.

21
New cards

Honeynet

A network of honeypots designed to simulate an entire decoy network environment for attacker deception and study.

22
New cards

Risk

The potential for loss or damage when a threat exploits a vulnerability.

23
New cards

Vulnerability

A weakness in a system, process, or design that could be exploited by a threat.

24
New cards

Exploit

A method or piece of code used to take advantage of a vulnerability.

25
New cards

Threat

Any potential danger that could exploit a vulnerability to cause harm.

26
New cards

CIA triad

The security model of Confidentiality, Integrity, and Availability, representing core goals of information security.

27
New cards

Confidentiality

Ensuring that information is only accessible to authorized individuals.

28
New cards

Integrity

Ensuring that data has not been altered or tampered with in an unauthorized way.

29
New cards

Availability

Ensuring that systems and data are accessible to authorized users when needed.

30
New cards

Data localization

Legal or regulatory requirements that data be stored and processed within a specific geographic region.

31
New cards

GDPR (General Data Protection Regulation)

A European Union regulation governing data protection and privacy for individuals within the EU.

32
New cards

PCI DSS (Payment Card Industry Data Security Standard)

A set of security standards designed to protect cardholder data for organizations that handle credit card transactions.

33
New cards

IoT (Internet of Things) segmentation

The practice of isolating IoT devices onto separate network segments to limit their exposure and potential attack surface.

34
New cards

SCADA (Supervisory Control and Data Acquisition)

A system used to monitor and control industrial processes and infrastructure.

35
New cards

Operational technology (OT)

Hardware and software used to monitor and control physical devices and industrial processes, as opposed to traditional IT.

36
New cards

Guest network

A separate, restricted network segment provided for visitors, isolated from internal production resources.

37
New cards

BYOD (Bring Your Own Device)

A policy allowing employees to use personal devices to access organizational resources and networks.

38
New cards

Denial of Service (DoS)

An attack that attempts to make a system or network resource unavailable by overwhelming it with traffic or requests.

39
New cards

DDoS (Distributed Denial of Service)

A DoS attack launched from multiple distributed sources simultaneously, often using a botnet.

40
New cards

DoS amplification

An attack technique that uses a small request to generate a much larger response directed at a victim, magnifying attack traffic.

41
New cards

VLAN hopping

An attack technique used to gain unauthorized access to traffic on a different VLAN than the attacker is assigned to.

42
New cards

Switch spoofing

A VLAN hopping technique where an attacker's device mimics a trunking switch to gain access to multiple VLANs.

43
New cards

Double tagging

A VLAN hopping technique that exploits native VLAN handling by embedding two VLAN tags in a single frame.

44
New cards

MAC flooding

An attack that overwhelms a switch's MAC address table, causing it to flood traffic to all ports like a hub.

45
New cards

ARP poisoning

An attack that sends falsified ARP messages to associate an attacker's MAC address with another device's IP address, enabling traffic interception.

46
New cards

DNS poisoning

An attack that corrupts DNS resolution data to redirect users to malicious sites.

47
New cards

On-path attack

An attack (formerly "man-in-the-middle") where an attacker intercepts and potentially alters communication between two parties.

48
New cards

Rogue DHCP server

An unauthorized DHCP server on a network that can hand out incorrect or malicious configuration information to clients.

49
New cards

Rogue access point

An unauthorized wireless access point connected to a network, potentially creating a security vulnerability.

50
New cards

Evil twin

A rogue access point that mimics a legitimate SSID to trick users into connecting to it.

51
New cards

Phishing

A social engineering attack that uses deceptive communications (often email) to trick users into revealing sensitive information.

52
New cards

Shoulder surfing

Observing someone's screen or keyboard input to gain unauthorized information, such as passwords.

53
New cards

Tailgating

Following an authorized person through a secured entry point without proper credentials.

54
New cards

Piggybacking

Gaining unauthorized physical access by convincing an authorized individual to allow entry, often with their knowledge.

55
New cards

Dumpster diving

Searching through discarded materials to find sensitive information that was not properly destroyed.

56
New cards

Malware

Malicious software designed to damage, disrupt, or gain unauthorized access to systems.

57
New cards

Ransomware

Malware that encrypts a victim's data and demands payment in exchange for restoring access.

58
New cards

Device hardening

The process of securing a device by disabling unnecessary services, changing default settings, and applying security controls.

59
New cards

Disabling unused ports

A security practice of turning off physical or logical ports that are not actively needed, reducing the attack surface.

60
New cards

Default credentials

Factory-set usernames and passwords on a device that should be changed immediately to prevent unauthorized access.

61
New cards

MAC filtering

A security control that allows or denies network access based on a device's MAC address.

62
New cards

Access control list (ACL)

A set of rules used to permit or deny traffic based on criteria such as source/destination IP, port, or protocol.

63
New cards

Firewall rule

A configured rule that determines whether to allow or block specific traffic passing through a firewall.

64
New cards

Content filtering

The practice of blocking or restricting access to certain types of content, often based on category or keyword.

65
New cards

Screened subnet (DMZ)

A network segment that sits between an internal network and the internet, hosting public-facing services while isolating them from the internal network.

66
New cards

Security zone

A logical grouping of network segments with a common security policy or trust level.