Which protocol is used for sending email between mail servers? MCQ with Answer and Explanation

Which protocol is used for sending email between mail servers?
A. MIME
B. IMAP
C. SMTP
D. POP3
Answer: Option C
Solution (By JKSSB Mock Tests)
SMTP is used for email transmission both from clients to servers and between servers for relaying messages.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which of the following is a component of a web browser that interprets JavaScript code?
A. Rendering engine
B. Cache manager
C. JavaScript engine
D. Network stack

Correct Answer: Option C


Explanation:
The JavaScript engine (e.g., V8 for Chrome) parses and executes JavaScript code within the browser.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which HTTP status code indicates a client error (bad request)?
A. 400
B. 404
C. 403
D. 401

Correct Answer: Option A


Explanation:
400 Bad Request indicates that the server cannot process the request due to malformed syntax or invalid parameters. 401 is Unauthorized, 403 Forbidden, 404 Not Found.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is an example of a web-based productivity suite?
A. Zoho Office
B. All of the above
C. Microsoft Office Online
D. Google Workspace

Correct Answer: Option B


Explanation:
Google Workspace, Microsoft Office Online, and Zoho Office are all web-based productivity suites.

This question belongs to: Computer Internet and Web Technologies