Consider the different activities related to email. m1: Send an email from…
2011
Consider the different activities related to email.
m1: Send an email from mail client to mail server
m2: Download an email from mailbox server to a mail client
m3: Checking email in a web browser
Which is the application level protocol used in each activity?
- A.
m1: HTTP m2:SMTP m3:POP
- B.
m1: SMTP m2:FTPm3:HTTP
- C.
m1: SMTP m2:POPm3:HTTP
- D.
m1: POP m2:SMTPm3:IMAP
Attempted by 1158 students.
Show answer & explanation
Correct answer: C
Answer: m1 uses SMTP; m2 uses POP (or IMAP); m3 uses HTTP/HTTPS.
m1 (Send an email from mail client to mail server): SMTP is used to submit outgoing mail from a client to the mail server.
m2 (Download an email from mailbox server to a mail client): POP (Post Office Protocol) is commonly used to download messages to a client. IMAP is an alternative that keeps messages synchronized on the server.
m3 (Checking email in a web browser): Webmail uses HTTP or HTTPS to present and interact with mail through a browser.
A video solution is available for this question — log in and enroll to watch it.