H12-725_V4.0 · Question #52
When a firewall performs email filtering, which of the following email transfer protocols does it support?
The correct answer is A. SMTPS. SMTPS (A) is correct because firewalls that perform email filtering operate at the transfer layer - inspecting messages as they move between mail servers - and SMTPS is the secure (SSL/TLS-encrypted) version of SMTP designed for exactly that role. Modern firewall email…
Question
When a firewall performs email filtering, which of the following email transfer protocols does it support?
Options
- ASMTPS
- BSMTP
- CP0P3
- DIMAP
How the community answered
(23 responses)- A83% (19)
- B4% (1)
- C4% (1)
- D9% (2)
Explanation
SMTPS (A) is correct because firewalls that perform email filtering operate at the transfer layer - inspecting messages as they move between mail servers - and SMTPS is the secure (SSL/TLS-encrypted) version of SMTP designed for exactly that role. Modern firewall email filtering solutions support SMTPS to perform deep packet inspection on encrypted email traffic via SSL/TLS offloading.
Why the distractors are wrong:
- B (SMTP): Plain SMTP (port 25) is the predecessor protocol without encryption; modern email filtering appliances target the secure variant (SMTPS) rather than unencrypted transfers.
- C (POP3): POP3 is an email retrieval protocol used by clients to download messages from a mailbox - it's not involved in mail transfer between servers.
- D (IMAP): IMAP is also a client-side retrieval protocol for accessing and syncing mailboxes; like POP3, it plays no role in server-to-server mail transfer.
Memory tip: The "S" in SMTPS stands for Secure - think Secure Mail Transfer = the protocol firewalls filter on. A simple rule: SMTP/SMTPS = sending/transferring; POP3/IMAP = picking up your mail. Firewalls filter what's in transit, not what's already in your inbox.
Topics
Community Discussion
No community discussion yet for this question.