Ports and Protocols Flashcards
1
Q
FTP, File Transfer Protocol
A
- Port 20, 21
- Transfers computer files between a client and server on a computer network.
- Unsecure method.
- Data transferred in the clear.
2
Q
SSH, Secure Shell
A
- Port 22
- Secure Remote Access.
- Cryptographic network protocol for operating network services securely over an unsecured network.
- Best known for remote login to computer systems by users.
3
Q
SFTP, SSH File Transfer Protocol
A
- Port 22
- Secure File Transfer.
- Provides file access, file transfer, and file management over any reliable data stream.
4
Q
Telnet
A
- Port 23
- Unsecure Remote Access.
- Provides bidirectional interactive text-oriented communication facility using a virtual terminal connection.
- Like SSH but insecure.
5
Q
SMTP, Simple Mail Transfer Protocol
A
- Port 25
- Sending Emails.
- Internet standard for sending electronic mail.
6
Q
DNS, Domain Name Service
A
- Port 53
- Hierarchical decentralized naming system for computers, services, or other resources connected to the Internet or a private network.
7
Q
DHCP, Dynamic Host Control
A
- Port 67, 68
- DHCP server dynamically assigns an IP address and other network configuration parameters to a client.
- Reduces burden on network administrators.
8
Q
TFTP, Trivial File Transfer
A
- Port 69
- Trivial File Transfer.
- 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.
9
Q
HTTP, Hypertext Transfer
A
- Port 80
- Web Browsing.
- Foundation of data communication for WWW.
- Designed for distributed, collaborative, and hypermedia presentation across many devices.
10
Q
POP3, Post Office Protocol v3
A
- Port 110
- Receiving Emails.
- Used by local email clients to retrieve email from a remote server over TCP/IP connection.
11
Q
NTP, Network Time Protocol
A
- Port 123
- Network Time.
- Provides clock synchronization between computer systems over packet-switched, variable-latency data networks.
12
Q
NetBIOS
A
- Port 139
- Windows File Sharing.
- Network Basic Input/Output System.
- Provides services allowing applications on separate computers to communicate over a local area network for file and printer sharing.
13
Q
IMAP, Internet Message Access Protocol
A
- Port 143
- Receiving Emails.
- 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.
14
Q
SNMP, Simple Network Management
A
- Port 161
- Network Management.
- 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.
15
Q
LDAP, Lightweight Directory Access
A
- Port 389
- Directory Services.
- LDAP and Active Directory use this port.
- Open, vendor-neutral, industry standard for accessing and maintaining distributed directory information services.