2.1 Ports and Protocols Flashcards
What are the three categories of port numbers?
Well-Known (0-1023), Registered (1024-49151), Dynamic/Private (49152-65535).
What is the purpose of inbound ports?
To listen for incoming connections (e.g., Web Server on Port 80).
What is the purpose of outbound ports?
They open dynamically when a device initiates a connection.
What port does FTP use for file transfers?
Port 20 (data) and Port 21 (control).
What secure protocol replaces FTP?
SFTP (SSH File Transfer Protocol) on Port 22.
What port does SMB (Windows file sharing) use?
Port 445.
What protocol and port are used for remote desktop access?
RDP (Remote Desktop Protocol) on Port 3389.
What protocol allows insecure remote access and should be avoided?
Telnet on Port 23.
What protocol provides secure remote shell access?
SSH on Port 22.
What port is used for sending emails via SMTP?
Port 25.
What port does POP3 use to retrieve emails?
Port 110.
What protocol allows email synchronization across multiple devices?
IMAP on Port 143.
What is the difference between HTTP and HTTPS?
HTTP (Port 80) is unencrypted, while HTTPS (Port 443) is encrypted with SSL/TLS.
What protocol and port resolve domain names to IP addresses?
DNS on Port 53.
What ports does DHCP use to assign IP addresses?
Port 67 (server) and Port 68 (client).