Common Network Ports Flashcards
What is FTP?
File Transfer Protocol, a protocol that transfers files from one device to another.
What port numbers does FTP use?
FTP uses two port numbers, once is TCP port 20 (for data transfers) and TCP port 21 (for data transfer control)
What is SSH?
Secure Shell, a way to connect a remote device through a terminal or command line.
What port number does SSH use?
TCP port 22
What is Telnet?
Telecommunications Network Protocol, another way to remotely connect to a device. However unlike SSH it is not secure.
What port does Telnet use?
TCP port 23
What is SMTP?
Simple Mail Transfer Protocol. The protocol that is responsible for sending mail.
What port does SMTP use?
TCP port 25
What is DNS?
Domain Name System, translates hostnames to IP addresses
What port does DNS use?
UDP port 53
What is DHCP?
Dynamic Host Configuration Protocol. A protocol that automatically assigns IP addresses. It is automated IP configuration, subnet mask etc.
What port does DHCP use?
UDP port 67 and UDP 68
How does a DHCP server work?
The server has a large pool of IP addresses to choose from. The IPs are assigned in real time. It uses a leasing system and after use the IP is returned to the pool for others to use.
What port does HTTP use?
TCP port 80
What port does HTTPS use?
TCP port 443