A network administrator needs to deploy a dedicated service to route outbound web traffic from corporate workstations. The goal is to filter HTTP/HTTPS content, cache frequently accessed web pages to save bandwidth, and hide internal client IP addresses from destination web servers. Which server role should the administrator configure to perform these functions?
- Proxy serverAnswer
- BDHCP server
- CDNS server
- DSyslog server
Answer
The proxy server is the correct server role for filtering web content, caching web pages, and masking internal client IP addresses.
A proxy server receives traffic from client computers on a local network, evaluates the request against administrative security policies, retrieves the content from external web servers if permitted, and caches the content for future requests while concealing the client's internal IP address.
Step-by-Step Solution
Key Concept
Proxy Server Functions and Role Identification