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. Proxy Server
B. Modem Adapter
C. Web Crawler
D. Hyperlink Index
Answer: Option A
Solution (By JKSSB Mock Tests)
A proxy server receives client requests, intercepts them, masks the source identity, and relays them to destination servers across the web.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What is a hyperlink?
A. A text or image that links to another web page
B. A type of browser extension
C. A protocol for data transfer
D. A markup language element

Correct Answer: Option A


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
Which type of search engine compiles and blends search results from multiple individual underlying search engines simultaneously to provide a unified output list?
A. Crawler-based Engine
B. Meta-search Engine
C. Semantic Engine
D. Directory Engine

Correct Answer: Option B


Explanation:
A meta-search engine does not crawl web pages directly; instead, it passes queries to other search engines (like Google, Bing) and aggregates their results.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the difference between a static and a dynamic web page?
A. Static pages are faster, dynamic pages are slower
B. Static pages use JavaScript, dynamic pages use HTML
C. Static pages are pre-built, dynamic pages are generated on the fly
D. Static pages are only for mobile, dynamic for desktop

Correct Answer: Option C


Explanation:
Static web pages are delivered exactly as stored, while dynamic pages are generated by server-side scripts based on user interactions or data.

This question belongs to: Computer Internet and Web Technologies