HTTP · HTTPS · FTP · SMTP · POP3 · IMAP · SSH
| Protocol | Port | Purpose | Key Feature |
|---|---|---|---|
| HTTP | 80 | Transfer web pages | Unencrypted — data visible in transit |
| HTTPS | 443 | Secure web transfer | Encrypted with TLS — secure |
| FTP | 20/21 | Transfer files between systems | Separate control and data connections |
| SSH | 22 | Secure remote access | Encrypted command-line access |
| Protocol | Port | Direction | Key Behaviour |
|---|---|---|---|
| SMTP | 25/587 | Sending email | Sends email from client to server, server to server |
| POP3 | 110 | Receiving email | Downloads and deletes from server — offline access |
| IMAP | 143 | Receiving email | Syncs with server — email stays on server |