Net+ Flashcards
Telnet
Port 23, (console access/remote login UNENCRYPTED)
SSH
Port 22, (Looks and acts like Telnet but encrypted)
DNS
UDP/53
Plain-text SMTP (Simple-Mail Transfer Protocol)
TCP/25
TLS SMTP
TCP/587
POP3/IMAP (What does it do, no port needed)
Receive emails from an email server
Pop3 Plaintext
TCP/110
Pop3 over TLS
TCP/995
Imap4 plaintext
TCP/143
IMAP4 Over TLS
TCP/993 and -Includes management of email inbox from multiple clients
SFTP
TCP/22 for encryption (Secure file transfer protocol)
FTP
uses tcp/20 (active mode data), tcp/21 (control)
TFTP
Trivial FTP (UDP 69)
UDP
Port 69, simple file transfer app, reads and writes files, no authentication and not used on prod
DHCP
UDP/67 UDP/68 - Requires a DHCP server (server, appliance, integrated into a SOHO router, etc)
SNMP
Simple network management protocol (gather statistics from network devices) - UDP/161 uses UDP/162 for alerts and notifications
Syslog
standard for message logging UDP/514
Centralized log collector NEED SPACE
RDP
TCP/3389 - Can connect to an entire desktop or just an application
NTP
Network Time Protocol - UDP/123
SIP (Session Initiation Protocol
TCP/5060 and TCP/5061
SMB
Server Message Block
-Used by Microsoft, File sharing/printer sharing (also called CIFS(Common Internet File System)
-Direct over TCP/445 (NetBIOS-less) - Direct SMB communication over TCP without the NetBios transport
LDAP
TCP/389 (lightweight directory access protocol, AD)
LDAPS
TCP/639 (secured over SSL)
MS-SQL
TCP/1433