Correct Answer:
A. SMTP
Among the options, SMTP (Simple Mail Transfer Protocol) is the correct and valid email protocol specifically designed for sending emails. It is the standard protocol used by mail servers to send and receive email messages across the internet. When you send an email, your email client typically uses SMTP to transmit the message to your outgoing mail server, which then uses SMTP to relay it to the recipient's mail server.
Let's briefly look at the other options:
- HTTP (Hypertext Transfer Protocol) is the foundation of data communication for the World Wide Web, used for accessing websites, not for sending emails.
- FTP (File Transfer Protocol) is used for transferring files between a client and a server on a computer network.
- TCP/IP (Transmission Control Protocol/Internet Protocol) is a suite of communication protocols used to interconnect network devices on the internet. While email protocols like SMTP rely on TCP/IP for underlying network communication, TCP/IP itself is not an email-specific protocol.
Therefore, SMTP is the dedicated protocol for email transmission.