Which protocol is used to send email from a client to a mail server? MCQ with Answer and Explanation

Which protocol is used to send email from a client to a mail server?
A. POP3
B. IMAP
C. HTTP
D. SMTP
Answer: Option D
Solution (By JKExamLibrary)
SMTP (Simple Mail Transfer Protocol) is used for sending emails from a client to a mail server and between mail servers. POP3 and IMAP are used for retrieving emails.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
What type of attack involves an adversary secretly intercepting, reading, or altering communication messages between two web parties without either side knowing the channel is compromised?
A. Man-in-the-Middle (MitM) Attack
B. Denial of Service crash sequence
C. SQL Injection vulnerability
D. Phishing email broadcast

Correct Answer: Option A


Explanation:
A Man-in-the-Middle (MitM) attack occurs when a hacker inserts themselves into a communication session between a client and server to eavesdrop or modify data in transit.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following is a protocol for synchronizing email across multiple devices?
A. POP3
B. IMAP
C. SMTP
D. MIME

Correct Answer: Option B


Explanation:
IMAP synchronizes email folders and messages across devices, ensuring that actions on one device reflect on others, unlike POP3 which is typically download-and-delete.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What mechanism does a browser use to maintain persistent client-side data store pools across tabs using basic key-value pairs without expiration deadlines via JavaScript?
A. DNS Registry Logs
B. Session Cookies
C. LocalStorage
D. RAM Buffers

Correct Answer: Option C


Explanation:
The Web Storage API provides 'localStorage', allowing web applications to save data locally inside the user's browser with no built-in expiration timeline.

This question belongs to: Computer Internet and Web Technologies