Domain 4 (Isc)^2

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

1/267

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

268 Terms

1
New cards

Which OSI Layer is responsible for user-facing services; where apps communicate with the network

Application (Layer 7)

2
New cards

OSI Application Layer (PDU)

Data

3
New cards

HTTP operates in which OSI Layer

Application (Layer 7)

4
New cards

HTTPS operates in which OSI Layer

Application (Layer 7)

5
New cards

FTP operates in which OSI Layer

Application (Layer 7)

6
New cards

DNS operates in which OSI Layer

Application (Layer 7)

7
New cards

SMTP operates in which OSI Layer

Application (Layer 7)

8
New cards

SSH operates in which OSI Layer

Application (Layer 7)

9
New cards

NTP operates in which OSI Layer

Application (Layer 7)

10
New cards

IMAP operates in which OSI Layer

Application (Layer 7)

11
New cards

POP3 operates in which OSI Layer

Application (Layer 7)

12
New cards

WAF device operates in which OSI Layer

Application (Layer 7)

13
New cards

Which OSI Layer is responsible for data formatting, encryption/decryption, compression

Presentation (Layer 6)

14
New cards

OSI Presentation Layer (PDU)

Data

15
New cards

SSL/TLS operates in which OSI Layer

Presentation (Layer 6)

16
New cards

Which OSI Layer is responsible for opening, managing, and closing sessions between applications

Session (Layer 5)

17
New cards

OSI Session Layer (PDU)

Data

18
New cards

Sockets are found in which OSI Layer

Session (Layer 5)

19
New cards

NetBIOS operates in which OSI Layer

Session (Layer 5)

20
New cards

Which OSI Layer is responsible for end-to-end delivery, error checking, flow control

Transport (Layer 4)

21
New cards

OSI Transport Layer (PDU)

Segments

22
New cards

TCP operates in which OSI Layer

Transport (Layer 4)

23
New cards

UDP operates in which OSI Layer

Transport (Layer 4)

24
New cards

Stateful firewalls operate in which OSI Layer

Transport (Layer 4)

25
New cards

IDS/IPS operates in which OSI Layer

Transport (Layer 4)

26
New cards

Which OSI Layer is responsible for logical addressing (IP) and routing between networks

Network (Layer 3)

27
New cards

OSI Network Layer (PDU)

Packets

28
New cards

IP operates in which OSI Layer

Network (Layer 3)

29
New cards

ICMP operates in which OSI Layer

Network (Layer 3)

30
New cards

ARP operates in which OSI Layer

Network (Layer 3)

31
New cards

IPsec operates in which OSI Layer

Network (Layer 3)

32
New cards

VPN operates in which OSI Layer

Network (Layer 3)

33
New cards

Routers operate in which OSI Layer

Network (Layer 3)

34
New cards

Packet Filter (Gen 1) firewall operates in which OSI Layer

Network (Layer 3)

35
New cards

Which OSI Layer is responsible for physical addressing (MAC addresses), framing, error detection

Data Link (Layer 2)

36
New cards

OSI Data Link Layer (PDU)

Frames

37
New cards

Ethernet operates in which OSI Layer

Data Link (Layer 2)

38
New cards

MAC Addresses operate in which OSI Layer

Data Link (Layer 2)

39
New cards

Switches operate in which OSI Layer

Data Link (Layer 2)

40
New cards

Which OSI Layer is responsible for raw binary signals over physical media

Physical (Layer 1)

41
New cards

OSI Physical Layer (PDU)

Bits

42
New cards

Wi-Fi operates in which OSI Layer

Physical (Layer 1)

43
New cards

Fiber optic operates in which OSI Layer

Physical (Layer 1)

44
New cards

RJ-45 connectors are found in which OSI Layer

Physical (Layer 1)

45
New cards

Hubs operate in which OSI Layer

Physical (Layer 1)

46
New cards

OSI Layer 7

Application

47
New cards

OSI Layer 6

Presentation

48
New cards

OSI Layer 5

Session

49
New cards

OSI Layer 4

Transport

50
New cards

OSI Layer 3

Network

51
New cards

OSI Layer 2

Data Link

52
New cards

OSI Layer 1

Physical

