Beginner
System Design
Q16 / 100
What is the role of a reverse proxy (e.g., Nginx) in a web architecture?
Correct! Well done.
Incorrect.
The correct answer is A) It sits between clients and backend servers, forwarding requests and often handling tasks like load balancing, SSL termination, and caching
A
Correct Answer
It sits between clients and backend servers, forwarding requests and often handling tasks like load balancing, SSL termination, and caching
Explanation
A reverse proxy receives client requests on behalf of backend servers, providing benefits like load balancing, caching, compression, and centralized SSL handling.
Progress
16/100