Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 529
What is one difference between SaltStack and Ansible?
Answer options
- A. SaltStack uses the Ansible agent on the box, whereas Ansible uses a Telnet server on the box.
- B. SaltStack uses an API proxy agent to program Cisco boxes in agent mode, whereas Ansible uses a Telnet connection.
- C. SaltStack uses SSH to interact with Cisco devices, whereas Ansible uses an event bus.
- D. SaltStack is agent based, whereas Ansible is agentless.
Correct answer: D
Explanation
The correct answer is D because SaltStack operates using an agent that runs on the managed nodes, allowing for real-time interaction and control. In contrast, Ansible is agentless, meaning it connects to devices over SSH or other protocols without requiring any agent installation on the target systems. The other options incorrectly describe the mechanisms and technologies used by SaltStack and Ansible.