53
New cards

OSI mnemonic top to bottom

All People Seem To Need Data Processing (Application, Presentation, Session, Transport, Network, Data Link, Physical)

54
New cards

OSI mnemonic bottom to top

Please Do Not Throw Sausage Pizza Away (Physical, Data Link, Network, Transport, Session, Presentation, Application)

55
New cards

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

Application, Transport, Internet, Network Access

56
New cards

TCP/IP Application Layer maps to which OSI layers

OSI Layers 5, 6, and 7 (Session, Presentation, Application)

57
New cards

TCP/IP Layer maps to which OSI layer

OSI Layer 4 (Transport)

58
New cards

TCP/IP Internet Layer maps to which OSI layer

OSI Layer 3 (Network)

59
New cards

TCP/IP Network Access Layer maps to which OSI layers

OSI Layers 1 and 2 (Physical and Data Link)

60
New cards

What does TCP stand for

Transmission Control Protocol

61
New cards

TCP is connection-oriented or connectionless?

Connection-oriented (uses 3-way handshake)

62
New cards

What does UDP stand for

User Datagram Protocol

63
New cards

UDP is connection-oriented or connectionless?

Connectionless (no handshake)

64
New cards

Which is faster, TCP or UDP?

UDP (less overhead, no handshake)

65
New cards

Which is more reliable, TCP or UDP?

TCP (guaranteed delivery, tracks every packet)

66
New cards

What is the TCP 3-way handshake sequence?

SYN → SYN-ACK → ACK

67
New cards

What does SYN stand for in TCP handshake

Synchronize

68
New cards

What does ACK stand for in TCP handshake

Acknowledge

69
New cards

Does UDP use a 3-way handshake?

No — UDP is connectionless, no handshake

70
New cards

File Transfer Protocol (Port)

20/21

71
New cards

File Transfer Protocol — Secure or Insecure?

Insecure — use SFTP (port 22) instead

72
New cards

Secure Shell (Port)

22

73
New cards

SFTP (Secure File Transfer Protocol) uses which port

22 (runs over SSH)

74
New cards

SCP (Secure Copy Protocol) uses which port

22 (runs over SSH)

75
New cards

Telnet (Port)

23

76
New cards

Telnet — Secure or Insecure?

Insecure — plaintext. Replaced by SSH (22)

77
New cards

Simple Mail Transfer Protocol (Port)

25

78
New cards

SMTP — what does it do

Sends email between servers

79
New cards

Domain Name Service (Port)

53 (think AWS route 53!)

80
New cards

DNS — what does it do

Translates domain names (google.com) to IP addresses

81
New cards

HTTP — HyperText Transfer Protocol (Port)

80

82
New cards

HTTP — Secure or Insecure?

Insecure — use HTTPS (443) instead

83
New cards

Post Office Protocol v3 (Port)

110

84
New cards

POP3 — what does it do

Downloads email from server to client; deletes from server

85
New cards

Network Time Protocol (Port)

123

86
New cards

NTP — what does it do

Network Time Protocol - Synchronizes clocks for systems/devices on network

87
New cards

NTP — why is time synchronization important for security

Critical for log correlation — if clocks are different, you can't trace when events occurred

88
New cards

NetBIOS (Ports)

137, 138, 139

89
New cards

NetBIOS — what does it do

Windows file and printer sharing on local networks

90
New cards

Internet Message Access Protocol (Port)

143

91
New cards

IMAP — what does it do

Reads email from server without deleting it; syncs across multiple devices

92
New cards

HTTPS — HyperText Transfer Protocol Secure (Port)

443

93
New cards

HTTPS — Secure or Insecure?

Secure — uses TLS encryption

94
New cards

Remote Desktop Protocol (Port)

3389

95
New cards

RDP — what does it do

Provides remote graphical access to Windows machines

96
New cards

Port range for Well-Known ports

0–1023

97
New cards

Port range for Registered ports

1024–49151

98
New cards

Port range for Dynamic/Ephemeral ports

49152–65535

99
New cards

Total number of possible logical ports

65,536 (range 0 to 65,535)

100
New cards

Which protocol synchronizes time across systems and devices?

NTP (Network Time Protocol) — Port 123