What two port numbers are commonly associated with FTP?
FTP (File Transfer Protocol) transfers files between systems.
What generic protocol is commonly used to transfer files between different operating systems?
File Transfer Protocol
(FTP)
FTP (File Transfer Protocol) transfers files between systems.
What protocol would you use to securely log in to a remote device?
Secure Shell
(SSH)
Secure Shell can be used to access computers through an encrypted connection, preventing eavesdropping on a network.
Name the port number:
Secure Shell
22
Secure Shell packets are encrypted, preventing anyone from viewing their contents with packet sniffing software.
What protocol would you use to insecurely log into the terminal of a remote device?
Telnet
All information sent through Telnet can be seen by packet sniffing software.
Fill in the blank:
The port number for Telnet is ______.
23
All information sent through Telnet can be seen by packet sniffing software.
What protocol is used to transfer emails between mail servers?
Simple Mail Transfer Protocol
(SMTP)
SMTP is only used to move messages between servers. POP3 or IMAP is used to retrieve mail on an email server.
What port number is used by SMTP?
25
What protocol is used to resolve IP addresses from a fully qualified domain name?
(FQDN)
Domain Name System
(DNS)
What port number is used by DNS?
53
DNS is the Domain Name System.
What protocol is used to automatically assign IP addresses?
Dynamic Host Configuration Protocol
(DHCP)
DHCP uses both ports 67 and 68.
What port numbers are used by DHCP?
67 and 68
DHCP is the Dynamic Host Configuration Protocol.
What insecure protocol is commonly used to transfer web page information to a browser?
Hypertext Transfer Protocol
(HTTP)
HTTP (Hypertext Transfer Protocol) uses port 80.
What is HTTP’s port number?
80
What protocol is used to transfer emails from servers to devices without multi-device synchronization?
Post Office Protocol 3
(POP3)
Fill in the blank:
The port number for POP3 is ______.
110
POP3 is the Post Office Protocol version 3.
What protocol is used to transfer emails from servers to devices with multi-device synchronization?
Internet Message Access Protocol
(IMAP)
IMAP (Internet Message Access Protocol) uses port 143.
Name the port number:
IMAP
143
IMAP is the Internet Message Access Protocol
Name the port number:
LDAP
389
LDAP is the Lightweight Directory Access Protocol.
Name the port number:
HTTPS
443
HTTPS is Hypertext Transfer Protocol Secure.
What secure protocol is commonly used to transfer data from a web service?
Hypertext Transfer Protocol Secure
(HTTPS)
HTTPS (Hypertext Transfer Protocol Secure) uses port 443.
What protocol does Windows use to access file shares and network printers?
Server Message Block
(SMB)
SMB is a newer version of the CIFS (Common Internet File System) protocol and uses port 445 for direct SMB communication.
Name the port number:
Direct SMB without NetBIOS transport
445
SMB (Server Message Block) is commonly used in Windows for file and printer sharing.
Name the port number:
Using SMB with NetBIOS
(NetBT)
137 and 139