CCNA: Cisco Certified Network Associate — Question 1169

Which protocol does Ansible use to push modules to nodes in a network?

Answer options

Correct answer: D

Explanation

The correct answer is D, SSH, as Ansible primarily relies on SSH to communicate with remote nodes and push modules. Options A (Telnet), B (Kerberos), and C (SNMP) are not used by Ansible for module deployment, as they either lack secure communication or are not designed for this purpose.