Question 416

Drag and drop the threat-mitigation techniques from the left onto the types of threat or attack they mitigate on the right.

Question 417

A frame that enters a switch fails the Frame Check Sequence. Which two interface counters are incremented?
(Choose two)
  • Question 418

    Refer to the exhibit. If R1 receives a packet destined to 172.16.1.1, to which IP address does it send the packet?
  • Question 419

    Drag and drop the DHCP snooping terms from the left onto the descriptions on the right.

    Question 420

    Drag and drop the descriptions from the left onto the configuration-management technologies on the right.

    Ansible:
    - uses SSH for remote device communication
    - uses YAML for fundamental configuration elements
    Chef:
    - uses TCP port 10002 for configuration push jobs
    - uses Ruby for fundamental configuration elements
    Puppet:
    - fundamental configuration elements are stored in a manifest
    - uses TCP 8140 for communication
    The focus of Ansible is to be streamlined and fast, and to require no node agent installation.
    Thus, Ansible performs all functions over SSH. Ansible is built on Python, in contrast to the Ruby foundation of Puppet and Chef.
    TCP port 10002 is the command port. It may be configured in the Chef Push Jobs configuration file .
    This port allows Chef Push Jobs clients to communicate with the Chef Push Jobs server.
    Puppet is an open-source configuration management solution, which is built with Ruby and offers custom Domain Specific Language (DSL) and Embedded Ruby (ERB) templates to create custom Puppet language files, offering a declarative-paradigm programming approach.
    A Puppet piece of code is called a manifest, and is a file with .pp extension.