Security+ 701 Ports and Protocols

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/38

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering common Security+ ports and protocols, their purposes, and associated port numbers.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

39 Terms

1
New cards

File Transfer Protocol (FTP)

Transfers files (legacy). Uses TCP 21/20.

2
New cards

Secure Shell (SSH)

Secure remote command line. Uses TCP 22.

3
New cards

SSH File Transfer Protocol (SFTP)

Secure file transfer over SSH. Uses TCP 22.

4
New cards

Simple Mail Transfer Protocol (SMTP)

Sends outgoing email. Uses TCP 25.

5
New cards

TACACS+

Cisco's Identity (AAA) protocol. Uses TCP 49.

6
New cards

Domain Name System (DNS)

Maps names to IP addresses. Uses UDP 53.

7
New cards

Dynamic Host Configuration Protocol (DHCP)

Assigns device IP addresses. Uses UDP 67/68.

8
New cards

Hypertext Transfer Protocol (HTTP)

Unencrypted web traffic. Uses TCP 80.

9
New cards

Kerberos

Ticket-based network authentication. Uses UDP 88.

10
New cards

Post Office Protocol version 3 (POP3)

Retrieves email (one-way). Uses TCP 110.

11
New cards

Network Time Protocol (NTP)

Synchronizes device time. Uses UDP 123.

12
New cards

Server Message Block (SMB) over NetBIOS

Windows file sharing (old). Uses UDP 139.

13
New cards

Internet Message Access Protocol (IMAP)

Retrieves/manages email (two-way). Uses TCP 143/993.

14
New cards

Simple Network Management Protocol (SNMP)

Monitors network devices. Uses UDP 161/162.

15
New cards

Lightweight Directory Access Protocol (LDAP)

Directory service for querying info. Uses UDP/TCP 389.

16
New cards

Hypertext Transfer Protocol Secure (HTTPS)

Encrypted web traffic. Uses TCP 443.

17
New cards

Secure Socket Tunneling Protocol (SSTP)

Microsoft VPN tunneling. Uses TCP 443.

18
New cards

Server Message Block (SMB) direct over TCP

Windows modern file sharing. Uses TCP 445.

19
New cards

IPSec with ISAKMP/IKE

Secures IP traffic. Key exchange on UDP 500.

20
New cards

Simple Mail Transfer Protocol Secure (SMTPS)

Secure outgoing email (SMTP with TLS). Uses TCP 587.

21
New cards

Lightweight Directory Access Protocol Secure (LDAPS)

Secure directory service (LDAP with TLS). Uses TCP 636.

22
New cards

File Transfer Protocol Secure (FTPS)

Secure FTP with TLS. Uses TCP 989/990.

23
New cards

Internet Message Access Protocol Secure (IMAPS)

Secure IMAP with TLS. Uses TCP 993.

24
New cards

Post Office Protocol 3 Secure (POP3S)

Secure POP3 with TLS. Uses TCP 995.

25
New cards

Remote Authentication Dial-In User Service (RADIUS)

Open Identity (AAA) protocol. Uses UDP 1812/1813.

26
New cards

Remote Desktop Protocol (RDP)

Microsoft remote desktop access. Uses TCP 3389.

27
New cards

Diameter

Next-gen Identity (AAA) protocol. Uses TCP 3868.

28
New cards

Secure Real-Time Transport Protocol (SRTP)

Encrypted voice/video streaming. Uses UDP 5004.

29
New cards

Transmission Control Protocol (TCP)

Reliable, ordered data delivery. Layer-4, connection-oriented.

30
New cards

User Datagram Protocol (UDP)

Fast, unordered data delivery. Layer-4, connectionless.

31
New cards

Layer 2 Tunneling Protocol (L2TP)

VPN tunneling. Uses UDP 1701 for tunneling; relies on IPSec.

32
New cards

Point-to-Point Tunneling Protocol (PPTP)

Old, insecure VPN protocol. Uses TCP/UDP 1723.

33
New cards

OSI Layer 1: Physical

Moves bits across cables and signals (wires, fiber, radio)

34
New cards

OSI Layer 2: Data Link

Frames data for delivery on the same network. Uses MAC addresses.

35
New cards

OSI Layer 3: Network

Routes data between networks using IP addresses.

36
New cards

OSI Layer 4: Transport

Breaks data into chunks. Uses ports. TCP = reliable, UDP = fast.

37
New cards

OSI Layer 5: Session

Manages connections. Starts, keeps, and ends sessions.

38
New cards

OSI Layer 6: Presentation

Translates data so apps understand it. Handles encryption & formatting.

39
New cards

OSI Layer 7: Application

Where users interact. Protocols like HTTP, FTP, DNS run here.