A user reports they can send email but cannot receive email from outside the organization. The mail administrator checks the mail server and confirms SMTP (port 25) is working. The help desk tech asks whether POP3 or IMAP is configured.
What is the key functional difference between POP3 and IMAP for receiving email, and which should be recommended for a user who accesses email from multiple devices?
- A.POP3 stores emails on the server indefinitely; IMAP downloads and deletes them immediately
- B.POP3 downloads email to the local device and (by default) removes it from the server, making it accessible on only one device. IMAP synchronizes email with the server and leaves it there, so all devices see the same inbox - IMAP is recommended for multi-device users
- C.POP3 uses TCP and IMAP uses UDP for faster delivery
- D.POP3 supports modern HTML email; IMAP only supports plain text
Why B is correct
POP3 (Post Office Protocol 3, TCP port 110): downloads emails to the client and typically removes them from the server. Good for single-device access with offline capability. IMAP (Internet Message Access Protocol, TCP port 143): keeps emails on the server and syncs read/unread state, folders, and flags across all devices. For users checking email on a phone, laptop, and desktop - IMAP is required. Secure versions: IMAPS = TCP 993 (TLS), POP3S = TCP 995 (TLS).
Know someone studying for Network Fundamentals? Send them this one.