Which of the following best describes the primary function of SMTP in email communication?
Think about which protocol is responsible for sending emails out.
SMTP (Simple Mail Transfer Protocol) is designed to send emails from a client to a mail server or between mail servers. It does not retrieve or store emails.
What happens to emails on the server when a client uses POP3 to download messages?
Consider how POP3 typically handles emails after download.
POP3 downloads emails to the client and by default deletes them from the server, meaning emails are stored locally after download.
Which statement correctly explains a key difference between IMAP and POP3?
Think about how each protocol handles email storage and access across devices.
IMAP keeps emails on the server and allows multiple devices to view and manage them, while POP3 downloads emails and usually deletes them from the server.
A user wants to check their email from multiple devices and keep all messages synchronized. Which protocol should their email client use?
Consider which protocol supports synchronization across devices.
IMAP keeps emails on the server and synchronizes changes across multiple devices, making it ideal for users accessing email from different places.
Match the correct default port numbers and typical security features for SMTP, POP3, and IMAP.
Recall the secure ports commonly used for sending and receiving emails.
SMTP commonly uses port 587 with STARTTLS for sending emails securely. POP3 uses port 995 with SSL/TLS for secure retrieval, and IMAP uses port 993 with SSL/TLS for secure access.