200-201 · Question #250
How does agentless monitoring differ from agent-based monitoring?
The correct answer is B. Agent-based monitoring is less intrusive in gathering log data, while agentless requires open. Agent-based monitoring deploys software on target systems to collect and filter data, while agentless monitoring typically collects data remotely over the network using protocols or APIs.
Question
How does agentless monitoring differ from agent-based monitoring?
Options
- AAgentless can access the data via API. while agent-base uses a less efficient method and
- BAgent-based monitoring is less intrusive in gathering log data, while agentless requires open
- CAgent-based monitoring has a lower initial cost for deployment, while agentless monitoring
- DAgent-based has a possibility to locally filter and transmit only valuable data, while agentless has
How the community answered
(41 responses)- A5% (2)
- B93% (38)
- D2% (1)
Why each option
Agent-based monitoring deploys software on target systems to collect and filter data, while agentless monitoring typically collects data remotely over the network using protocols or APIs.
Agentless monitoring *can* access data via API, but agent-based monitoring is not necessarily 'less efficient'; agents can be highly optimized for local data collection and processing.
Agent-based monitoring allows the agent software to process and filter log data directly on the host, potentially making its data collection less intrusive in terms of network bandwidth and allowing it to integrate deeply with the OS. Conversely, agentless monitoring relies on remote polling via standard protocols (like WMI, SNMP, SSH), which necessitates having specific network ports open on the target systems for the monitoring system to establish connections.
Agent-based monitoring usually has *higher* initial deployment costs due to agent installation and management, whereas agentless can have lower initial costs if existing protocols are utilized.
Agent-based monitoring *does* have the capability to locally filter and transmit only valuable data, which is a key advantage, making the statement that agentless has this ability incorrect or misleading.
Concept tested: Agent-based vs. agentless monitoring
Topics
Community Discussion
No community discussion yet for this question.