CCNA Last Minute Cram Flashcards

1
Q

List four types of machine learning (ML).

A

Reinforcement learning - action/reward
Supervised learning - labeled data set (cats/dogs)
Unsupervised learning - unlabeled data
Deep learning - neural networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or false: you can use encapsulation dot1q <vlan> native on a router physical interface.</vlan>

A

false - you’d just configure the IP address on the physical interface, OR specify the native vlan on a subinterface with its own IP address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

True or false: even though you configure DHCP snooping globally on a switch, you still need to enable it per-VLAN as well.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What management tools use a procedural approach and what does that mean?

A

Ansible and Chef. Procedural means step-by-step instructions. Ansible uses YAML, Chef uses a Ruby-based DSL.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which management tools use a declarative approach?

A

Terraform and Puppet. You tell it your desired end-state, and they make it happen.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If two devices have a duplex mismatch, what interface errors would you see on the half-duplex side?

A

Collisions and late collisions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If two devices have a duplex mismatch, what interface errors would you see on the full-duplex side?

A

CRC errors and runts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the default OSPF reference bandwidth?

A

100 Mbps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

You learned a great mnemonic for syslog alert levels.

A

Emily Always Calls Eric When Network Is Down

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

True or false: in JSON, anything within curly brackets is an object.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are two types of SNMP notifications?

A

Trap and Inform

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In addition to the DHCP snooping table, DAI can rely on what other manually-configured method to inspect packets?

A

ARP ACLs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

WLAN QoS level Platinum is best suited for…

A

voice

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

WLAN QoS level Gold is best suited for…

A

video

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What WLAN QoS level is “best effort”?

A

Silver

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What WLAN QoS level is for “background” traffic?

17
Q

Match the following:

NETCONF SSH
RESTCONF HTTP/S

A

That’s it - NETCONF uses SSH, RESTCONF uses HTTP/S

18
Q

Between RESTCONF and NETCONF, which is stateful and which is stateless?

A

RESTCONF = stateless; NETCONF = stateful

19
Q

What markup language does NETCONF use?

20
Q

What markup languages does RESTCONF use?

A

XML and JSON

21
Q

List some facts about Ansible:

  • connection protocol?
  • markup language?
  • push/pull?
  • agent usage?
A
  • SSH
  • YAML
  • Push
  • agentless
22
Q

List some facts about Terraform:

  • which API does it use?
  • agent usage?
A
  • Restconf (XML/JSON)
  • agentless
23
Q

What do Chef, Puppet, and Ansible have in common?

A

They are all configuration tools

24
Q

Why is Terraform different from Chef/Puppet/Ansible?

A

It is a provisioning tool, not a configuration tool

25
Q

Are Chef and Ansible procedural or declarative?

A

procedural

26
Q

Are Terraform and Puppet procedural or declarative?

A

declarative

27
Q

Do Chef and Puppet use agents?

28
Q

Do Ansible and Terraform use agents?

29
Q

True or false: Puppet and Chef use a pull model.

30
Q

A VTP server will update its VLAN list if…

A

the update it receives is of a higher revision number

31
Q

To support extended VLANs, which version of VTP must be running?

32
Q

What are the two basic commands required to configure DHCP snooping?

A

ip dhcp snooping
ip dhcp snooping vlan (number)

33
Q

What is the command to configure DAI?

A

(config)# ip arp inspection vlan (number)

34
Q

What are the three SDN architecture layers?

A

Application, Control, Infrastructure

35
Q

What two components make up the “fabric” in SDN, and in which part of the architecture does the fabric reside?

A

overlay (virtual network) and underlay (physical network); it resides in the infrastructure layer

36
Q

What is Machine Reasoning Engine (MRE)?

A

a feature of Catalyst Center which automates network troubleshooting

37
Q

What is AI Endpoint Analytics?

A

a feature of Catalyst Center which analyzes endpoint behavior with a goal of optimizing security and performance of end devices

38
Q

What is AI Enhanced RRM?

A

Radio Resource Management, a feature of Catalyst Center which optimizes radio resources

39
Q

SNMP messages from an agent to a manager are sent on port _____, while messages sent from a manager to an agent are sent on port _____.

A

UDP 162 (trap, inform), UDP 161 (get, set)