Ports and Protocols Facts Flashcards
a set of rules that define how devices communicate on the network
protocol
Whenever data is sent across the internet or an internal network, the specific protocol used is based on the type of data and how it is being transmitted. (true/false)
true
Each protocol uses a specific port to send and receive traffic. A computer port is like a door into the system. There are 65,536 possible network ports. The port number tells the host device the type of traffic being sent and where to send it to. Network devices, such as firewalls, use port numbers to block or reroute traffic. (true/false)
true
File Transfer Protocol (FTP) uses what two ports?
20 and 21
transfer control information such as authentication and file information
File Transfer Protocol (FTP) port 21
transfer the data
File Transfer Protocol (FTP) port 20
-provides a generic method of transferring files.
-It can include usernames and passwords to provide file security.
-It allows file transfer between dissimilar computer systems.
-transfer both binary and text files, including HTML, to another host.
File Transfer Protocol (FTP)
FTP URLs are preceded by ftp:// followed by the DNS name of the FTP server.
facts
Secure Shell (SSH) uses which port number?
22
-allows for secure interactive control of remote systems.
-All communication using this type of protocol is encrypted and is typically used to remotely login to a network device, such as a switch.
-used to securely transfer files.
Secure Shell (SSH)
Telnet uses which port number?
23
-used to remotely connect to another system.
-Be aware that all data is transmitted in cleartext.
-Because of this, this type of protocol is not used often.
Telnet
Simple Mail Transfer Protocol (SMTP) uses what port number
25
this type of protocol is used for sending emails
simple mail transfer protocol (smtp)
Domain Name System (DNS) uses what port number
53
provides address to name resolution. For example, it identifies the IP address for the name www.testout.com.
domain name system (dns)
Dynamic Host Configuration Protocol (DHCP) uses what port number
67/68
-used to dynamically assign IP addressing information to network hosts when they come online.
Dynamic Host Configuration Protocol (DHCP)
The client sends the DHCP request on which port
67
The server sends the DHCP configuration on which port
68
Hypertext Transfer Protocol (HTTP) uses what port number
80
-used by web browsers and web servers to exchange hypermedia (such as web pages) through the World Wide Web and intranets.
-uses no encryption, so it is not secure.
Hypertext Transfer Protocol (HTTP)
port 80
Post Office Protocol 3 (POP3) uses what port number
110