Boson - Practice Exams

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/397

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:39 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

398 Terms

1
New cards

Combines authentication and authorization services into a single function.

- RADIUS

- TACACS+

RADIUS

Less granular.

2
New cards

OSPF Neighbor State:

Router has sent Hello packets, but has not received any from the neighbor router with their RID.

- Down

- Init

- 2-Way

- Exstart

- Exchange

Init

3
New cards

EIGRP:

The __________ command is used to determine whether EIGRP feasible successors can be used for unequal-cost load balancing.

variance

4
New cards

What command would you use to enter the following information:

Secret: password123

Note: NO encryption (Unencrypted)

enable secret 0 password123

5
New cards

You enter the command:

"enable password 7 password123"

You get the error:

"Invalid encrypted password: password123"

Why did you receive this error?

7 specifies a "Hidden" password will follow. Must already be encrypted.

Ex. enable password 7 08314D5D1A0E0A05165A5E57

6
New cards

When would you enter the command then receive an error:

Command: "enable secret 5 password123"

ERROR: "The secret you entered is not a valid encrypted secret.

To enter an UNENCRYPTED secret, do not specify type 5 encryption.

When you properly enter an UNENCRYPTED secret, it will be encrypted.

Why did you receive this error?

Secret must be an MD5 hash.

Ex. $1$cf6N$Ugo.y0cxMLffTfQtyO/Xt.

7
New cards

EIGRP keeps track of directly connected neighbors in the __________ ____________.

Neighbor Table

8
New cards

EIGRP:

Directly connected routers are placed into the __________ table.

Neighbor table

9
New cards

By default, EIGRP uses which of the following metrics (2):

- Load

- Bandwidth

- Reliability

- Delay

- Bandwidth

- Delay

10
New cards

EIGRP:

Metric used by neighboring router that is advertising to this device.

Ex. 20

AD

Advertised Distance

11
New cards

Total metric to get to the destination.

Ex. 20 + 5 + 5 = 30

FD

Feasible Distance

12
New cards

Lists all networks that EIGRP networks found and their connected interfaces

Ex. 10.1.1.0 S0/0

Ex. 172.1.1.0 Fa0/1

This is called the __________ ___________.

Topology Table

13
New cards

EIGRP:

Best entry in the topology table.

This is called the __________.

Successor

14
New cards

EIGRP:

Second best entry in the topology table.

Feasible Successor

15
New cards

What is actually used for forwarding traffic.

Takes the successor route from the "Topology Table".

Routing table.

16
New cards

OSPF network where DR & BDR elections are performed (1)

- Broadcast

17
New cards

OSPF networks where DR & BDR elections are NOT performed (5)

Note: "neighbor" command required to establish adjacencies

- Nonbroadcast

- Point-To-Point

- Point-To-Multipoint

- Point-To-Multipoint Broadcast

- Point-To-Multipoint Nonbroadcast

18
New cards

OSPF Broadcast & P2P:

What is the default "Hello Timer"?

10 seconds

19
New cards

OSPF Broadcast & P2P:

What is the default "Dead Timer"?

40 seconds

20
New cards

Command:

"ip ospf network non-broadcast"

What is required to establish adjacencies on this type of OSPF network?

OSPF "neighbor" command.

Ex.

router ospf 1

neighbor 2.2.2.2

21
New cards

You issue the command:

"ntp server 10.1.1.5"

This puts the current router into static _______ mode.

client

22
New cards

What is the command to disable LLDP globally?

no lldp run

23
New cards

WLC QoS:

Which QoS option provides "Best Effort"?

Silver

24
New cards

WLC QoS:

Which QoS option prioritizes VoIP?

- Bronze

- Silver

- Gold

- Platinum

Platinum

25
New cards

WLC QoS:

Which QoS option prioritizes video traffic?

- Bronze

- Silver

- Gold

- Platinum

Gold

26
New cards

WLC QoS:

Which QoS option provides the lowest bandwidth (Typically for guest services).

- Bronze

- Silver

- Gold

- Platinum

Bronze

