Employees at a corporate office report that while they can successfully receive emails from external partners, all attempts to send outgoing messages to external domains fail with a connection timeout. An IT technician checks the firewall logs and discovers that outbound traffic on TCP port 25 is being dropped at the network perimeter. Which of the following network host service roles is directly responsible for routing these outbound email transmissions?
- Mail serverAnswer
- BDNS server
- CDHCP server
- DWeb server
Answer
Mail server
A mail server utilizes Simple Mail Transfer Protocol (SMTP) over TCP port 25 to send and relay outbound email messages across the internet. When TCP port 25 is blocked at the edge firewall, outbound email delivery fails while inbound retrieval protocols (such as IMAP or POP3) remain unaffected.
Step-by-Step Solution
Key Concept
Mail Server Roles and SMTP Protocol (Port 25)