ports Flashcards
Telnet
TCP/23
- login to devices remotely
- console access
SSH
Secure Shell
TCP/22
- Encrypted communication link
DNS
Domain Name System
UDP/53
- Larger transfers may use TCP/53
SMTP
Simple Mail Transfer Protocol
TCP/25 (SMTP using plaintext)
TCP/587 (SMTP using TLS encryption)
POP3
Post office Protocol version 3
TCP/110 (plaintext)
TCP/995 (POP over TLS)
- basic mail transfer functionality
IMAP4
Internet Message Access Protocol v4
TCP/143 (paintext)
TCP/993 (IMAP over TLS)
- includes management of email inbox from multiple clients
SFTP
Secure Shell File Transfer Protocol
TCP/22
provides file system functionality: resuming interrupted transfers, directory listings,
remote file removal
FTP
File Transfer Protocol
TCP/20 (active mode) actually transfering the file
TCP/21 (control) tells the system which file to send
- Transfers files between systems
- Authenticates with a username and password
- full-featured functionality (lists, add, deletes, etc.)
TFTP
Trivial File Transfer Protocol
UDP/69
- Very simple file transfer application
- No authentication
DHCP
Dynamic Host Configuration Protocol
UDP/67
UDP/68
- Requires a DHCP server
- Automated configuration of IP address, subnet mask and other options
HTTP
Hypertext Transfer Protocol
TCP/80
- Communication in the browser and other applications
HTTPS
Hypertext Transfer Protocol Secure
TCP/443
-Web server communication with encryption
SNMP
Simple Network Management Protocol
UDP/161
- Gather statistics from network devices
- SNMP traps: Alerts and notification from the network devices UDP/162
Syslog
UDP/514
- Standard for message logging
- instead of going to each device on the network 1 by 1 and checking for alerts. This allows us to check 1 central repository where each device sends their logs
RDP
Remote Desktop Protocol
TCP 3389
- Share a desktop from a remote location