Ports & Protocols Flashcards
FTP
File Transfer Protocol (Port 20, 21)
Unsecure method of transferring files between client/server
Data transferred in the clear
SSH
Secure Shell (Port 22)
Cryptographic network protocol for operating network services securely over an unsecured network
Best known for remote login to computer systems
SFTP
SSH File Transfer Protocol (Port 22)
Provides file access/transfer/management over any reliable data stream
Telnet
Telnet (Port 23)
Provides bidirectional interactive text-oriented communication facility using a virtual terminal connection.
Like SSH, but unsecure
SMTP
Simple Mail Transfer Protocol (Port 25)
Internet standard for sending electronic mail.
RFC 821 was defined in 1982
RFC 5321 developed in 2008 (current version)
DNS
Domain Name Services (Port 53)
Hierarchical decentralized naming system for computers/services/resources connected to the internet or a private network.
Converts domain names to IP addresses.
DHCP
Dynamic Host Control Protocol (Port 67, 68)
DHCP server dynamically assigns an IP address & other network config parameters to a client.
Enables computers to request IP addresses & network parameters automatically
Reduces burden on network admins
TFTP
Trivial File Transfer Protocol (Port 69)
Transmits files in both directions of a client-server application.
Used for booting an OS from a LAN file server
Doesn’t provide user authentication or directory visibility
Essentially a stripped-down version of FTP
HTTP
Hyper Text Transfer Protocol (Port 80)
Foundation of data communication for WWW
Designed for distributed, collaborative, & hypermedia presentation across many devices.
POP3
Post Office Protocol v3 (Port 110)
Used by local email clients to retrieve email from a remote server over TCP/IP connection
NTP
Network Time Protocol (Port 123)
Provides clock synchronization between computer systems over packet-switched, variable-latency data networks.
Est 1985 (one of the oldest Internet protocols in use)
NetBIOS
NetBIOS (Port 139)
Provides services allowing apps on separate computers to communicate over a LAN for file & printer sharing.
IMAP
Internet Mail Application Protocol (Port 143)
Provides email clients to retrieve email messages from a mail server over a TCP/IP connection.
Allows the end user to view & manipulate messages as if they’re stored locally.
SNMP
Simple Network Management Protocol (Port 161)
Provides collection & organization of info about managed devices on IP networks.
Can modify that info to change device behavior, commonly used in network devices.
LDAP
Lightweight Directory Access Protocol (Port 389)
Open, vendor-neutral, industry standard for accessing & maintaining distributed directory info services.
LDAP & AD use this port