Common Network Ports Flashcards
What is the purpose of port 20/21 and what protocol is associated with it?
Port 20/21 is used for FTP (File Transfer Protocol) which is used for sending files over the internet. P20 is for sending commands to the server, P21 is for sending data.
Which protocol uses port 22 and what is its purpose?
SSH (Secure Shell) uses port 22 and is used for secure remote access to a server or computer. Establishes secure connection and exchanges data between client and server. [used to access command line interface (CLI) of computer/server]
Which protocol uses port 23 and what is its purpose?
Telnet uses port 23 and is used for remote access to a server or computer (unencrypted). Establishes a connection and exchanges data between client and server. [used to access command line interface (CLI) of computer/server]
Which protocol uses port 25 and what is its purpose?
SMTP (Simple Mail Transfer Protocol) uses port 25 and is used for sending email messages between mail servers.
Which protocol uses port 53 and what is its purpose?
DNS (Domain Name System) uses port 53 and is used for converting domain names into IP addresses.
Which protocol uses port 80 and what is its purpose?
HTTP (Hypertext Transfer Protocol) uses port 80 and is used for sending and receiving data between web servers and web clients.
Which protocol uses port 110 and what is its purpose?
POP3 (Post Office Protocol version 3) uses port 110 and is used for retrieving email messages from a mail server. Establishes simple connection and retrieves email messages (unsynchronized).
Which protocol uses port 143 and what is its purpose?
IMAP (Internet Message Access Protocol) uses port 143 and is used to retrieve email messages from a mail server. Establishes connection and retrieves email messages (synchronized).
Which protocol uses port 443 and what is its purpose?
HTTPS (Hypertext Transfer Protocol Secure) uses port 443 and is used for sending and receiving encrypted and secure data between web servers and web clients.
Which protocol uses port 3389 and what is its purpose?
RDP (Remote Desktop Protocol) uses port 3389 and is used for remote access to a computer. Establishes a connection and exchange data between client and server. [used to access graphical user interface (GUI) of a computer]