Ports Flashcards
SSH - secure shell
- Encrypted communication link - tcp/22
* Looks and acts the same as Telnet
DNS - Domain Name System
Converts names to IP addresses - udp/53
• www.professormesser.com = 162.159.246.164
SMTP - Simple Mail Transfer Protocol
SMTP - Simple Mail Transfer Protocol
• Server to server email transfer - tcp/25
Also used to send mail from a device to a mail server
• Commonly configured on mobile devices
and email clients
• Other protocols are used for clients to receive email
• IMAP, POP3
SFTP - Secure FTP
• Uses the SSH File Transfer Protocol - tcp/22
FTP – File Transfer Protocol
tcp/20 (active mode data), tcp/21 (control)
• Transfers files between systems
• Authenticates with a username and password
TFTP – Trivial File Transfer Protocol
udp/69
• Very simple file transfer application
• Read files and write files
• No authentication - Not used on production systems
Telnet
Telnet – Telecommunication Network - tcp/23
• Login to devices remotely
• Console access
• In-the-clear communication
DHCP - Dynamic Host Configuration Protocol
Automated configuration of IP address,
subnet mask and other options
• udp/67, udp/68 - Requires a DHCP server
HTTP
80
HTTPS
443
SNMP - Simple Network Management Protocol
Gather statistics from network devices
• udp/161
RDP - Remote Desktop Protocol
Share a desktop from a remote location over tcp/3389
NTP - Network Time Protocol
Switches, routers, firewalls, servers, workstations
• Every device has its own clock - udp/123
Synchronizing the clocks becomes critical
• Log files, authentication information, outage details
SIP - Session Initiation Protocol
Voice over IP (VoIP) signaling
• tcp/5060 and tcp/5061
SMB - Server Message Block
Protocol used by Microsoft Windows
• File sharing, printer sharing
• Also called CIFS (Common Internet File System)
• Direct over tcp/445 (NetBIOS-less)