In which situation would a company implement a reverse proxy as a security solution?
- when the company has a database and needs to point to a DNS server that uses different IP addresses for development resources
- when the company wants all responses to clients to look like they came from the same server instead of individual ones
- when a hash is created based on the IP address of the request to a particular protected server
- when responses frorri servers need to be sent over different paths to ensure quality response time to the client devices making the requests
Explanation: A reverse proxy is similar to a regular proxy: however, while a regular proxy works to make requests from multiple computers look like they all come from the same client, a reverse proxy works to make sure responses look like they all come from the same server.
Exam with this question: DevNet Associate Course Final Exam Answers
Please login or Register to submit your answer