Ports and Protocols Flashcards
File Transfer Protocol: FTP
(Port 20,21)
▪ Transfers computer files between a client and server on a computer
network
▪ Unsecure method
▪ Data transferred in the clear
Secure Shell: SSH
(Port 22)
Cryptographic network protocol for operating network services securely
over an unsecured network
▪ Best known for remote login to computer systems by users
SSH File Transfer Protocol: SFTP
Port 22
▪ Provides file access, file transfer, and file management over any
reliable data stream
Telnet (Port 23)
Provides bidirectional interactive text-oriented communication facility
using a virtual terminal connection
▪ Like SSH, but insecure
Simple Mail Transfer Protocol: SMTP
Port 25
▪ Internet standard for sending electronic mail
▪ RFC 821 was defined originally in 1982
▪ RFC 5321 developed in 2008 (current version)
Domain Name Service: DNS
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
Dynamic Host Control : DHCP
Port 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
Trivial File Transfer: TFTP
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
Hyper Text Transfer: HTTP
Port 80
Foundation of data communication for WWW
▪ Designed for distributed, collaborative, and hypermedia presentation
across many devices
Post Office Protocol v3: POP3
Port 110
▪ Used by local e-mail clients to retrieve e-mail from a remote server over
TCP/IP connection
Network Time Protocol: NTP
Port 123
Provides clock synchronization between computer systems over packetswitched, variable-latency data networks
▪ Created in 1985, one of the oldest Internet protocols in current use
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
Internal Mail Application: IMAP
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
Simple NEtwork Management: SNMP
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
Lightweight Directory Access: LDAP
Port 389
▪ Open, vendor-neutral, industry standard for accessing and maintaining
distributed directory information services
▪ LDAP and Active Directory use this port