200-901 · Question #285
What is a capability of an agentless configuration management system?
The correct answer is D. It uses existing protocols to interface with the managed host. It is agentless, meaning there is no software or service that needs to be installed on the managed device. Ansible connects to managed devices just as a regular system or network administrator would connect for management purposes-in most cases over SSH, but NETCONF and REST…
Question
What is a capability of an agentless configuration management system?
Options
- AIt requires managed hosts to have an interpreter for a high-level language such as Python or
- BIt requires managed hosts to connect to a centralized host to receive updated configurations.
- CIt uses compiled languages as the basis of the domain-specific language to interface with
- DIt uses existing protocols to interface with the managed host.
How the community answered
(57 responses)- A4% (2)
- B2% (1)
- C5% (3)
- D89% (51)
Explanation
It is agentless, meaning there is no software or service that needs to be installed on the managed device. Ansible connects to managed devices just as a regular system or network administrator would connect for management purposes-in most cases over SSH, but NETCONF and REST API interfaces are also supported.
Topics
Community Discussion
No community discussion yet for this question.