module 12
Which application protocol is used to automatically configure IP addressing information? DNS IMAP DHCP FTP
DHCP
Which application protocol is used to resolve web addresses to an IP address? DNS SSH DHCP HTTP
DNS
Which protocol is used by web servers to serve up a web page? IMAP HTTP FTP POP
HTTP
Which protocol is used to transfer web pages from a server to a client device? HTTP SSH POP HTML SMTP
HTTP
Which protocol retains a message in a mailbox on a server, even after the message is accessed by a user on a local client device? IMAP4 POP3 SMTP DNS
IMAP4
When analog voice signals are converted for use on a computer network, in what format are they encapsulated? segments bits IP packets frames
IP packets
Which application protocols are used to by clients to retrieve email messages? (Choose two.) DNS SMTP POP IMAP HTTP FTP
POP IMAP
Which protocol removes messages from the server after they have been accessed by a client? IMAP4 SMTP POP3 DNS
POP3
This protocol is used by a client to send email to a mail server. POP SMTP IMAP HTTP
SMTP
What is the advantage of using SSH over Telnet? SSH provides secure communications to access hosts. SSH is easier to use. SSH operates faster than Telnet. SSH supports authentication for a connection request.
SSH provides secure communications to access hosts
Which is a feature of IMAP? It uploads email messages to a server. It listens passively on port 110 for client requests. It downloads a copy of email messages leaving the original on the server.
downloads a copy of the email messages leaving the original on the server
What two characteristics describe an FTP connection? (Choose two.) The first connection established is for traffic control and the second connection is created to transfer a file. A large file requires more than two connections between the client and the server to successfully download it. Files can be downloaded from or uploaded to the server. The server establishes the first connection with the client to control traffic that consists of server commands and client replies. The client needs to run a daemon program to establish an FTP connection with a server.
first connection established for traffic control and second connection created transfer file files can be downloaded from or uploaded to server