1.5 Ports And Protocols Flashcards
SSH
Secure shell
Tcp/22
Encrypted communication link
Looks like telnet
Telnet
Tcp/23
Log into devices remotely
In the clear communication
Console access
DNS
Domain name system
UDP/53
Converts names to ip addresses
Large files may use tcp/53
SMTP
Simple mail transfer protocol
Tcp/25
Server to server mail exchange
Send mail to server
POP3
Post office protocol
Tcp/110
-Receive email from server
-Downloads email to one client
-authenticates and transfers
IMAP4
Internet message access protocol
Tcp/143
-receive email from email server
- syncs to multiple clients
SFTP
Secure file transfer protocol
Tcp/22
-Use SSH for file transfer
-provides file system functionality
*resuming interrupted transfers, directory listings, remote file removal
FTP
File transfer protocol
Tcp/20 (active mode data)
and tcp/21(control)
-transfers files between systems
-authenticates with username and password
-full functionality (list, add, delete, etc)
TFTP
Trivial file transfer protocol
UDP/69
-very simple file transfer
-reads and writes
-no authentication
DHCP
Dynamic host configuration protocol
UDP/67, UDP/68
-automated configuration of IP address
-update from bootp
-DORA
-Uses IPv4 broadcast domain
-dhcp relay (helper) needed across different network since routers do not forward broadcast messages
-renewal
-T1 timer (50% of lease time)
-T2 timer (87.5% of lease time)
HTTP
Hypertext transfer protocol
Tcp/80
-communication in browser or over web applications
-in the clear
HTTPS
Hypertext transfer protocol
(Over SSL or TLS)
Tcp/443
-web applications
-encrypted
SNMP
Simple network management protocol
UDP/161
-gather statistics from network devices
-v1 - structured tables, in the clear
-v2 - data type enhancements, bulk
transfers, in the clear
-v3 - message integrity,
authentication, encryption
Syslog
UDP/514
-standard for message logging
- usually central log collector (SIEM)
- lot of disk space needed
RDP
Remote Desktop protocol
Tcp/3389
-share a desktop from a remote location