Ports Flashcards
(30 cards)
FTP
20/21, File Transfer Protocol, TCP, 21 is a control port that establishes the framework of the connection and 20 transfers the files
SSH
22, TCP, transmits data securely through a remote connection, can remotely configure servers and other devices. Often used in linux and unix machines
SMTP
25, Simple Mail Transfer Protocol, TCP, mail protocol that connects email clients to mail servers
SSH file transfer protocol
22, TCP, completely separate from FTP and uses SSH to encrypt file transfers
TACACS+
49, TCP, Cisco proprietary protocol used for AAA services authentication authorization accounting for Cisco devices specifically
DNS
53, Domain Name System, UDP, associates IP addresses with domain names
DHCP
67/68, Dynamic Host Configuration Protocol, UDP, commonly used by home routers to assign multiple local private IP addresses from one public IPv4 address
HTTP
80, Hypertext Transfer Protocol, TCP, used for most websites and internet traffic
Kerberos
88, TCP/UDP, network authentication protocol that allows for communication over a non secure network. Primarily uses UDP but can use TCP
POP
110, Post Office Protocol, TCP, email protocol that allows email clients to communicate with email servers. POP provides only one way communication
NTP
123, Network Time Protocol NTP, UDP, used to synchronize multiple devices with a standardized clock
SMB
139, Server Message Block SMB, UDP, built on NetBIOS, used by windows devices to remotely access servers
IMAP
143, Internet Message Access Protocol IMAP, TCP, email protocol that allows two way communication between email clients and servers
SNMP
161/162, Simple Network Management Protocol SNMP, UDP, allows you to monitor usage statistics and health of devices on your network
LDAP
389, Lightweight Directory Access Protocol LDAP, UDP, used to query directories unsecure
HTTPS
443, Hypertext Transfer Protocol Secure HTTPS, TCP, secure version of HTTP that used TLS for encryption. Most websites use this instead of HTTP
SSTP
443, Secure Socket Tunneling Protocol SSTP, TCP, developed to replace PPTP or L2TP/IPSec, uses TLS
SMB (TCP)
445, Server Message Block (SMB), TCP, forces SMB to use TCP and adds encryption to the connection
IPSec
500, Internet Protocol Security IPSec using ISAKMP, UDP, IP security achieved through use of Internet Security Association and Key Management Protocol, primarily used for VPNs
SMTPS
587, Simple Mail Transfer Protocol Secure SMTPS, TCP, secure version of SMTP that uses TLS for encryption
LDAPS
636, Lightweight Directory Access Protocol Secure LDAPS, TCP, secure LDAP that uses TLS for encryption
FTPS
989/990, File Transfer Protocol Secure FTPS, TCP, FTP that uses TLS for encryption. It can run on 20/21 but is sometimes allocated to 989/990
IMAPS
993, Internet Message Access Protocol Secure IMAPS, TCP, secure IMAP uses TLS for encryption
POP3S
995, Post Office Protocol 3 Secure POP3S, TCP, secure version of POP that uses TLS for encryption