ISC2 Domain 4: Network Security

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:36 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

74 Terms

1
New cards

What is a network?

two or more computers linked together to share data

2
New cards

What does LAN stand for?

Local Area Network

3
New cards

What does WAN stand for?

Wide Area Network

4
New cards

What are these?

  • Hubs

  • Firewall

  • Switch

  • Server

  • Router

  • Endpoint

Network Devices

5
New cards

What are Hubs and what are they used for?

Wired devices used to connect multiple devices in a network

6
New cards

What is a firewall?

A network device used to filter incoming traffic

7
New cards

What are Switches?

Wired devices that know the addresses of devices connected to them so that they can direct traffic to the right port/device

8
New cards

What is a server?

a computer that provides information to other computers on a network

9
New cards

What is a router used for?

used to control traffic flow on networks, and are often used to connect similar networks and control traffic flow between them

10
New cards

What are endpoints?

the ends of a network communication link

11
New cards

What is a standard that defines wired connections between networked devices and defines the way data is formatted?

Ethernet (IEEE 802.3)

12
New cards

What does MAC stand for?

Media Access Control

13
New cards

What is a MAC address?

A unique ID that is given to every network device, which defines certain things such as the vendor or manufacturer of the physical network interface

14
New cards

What does IP stand for?

Internet Protocol

15
New cards

What is the difference between a MAC address and an IP address?

A MAC address is typically assigned in the firmware, while an IP address represents the network interface within the network

16
New cards

In a network diagram where does the firewall lie between?

The router and the switch

17
New cards

What is the ultimate end state of the defense-in-depth philosophy?

Microsegmentation

18
New cards

What does IDS stand for?

Intrusion Detection System

19
New cards

What does an IDS do?

automates the inspection of logs and real-time system events to detect intrusion attempts and system failures

20
New cards

______ monitors a single computer or host wile _____ monitors a network by observing network traffic patterns.

Host-based IDS and Network-based IDS

21
New cards

Why can NIDS detect intrusions on the computer but HIDS can?

HIDS has much more detailed monitoring on the computer than NIDS because of the administrative access

22
New cards

What does SIEM stand for?

Security Information and Event Management

23
New cards

How does a SIEM solution help defense-in-depth?

It collects the information from multiple tools to better understand security concerns

24
New cards

What does VPN and SDN stand for?

Virtual Private Network and Software-designed networking

25
New cards

What security principle does microsegmentation help the most?

least privileged

26
New cards

What does IPS stand for?

Intrusion Prevention services

27
New cards

What does IAM stand for?

identity and access management

28
New cards

Firewalls can manage traffic at layers 2, 3 and 7, what are those layers?

  1. MAC Address

  2. IP Ranges

  1. Application Programming Interface (API)

29
New cards

What is a distinguishing difference between an IDS and an IPS?

The IPS is placed in line with traffic

30
New cards

What does DMZ stand for?

Demilitarized Zone

31
New cards

What is DMZ used for?

Network Segmentation

32
New cards

What is a point-to-point connection between two hosts that allows them to communicate?

VPN

33
New cards

What is an alternative to expensive point-to-point connections?

gateway-to-gateway VPNs

34
New cards

Rather than a DMZ network, what do other organizations use?

Web-application Firewall

35
New cards

What does a WAF do?

Monitors all traffic from the outside for maliscous behavior before passing commands to a web server

36
New cards

What does VLAN stand for?

Virtual Local Area Network

37
New cards

What do VLANs allow network administrators to do?

use swtches to create software based LAN segments

38
New cards

Why is an abnormal system shutdown in a data center a concern?

It may result in the loss or corruption of data

39
New cards

What is network monitoring or sniffing?

Monitoring traffic patterns to obtain informaion about a network

40
New cards

What are the 3 stages of a TCP connection

SYN, SYN-ACK, ACK Handshake

41
New cards

What is SaaS, Paas and IaaS?

Cloud computing service models

42
New cards

What do Managed Service Providers (MSP) do for other companies?

Manage information technology assets

43
New cards

What does MDR stand for?

Managed Detection and Response

44
New cards

What organization has the most commonly used definition of cloud computing?

NIST

45
New cards

What type of agreement is used between a cloud service and their customer?

Service-level agreement

46
New cards

What is the main purpose of an SLA?

To document specific parameters and minimum service levels

47
New cards

What is the main goal of network segmentation?

control traffic among networked devices

48
New cards

What is often the host of public web, email, file, and other resource servers?

DMZ

49
New cards

What are created by switches to logically segment a network without altering its physical topology?

VLANs

50
New cards

What concept controls access to an environment
through strict adherence to and implementation of security policy?

Network Access Control (NAC)

51
New cards

What is an example of a NAC network?

hotel Wifi

52
New cards

What are well-known ports (0-1023) associated with?

Common protocols at the core of TCP/IP

53
New cards

What are the 2 basic layers in a network?

Application and Data Transport

54
New cards

What is the main purpose of the application layer?

Manages, formats, and enables communication sessions between computers

55
New cards

What is the main purpose of the data transport layer?

Converts raw bits into standardized frames and adds routing information to create packets for transport.

56
New cards

What are the 4 layers of the TCP/IP Protocol?

  1. Application layer

  2. Transport layer

  3. Internet layer

  4. Network Interface layer

57
New cards

What is the OSI Model?

A common way to describe the communication structure for interconnected systems

58
New cards

How many layers are in the OSI Model?

7

59
New cards

From the first layer to the last in the OSI model, what is partially removed during each layer?

The header and footer

60
New cards

What are the 4 cloud deployment models?

  1. Public

  2. Private

  3. Hybrid

  4. Community

61
New cards

What does CSP stand for?

Cloud Service Provider

62
New cards
<p>What type of network does this depict?</p>

What type of network does this depict?

A Zero trust network

63
New cards

What are Man-in-the-middle attacks also called?

On-path attacks

64
New cards

Whats the difference between side channel and on-path attacks?

Side channel attacks are used specifically for data survelience while on-path attacks change the integrity of the data

65
New cards

What threats arise from individuals from inside the organization?

Insider threats

66
New cards

What type of threats are mainly caused by hacker groups and can last months to even years?

Advanced Persistent Threats

67
New cards

What is the difference between a worm and a virus?

a worm is self-replicating without human interaction

68
New cards

What type of attack is this: An attack against the availability of a network/system; typically uses many attacking machines to direct traffic against a given target.

Distributed Denial of Service

69
New cards
<p>What does this picture depict?</p>

What does this picture depict?

IPv4 Address

70
New cards

How many bits is an IPv6 address?

128

71
New cards

What did network designers create to reuse IP addresses?

Private address groups

72
New cards

What IP version is formatted as a 8 groups of 4 digits with a : as the separator?

IPv6

73
New cards

What is the purpose of a subnet mask in IPv4?

it defines the part of the address used for the subnet

74
New cards

What are 4 insecure protocols?

  1. HTTP

  2. IMAP

  3. FTP

  4. Telnet