Port numbers and stuff Flashcards
FTP (Data)
Port number and protocol. Explain too.
20 (TCP)
Used for the transfer of computer files between a client and server on a computer network.
FTP (Control)
Port number and protocol. Explain too.
21 (TCP)
Used for the transfer of computer files between a client and server on a computer network.
SSH
Port number and protocol. Explain too.
22 (TCP)
For operating network services securely over an unsecured network
Telnet
Port number and protocol. Explain too.
23 (TCP)
Allows a user on one computer to log into another computer that is part of the same network
SMTP
Port number and protocol. Explain too.
25 (TCP)
Simple Mail Transfer Protocol is a communication protocol for electronic mail transmission
DNS
Port number and protocol. Explain too.
53 (TCP/UDP)
Translates domain names to IP addresses so browsers can load Internet resources.
UDP is used when you need a translation of a domain name.
TCP when DNS servers need to synchronize the information in their records. TCP will guarantee that the information is transferred and received without faults and in the correct order. (zone transfers)
DHCP
Port number and protocol. Explain too.
67,68 (UDP)
Port 67 for the DHCP server and port 68 for the DHCP client
Used to provide quick, automatic, and central management for the distribution of IP addresses within a network
TFTP
Port number and protocol. Explain too.
69 (UDP)
Internet software utility for transferring files that is simpler to use than the File Transfer Protocol (FTP) but less capable
HTTP
Port number and protocol. Explain too.
80 (TCP)
This protocol defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands
POP3
Port number and protocol. Explain too.
110 (TCP)
Post Office Protocol
Used by e-mail clients to retrieve e-mail from a mail server
SNMP
Port number and protocol. Explain too.
161 (UDP)
Simple Network Management Protocol is an Internet Standard protocol for collecting and organizing information about managed devices on IP networks and for modifying that information to change device behavior
HTTPS SSL
Port number and protocol. Explain too.
443 (TCP)
HTTPS (Hypertext Transfer Protocol Secure) is basically HTTP connection which is delivering the data secured using (Secure Sockets Layer) SSL/TLS
First SSL session is established, then all HTTP data are wrapped into secured SSL packets before sending and after receiving.
BGP
179 (TCP)