Things‐I‐want‐to‐know‐more‐about‐ops 401 class 13 reading 13 - reedraheem/Things-I-want-to-know-more-about- GitHub Wiki

Readings: Reconstructing a Cloud Attack with Splunk

What are the benefits of a forward proxy?

This can help to protect the privacy of the users behind the proxy. Policy Enforcement: With a forward proxy, all corporate web traffic flows through the proxy. This allows the proxy to inspect the requests and responses and enforce corporate security and acceptable use policies.

Explain the differences between a forward and a reverse proxy?

The key difference between a reverse proxy and a forward proxy is that a forward proxy enables computers isolated on a private network to connect to the public internet, while a reverse proxy enables computers on the internet to access a private subnet.

Explain to your manager why your organization might benefit from implementing a reverse proxy?

Well A reverse proxy acts as a security barrier between the internet and our internal web servers. It shields our servers from direct exposure to external threats by accepting and managing incoming requests on their behalf. By implementing a reverse proxy, we can implement additional security measures such as SSL/TLS termination, request filtering, and authentication mechanisms. This helps protect our web applications and servers from common web-based attacks, such as Distributed Denial of Service (DDoS) attacks, SQL injections, and cross-site scripting (XSS) attacks.