Boson CCNA Exam C

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/309

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:51 PM on 8/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

310 Terms

1
New cards

What kind of attack uses the MAC address of another known host on the network in order to bypass port security measures?

MAC spoofing

2
New cards

What type of attack generates thousands of forged frames every minute with the intention of overwhelming the switch's MAC address table?

MAC flooding

3
New cards

What type of attack sends a gratuitous ARP (GARG) message to a host?

ARP poisoning

4
New cards

What type of attack attempts to inject packets into other VLANs by accessing the VLAN trunk and double-tagging 802.1Q frame?

VLAN hopping

5
New cards

What kind of attack installs a rogue DHCP server on the network in an attempt to intercept DHCP requests?

DHCP spoofing

6
New cards

Which management tools are written in Ruby?

Puppet and Chef

7
New cards

Which management tools are written in Python?

Ansible and Salt

8
New cards

Puppet

accepts inbound requests from Puppet agents by using HTTPS on TCP port 8140.

9
New cards

What kind of architecture does Puppet use?

client/server architecture

10
New cards

Managed nodes that are running the Puppet Agent application can receive configurations from a

master server that is running Puppet Server.

11
New cards

In Puppet, what are Modules written in?

Ruby Domain Specific Language (DSL) or Puppet DSL

12
New cards

What can chef use architecture wise?

client/server or a standalone client configuration

13
New cards

How do Chef communicate?

HTTPS on TCP port 443

14
New cards

How is information contained in Chef?

Within cookbooks that are written in Ruby DSL and are stored on a Chef Server

15
New cards

Managed nodes that are running the Chef Client can pull...?

cookbooks from the server

16
New cards

In Chef, standalone clients that do not have access to a server can do what?

run chef-solo and pull cookbooks from a local directory or from a tar.gz archive on the Internet

17
New cards

What doesn't Ansible use?

agent software on managed nodes

18
New cards

What does ansible use to connect to remote nodes?

SSH

19
New cards

What port does SSH operate in and what does it use?

TCP port 22

20
New cards

Configurations that are stored on the Ansible server in playbooks are written in what?

YAML

21
New cards

What can managed nodes use to download scripted modules from an Ansible server?

SSH

22
New cards

Salt can use what kind of architecture?

client/server

23
New cards

How can Salt use client/server architecture?

by installing salt master software on the server and salt minion software on managed nodes.

24
New cards

In salt, Masters and minions communicate by using what?

ZeroMQ

25
New cards

To communicate, Salt requires what?

TCP ports 4505 and 4506

26
New cards

Salt can also be used without what kind of software?

Salt Secure Shell

27
New cards

Where is Salt configuration information stored?

State modules that are typically written in YAML

28
New cards

What else can be used for complex configuration scripts for Salt?

Python or PyDSL

29
New cards

What should you do to move the trust boundary to the IP phone?

issue the 'mls qos trust cos' command on the switch port connected to the IP phone

30
New cards

What does the 'mls qos trust cos command' on the switch port connected to the IP phone do?

moves the trust boundary to the IP phone

31
New cards

What command configures a switch to trust both voice traffic sent by an IP phone and data traffic sent by the host through the IP phone?

mls qos trust cos

32
New cards

what command configures an IP phone to override the priority of the data packets it receives from the host and assign new CoS values to the host-generated packets?

switchport priority extend cos

33
New cards

What don't IP phones have?

A CLI (must be configured through the cli of the switch port connected to the IP phone)

34
New cards

What does not support Cisco SDA that is the Cisco enterprise management platform?

Cisco PI

35
New cards

What is Cisco SDA? (Software-Defined Access)

Cisco-developed means of building LANs by using policies and automation

36
New cards

What does Cisco PI rely on?

browser-based GUI to enable admins to perform operations, diagnose problems, and interact with devices on the network.

37
New cards

What is Cisco DNA specifically build for?

to support SDA

38
New cards

How do admins typically interact with Cisco DNA?

browser-based GUI

39
New cards

What type of platform is Cisco Network Assistant?

LAN management platform

40
New cards

What does Cisco Network Assistant enable?

a LAN admin to perform network operations, diagnose problems, and interact with network devices by using a GUI.

41
New cards

A typical Cisco Network Assistant installation supports up to how many devices?

80

42
New cards

What doesn't Cisco Network Assistant support?

Cisco SDA

43
New cards

What are the 7 fields in order of an ethernet frame?

preamble, SOF, destination address, source address, type, payload, and FCS

44
New cards

If a hose does not have the IP address that corresponds to the FQDN of a web server cached and does not use a hosts file, what must it contact to resolve the FQDN of the target web server into an IP address?

DNS

45
New cards

What mitigation technique should you use for social engineering, pharming, and brute force attack?

User awareness or training

46
New cards

What mitigation technique should you use for burglary and tailgating?

Physical access control

47
New cards

What is often interpreted by a human admin?

output of show commands

48
New cards

What uses a centralized controller to define data models?

network automation

49
New cards

What is written by a human to parse show command output?

automation script

50
New cards

What do SDN use to send network instruction from software applications to the central controller?

northbound APIs

51
New cards

What is the SAL?

a database or registry of the services provided by the southbound APIs.

52
New cards

In a controller-based network, what typically contains end devices and Layer 2 switches?

the data plane

53
New cards

What also operates in the data plane?

Layer 3 switches

54
New cards

A centralized controller connects to the data plane by using what?

