Ports & Protocols Flashcards
Explain TCP
Transmission Control Protocol
3 way handshake
Source sends a syn request to destination
Destination sends acknowledgement and syn to Source
Source sends acknowledgement back to destination
Explain UDP
User Diagram Protocol
Fast but not reliable
Source just stands data to destination
Explain FTP
File Transfer Protocol
Port 20/21 - 20 data/21 auth connection
TCP
plain text
Explain SSH
Secure Shell
Encrypted CLI
Port: 22
TCP
SCP (secure copy) and SFTP (ssh file transfer)
linix/unix
Explain Telnet
Plain Text CLI
Port: 23
TCP
Explain TACACS
Network Access Control
Always encrypted
Port: 49
Either TCP or UDP
Explain DNS
Domain Name Server
53 UDP used for queries (name to IP)
53 TCP zone transfer
Explain HTTP
Hyper-Text Transfer Protocol
TCP Port: 80
Web traffic, plain text
HTTPS on 443 secure option
Explain Kerberos
Network Authentication (SSO)
Port: 88
Either TCP or UDP
Explain POP3
Post Office Protocol
Incoming email, plain text
Port: 110
TCP
Explain NTP
Network Time Protocol
Port: 123
UDP
Explain SMB
Server Message Block
Net BIOS
Port: 137-139 and 445
Either UDP or TCP
Explain IMAP
Internet Message Access Protocol
Incoming email
Port: 143
TCP
Allows syncing across multiple devices (unlike POP3)
Plain text
IMAPS on 993 is secure option
Explain SNMP
Simple Network Management Protocol
v1, v2, v3
Port: 161-162
UDP
Encrypted
Explain LDAP
Lightweight Directory Access Protocol
Port: 389
Plain text
Either UDP or TCP
Explain HTTPS
Hyper-Text Transfer Protocol Secure
Port: 443
TCP
Encrypted w SSL/TLS
v1, v1.1, v1.2, v1.3 (1.2 or 1.3 on exam)
Explain SMTPS
Simple Mail Transfer Protocol
Outgoing mail encryption SSL/TLS
Port: 587
TCP
Explain LDAPS
Lightweight Directory Access Secure
SSL/TLS
Port: 636
TCP
Explain IMAPS
Internet Message Access Protocol Secure
SSL/TLS
Port: 993
TCP
Explain POP3S
Post Office Protocol Secure
Incoming email encrypt SSL/TLS
Port: 995
TCP
Explain RADIUS
Remote Authentication Dial-In User Protocol
Centralized AAA
Port: 1812-1813
UDP
Explain RDP
Remote Desktop Protocol
Built into Windows, Encrypted
Port: 3389
TCP