Which of the following HTTP methods is used to retrieve data from a server without affecting the resource? MCQ with Answer and Explanation

Which of the following HTTP methods is used to retrieve data from a server without affecting the resource?
A. PUT
B. GET
C. POST
D. DELETE
Answer: Option B
Solution (By JKExamLibrary)
The GET method requests data from a specified resource and should not have any side effects (idempotent). POST is for sending data, PUT for updating, DELETE for removing.

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 the term used to describe unwanted, unsolicited bulk emails sent to thousands of recipients simultaneously?
A. Phish
B. Spam
C. Malware
D. Spoof

Correct Answer: Option B


Explanation:
Spam refers specifically to unsolicited, irrelevant, or inappropriate commercial email messages distributed in mass volume.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which port does the secure version of Simple Mail Transfer Protocol (SMTPS) or SMTP over SSL commonly use by default?
A. 25
B. 110
C. 80
D. 465

Correct Answer: Option D


Explanation:
Port 465 is the historically standard port designated for running secure SMTP connections encrypted using SSL/TLS.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following is a popular web server developed by Microsoft?
A. Nginx
B. Tomcat
C. IIS
D. Apache

Correct Answer: Option C


Explanation:
IIS (Internet Information Services) is a web server developed by Microsoft for Windows servers.

This question belongs to: Computer Internet and Web Technologies