Southbound API

55
New cards

What are some examples of a southbound API?

NETCONF, OpenFlow, or OnePK

56
New cards

What are the network tasks that are typically performed in the data plane?

encapsulation, decapsulation, add or removing trunk headers, encryption, matching MACs to a MAC table, matching IPs to paths in a routing table, NAT, and filtering using ACLs or port security.

57
New cards

In a controller-based network, what is the control plane?

centralized

58
New cards

The control plane is responsible for network decision making in what two networks?

controller-based and traditional

59
New cards

The control plane in a traditional network is typically distributed

among many devices

60
New cards

Where is decision-making logic moved to in a controller-based network?

central controller or monitored by a central controller

61
New cards

In a controller-based network, a centralized controller connencts to what plane?

application plane

62
New cards

What does a controller-based network use to connect the application plane?

northbound API

63
New cards

A controller communicates with application in the application play by using a northbound API such as what?

REST and OSGi

64
New cards

In both a controller-based network and a traditional network, what plane consists of network management protocols?

management plane

65
New cards

What protocols are often used in the management plane?

Telnet, SSH, SNMP, and Syslog

66
New cards

What best describes a lightweight AP in local mode?

default operating mode

67
New cards

If you are running K9 IOS, and want to configure SSH for incoming VTY connections on a router WITH a hostname, but does not have a domain name or an RSA key pair, or configured VTY lines and you issue the 'crypto key generate rsa' command, what message will you likely receive?

Please define a domain-name first

68
New cards

You want to establish an EtherChannel between SwitchA and SwitchB that uses an IEEE standards-based protocol. What channel-group modes could you configure on the switches?

SwtichA set to active and SwitchB set to Active or SwitchA set to passive and SwitchB set to active

<p>SwtichA set to active and SwitchB set to Active or SwitchA set to passive and SwitchB set to active</p>
69
New cards

What are the possible combinations in LACP?

Active Active or Active Passive

70
New cards

What protocol groups individual physical ports into a single logical link, called an EtherChannel?

Link Aggregation Control Protocol (LACP)

71
New cards

What command do you use to verify the status of an EtherChannel link?

show etherchannel summary

72
New cards

Out of LACP and PAGP, which protocol is proprietary?

Port Aggregation Protocol (PAgP)

73
New cards

What protocol identifies neighboring ports and their group capabilities but does not assign roles to the EtherChannel's endpoints?

PAgP

74
New cards

Active and passive keywords can only be used with what protocol?

LACP

75
New cards

What keywords can only be used with PAgP?

auto, desirable, and non-silent

76
New cards

In PAgP, what does 'auto' configure?

the channel group to listen for PAgP negotiation to be offered

77
New cards

Either or both sides must be set to what to establish an EtherChannel over PAgP?

desirable

78
New cards

What will happen if you set both sides to auto for two switches using PAgP?

No EtherChannel will be established

79
New cards

What does the non-silent option do in PAgP?

requires that a port receive PAgP packets before the port is added to the channel

80
New cards

Which VLAN is untagged?

the native VLAN

81
New cards

What command should you issue to configure a switch to send traffic from VLAN 17 as untagged?

switchport trunk native vlan 17

82
New cards

What topology provides the best balance of scalability and redundancy when deployed in the enterprise edge of the Cisco enterprise architecture model?

partial-mesh

83
New cards

what address is reserved for Ethernet loopback testing?

CF-00-00-00-00-00

84
New cards

What type of frame is power-save poll?

802.11 control frame

85
New cards

What are the three types of 802.11 frames?

control, management, and data

86
New cards

What field of the 802.11 frame header is used to identify the type and subtype of each frame?

Frame Control

87
New cards

What type of 802.11 frame is used to manage the connection between an AP and a wireless client?

management frames

88
New cards

What type of 802.11 frame is not encrypted by default?

management frames

89
New cards

What type of 802.11 frame is used to manage access to the wireless medium?

Control frames

90
New cards

What are some examples of control flames?

RTS, CTS, ACK, and PS Poll

91
New cards

What are some examples of management frames?

beacons, probe requests, probe responses, authentication requests, deauthentications, reassociation, and announcement traffic indication messages.

92
New cards

What type of 802.11 frame is used to convey user data through the wireless network?

Data frames

93
New cards

What are the two general categories of data frames?

contention free (CF) service frames and contention-based service frames

94
New cards

Most wireless networks operate in what service infrastructure?

contention-based

95
New cards

What do most wireless devices use to share a medium in a contention-based service infrastructure?

Distributed Coordination Function (DCF)

96
New cards

What does DCF rely on to manage interference and does not provide any QoS features?

RTS and CTS

97
New cards

What infrastructure does CD use to control access to the medium and to provide QoS features through the APs?

802.11 Point Coordination Function (PCF)

98
New cards

If you issue the default-information originate command and don't see the default gateway of last resort on another router, the issue is like what?

misconfigured static route

99
New cards

If you issue the 'show cdp neighbors' command, what information will be displayed?

the interface on RouterA connected to the neighboring device, the interface on the neighboring device that is connected to RouterA, the device ID of the neighboring device, and the capabilities and product number of the neighboring device.

100
New cards

When you issue the 'errdisable detect cause inline-power' command, Power policing is enabled with the default settings. If a PD attempts to draw more than the cutoff power from a PoE-enabled interface, how long will the interface remain in an error-disabled state?

until it is manually reset