| Port | Protokoll |
| 20 | FTP (DATA) |
| 21 | FTP |
| 22 | SSH |
| 23 | Telnet |
| 25 | SMTP |
| 37 | TIME |
| 43 | WHOIS |
| 53 | DNS |
| 69 | TFTP (Trivial File Transfer) |
| 79 | Finger |
| 80 | WWW HTTP |
| 110 | POP3 |
| 118 | SQL |
| 119 | NNTP |
| 123 | NTP |
| 137 | NETBIOS NAME SERVICE |
| 138 | NETBIOS DATAGRAMM SERVICE |
| 139 | NETBIOS SESSION SERVICE |
| 143 | IMAP |
| 161 162 | SNMP |
| 179 | Border Gateway Protocol |
| 194 | Internet Relay Chat Protocol |
| 389 | LDAP |
| 443 | HTTPS |
| 465 | SMTPS |
| 500 | Key Exchange for IPSEC |
| 993 | IMAPS |
| 995 | POP3S |
| 1512 | WINS |
| 1701 | L2TP |
| 1723 | PPTP |
| 8080 | HTTP Proxy |
The following TCP ports are used in the most common email protocols:
- TCP port 25: The default port used in SMTP for non-encrypted communications.
- TCP port 465: The port registered by the Internet Assigned Numbers Authority (IANA) for SMTP over SSL (SMTPS). SMTPS has been deprecated in favor of STARTTLS.
- TCP port 587: The Secure SMTP (SSMTP) protocol for encrypted communications, as defined in RFC 2487, using STARTTLS. Mail user agents (MUAs) use TCP port 587 for email submission. STARTTLS can also be used over TCP port 25 in some implementations.
- TCP port 110: The default port used by the POP3 protocol in non-encrypted communications.
- TCP port 995: The default port used by the POP3 protocol in encrypted communications.
- TCP port 143: The default port used by the IMAP protocol in non-encrypted communications.
- TCP port 993: The default port used by the IMAP protocol in encrypted (SSL/TLS) communications.
NetBIOS-related operations use the following ports and protocols:
- TCP port 135: Microsoft Remote Procedure Call (MS-RPC) endpoint mapper, used for client-to-client and server-to-client communication
- UDP port 137: NetBIOS Name Service
- UDP port 138: NetBIOS Datagram Service
- TCP port 139: NetBIOS Session Service
- TCP port 445: Server Message Block (SMB) protocol, used for sharing files between different operating system, including Windows and Unix-based systems