Difference between revisions of "TCP UDP Ports"

Jump to navigation Jump to search
355 bytes added ,  22:47, 6 May 2012
Added refs
m (Update table formatting)
(Added refs)
Line 27: Line 27:
| 143  || TCP      || [[Acronyms#I|IMAP]]
| 143  || TCP      || [[Acronyms#I|IMAP]]
|-
|-
| 161  || UDP **   || [[Acronyms#S|SNMP]] || Gets (polling), initiated to managed device
| 161  || UDP <ref name="NormUDP" />   || [[Acronyms#S|SNMP]] || Gets (polling), initiated to managed device
|-
|-
| 162  || UDP **   || [[Acronyms#S|SNMP]] || Traps, initiated from managed device  
| 162  || UDP <ref name="NormUDP" />   || [[Acronyms#S|SNMP]] || Traps, initiated from managed device  
|-
|-
| 389  || TCP      || [[Acronyms#L|LDAP]]
| 389  || TCP      || [[Acronyms#L|LDAP]]
Line 37: Line 37:
| 445  || TCP      || [[Acronyms#S|SMB]]
| 445  || TCP      || [[Acronyms#S|SMB]]
|-
|-
| 514  || UDP **   || Syslog
| 514  || UDP <ref name="NormUDP" />   || Syslog
|-
|-
| 903  || TCP      || VMware              || [[Acronyms#V|VM]] remote console on ESX host
| 903  || TCP      || VMware              || [[Acronyms#V|VM]] remote console on ESX host
|-
|-
| 989  || TCP      || [[Acronyms#F|FTPS]] || [[Acronyms#F|FTP]] data over [[Acronyms#S|SSL]] or [[Acronyms#T|TLS]]
| 989  || TCP      || [[Acronyms#F|FTPS]] <ref name="FTPS" /> || [[Acronyms#F|FTP]] data over [[Acronyms#S|SSL]] or [[Acronyms#T|TLS]]
|-
|-
| 990  || TCP      || [[Acronyms#F|FTPS]] || [[Acronyms#F|FTP]] control over [[Acronyms#S|SSL]] or [[Acronyms#T|TLS]]
| 990  || TCP      || [[Acronyms#F|FTPS]] <ref name="FTPS" /> || [[Acronyms#F|FTP]] control over [[Acronyms#S|SSL]] or [[Acronyms#T|TLS]]
|-
|-
| 993  || TCP      || [[Acronyms#I|IMAP]] || Over [[Acronyms#S|SSL]]
| 993  || TCP      || [[Acronyms#I|IMAP]] || Over [[Acronyms#S|SSL]]
Line 62: Line 62:
|}
|}


** UDP is the normal transport used for this protocol, but TCP can be used if you really want to (and your applications support it). In general there is good reason to use UDP over TCP, and you should leave well alone!
<references>
 
<ref name="NormUDP">UDP is the normal transport used for this protocol, but TCP can be used if you really want to (and your applications support it). In general there is good reason to use UDP over TCP, and you should leave well alone!</ref>
 
<ref name="FTPS">Whilst FTPS can use different ports to standard FTP, this is not necessary, and FTP servers are normally capable of accepting secure connections without using different TCP ports</ref>
 
</references>

Navigation menu