27
New cards

Creates VXLAN tunnels between SDA switches.

- Overlay

- Underlay

- Northbound API

- Fabric

- Southbound API

Overlay

28
New cards

Collection of devices that comprises the IP network that connects to each fabric node.

- Overlay

- Underlay

- Northbound API

- Fabric

- Southbound API

Underlay

29
New cards

Enables an SDN controller to communicate with an application in the application plane.

- Overlay

- Underlay

- Northbound API

- Fabric

- Southbound API

Northbound API

30
New cards

Is the entirety of the overlay network and the underlay network.

- Overlay

- Underlay

- Northbound API

- Fabric

- Southbound API

Fabric

31
New cards

Enables an SDN controller to communicate with devices in the data plane.

- Overlay

- Underlay

- Northbound API

- Fabric

- Southbound API

Southbound API

32
New cards

A REST API query returns the following output:

{

"id": 12345,

"fname": "John",

"lname": "doe",

"group": {

"role": "Receivables",

"Read-only": [

"Accounting Folder",

"Sales Folder"

]

}

}

Which of the following statements is true?

- The value of the group key is an array

- The value of the id key is an array

- The value of the fname key is equal to the lname key and its value.

- The value of the role key is an object.

- The value of the read-only key is a text value

- The value of the lname key is a text value.

- The value of the lname key is a text value

33
New cards

ip route 10.1.1.0 255.255.255.0 172.1.1.1

This is example of what type of route?

Recursive Static Route

Contains the destination network and next hop address only.

34
New cards

ip route 10.1.1.0 255.255.255.0 f0/1 172.1.1.1

This is example of what type of route?

Fully Specified Static Route

Includes both the interface and next hop address.

35
New cards

ip route 10.1.1.0 255.255.255.0 f0/1

This is example of what type of route?

Directly Attached Static Route

Only includes the interface.

36
New cards

An API provides data to an administrator from a centralized controller.

Which type of network management techniques is being used?

- An automation script

- The issuing of show commands

- The TFTP download of a startup configuration

- Network Automation

Network Automation

37
New cards

What plane does a centralized controller connect by using a northbound API?

Which Plane?

Application Plane

38
New cards

Routing Table:

Multiple routes to the same destination network 10.1.1.0 are received (All from a different routing protocol).

What is used to determine route selection?

Administrative Distance.

39
New cards

802.11 MAC Frame:

What is the 1st component?

FC

Frame Control:

Identifies the type of 802.11 frame (2 bytes).

40
New cards

802.11 MAC Frame:

FC --

What is the next component?

DUR

Duration:

Indicates transmission timers.

41
New cards

802.11 MAC Frame:

FC -- DUR --

What is the next 3 components?

ADD1 -- ADD2 -- ADD3

Address:

Conveys MAC address and BSSID information.

42
New cards

802.11 MAC Frame:

FC -- DUR -- ADD1 -- ADD2 -- ADD3

What is the next component?

SEQ

Sequence:

Fragment Number / Sequence number of each frame.

43
New cards

802.11 MAC Frame:

FC -- DUR -- ADD1 -- ADD2 -- ADD3 -- SEQ --

What is the next component?

ADD4

44
New cards

802.11 MAC Frame:

FC -- DUR -- ADD1 -- ADD2 -- ADD3 -- SEQ -- ADD4

What is the next component?

DATA

Contains frame payload.

45
New cards

802.11 MAC Frame:

FC -- DUR -- ADD1 -- ADD2 -- ADD3 -- SEQ -- ADD4 -- DATA --

What is the next component?

FCS

Contains CRC. Determines if frame was corrupted in transit.

46
New cards

WLC GUI (Command):

Display SYSLOG server settings for every AP joined to the WLC.

show ap config global

<p>show ap config global</p>
47
New cards

WLC GUI (Command):

Display the memory dump for a specific lightweight AP.

Note: MYLAP

show ap config core-dump MYLAP

48
New cards

WLC GUI (Command):

Displays a list of dump files generated by lightweight APs.

show ap crash-file

