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