Common Network Ports Flashcards
(15 cards)
FTP (File Transfer Protocol)
Uses tcp/20 (data) and tcp/21 (control) to transfer files between systems. Requires quthentication and supports full file management.
SSH (Secure Shell)
Uses tcp/22 for encrypted remote console access. A secure alternative to Telnet.
Telnet
Uses tcp/23 to connect remotely to devices. Not encrypted, so it’s rarely used in modern secure environments.
SMTP (Simple Mail Transer Protocol)
Uses tcp/25 to send emails between servers and from devices to mail servers.
DNS (Domain Name System)
Uses udp/53 (and sometimes tcp/53) to convert domain names into IP addresses.
DHCP (Dynamic Host Configuration Protocol)
Uses udp/67 and udp/68 to automatically assign IP addresses and configuration to devices.
HTTP (Hypertext Transfer Protocol)
Uses tcp/80 for unencrypted web browsing.
HTTPS (HTTP Secure)
Uses tcp/443 for encrypted web communication using SSL/TLS.
POP3 (Post Office Protocol v3)
Uses tcp/110 to retrieve email from a server. Downloads and usually removes it from the server.
IMAP4 (Internet Message Access Protocol v4)
Uses tcp/143 to retrieve email while keeping messages on the server. Supports multiple clients.
SMB (Server Message Block)
Uses tcp/445 for Windows file and printer sharing. Can also operate over NetBIOS.
NetBIOS
Uses udp/137 (name service) and tcp/139 (session service) for older Windows networking.
SNMP (Simple Network Management Protocol)
Uses udp/161 (queries) and udp/162 (traps) to manage and monitor network devices.
LDAP (Lightweight Directory Access Protocol)
Uses tcp/389 to access and maintain distributed directory information (e.g., Active Directory).
RDP (Remote Desktop Protocol)
Uses tcp/3389 for remote graphical desktop access to Windows systems.