49
New cards

WLC GUI (Command):

Displays IP addressing and other information about the specified AP.

Hint: MyLap

show ap config general MY LAP.

<p>show ap config general MY LAP.</p>
50
New cards

In a controller-based network, the functions of which of the following protocols are most likely to be moved to a centralized controller? (2)

- SNMP

- SYSLOG

- SSH

- EIGRP

- OSPF

- EIGRP

- OSPF

Network "decision making" logic is moved to a centralized controller.

51
New cards

VTP:

A server does which of the following:

- Creates, modifies, deletes VLANs

- Synchronizes VTP information

- Originates VTP advertisements

- Forwards VTP advertisements

- Stores VLAN information for NVRAM

- All of the above

All:

- Creates, modifies, deletes VLANs

- Synchronizes VTP information

- Originates VTP advertiseterm-48ments

- Forwards VTP advertisements

- Stores VLAN information for NVRAM

52
New cards

VTP:

A client does which of the following (choose 3):

- Creates, modifies, deletes VLANs

- Synchronizes VTP information

- Originates VTP advertisements

- Forwards VTP advertisements

- Stores VLAN information for NVRAM

- Synchronizes VTP information

- Originates VTP advertisements

- Forwards VTP advertisements

53
New cards

VTP:

A transparent does which of the following: (Choose 3)

- Creates, modifies, deletes VLANs

- Synchronizes VTP information

- Originates VTP advertisements

- Forwards VTP advertisements

- Stores VLAN information for NVRAM

- Creates, modifies, deletes VLANs

- Forwards VTP advertisements

- Stores VLAN information for NVRAM

54
New cards

EIGRP uses which of the following metrics by default?

- Bandwidth

- Cost

- Delay

- Load

- MTU

- Reliability

- Hop count

- Bandwidth

- Delay

55
New cards

EIGRP:

The best metric along a path.

- Advertised Distance

- Feasible Distance

- Feasible Successor

- Successor

Feasible Distance

56
New cards

EIGRP:

The best path to a destination network.

- Advertised Distance

- Feasible Distance

- Feasible Successor

- Successor

Successor

57
New cards

EIGRP:

A backup path that is guaranteed to be loop-free.

- Advertised Distance

- Feasible Distance

- Feasible Successor

- Successor

Feasible Successor

58
New cards

EIGRP:

The metric that the next-hop router has calculated.

- Advertised Distance

- Feasible Distance

- Feasible Successor

- Successor

Advertised Distance

59
New cards

Which of the following standards natively includes PortFast, UplinkFast, and BackboneFast?

- 802.1D & 802.1s

- 802.1D & 802.1w

- 802.1D

- 802.1s

- 802.1w

802.1w

60
New cards

You are configuring a normal WLAN by using the WLC GUI. You want to configure the WLAN with the SSID of MyCompanyLAN. You click Create New on the WLAN page.

Which action are you most likely to perform first?

- Assign the SSID of MyCompanyLAN in the WLAN SSID field.

- Assign a profile name of up to 32 characters in the Profile Name field.

- Select Guest LAN from the Type drop-down list box.

- Assign a VLAN ID of 1 in the ID field.

61
New cards

Which of the following are used by WPA2 to provide MICs and encryption (2)

- GCMP

- CCMP

- TKIP

- RC4

- AES

- CCMP

- AES

62
New cards

You want to decrease the amount of time that it takes for switch ports on SwitchA to begin forwarding. PortFast is not configured on any of the switch ports on SwitchA. You issue the spanning-tree portfast default command from global configuration mode.

Which of the ports on SwitchA will use PortFast?

- All trunk ports

- All access ports

- All ports

- No ports, because PortFast cannot be enabled globally

All access ports

63
New cards

RouterA----------RouterB---------RouterC

You are configuring OSPF Area 0 on all three routers in the exhibit above. The link between RouterA and RouterB is a FastEthernet link. The link between RouterB and RouterC is an Ethernet link.

You have not yet modified any of the OSPF default settings.

Which of the following will most likely be the cost of the OSPF path from RouterA to RouterC?

