TCP/IP Suite · OSI Model · HTTP/HTTPS · FTP · SMTP · BitTorrent
| Protocol | Full Name | Port | Purpose |
|---|---|---|---|
| HTTP | HyperText Transfer Protocol | 80 | Transfer web pages (HTML, images) — plaintext, not encrypted |
| HTTPS | HTTP Secure | 443 | Encrypted HTTP using TLS/SSL — secure web browsing, online banking |
| FTP | File Transfer Protocol | 20/21 | Upload/download files between client and server; two channels (control + data) |
| SMTP | Simple Mail Transfer Protocol | 25 | Send email from client to server, and between mail servers |
| IMAP | Internet Message Access Protocol | 143 | Retrieve email from server — emails stay on server, synced across devices |
| POP3 | Post Office Protocol 3 | 110 | Download email to client — emails removed from server after download |
| DNS | Domain Name System | 53 | Translates domain names (cszone.co.uk) to IP addresses |