Ports Flashcards
Port 21 - TCP
FTP
File Transfer Protocol is used to transfer files from host to host.
Port 22 - TCP/UDP
SSH, SCP, SFTP
Secure Shell is used to remotely administer network devices and systems. SCP is used for secure copy. SFTP for secure FTP.
Port 23 - TCP/UDP
Telnet
Unencrypted method to remotely administer network devices
Do NOT use!
Port 25 - TCP
SMTP
Simple Mail Transfer Protocol is used to send email over the internet.
Port 53 -TCP/UDP
DNS
Domain Name Service is used to resolve hostnames to IPs and IPs to hostnames.
Port 69 - UDP
TFTP
Trivial FTP is used as a simplified version of FTP to put a file on a remote host, or get a file from a remote host.
Port 80 - TCP
HTTP
Hyper Text Transfer Protocol is used to transmit web page data to a client for unsecured web browsing.
Port 88 - TCP/UDP
Kerberos
Used for network authentication using a system of tickets within a windows domain.
Port 110 - TCP
POP3
Post Office Protocol v3 is used to receive email from a mail server.
Port 119 - TCP
NNTP
Network News Transfer Protocol is used to transfer Usenet articles.
Port 135 - TCP/UDP
RPC/DCOM-Scm
Remote Procedure Call is used to locate DCOM ports to request a service from a program on another computer on the network.
Port 137-139 - TCP/UDP
NetBios
NetBios is used to conduct name querying, sending of data, and other functions over a NetBios connection.
Port 143 - TCP
IMAP
Internet Message Access Protocol is used to receive email from a mail server with more features than POP3.
Port 161 - UDP
SNMP
Simple Network Management Protocol is used to remotely monitor network devices.
Port 162 - TCP/UDP
SNMPTRAP
Used to send Trap and InformRequest to the SNMP Manager on a network.
Port 389 - TCP/UDP
LDAP
Lightweight Directory Access Protocol is used to maintain directories of users and other objects.
Port 443 - TCP
HTTPS
Hyper Text Transfer Protocol Secure is used to transmit web page data to a client over an SSL/TLS encrypted connection.
Port 445 - TCP
SMB
Server Message Block is used to provide shared access to files and other resources on a network.
Port 465/587 - TCP
SMTP with SSL/TLS
Simple Mail Transfer Protocol used to send email over the internet with an SSL and TLS secured connection.
Port 514 - UDP
Syslog
Syslog is used to conduct computer message logging, especially for routers and firewall logs.
Port 636 - TCP/UDP
LDAP SSL/TLS
LDAP is used to maintain directories of users and other objects over an encrypted SSL/TLS connection.
Port 860 - TCP
iSCSI
iSCSI is used for linking data storage facilities over IP.
Port 989/990 - TCP
FTPS
File Transfer Protocol Secure is used to transfer files from host to host over an encrypted connection.
Port 993 - TCP
IMAP4 with SSL/TLS
Internet Message Access Protocol used to receive email from a mail server over an SSL/TLS encrypted connection.