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. GET
B. DELETE
C. POST
D. PUT
Answer: Option A
Solution (By JKSSB Mock Tests)
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.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which specific design model defines the organizational framework where multiple localized client browsers access centralized web data files hosted on global high-capacity servers?
A. The Peer-to-Peer direct mesh configuration
B. The Client-Server Architecture Model
C. The Monolithic isolated system design
D. The Unlinked hardware layout framework

Correct Answer: Option B


Explanation:
The World Wide Web relies on a client-server architecture where client web browsers send resource requests over the network to remote web servers, which process and return the requested data.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following browser extensions or configuration flags blocks specific outbound tracker requests to preserve network bandwidth and user privacy?
A. FTP client bridge
B. Proxy server route
C. Ad blocker
D. Antivirus module

Correct Answer: Option C


Explanation:
Ad blockers and tracker shields actively block requests to third-party ad networks and analytical tracker domains, optimizing load speeds and confidentiality.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the primary operational task of a 'Mail Transfer Agent' (MTA) component within internet email routing infrastructures?
A. To clear old tracking cookies off terminal units
B. To convert plain text lines into graphic layouts natively
C. To provide a user interface to display images inside messages
D. To forward and route electronic mail messages between different server networks using SMTP rules until they reach their destination

Correct Answer: Option D


Explanation:
The Mail Transfer Agent (MTA) is software that transfers electronic mail messages from one computer server to another using SMTP.

This question belongs to: Computer Internet and Web Technologies