Protocols and Ports Flashcards
FTP
File Transfer Protocol (Port 20,21)
■ Transfers computer files between a client and server on a computer network
■ Unsecure method
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 by users
SFTP
SSH File Transfer Protocol (Port 22)
■ Provides file access, file transfer, and file 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 insecure
SMTP
Simple Mail Transfer Protocol (Port 25)
■ Internet standard for sending electronic mail
DNS
Domain Name Service (Port 53)
■ Hierarchical decentralized naming system for computers, services, or other resources connected to the Internet or a private network
■ Converts domain names to IP addresses
DHCP
Dynamic Host Configuration Protocol (Ports 67, 68)
■ DHCP server dynamically assigns an IP address and other network configuration parameters to a client
■ Enables computers to request IP addresses and networking parameters automatically
■ Reduces burden on network administrators
TFTP
Trivial File Transfer Protocol (Port 69)
■ Transmits files in both directions of a client-server application
■ Used for booting an operating system from a local area network file server
■ Doesn’t provide user authentication or directory visibility
■ Essentially a stripped-down version of FTP
HTTP
HyperText Transfer Protocol (Port 80)
■ Foundation of data communication for WWW
■ Designed for distributed, collaborative, and hypermedia presentation across many devices
POP3
Post Office Protocol v3 POP3 (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
NetBIOS
NetBIOS (Port 139)
■ Network Basic Input/Output System
■ Provides services allowing applications on separate computers to communicate over a local area network for file and printer sharing
IMAP
Internet Message Access Protocol (Port 143)
■ Provides e-mail clients to retrieve e-mail messages from a mail server over a TCP/IP connection
■ Allows the end user to view and manipulate the messages as if they’re stored locally
SNMP
Simple Network Management Protocol (Port 161)
■ Provides collection and organization of information about managed devices on IP networks
■ Can modify that information to change device behavior, commonly used in network devices
LDAP
Lightweight Directory Access Protocol (Port 389)
■ Open, vendor-neutral, industry standard for accessing and maintaining distributed directory information services
■ LDAP and Active Directory use this port