- 1

- 11

- 30

- 20

- 24

- 64

11

64
New cards

Which of the following configuration management tools accepts inbound requests from agents by using HTTPS on TCP port 8140?

- Puppet

- Chef

- Ansible

- Salt

Puppet

65
New cards

You have enabled LAG on a WLC that contains eight distributions system ports.

How many ports will be included in the LAG bundle by default?

- Four

- One

- None

- Eight

Eight

66
New cards

EtherChannel:

Active / Passive refers to which protocol?

LACP

67
New cards

Etherchannel:

Auto / Desirable refers to which protocol?

PAGP

68
New cards

FlexConnect ACLs are configured on __________s

Hint: Acronym

LAP

69
New cards

Which of the following statements about FlexConnect ACLs is true?

- They do not support the implicit deny rule

- They can be configured with a per-rule direction.

- They are supported on the native VLAN

- They are applied per AP and per interface

They are supported on the native VLAN

70
New cards

Directly Connected

What is the default administrative distance of this type of route?

0

71
New cards

Static Route

What is the default administrative distance of this type of route?

1

72
New cards

eBGP

What is the default administrative distance of this type of route?

20

73
New cards

Internal EIGRP

What is the default administrative distance of this type of route?

90

74
New cards

OSPF

What is the default administrative distance of this type of route?

110

75
New cards

IS-IS

What is the default administrative distance of this type of route?

115

76
New cards

RIP

What is the default administrative distance of this type of route?

120

77
New cards

SYSLOG: Arrange the logging keywords from 0-7

- Alerts

- Critical

- Debugging

- Emergencies

- Errors

- Informational

- Notifications

- Warnings

0 - Emergencies

1 - Alerts

2 - Critical

3 - Errors

4 - Warnings

5 - Notifications

6 - Informational

7 - Debugging

"Every Awesome Cisco Engineer Will Need Ice-cream Daily"

78
New cards

SwitchA:

VLAN 11 (Native)

SwitchB:

VLAN 111 (Native)

Both of these switches are connected with a trunk port. Which of the following is true?

- None of the hosts can ping each other

- Hosts on VLAN 11 can ping VLAN 111

Hosts on VLAN 11 can ping VLAN 111

Reason: Packets are untagged between the two switches

79
New cards

On which interfaces is the OSPF broadcast network type enabled by default? (2)

- Frame Relay

- HDLC

- FDDI

- Ethernet

- PPP

- X.25

- FDDI

- Ethernet

Note:

Fiber Distributed Data Interface

80
New cards

You are configuring security on a new WLAN by using the WLC GUI.

Which of the following security settings are most likely to configure by using the Layer 3 Security drop down list box on the Layer 3 tab?

- VPN pass through

- Web authentication

- Web passthrough

- WPA+WPA2

VPN pass through

81
New cards

Which of the following entries from the "show ip route" command indicates a host route?

L 192.168.1.1/32 is directly connected, F0/1

O 192.168.1.0/24 [110/2] via 10.1.1.3, F0/0

C 192.168.1.0/30 is directly connected, F0/0

S 192.168.1.0/24 [5/0] via 10.1.2.3

S* 0.0.0.0/0 [1/0] via F0/0

D 92.168.0.4/30 [90/2195456] via 192.168.0.18 F0/0

L 192.168.1.1/32 is directly connected, F0/1

82
New cards

Which of the following best describes what occurs when a packet must be re-sent because of an interruption that occurs before the 64th byte has been transmitted?

- Baby Giant

- Jumbo Frame

- Runt

- Late Collision

- Collision

Collision

83
New cards

Which of the following is not a type of IEEE 802.11 control frame?

- CTS

- ATIM

- ACK

- RTS

ATIM

84
New cards

Company licenses an office suite, including email service, that is delivered to the end user through a web browser. Least likely to require changes to the consumer's network design.

- SaaS

- PaaS

- IaaS

SaaS

85
New cards

