Port numbers Flashcards
List the protocol (tcp or udp) and the port number
-Automatically assign an IP address (two ports)
Dynamic host configuration protocol
- provides automatic address/IP configuration for almost all devices
- DHCP UDP/67 and UDP/68
List the protocol (tcp or udp) and the port number
- Retrieve an email to a mobile phone using POP3
TCP/110 POP3
List the protocol (tcp or udp) and the port number
- Resolve the IP address of www.professormesser.com
UDP/53 DNS (domain name system)
converts names to IP addresses
List the protocol (tcp or udp) and the port number:
- Manage the console of a remote device (insecurely)
Telnet TCP/23
List the protocol (tcp or udp) and the port number:
-Control the mouse on a remote Windows computer
TCP/3389 (RDP)
FTP
File Transfer protocol tcp/20 (active mode data) tcp/21 (control) authenticates with a username and password Transfers files between systems list, add, delete
SSH
Secure Shell
encrypted console communication tcp/22
Looks and acts the same as Telnet tcp/23
Telnet
Log in remotely (Not secure)
tcp/23
SMTP
SMTP (Simple mail transfer protocol)
- Used for transferring mail from a client to an email server; also used to transfer email between servers.
- TCP and UDP 25
DNS
DNS (Domain name system)
TCP and UDP 53
HTTP
HTTP (Hypertext transfer protocol)
Application layer protocol in the internet protocol suite model for distributed systems.
tcp/80
POP3
POP3 (post office protocol 3)
basic mail transfer functionality
TCP/110
IMAP
IMAP (Internet message access protocol v4)
- Includes management of email inbox from multiple clients
- TCP/143
HTTPS
Hypertext transfer protocol secure
Web server communication with encryption
tcp/443
RDP
Remote desktop protocol
Share desktop remotely
tcp/3389