Protocols & Common Ports Flashcards
FTP
File transfer with remote host
TCP Port: 20/21
SSH
Secure Shell, secure connect to remote host
TCP Port: 22
SFTP
Secure FTP, file transfer over SSH
TCP Port: 22
SCP
Secure copy, secure file transfer + file’s original date/time info
TCP Port: 22
Telnet
Remote host connect, normal by terminal emulator
TCP Port: 23
rsh
Remote shell, allows commands to be executed remotely
TCP Port: 514
DNS
Resolve IPs to friendly names.
TCP/UDP Port: 53
NetBIOS
Network communication for LANs that use NetBIOS
TCP Port: 139
UDP Ports: 137, 138
SMB
Server message block, sahre files, printers, and net resources.
TCP Port: 445
TFTP
TrivialFTP, no authentication required.
UDP Port: 69
DHCP
Dynamically assigns IPs to devices.
UDP: 67, 68
HTTP
Hypertext Transfer Protocol, get webserver content.
TCP Port: 80
HTTPS
Secure HTTP, securely get webserver content.
TCP: 443
SMTP
Simple Mail Transfer Protocol, send email.
TCP: 25
POP3
Post Office Protocol V3, old protocol to retrieve email from server.
TCP: 110