Ports Flashcards
FTP
File transfer Protocol
TCP 22, 20
Transfers files in clear text between client and server
SSH
Secure Shell
TCP 22
Securely access and manage remote systems over an encrypted connection
SFTP
Secure File Transfer Protocol
TCP 22
Transfers files over an encrypted connection
Telnet
TCP 23
Unencrypted text-based remote control protocol
SMTP
Simple Mail Transfer Protocol
TCP 25
For sending emails, client-to-server or server-to-server
DNS
Domain Name System
UDP/TCP 53
A hierarchical protocol that translates human-readable domain names into IP address
DHCP
Dynamic Host Configuration Protocol
UDP 67,68
Automatically assigns IP address, Subnet mask, DNS, default Gateway
TFTP
Trivial File Transfer Protocol
UDP 69
A simple, lightweight protocol used for transferring files without authentication
HTTP
Hypertext Transfer Protocol
TCP 80
Used for transferring hypertext (webpage) between a client (browser) and a server
SNMP
Simple Network Management Protocol
UDP 162/162
Used to centrally monitor, manage and configure network devices
LDAP
Lightweight Directory Access Protocol
TCP 389
Used to access and manage directory service data
HTTPS
Hypertext Transfer Protocol Secure
TCP 443
SSL/TLS encrypted version of HTTP used to make a secure connection to a webpage
SMB
Server Message Block
TCP 445
File and print sharing protocol for windows systems
Syslog
UDP 514
Standard protocol for logging system messages and events in a centralised server
SMTPS
Simple Mail Transfer Protocol Secure
TCP 636
SSL/TLS encrypted version of SMTP used to send emails securely