Network Protocols Flashcards
FTP
Port 21, TCP
used to transfer files from host to host. Not secure. See also TFTP and SFTP
SSH
Port 22, TCP/UDP
Secure Shell
used to remotely administer network devices and systems. See also SCP (secure copy) and SFTP (secure FTP)
SCP
Port 22, TCP/UDP
Secure Copy
See also SSH and SFTP
SFTP
Port 22, TCP/UDP
Secure File Transfer Protocol
See also SSH, SCP, and FTP
Telnet
Port 23, TCP/UDP
Telnet is unencrypted. Used to be used for remote administration. Should be DISABLED EVERYWHERE as it is not secure.
SMTP
Port 25 TCP
Simple Mail Transfer Protocol
common email service. See also IMAP and POP3
DNS
Port 53, TCP/UDP
Domain Name Service
used to resolve hostnames to IPs, IPs to hostnames
TFTP
Port 69, UDP
Trivial FTP.
Simplified FTP. Not secure.
HTTP
Port 80, TCP
Hyper Text Transfer Protocol
web browser, not secure
Kerberos
Port 88, TCP/UDP
Kerberos
Used for network authentication using a system of tickets within a Windows domain
POP3
Port 110, TCP
Post Office Protocol v3
common email. Not secure on port 110. Port 995 has secure POP3 using SSL/TLS encrypted connection
NNTP
Port 119, TCP
Network News Transfer Protocol
used for Usenet articles
RPC
Port 135 TCP/UDP
Remote Procedure Call
used to locate DCOM ports and request a service from a program on another computer on the network
NetBIOS
Ports 137-139, TCP/UDP
NetBIOS is used to conduct name querying, sending of data, and other functions
IMAP
Port 143, TCP
Internet Message Access Protocol
common email client with more features than POP3