Which of the following is a protocol used for sending email notifications from a web server to an administrator? MCQ with Answer and Explanation

Which of the following is a protocol used for sending email notifications from a web server to an administrator?
A. HTTP
B. SMTP
C. FTP
D. SNMP
Answer: Option B
Solution (By JKExamLibrary)
SMTP is used for sending email, including notifications from web servers to administrators.

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 is a hyperlink?
A. A type of browser extension
B. A markup language element
C. A protocol for data transfer
D. A text or image that links to another web page

Correct Answer: Option D


Explanation:
A hyperlink is a reference in a web document that users can click to navigate to another document or resource, commonly implemented with tags in HTML.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which part of an email address indicates the specific domain or host mail server where the mailbox is located?
A. The text following the '@' symbol
B. The subject line header
C. The signature block
D. The text preceding the '@' symbol

Correct Answer: Option A


Explanation:
In an email address format (username@domain.com), the part following the '@' symbol represents the target host domain or mail server.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following HTTP methods is used to submit data to be processed to a specified resource, often resulting in a state change or side effects on the server?
A. GET
B. OPTIONS
C. POST
D. HEAD

Correct Answer: Option C


Explanation:
The POST method is designed to send data to a server to create or update a resource, frequently used during form submissions.

This question belongs to: Computer Internet and Web Technologies