Cyberkraft Security+ 701 Ports and Protocols Reference Sheet

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

flashcard set

Earn XP

Description and Tags

Complete reference of network ports, protocols, and their uses as specified in the Cyberkraft Security+ 701 study material.

Last updated 1:04 PM on 7/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

File Transfer Protocol (FTP)

Uses TCP ports 2020 and 2121. Port 2121 is the control port while port 2020 is used to transfer files.

2
New cards

Secure Shell (SSH)

Runs on TCP port 2222. It is designed to transmit data through a remote connection.

3
New cards

SSH File Transfer Protocol (SFTP)

Uses TCP port 2222. It is a completely separate protocol from FTP (not compliant with FTP servers) that uses SSH to encrypt file transfers.

4
New cards

Simple Mail Transfer Protocol (SMTP)

Runs on TCP port 2525. This Internet mail protocol is used to send outgoing mail from email clients to mail servers.

5
New cards

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

Uses TCP port 4949. It is a Cisco proprietary protocol used for authentication, authorization, and accounting (AAA) services.

6
New cards

Domain Name System (DNS)

Runs on UDP port 5353. It is used to associate IP addresses with domain names.

7
New cards

Dynamic Host Configuration Protocol (DHCP)

Uses UDP ports 6767 and 6868. This network management protocol is used to assign multiple local private IP addresses from one public IPv4 address.

8
New cards

Hypertext Transfer Protocol (HTTP)

Runs on TCP port 8080. This protocol is used for websites and most internet traffic.

9
New cards

Kerberos

Uses TCP or UDP port 8888, though it primarily uses UDP. It is a network authentication protocol that allows for communication over a non-secure network.

10
New cards

Post Office Protocol (POP)

Runs on TCP port 110110. This E-mail protocol allows communications between clients and servers in a one-way manner.

11
New cards

Network Time Protocol (NTP)

Runs on UDP port 123123. It is a low latency protocol used to synchronize timekeeping across a network.

12
New cards

Server Message Block (SMB) - Original

Originally used UDP port 139139. It is a Windows proprietary protocol built on NetBIOS that allows users to remotely access servers.

13
New cards

Internet Message Access Protocol (IMAP)

Uses TCP port 143143. This e-mail protocol provides two-way communication between e-mail clients and e-mail servers.

14
New cards

Simple Network Management Protocol (SNMP)

Runs on UDP ports 161161 and 162162. It is used to monitor and manage network devices on IP networks.

15
New cards

Lightweight Directory Access Protocol (LDAP)

Uses UDP port 389389. It is used to manage and communicate with directories.

16
New cards

Hypertext Transfer Protocol Secure (HTTPS)

Uses TCP port 443443. It is a secure version of HTTP that uses TLS for encryption.

17
New cards

Secure Socket Tunneling Protocol (SSTP)

Uses TCP port 443443. Developed by Microsoft to replace insecure PPTP or L2TP/IPSec options in Windows; it uses TLS.

18
New cards

Server Message Block (SMB) - Modern

Modern versions use TCP port 445445. It is a Windows proprietary protocol built on NetBIOS allowing remote server access.

19
New cards

Internet Protocol Security (IPSec) using ISAKMP

Uses UDP port 500500. Achieved through the use of ISAKMP (Internet Security Association and Key Management Protocol).

20
New cards

Simple Mail Transfer Protocol Secure (SMTPS)

Runs on TCP port 587587. This is the secure version of SMTP and uses TLS for encryption.

21
New cards

Lightweight Directory Access Protocol Secure (LDAPS)

Uses TCP port 636636. It is the secure version of LDAP that uses TLS for encryption.

22
New cards

File Transfer Protocol Secure (FTPS)

Uses TCP ports 989989 and 990990. It uses TLS for encryption and can also run on ports 2020 and 2121.

23
New cards

Internet Message Access Protocol Secure (IMAPS)

Uses TCP port 993993. It is the secure version of IMAP that uses TLS for encryption.

24
New cards

Post Office Protocol 3 Secure (POP3S)

Runs on TCP port 995995. It is the secure version of POP that uses TLS for encryption.

25
New cards

Remote Authentication Dial-In User Service (RADIUS)

Uses UDP ports 18121812 and 18131813. It provides AAA for network services.

26
New cards

Remote Desktop Protocol (RDP)

Uses TCP port 33893389. This Windows proprietary protocol enables remote connections to other computers.

27
New cards

Diameter

Uses TCP port 38683868. It was developed as an upgrade to RADIUS.

28
New cards

Secure Real Time Protocol (SRTP)

Uses UDP port 50045004. It replaced RTP and is used to stream audio and video communication.

29
New cards

Transmission Control Protocol (TCP)

A Layer 44 Transport protocol that provides error checking to ensure packets are not lost in transit.

30
New cards

User Datagram Protocol (UDP)

A Layer 44 Transport protocol that transmits datagrams in a best effort method without error checking.

31
New cards

Point to Point Tunneling Protocol (PPTP)

Uses TCP or UDP port 17231723. It is based on PPP and is a deprecated protocol for VPNs.

32
New cards

Layer 2 Tunneling Protocol (L2TP)

Uses UDP port 17011701. Used for point-to-point connections like VPNs; needs IPSec for encryption and operates at the data link layer while encapsulating packets at the session layer.