What is the function of a reverse proxy? MCQ with Answer and Explanation

What is the function of a reverse proxy?
A. To encrypt traffic
B. To cache static content
C. To receive client requests and forward them to appropriate servers
D. To perform load balancing
Answer: Option C
Solution (By JKSSB Mock Tests)
A reverse proxy sits between clients and backend servers, forwarding requests, and can provide load balancing, caching, and security.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which of the following is a web standard developed by the World Wide Web Consortium (W3C)?
A. XML
B. HTML
C. All of the above
D. CSS

Correct Answer: Option C


Explanation:
W3C develops and maintains many web standards, including HTML, CSS, and XML.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is a type of web-based attack that exploits the trust a site has in a user's browser?
A. Clickjacking
B. XSS
C. CSRF
D. Session fixation

Correct Answer: Option C


Explanation:
CSRF exploits the trust a website has in the user's authenticated session, forcing the user to perform unwanted actions.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which internet protocol layer is responsible for routing data packets across multiple networks from the source computer host to the destination host?
A. Physical Layer
B. Application Layer
C. Data Link Layer
D. Network Layer

Correct Answer: Option D


Explanation:
The Network Layer (or Internet layer in TCP/IP) manages packet routing, logical addressing, and path determination using protocols like IP.

This question belongs to: Computer Internet and Web Technologies