XK0-005 · Question #263
Which of the following Linux server roles should be installed to monitor and log local web traffic?
The correct answer is A. Proxy server. A proxy server is the appropriate Linux server role to monitor and log local web traffic, as it acts as an intermediary, processing and recording all HTTP/HTTPS requests that pass through it.
Question
Which of the following Linux server roles should be installed to monitor and log local web traffic?
Options
- AProxy server
- BAAA server
- CSSH server
- DHTTP server
- EName server
How the community answered
(63 responses)- A90% (57)
- B2% (1)
- D5% (3)
- E3% (2)
Why each option
A proxy server is the appropriate Linux server role to monitor and log local web traffic, as it acts as an intermediary, processing and recording all HTTP/HTTPS requests that pass through it.
A proxy server acts as an intermediary for network requests, allowing it to inspect, filter, and crucially, log all web traffic (HTTP/HTTPS) that passes through it, effectively monitoring local web usage.
An AAA (Authentication, Authorization, and Accounting) server is used for managing user access, authentication, and session tracking, not for monitoring and logging general web traffic.
An SSH (Secure Shell) server provides secure remote access and tunneling capabilities but does not inherently monitor or log general web traffic for a local network.
An HTTP server (like Apache or Nginx) serves web content and logs requests made to itself, but it does not monitor or log web traffic generated by other clients on the local network.
A Name server (DNS server) translates domain names to IP addresses and logs DNS queries, but it does not log the actual web content or HTTP/HTTPS requests.
Concept tested: Proxy server functionality
Source: https://trafficserver.apache.org/docs/v9/admin-guide/http-caching.en.html
Topics
Community Discussion
No community discussion yet for this question.