Which network component acts as an intermediary gateway or buffer between a local computer client and the broader internet, often used to cache requests or hide client IPs? MCQ with Answer and Explanation

Which network component acts as an intermediary gateway or buffer between a local computer client and the broader internet, often used to cache requests or hide client IPs?
A. Web Crawler
B. Modem Adapter
C. Hyperlink Index
D. Proxy Server
Answer: Option D
Solution (By JKExamLibrary)
A proxy server receives client requests, intercepts them, masks the source identity, and relays them to destination servers across the web.

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
Which protocol adds a layer of security to HTTP by using encryption?
A. FTP
B. SNMP
C. HTTPS
D. Telnet

Correct Answer: Option C


Explanation:
HTTPS (HTTP Secure) is an extension of HTTP that uses SSL/TLS protocols to encrypt communication, providing secure data transmission.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What does a '415 Unsupported Media Type' HTTP status code return imply about a client browser's interaction with a web application?
A. The web server facility has completely crashed down.
B. The input security certificate has an expired authorization date.
C. The requested URL path has changed its location permanently.
D. The server refuses to process the request because the payload data format or media type is not supported by the requested resource configuration.

Correct Answer: Option D


Explanation:
An HTTP 415 error occurs when the client uploads an asset or sends data in a format (such as an unapproved image type or raw XML instead of JSON) that the server script is not configured to accept.

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. HEAD
B. GET
C. POST
D. OPTIONS

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