Common Network Ports Flashcards
(29 cards)
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
What is POP3?
Post Office Protocol version 3. A protocol designed to receive email messages to an email client. Not for multiple clients.
What port does POP3 use?
TCP port 110
What is IMAP4?
Internet Message Access Protocol. An email receiving protocol that is able to synchronize across multiple devices.
What port does IMAP4 use?
TCP port 143
What is SMB?
Server Message Block. A communication protocol that transfer files and information between devices, commonly used by Wndows.
What is NetBios?
Network Basic Input/Output. a protocol used by older Windows Machines, used by SMB.
What protocol does NetBios use?
UDP port 137 as a name service function, and TCP port 139 to set up a session and transfer data between devices.
On modern machines with a direct SDB connection, what ports are used?
TCP port 445
What is SNMP?
Simple Network Management Protocol. It allows a network management device to query these infrastructure devices for performance details and receive those metrics in return.