CompTIA A+/Network+ Ports

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

1/24

flashcard set

Earn XP

Description and Tags

Learn these Ports as they will be mentioned in both certification exams

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Port 20/21

(FTP) is used for File Transfer Protocol. Port 20 is used for data transfer, while port 21 is used for command control. It enables users to upload and download files over a network. TCP

2
New cards

Port 22

(SSH)is used for Secure Shell, providing a secure channel for remote command execution and secure file transfers. TCP

3
New cards

Port 23

(Telnet)is a network protocol used for text-based communication over a TCP/IP network. It allows users to establish a command-line interface on a remote device. TCP

4
New cards

Port 53

(DNS)is used for Domain Name System, which translates domain names into IP addresses. TCP/UDP

5
New cards

Port 67,68

(DHCP)Dynamic Host Configuration Protocol: Dynamically assigns IP address information (for example, IP address, subnet mask, DNS server's IP address, and default gateway's IP address) to a network device over a network automatically, simplifying the administration of IP addresses. UDP

6
New cards

Port 69

(TFTP) Trivial File Transfer Protocol: A very simple file transfer protocol without authentication or encryption. Often used in network booting or router firmware updates. UDP

7
New cards

Port 80

(HTTP) Hypertext Transfer Protocol: Retrieves content from a web server. The foundation of the World Wide Web, used for unencrypted web browsing. TCP

8
New cards

Port 110

(PoP3) Post Office Protocol v3: Retrieves emails from a server to a client, typically removing them from the server once downloaded. TCP

9
New cards

Port 123

(NTP) Network Time Protocol: Keeps clocks synchronized across devices and servers on a network, critical for security certificates and logging.

10
New cards

Port 139

NetBIOS/NetBT: An older Windows protocol for file and printer sharing. Superseded by SMB but still seen in legacy systems. TCP/UDP

11
New cards

Port 143

(IMAP) Internet Message Access Protocol: Retrieves emails while keeping them on the server, allowing syncing across multiple devices. TCP

12
New cards

Port 161, 162

(SNMP) Simple Network Management Protocol: Allows monitoring and management of network devices (like routers, switches, printers) using status messages

1st port #(UDP) → Used for SNMP queries/requests

2nd port # (UDP) → Used for SNMP traps/notifications

13
New cards

Port 389

LDAP (Lightweight Directory Access Protocol): Used for accessing and maintaining directory information services, such as Active Directory for authentication and user management. TCP,UDP

TCP= Full LDAP communication (authentication, directory queries)

UDP = Quick lookups/ discovery (“Who is my directory server?“)

14
New cards

Port 443

HTTPS (HTTP Secure): Secure version of HTTP, encrypting all web traffic using SSL/TLS. Standard for secure web browsing, online banking, etc. TCP

15
New cards

Port 445

SMB/CIFS (Server Message Block)
Used for Windows file and printer sharing in modern networks. Replaced much of NetBIOS functionality. TCP

16
New cards

Port 514

Syslog
Used for system logging — devices and applications send log data to a centralized logging server for monitoring and auditing. TCP/UDP

TCP = Reliable, ordered, can be encrypted, used when logs are mission-critical.

UDP = Default, Fast, lightweight, good for high-volume logs, but unreliable.

17
New cards

Port 587

(SMTP TLS) Simple Mail Transfer Protocol Transport Layer Security:

A secure way for email clients to send mail to servers (uses TLS encryption). Often replaces port 25 for client-to-server email submission. TCP

18
New cards

Port 636

LDAPS (LDAP over SSL)
Secure version of LDAP, encrypts directory service communications. TCP

19
New cards

Port 993

IMAPS (IMAP over SSL)
Secure version of IMAP, encrypting email retrieval. TCP

20
New cards

Port 995

POP3S (POP3 over SSL)
Secure version of POP3, encrypting email downloads. TCP/UDP

21
New cards

Port 1433

SQL Server
Default port for Microsoft SQL Server database connections. TCP

22
New cards

Port 1521

Oracle SQL Net
Default port for Oracle databases, allows client applications to connect. TCP/UDP

23
New cards

Port 3306

MySQL
Default port for MySQL database service. TCP

24
New cards

Port 3389

RDP (Remote Desktop Protocol)
Allows remote graphical login to Windows systems. Commonly used for system administration.

25
New cards

Port 5060, 5061

SIP / Secure SIP (Session Initiation Protocol)
Used to establish, manage, and terminate VoIP (Voice over IP) calls and video conferencing. Second is the encrypted version.