HTTP (Port 80)
Used for loading standard web pages.
HTTPS (Port 443)
Secured, encrypted version of HTTP using certificates.
DNS (Port 53)
Translates human-readable names (like yahoo.com) into IP addresses.
FTP (Ports 20, 21)
Used for bi-directional file transfers between a client and server.
TFTP (Port 69)
Trivial FTP. Faster, connectionless, unauthenticated, uni-directional file transfer.
SMTP (Port 25)
Used for sending emails from server to server.
POP3 (Port 110)
Used for receiving emails; downloads them locally.
IMAP4 (Port 143)
Used for receiving emails; lets you view and manage them directly on the server.
Telnet (Port 23)
Basic text-based, unencrypted remote terminal access.
SSH (Port 22)
Secure, encrypted remote login and file execution.
SNMP (Ports 161, 162)
Used by network managers to monitor device health using "agents" and a MIB database.
SMB (Port 445)
Microsoft Windows protocol for transparent file and printer sharing.
LDAP (Port 389)
Used to query and modify hierarchical directory services (like phonebooks/user data).
LPD/LPR (Port 515)
Network printing systems used primarily for Unix/Linux environments.
NTP (Port 123)
Synchronizes the clock/time across network devices.
SCP (Port 22)
Securely copies files between hosts using an underlying SSH connection.