Introduction
This is my attempt to keep track of various ports, protocols, and services for successful deployments of solutions.
Active Directory
| Port Number | TCP/UDP | IANA Service Name | IANA Description | Common Use |
|---|
| 135 | TCP | epmap | DCE endpoint resolution | RPC Endpoint Mapper |
| 389 | TCP/UDP | ldap | Lightweight Directory Access Protocol | LDAP |
| 636 | TCP | ldaps | ldap protocol over TLS/SSL (was sldap) | LDAP SSL |
| 3268 | TCP | msft-gc | Microsoft Global Catalog | LDAP GC |
| 3269 | TCP | msft-gc-ssl | Microsoft Global Catalog with LDAP/SSL | LDAP GC SSL |
| 53 | TCP/UDP | domain | Domain Name Server | DNS |
| 88 | TCP/UDP | kerberos | Kerberos | Kerberos |
| 445 | TCP | microsoft-ds | Microsoft-DS | SMB |
| 464 | TCP/UDP | kpasswd | kpasswd | Kerberos Password V5 |
https://learn.microsoft.com/en-us/troubleshoot/windows-server/identity/config-firewall-for-ad-domains-and-trusts
https://learn.microsoft.com/en-US/troubleshoot/windows-server/networking/service-overview-and-network-port-requirements
Dynamic Host Configuration Protocol (DHCP)
| Port Number | TCP/UDP | IANA Service Name | IANA Description | Common Use |
|---|
| 67 | UDP | bootps | Bootstrap Protocol Server | DHCP (Server) |
| 68 | UDP | bootpc | Bootstrap Protocol Client | DHCP (Client) |
Domain Name System (DNS)
TCP/UDP: 53 domain Domain Name Server DNS
| Port Number | TCP/UDP | IANA Service Name | IANA Description | Common Use |
|---|
| 53 | TCP/UDP | domain | Domain Name Server | DNS |
Network Time Protocol (NTP)
| Port Number | TCP/UDP | IANA Service Name | IANA Description | Common Use |
|---|
| 123 | TCP/UDP | ntp | Network Time Protocol | NTP |
Server Message Block (SMB)
| Port Number | TCP/UDP | IANA Service Name | IANA Description | Common Use |
|---|
| 139 | TCP | netbios-ssn | NETBIOS Session Service | SMB |
| 445 | TCP | microsoft-ds | Microsoft-DS | SMB |
Microsoft SQL Server
| Port Number | TCP/UDP | IANA Service Name | IANA Decription | Common Use |
|---|
| 1433 | TCP | ms-sql-s | Microsoft-SQL-Server | Microsoft SQL |
VMware Cloud Foundation
| Port Number | TCP/UDP | IANA Service Name | IANA Description | Common Use |
|---|
| 443 | TCP | https | http protocol over TLS/SSL | HTTP/S |
| 22 | TCP | ssh | The Secure Shell (SSH) Protocol | SSH |
| 5480 | TCP | – | – | VMware Appliance Management Interface (VAMI) |
| 9543 | TCP | – | – | |
| 902 | TCP | – | – | |
| 514 | TCP | shell | – | Syslog |
VMware Horizon
| Port Number | TCP/UDP | IANA Service Name | IANA Description | Common Use |
|---|
| 8443 | TCP | pcsync-https | PCsync HTTPS | Blast Extreme traffic |
| 443 | TCP | https | http protocol over TLS/SSL | Authentication |
| 22443 | TCP/UDP | – | – | Blast Extreme traffic |
| 3389 | TCP | ms-wbt-server | MS WBT Server | Remote Desktop Protocol (RDP) |
https://techzone.vmware.com/sites/default/files/Horizon-Network-Ports-with-All-Connection-Types-and-All-Display-Protocols.png
Helpful Links
Leave a Reply