Install and configure provider to install and possibly configure provider supported applications in the cloud infrastructure. Company obtains subscription to use a service provider's infrastructure, programming tool, and programming languages to develop and serve cloud based applications.

- SaaS

- PaaS

- IaaS

PaaS

86
New cards

Consumer installs applications, including the OS and custom applications. Cloud infrastructure remains in control of the service provider.

- SaaS

- PaaS

- IaaS

IaaS

87
New cards

Which of the following examples best describes the SaaS service model?

- A company moves all company-wide policy documents to an Internet-based virtual file system hosted by a service provider.

- A company licenses an office suite, including email service, that is delivered to the end user through a web browser.

- A company obtains a subscription to use a service provider's infrastructure, programming tools, and programming languages to develop and serve cloud-based applications.

- A company hires a service provider to deliver cloud-based processing and storage that will house multiple virtual hosts configured in a variety of ways.

A company licenses an office suite, including email service, that is delivered to the end user through a web browser.

88
New cards

Which of the following is a REST API encoding format that uses HTML-like tags to define blocks of data?

- BSON

- YAML

- XML

- JSON

XML

89
New cards

Which of the following is a valid HSRP version 2 virtual MAC address?

- 0000.0C9F.F00A

- 007.B400.0102

- 0000.0C07.AC0B

- 0005.73A0.0FFF

- 0000.5E00.0101

0000.0C9F.F00A

90
New cards

Which of the following is a valid HSRP version 1 virtual MAC address?

- 0000.0C9F.F00A

- 007.B400.0102

- 0000.0C07.AC0B

- 0005.73A0.0FFF

- 0000.5E00.0101

0000.0C07.AC0B

91
New cards

Which of the following VLANs is used by DTP to negotiate a trunk link when 802.1Q encapsulation is configured on the interface?

- 4094

- 0

- 1

- The native VLAN

The native VLAN

92
New cards

Which of the following Cisco management solutions supports Cisco SDA?

- Cisco Network Assistant

- Cisco PI

- Cisco IOS 15

- Cisco DNA Center

Cisco DNA Center

93
New cards

Congestion avoidance mechanism that addresses packet loss caused by tail drop. This occurs when new incoming packets are dropped due to the routers stacked queue.

Useful for networks where the majority of traffic uses TCP because TCP packets that are dropped must be retransmitted. Additionally TCP sources reduce traffic flow when congestion occurs, further slowing down the network.

This is called ________ (Acronym)

WRED

Weighted Random Early Detection

94
New cards

Which of the following statements best describe why WRED is useful for networks where the majority of traffic uses TCP?

- TCP packets that are not dropped must be retransmitted

- TCP packets must have priority over UPD packets.

- TCP packets cannot arrive out of sequence.

- TCP sources reduce traffic flow when congestion occurs.

- TCP packets have large header sizes.

- TCP packets that are not dropped must be retransmitted

- TCP sources reduce traffic flow when congestion occurs.

95
New cards

Which of the following terms best describes an Ethernet frame that exceeds 1518 bytes and has bad FCS value?

- Giant

- Jumbo

- Baby Giant

- Runt

Giant

96
New cards

Which of the following application layer protocols correspond with TCP (3):

- DNS

- DHCP

- FTP

- HTTP

- SMTP

- SNMP

- TFTP

- FTP

- HTTP

- SMTP

97
New cards

Which of the following application layer protocols correspond with UDP (3):

- DNS

- DHCP

- FTP

- HTTP

- SMTP

- SNMP

- TFTP

- DHCP

- SNMP

- TFTP

98
New cards

Which of the following application layer protocols correspond with both UDP & TCP (1):

- DNS

- DHCP

- FTP

- HTTP

- SMTP

- SNMP

- TFTP

- DNS

99
New cards

WLC:

User defined interfaces typically used for client data. These are called _______ interfaces.

Dynamic interfaces

100
New cards

Which of the following statements are true regarding dynamic interfaces on WLCs? (2)

- Typically used for client data

- User Defined

- Used for maintenance purposes

- Must be reachable by other WLCs

- Typically used for management information

- Typically used for client data

- User Defined