Focused Set (OSI, TCP/IP stack, ports)

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

1/59

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:11 AM on 5/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

60 Terms

1
New cards

OSI Layer 7 - Application

User-facing layer where applications interact with the network — closest to the end user

2
New cards

OSI Layer 6 - Presentation

Handles data formatting, encryption, and compression — translates between application and network formats

3
New cards

OSI Layer 5 - Session

Establishes, maintains, and tears down sessions between systems — sockets live here

4
New cards

OSI Layer 4 - Transport

Provides end-to-end delivery and reliability between hosts

5
New cards

OSI Layer 3 - Network

Logical addressing and routing of traffic between different networks

6
New cards

OSI Layer 2 - Data Link

MAC addressing and frame delivery within a single network segment

7
New cards

OSI Layer 1 - Physical

The actual transmission medium — cables, fiber, radio waves; sends raw bits

8
New cards

Bit

PDU (data unit) at OSI Layer 1 (Physical)

9
New cards

Frame

PDU (data unit) at OSI Layer 2 (Data Link)

10
New cards

Packet

PDU (data unit) at OSI Layer 3 (Network)

11
New cards

Segment

PDU at OSI Layer 4 (Transport) — used by TCP

12
New cards

Datagram

PDU at OSI Layer 4 (Transport) — used by UDP

13
New cards

HTTP (Hypertext Transfer Protocol)

Application layer (OSI 7) — protocol for unencrypted web traffic between browsers and web servers

14
New cards

HTTPS (Hypertext Transfer Protocol Secure)

Application layer (OSI 7) — encrypted web traffic using TLS to protect data in transit

15
New cards

FTP (File Transfer Protocol)

Application layer (OSI 7) — transfers files between client and server in plain text; NOT secure

16
New cards

SSH (Secure Shell)

Application layer (OSI 7) — encrypted remote terminal access; also used for secure file transfer (SFTP/SCP)

17
New cards

Telnet

Application layer (OSI 7) — unencrypted remote terminal access; sends credentials in plain text; NOT secure

18
New cards

SMTP (Simple Mail Transfer Protocol)

Application layer (OSI 7) — sends outgoing email between mail servers

19
New cards

DNS (Domain Name System)

Application layer (OSI 7) — resolves human-readable domain names into IP addresses

20
New cards

POP3 (Post Office Protocol v3)

Application layer (OSI 7) — downloads email from a server to a client and typically removes it from the server

21
New cards

IMAP (Internet Message Access Protocol)

Application layer (OSI 7) — manages email on the server; keeps messages there and syncs across multiple devices

22
New cards

RDP (Remote Desktop Protocol)

Application layer (OSI 7) — Windows remote desktop access protocol

23
New cards

WAF (Web Application Firewall)

Application layer (OSI 7) device — filters HTTP traffic going to a web application

24
New cards

TLS / SSL

Presentation layer (OSI 6) — handles encryption for data in transit

25
New cards

Sockets

Session layer (OSI 5) — an IP address combined with a port number, established during the TCP handshake

26
New cards

NetBIOS (Network Basic Input/Output System)

Session layer (OSI 5) — legacy Windows networking for name resolution, datagrams, and session services; NOT secure

27
New cards

TCP (Transmission Control Protocol)

Transport layer (OSI 4) — connection-oriented with 3-way handshake and guaranteed delivery

28
New cards

UDP (User Datagram Protocol)

Transport layer (OSI 4) — connectionless, best-effort delivery, no handshake, lightweight

29
New cards

IP (Internet Protocol)

Network layer (OSI 3) — logical addressing and routing of packets between networks

30
New cards

ICMP (Internet Control Message Protocol)

Network layer (OSI 3) — used by ping and traceroute for network diagnostics

31
New cards

Router

Network layer (OSI 3) device — connects two or more networks together

32
New cards

Ethernet

Data Link layer (OSI 2) — IEEE 802.3 standard for wired LANs; uses MAC addresses

33
New cards

ARP (Address Resolution Protocol)

Data Link layer (OSI 2) — maps IP addresses to MAC addresses on a LAN

34
New cards

MAC address (Media Access Control)

Data Link layer (OSI 2) — physical hardware address burned into a network interface card

35
New cards

Switch

Data Link layer (OSI 2) device — forwards frames only to the destination port within a LAN

36
New cards

Bridge

Data Link layer (OSI 2) device — connects network segments; older than switches

37
New cards

NIC (Network Interface Card)

Data Link layer (OSI 2) hardware — connects a device to the network

38
New cards

WAP (Wireless Access Point)

Data Link layer (OSI 2) device — provides Wi-Fi connectivity to a network

39
New cards

Hub

Physical layer (OSI 1) device — broadcasts received signal to ALL ports; obsolete, replaced by switches

40
New cards

Modem (Modulator/Demodulator)

Physical/Data Link layer (OSI 1/2) device — converts between digital and analog signals

41
New cards

Cables / Fiber / Radio waves

Physical layer (OSI 1) — the actual transmission medium for signals

42
New cards

TCP/IP Application Layer

Combines OSI layers 5, 6, 7 (Session, Presentation, Application) — handles all user-facing protocols like HTTP, FTP, DNS, SMTP, SSH

43
New cards

TCP/IP Transport Layer

Maps one-to-one with OSI layer 4 — provides end-to-end delivery using TCP (reliable, connection-oriented) and UDP (best-effort, connectionless)

44
New cards

TCP/IP Internet Layer

Maps one-to-one with OSI layer 3 — handles logical addressing and routing using IP and ICMP

45
New cards

TCP/IP Network Access Layer

Combines OSI layers 1 and 2 (Physical and Data Link) — handles physical transmission, MAC addressing, Ethernet, ARP, cables, NICs

46
New cards

Port range 0-1023

Well-known ports — reserved for standard services, assigned by IANA

47
New cards

Port range 1024-49151

Registered ports — vendor-specific applications

48
New cards

Port range 49152-65535

Dynamic / ephemeral ports — spun up by the OS as needed

49
New cards

Total logical ports

65,536 possible values; allowable range is 0 to 65,535 (16-bit number)

50
New cards

Port 21

FTP (File Transfer Protocol) — transfers files in plain text; NOT secure

51
New cards

Port 22

SSH (Secure Shell) — encrypted remote terminal access; also used by SFTP and SCP; SECURE

52
New cards

Port 23

Telnet — unencrypted remote terminal access; sends credentials in plain text; NOT secure

53
New cards

Port 25

SMTP (Simple Mail Transfer Protocol) — sending email in plain text; NOT secure in plain form

54
New cards

Port 53

DNS (Domain Name System) — translates domain names to IP addresses; NOT secure in plain form

55
New cards

Port 80

HTTP (Hypertext Transfer Protocol) — unencrypted web traffic; NOT secure

56
New cards

Port 110

POP3 (Post Office Protocol v3) — downloads email from server to client; NOT secure

57
New cards

Ports 137, 138, 139

NetBIOS — legacy Windows networking; NOT secure

58
New cards

Port 143

IMAP (Internet Message Access Protocol) — manages email on the server; NOT secure

59
New cards

Port 443

HTTPS (HTTP Secure) — encrypted web traffic using TLS; SECURE

60
New cards

Port 3389

RDP (Remote Desktop Protocol) — Windows remote desktop access; security depends on configuration