Which the following is an email transfer protocol ?
2026
Which the following is an email transfer protocol ?
- A.
FTP
- B.
HTTP
- C.
SMTP
- D.
ICMP
Attempted by 389 students.
Show answer & explanation
Correct answer: C
The correct answer is SMTP, which stands for Simple Mail Transfer Protocol. This protocol is specifically designed to handle the transmission of email messages between servers and from clients to mail servers. When you send an email, SMTP is the underlying standard that ensures your message travels across the internet to reach its destination. It operates on port 25 and is dedicated solely to sending mail, making it the definitive email transfer protocol among the choices provided. In contrast, FTP (File Transfer Protocol) is used for transferring files between computers on a network, not emails. HTTP (Hypertext Transfer Protocol) is used for loading web pages and accessing resources on the World Wide Web. ICMP (Internet Control Message Protocol) is used for diagnostic purposes, such as checking network connectivity with tools like ping. Therefore, only SMTP fits the specific function of email transfer.