wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

network 4

Total questions: 103

Worksheet time: 52hrs 30mins

Name
Class
Date
1.

Which type of wireless encryption is used for WPA2 in preshared key

mode?

a)

A. AES-128

b)

B. TKIP with RC4

c)

C. AES-256

d)

RC4

2.

What is used to identify spurious DHCP servers?

a)

A. DHCPACK

b)

B. DHCPREQUEST

c)

C. DHCPOFFER

d)

D. DHCPDISCOVER

3.

Which command prevents passwords from being stored in the

configuration as plain text on a router or switch?

a)

A. enable secret

b)

enable password

c)

C. service password-encryption

d)

D. username cisco password encrypt

4.
a)

config t

ip access-list extended wwwblock

permit ip any any

deny tcp any host 10.30.0.100 eq 80

int vlan 20

ip access-group wwwblock in

b)

config t

ip access-list extended wwwblock

permit ip any any

deny tcp any host 10.30.0.100 eq 80

int vlan 30

ip access-group wwwblock in

c)

config t

ip access-list extended wwwblock

deny tcp any host 10.30.0.100 eq 80

int vlan 10

ip access-group wwwblock in

d)

config t

ip access-list extended wwwblock

deny top any host 10.30.0.100 eq 80

permit ip any any

int vlan 20

ip access-group wwwblock in

5.

In which two ways does a password manager reduce the chance of a

hacker stealing a user's password? (Choose two.)

a)

A. It encourages users to create stronger passwords

b)

It uses an internal firewall to protect the password repository

from unauthorized access

c)

It stores the password repository on the local workstation

with built-in antivirus and anti-malware functionality

d)

It automatically provides a second authentication factor that

is unknown to the original user

e)

It protects against keystroke logging on a compromised

device or web site

6.

Which goal is achieved by the implementation of private IPv4 addressing

on a network?

a)

provides an added level of protection against Internet

exposure

b)

provides a reduction in size of the forwarding table on

network routers

c)

allows communication across the Internet to other private

networks

d)

allows servers and workstations to communicate across

public network boundaries

7.

Which type of attack is mitigated by dynamic ARP inspection?

a)

A. DDoS

b)

malware

c)

man-in-the-middle

d)

worm

8.

What is a function of a remote access VPN?

a)

A. establishes a secure tunnel between two branch sites

b)

uses cryptographic tunneling to protect the privacy of data

for multiple users simultaneously

c)

used exclusively when a user is connected to a company's

internal network

d)

allows the users to access company internal network

resources through a secure tunnel

9.

What are two recommendations for protecting network ports from being

exploited when located in an office space outside of an IT closet?

(Choose two.)

a)

configure static ARP entries

b)

configure ports to a fixed speed

c)

D. implement port-based authentication

d)

shut down unused ports

e)

enable the PortFast feature on ports

10.
a)

A. access-list 2699 permit udp 10.20.1.0 0.0.0.255

b)

B. no access-list 2699 deny tep any 10.20.1.0 0.0.0.127 eq 22

c)

C. access-list 2699 permit tep any 10.20.1.0 0.0.0.255 eq 22

d)

D. no access-list 2699 deny ip any 10.20.1.0 0.0.0.255

11.

A port security violation has occurred on a switch port due to the

maximum MAC address count being exceeded. Which command must be

configured to increment the security-violation count and forward an

SNMP trap?

a)

switchport port-security violation access

b)

switchport port-security violation protect

c)

C. switchport port-security violation restrict

d)

D. switchport port-security violation shutdown

12.

What is a practice that protects a network from VLAN hopping attacks?

a)

Enable dynamic ARP inspection

b)

Configure an ACL to prevent traffic from changing VLANs

c)

C. Change native VLAN to an unused VLAN

d)

D. Implement port security on internet-facing VLANs

13.

Where does a switch maintain DHCP snooping information?

a)

In the CAM table

b)

In the frame forwarding database

c)

In the MAC address table

d)

In the binding database

14.

A network administrator must configure SSH for remote access to router

R1. The requirement is to use a public and private key pair to encrypt

management traffic to and from the connecting client. Which

configuration, when applied, meets the requirements?

a)

R1#enable

R1#configure terminal

R1(config)#ip domain-name cisco.com

R1(config)#crypto key generate ec keysize 1024

b)

R1#enable

R1#configure terminal

R1(config)#ip domain-name cisco.com

Rl(config)#crypto key generate ec keysize 2048

c)

R1#enable

R1#configure terminal

R1(config)#ip domain-name cisco.com

R1(config)#crypto key encrypt rsa name myKey

d)

R1#enable

R1#configure terminal

R1(config)#ip domain-name cisco.com

R1(config)#crypto key generate rsa modulus 1024

15.

When a WLAN with WPA2 PSK is configured in the Wireless LAN

Controller GUI, which format is supported?

a)

A. decimal

b)

ASCII

c)

unicode

d)

base64

16.
a)

access-list 101 permit tep 10.1.1.0 0.0.0.255 172.16.1.0

0.0.0.255 eq telnet

b)

access-list 101 permit tcp 10.1.1.0 0.0.0.255 172.16.1.0

0.0.0.255 eq sep

c)

access-list 101 permit tep 10.1.1.0 0.0.0.255 172.16.1.0

0.0.0.255 eq https

d)

access-list 101 permit tep 10.1.1.0 0.0.0.255 172.16.1.0

0.0.0.255 eq ssh

17.

Which two protocols must be disabled to increase security for

management connections to a Wireless LAN Controller? (Choose two.)

a)

HTTPS

b)

B. SSH

c)

HTTP

d)

Telnet

e)

TFTP

18.

Which security program element involves installing badge readers on

data-center doors to allow workers to enter and exit based on their job

roles?

a)

physical access control

b)

biometrics

c)

role-based access control

d)

multifactor authentication

19.

Which function is performed by DHCP snooping?

a)

listens to multicast traffic for packet forwarding

b)

B. rate-limits certain traffic

c)

propagates VLAN information between switches

d)

provides DDoS mitigation

20.

Which protocol is used for secure remote CLI access?

a)

Telnet

b)

HTTP

c)

C. HTTPS

d)

SSH

21.

Which implementation provides the strongest encryption combination for

the wireless environment?

a)

A. WEP

b)

WPA+ TKIP

c)

C. WPA + AES

d)

WPA2+ AES

22.

What does physical access control regulate?

a)

access to networking equipment and facilities

b)

access to servers to prevent malicious activity

c)

access to specific networks based on business function

d)

access to computer networks and file systems

23.

A network administrator is asked to configure VLANS 2, 3, and 4 for a

new implementation. Some ports must be assigned to the new VLANS

with unused ports remaining. Which action should be taken for the

unused ports?

a)

configure in a nondefault native VLAN

b)

configure ports in the native VLAN

c)

C. configure ports in a black hole VLAN

d)

configure ports as access ports

24.

When a WPA2-PSK WLAN is configured in the Wireless LAN

Controller, what is the minimum number of characters that is required in

ASCII format?

a)

A. 6

b)

B. 8

c)

12

d)

18

25.

A. ISATAP

a)

A. ISATAP

b)

IPsec over ISATAP

c)

C. GRE

d)

D. GRE over IPsec

26.
a)

ip access-list standard 99

permit 10.100.100.0 0.0.0.255

deny 192.168.0.0 0.0.255.255

b)

B.

ip access-list standard 99

permit 10.100.100.0 0.0.0.255

deny 192.168.0.0 0.255.255.255

c)

ip access-list standard 199

permit 10.100.100.0 0.0.0.255

deny 192.168.0.0 0.255.255.255

d)

ip access-list standard 199

permit 10.100.100.0 0.0.0.255

deny 192.168.0.0 0.0.255.255

27.
a)

A. ip ssh pubkey-chain

b)

B. username cisco password 0 cisco

c)

C. crypto key generate rsa

d)

D. transport input telnet

e)

E. login console

28.

Which service is missing when RADIUS is selected to provide

management access to the WLC?

a)

authorization

b)

authentication

c)

C. accounting

d)

confidentiality

29.

Which action implements physical access control as part of the security

program of an organization?

a)

setting up IP cameras to monitor key infrastructure

b)

B. configuring a password for the console port

c)

backing up syslogs at a remote location

d)

configuring enable passwords on network devices

30.

Which field within the access-request packet is encrypted by RADIUS?

a)

authorized services

b)

password

c)

C. authenticator

d)

username

31.

A Cisco engineer is configuring a factory-default router with these three

passwords:

. The user EXEC password for console access is p4ssw0rd1.

. The user EXEC password for Telnet access is s3cr3t2.

. The password for privileged EXEC mode is priv4t3p4ss.

Which command sequence must the engineer configure?

a)

enable secret priv4t3p4ss

!

line con 0

password p4ssw0rd1

!

line vty 0 15

password s3cr3t2

b)

enable secret priv4t3p4ss

!

line con 0

password p4ssw0rd1

login

!

line vty 0 15

password s3cr3t2

login

c)

C.

enable secret priv4t3p4ss

!

line con 0

password login p4ssw0rd1

!

line vty 0 15

password login s3cr3t2

login

d)

enable secret privilege 15 priv4t3p4ss

!

line con 0

password p4ssw0rd1

login

!

line vty 0 15

password s3cr3t2

login

32.
a)

Add the access-list 10 permit any command to the

configuration.

b)

Remove the access-class 10 in command from line vty 0 4

c)

Add the ip access-group 10 out command to interface g0/0.

d)

Remove the password command from line vty 0 4.

33.

What is a function of Opportunistic Wireless Encryption in an

environment?

a)

provide authentication

b)

B. protect traffic on open networks

c)

offer compression

d)

increase security by using a WEP connection

34.
a)

Under Protected Management Frames, set the PMF option to

Required.

b)

Enable CCKM under Authentication Key Management.

c)

Set the Fast Transition option and the WPA gtk-randomize

State to disable.

d)

Set the Fast Transition option to Enable and enable FT

802.1X under Authentication Key Management.

35.
a)

Set Fast Transition to Enabled.

b)

B. Enable WPA Policy.

c)

C. Set PMF to Required.

d)

Enable MAC Filtering.

36.

Which encryption method is used by WPA3?

a)

TKIP

b)

AES

c)

SAE

d)

PSK

37.

Which type of traffic is sent with pure IPsec?

a)

multicast traffic from a server at one site to hosts at another

location

b)

B.

broadcast packets from a switch that is attempting to locate a

MAC address at one of several remote sites

c)

C.

unicast messages from a host at a remote site to a server at

headquarters

d)

spanning-tree updates between switches that are at two

different sites

38.

How does authentication differ from authorization?

a)

A.

Authentication is used to record what resource a user

accesses, and authorization is used to determine what

resources a user can access.

b)

B.

Authentication verifies the identity of a person accessing a

network, and authorization determines what resource a user

can access.

c)

c.

Authentication is used to determine what resources a user is

allowed to access, and authorization is used to track what

equipment is allowed access to the network.

d)

Authentication is used to verify a person's identity, and

authorization is used to create syslog messages for logins.

39.

An engineer has configured the domain name, user name, and password

on the local router. What is the next step to complete the configuration

for a Secure Shell access RSA key?

a)

crypto key import rsa pem

b)

crypto key generate rsa

c)

C. crypto key zeroize rsa

d)

D. crypto key pubkey-chain rsa

40.

Which type if network attack overwhelms the target server by sending

multiple packets to a port until the half-open TCP resources of the target

are exhausted?

a)

SYN flood

b)

B. reflection

c)

teardrop

d)

amplification

41.

Which type if network attack overwhelms the target server by sending

multiple packets to a port until the half-open TCP resources of the target

are exhausted?

a)

SYN flood

b)

reflection

c)

teardrop

d)

amplification

42.

Which two components comprise part of a PKI? (Choose two.)

a)

one or more CRLs

b)

RSA token

c)

CA that grants certificates

d)

clear-text password that authenticates connections

e)

A. preshared key that authenticates connections

43.

After a recent security breach and a RADIUS failure, an engineer must

secure the console port of each enterprise router with a local username

and password. Which configuration must the engineer apply to

accomplish this task?

a)

aaa new-model

line con 0

password plaintextpassword

privilege level 15

b)

aaa new-model

aaa authorization exec default local

aaa authentication login default radius

username localuser privilege 15 secret plaintextpassword

c)

username localuser secret plaintextpassword

line con 0

no login local

privilege level 15

d)

username localuser secret plaintextpassword

line con 0

login authentication default

privilege level 15

44.

Which wireless security protocol relies on Perfect Forward Secrecy?

a)

WEP

b)

WPA2

c)

WPA

d)

WPA3

45.

What is a zero-day exploit?

a)

It is when the network is saturated with malicious traffic that

overloads resources and bandwidth.

b)

It is when an attacker inserts malicious code into a SQL

server.

c)

It is when a new network vulnerability is discovered before

a fix is available.

d)

It is when the perpetrator inserts itself in a conversation

between two parties and captures or alters data.

46.

A network engineer is replacing the switches that belong to a managed-

services client with new Cisco Catalyst switches. The new switches will

be configured for updated security standards including replacing.

Telnet services with encrypted connections and doubling the modulus

size from 1024. Which two commands must the engineer configure on

the new switches? (Choose two.)

a)

A. transport input ssh

b)

transport input all

c)

C. crypto key generate rsa modulus 2048

d)

crypto key generate rsa general-keys modulus 1024

e)

crypto key generate rsa usage-keys

47.

Which characteristic differentiates the concept of authentication from

authorization and accounting?

a)

consumption-based billing

b)

identity verification

c)

user-activity logging

d)

service limitations

48.

What is a function of Cisco Advanced Malware Protection for a Next-

Generation IPS?

a)

inspecting specific files and file types for malware

b)

authorizing potentially compromised wireless traffic

c)

authenticating end users

d)

URL filtering

49.

What is a feature of WPA?

a)

A. TKIP/MIC encryption

b)

B. small Wi-Fi application

c)

preshared key

d)

802.1x authentication

50.

Which two practices are recommended for an acceptable security posture

in a network? (Choose two.)

a)

B. Place internal email and file servers in a designated DMZ.

b)

Back up device configurations to encrypted USB drives for

secure retrieval.

c)

Disable unused or unnecessary ports, interfaces, and

services.

d)

E. Maintain network equipment in a secure location.

e)

Use a cryptographic keychain to authenticate to network

devices.

51.

How does WPA3 improve security?

a)

It uses SAE for authentication.

b)

It uses RC4 for encryption.

c)

C. It uses TKIP for encryption.

d)

It uses a 4-way handshake for authentication.

52.

What is a function of a Next-Generation IPS?

a)

A. correlates user activity with network events

b)

B. serves as a controller within a controller-based network

c)

integrates with a RADIUS server to enforce Layer 2 devic

authentication rules

d)

makes forwarding decisions based on learned MAC

addresses

53.

Which IPsec transport mode encrypts the IP header and the payload?

a)

A. pipe

b)

B. transport

c)

control

d)

D. tunnel

54.

What is the default port-security behavior on a trunk link?

a)

It places the port in the err-disabled state if it learns more

than one MAC address.

b)

It causes a network loop when a violation occurs.

c)

It disables the native VLAN configuration as soon as port

security is enabled.

d)

It places the port in the err-disabled state after 10 MAC

addresses are statically configured.

55.

Which device separates networks by security domains?

a)

intrusion protection system

b)

firewall

c)

wireless controller

d)

D. access point

56.

How are VLAN hopping attacks mitigated?

a)

A. manually implement trunk ports and disable DTP

b)

configure extended VLANs

c)

activate all ports and place in the default VLAN

d)

enable dynamic ARP inspection

57.

Which enhancements were implemented as part of WPA3?

a)

Forward secrecy and SAE in personal mode for secure

initial key exchange

b)

802.1x authentication and AES-128 encryption

c)

AES-64 in personal mode and AES-128 in enterprise mode

d)

D. TKIP encryption improving WEP and per-packet keying

58.

When a site-to-site VPN is configured which IPsec mode provides

encapsulation and encryption of the entire original IP packet?

a)

A. IPsec transport mode with AH

b)

IPsec tunnel mode with AH

c)

IPsec transport mode with ESP

d)

IPsec tunnel mode with ESP

59.

An engineer is configuring remote access to a router from IP subnet

10.139.58.0/28. The domain name, crypto keys, and SSH have been

configured. Which configuration enables the traffic on the destination

router?

a)

line vty 0 15

access-class 120 in

!

ip access-list extended 120

permit tcp 10.139.58.0 0.0.0.15 any eq 22

b)

interface FastEthernet0/0

ip address 10.122.49.1 255.255.255.252

ip access-group 10 in

!

ip access-list standard 10

permit udp 10.139.58.0 0.0.0.7 host 10.122.49.1 eq 22

c)

interface FastEthernet0/0

ip address 10.122.49.1 255.255.255.252

ip access-group 110 in

!

ip access-list standard 110

permit tcp 10.139.58.0 0.0.0.15 eq 22 host 10.122.49.1

d)

line vty 0 15

access-group 120 in

!

ip access-list extended 120

permit tep 10.139.58.0 0.0.0.15 any eq 22

60.

In an SDN architecture, which function of a network node is centralized

on a controller?

a)

A. Creates the IP routing table

b)

Discards a message due filtering

c)

Makes a routing decision

d)

Provides protocol access for remote access devices

61.

Which management security process is invoked when a user logs in to a

network device using their username and password?

a)

authentication

b)

auditing

c)

accounting

d)

authorization

62.
a)

Select PSK under Authentication Key Management.

b)

B. Select Static-WEP+802.1X on Layer 2 Security.

c)

Select WPA+WPA2 on Layer 2 Security.

d)

Select 802.1X from under Authentication Key Management.

e)

Select WPA Policy with TKIP Encryption.

63.

Which enhancement is implemented in WPA3?

a)

employs PKI to identify access points

b)

applies 802.1x authentication

c)

C. uses TKIP

d)

protects against brute force attacks

64.
a)

interface gi1/0/15

switchport port-security

switchport port-security maximum 2

b)

interface gi1/0/15

switchport port-security

switchport port-security mac-address 0000.abcd.0004

vlan 100

c)

interface gi1/0/15

switchport port-security mac-address 0000.abcd.0004

vlan 100

d)

interface gi1/0/15

switchport port-security mac-address 0000.abcd.0004

vlan 100

interface switchport secure-mac limit

65.
a)

SW1(config)#enable secret ccnaTest123

b)

SW1(config)#username NEW secret R3mote123

c)

SW1(config)#line vty 0 15

SW1(config-line)#transport input ssh

d)

SW1(config)# crypto key generate rsa

e)

SW1(config)# interface f0/1

SW1(config-if)# switchport mode trunk

66.

Which port security violation mode allows from valid MAC addresses to

pass but blocks traffic from invalid MAC addresses?

a)

restrict

b)

B. shutdown

c)

protect

d)

shutdown VLAN

67.

Which port security violation mode allows from valid MAC addresses to

pass but blocks traffic from invalid MAC addresses?

a)

restrict

b)

B. shutdown

c)

protect

d)

shutdown VLAN

68.

A customer wants to provide wireless access to contractors using a guest

portal on Cisco ISE. The portal is also used by employees. A solution is

implemented, but contractors receive a certificate error when they

attempt to access the portal. Employees can access the portal without any

errors. Which change must be implemented to allow the contractors and

employees to access the portal?

a)

Install an Internal CA signed certificate on the Cisco ISE.

b)

Install a trusted third-party certificate on the Cisco ISE.

c)

Install an internal CA signed certificate on the contractor

devices.

d)

Install a trusted third-party certificate on the contractor

devices.

69.

Which two wireless security standards use counter mode cipher block

chaining Message Authentication Code Protocol for encryption and data

integrity? (Choose two.)

a)

Wi-Fi 6

b)

B. WPA3

c)

WEP

d)

WPA2

e)

WPA

70.

A network engineer is implementing a corporate SSID for WPA3-

Personal security with a PSK. Which encryption cipher must be

configured?

a)

CCMP128

b)

GCMP256

c)

CCMP256

d)

GCMP128

71.

What is a practice that protects a network from VLAN hopping attacks?

a)

Implement port security on internet-facing VLANs

b)

Enable dynamic ARP inspection

c)

Assign all access ports to VLANs other than the native

VLAN

d)

Configure an ACL to prevent traffic from changing VLANs

72.

Which WLC management connection type is vulnerable to man-in-the-

middle attacks?

a)

console

b)

Telnet

c)

SSH

d)

HTTPS

73.
a)

R1(config)#username admin

R1(config-if)#line vty 04

R1(config-line)#password p@ss1234

R1(config-line)#transport input telnet

b)

R1(config)#username admin privilege 15 secret

p@ss1234

R1(config-if)#line vty 04

R1(config-line)#login local

c)

Rl(config)#username admin secret p@ss1234

R1(config-if)#line vty 04

R1(config-line)#login local

R1(config)#enable secret p@ss1234

d)

R1(config)#username admin

R1(config-if)#line vty 0 4

R1(config-line)#password p@ss1234

74.

Which type of encryption does WPAI use for data protection?

a)

A. PEAP

b)

TKIP

c)

AES

d)

EAP

75.
a)

The router accepts all incoming traffic to Serial0 with the

last octet of the source IP set to 0.

b)

The permit command fails and returns an error code.

c)

The router fails to apply the access list to the interface.

d)

The sourced traffic from IP range 10.0.0.0 - 10.0.0.255 is

allowed on Serial0.

76.

A network engineer must configure an access list on a new Cisco IOS

router. The access list must deny HTTP traffic to network

10.125.128.32/27 from the 192.168.240.0/20 network, but it must allow

the 192.168.240.0/20 network to reach the rest of the 10.0.0.0/8 network.

Which configuration must the engineer apply?

a)

ip access-list extended deny_outbound

B.

10 deny tep 192.168.240.0 0.0.15.255 10.125.128.32

0.0.0.31 eq 80

20 permit ip 192.168.240.0 0.0.15.255 10.0.0.0

0.255.255.255

30 deny ip any any log

b)

ip access-list extended deny_outbound

B.

10 deny tep 192.168.240.0 0.0.15.255 10.125.128.32

0.0.0.31 eq 80

20 permit ip 192.168.240.0 0.0.15.255 10.0.0.0

0.255.255.255

30 deny ip any any log

c)

ip access-list extended deny_outbound

10 deny tcp 10.125.128.32 255.255.255.224

192.168.240.0 255.255.240.0 eq 443

20 deny tcp 192.168.240.0 255.255.240.0 10.125.128.32

255.255.255.224 eq 443

30 permit ip 192.168.240.0 255.255.240.0 10.0.0.0

255.0.0.0

d)

ip access-list extended deny_outbound

10 deny tcp 192.168.240.0 0.0.15.255 any eq 80

20 deny tcp 192.168.240.0 0.0.15.255 10.125.128.32

0.0.0.31 eq 80

30 permit ip 192.168.240.0 0.0.15.255 10.0.0.0

0.255.255.255

77.

What is the definition of backdoor malware?

a)

malicious code that is installed onto a computer to allow

access by an unauthorized user

b)

malicious program that is used to launch other malicious

programs

c)

malicious code that infects a user machine and then uses that

machine to send spam

d)

malicious code with the main purpose of downloading other

malicious code

78.

What does WPA3 provide in wireless networking?

a)

A. backward compatibility with WPA and WPA2

b)

B. safeguards against brute force attacks with SAE

c)

increased security and requirement of a complex

configuration

d)

optional Protected Management Frame negotiation

79.

Which global command encrypts all passwords in the running

configuration?

a)

service password-encryption

b)

enable password-encryption

c)

enable secret

d)

password-encrypt

80.
a)

username CCUser privilege 10 password NA!2$cc

b)

username CCUser privilege 15 password NA!2Scc

enable secret 0 NA!2$cc

c)

username CCUser secret NA!2Sce

d)

username CCUser password NA!2$cc

enable password level 5 NA!2$cc

81.
a)

SW(config-if)#switchport port-security violation restrict

b)

SW(config-if)#switchport port-security mac-address

0010.7B84.45E6

c)

SW(config-if)#switchport port-security maximum 2

d)

SW(config-if)#switchport port-security violation

shutdown

82.

An engineer is configuring a switch port that is connected to a VoIP

handset. Which command must the engineer configure to enable port

security with a manually assigned MAC address of abcd.abcd.abcd on

voice VLAN 4?

a)

switchport port-security mac-address abcd.abed.abcd

vlan 4

b)

switchport port-security mac-address abed.abed.abed

vlan voice

c)

switchport port-security mac-address abcd.abcd.abcd

d)

switchport port-security mac-address sticky

abcd.abcd.abcd vlan 4

83.

Which type of security program is violated when a group of employees

enters a building using the ID badge of only one person?

a)

A. intrusion detection

b)

network authorization

c)

physical access control

d)

user awareness

84.

What are two protocols within the IPsec suite? (Choose two.)

a)

3DES

b)

ESP

c)

TLS

d)

AH

e)

AES

85.
a)

!

conf t

!

username test1 password testpass1

enable secret level 15 0 Test123

!

line vty 0 15

login local

transport input telnet

b)

!

config t

!

username test1 password testpass1

enable password level 15 0 Test123

!

line vty 0 15

login local

transport input all

c)

C.

!

config t

!

username test1 password testpass1

enable password level 1 7 Test123

!

line vty 0 15

accounting exec default

transport input all

d)

D.

!

config t

!

username test1 password testpass1

enable secret level 1 0 Test123

line vty 0 15

login authentication

password Test123

transport input telnet

86.

What is a characteristic of RSA?

a)

A. It uses preshared keys for encryption.

b)

B. It is an asymmetric encryption algorithm.

c)

It is a symmetric decryption algorithm.

d)

It requires both sides to have identical keys for encryption.

87.

What are two differences between WPA2 and WPA3 wireless security?

(Choose two.)

a)

WPA2 uses 192-bit key encryption, and WPA3 requires 256-

bit key encryption.

b)

WPA3 uses AES for stronger protection than WPA2, which

uses SAE.

c)

WPA2 uses 128-bit key encryption, and WPA3 supports

128-bit and 192-bit key encryption.

d)

WPA3 uses SAE for stronger protection than WPA2, which

uses AES.

e)

WPA3 uses AES for stronger protection than WPA2, which

uses TKIP.

88.

What is an enhancement implemented in WPA3?

a)

applies 802.1x authentication and AES-128 encryption

b)

employs PKI and RADIUS to identify access points

c)

uses TKIP and per-packet keying

d)

defends against deauthentication and disassociation attacks

89.

Which action must be taken when password protection is implemented?

a)

Use less than eight characters in length when passwords are

complex.

b)

Include special characters and make passwords as long as

allowed.

c)

Share passwords with senior IT management to ensure

proper oversight.

d)

Store passwords as contacts on a mobile device with single-

factor authentication.

90.

An engineer must configure R1 for a new user account. The account

must meet these requirements:

· It must be configured in the local database.

. The username is engineer2.

· It must use the strongest password configurable.

Which command must the engineer configure on the router?

a)

R1(config)# username engineer2 privilege 1 password 7

test2021

b)

R1(config)# username engineer2 secret 4

$1$b1JuSkZbBS1Pyh4QzwXyZ

c)

R1(config)# username engineer2 algorithm-type scrypt

secret test2021

d)

R1(config)# username engineer2 secret 5 password

$1$b1Ju$kZbBS1Pyh4QzwXyZ

91.

Which two VPN technologies are recommended by Cisco for multiple

branch offices and large-scale deployments? (Choose two.)

a)

GETVPN

b)

DMVPN

c)

site-to-site VPN

d)

clientless VPN

e)

IPsec remote access

92.

What is a characteristic of RSA?

a)

It uses preshared keys for encryption.

b)

It is a public-key cryptosystem.

c)

It is a private-key encryption algorithm.

d)

It requires both sides to have identical keys.

93.

What is used as a solution for protecting an individual network endpoint

from attack?

a)

antivirus software

b)

wireless controller

c)

router

d)

D. Cisco DNA Center

94.

Which security method is used to prevent man-in-the-middle attacks?

a)

authentication

b)

anti-replay

c)

authorization

d)

accounting

95.

Which cipher is supported for wireless encryption only with the WPA2

standard?

a)

RC4

b)

B. AES

c)

C. SHA

d)

AES256

96.

Which WPA mode uses PSK authentication?

a)

Local

b)

Personal

c)

Enterprise

d)

Client

97.

An engineer is configuring remote access to a router from IP subnet

10.139.58.0/28. The domain name, crypto keys, and SSH have been

configured. Which configuration enables the traffic on the destination

router?

a)

interface FastEthernet0/0

ip address 10.122.49.1 255.255.255.252

ip access-group 110 in

ip access-list extended 110

permit tcp 10.139.58.0 0.0.0.15 host 10.122.49.1 eq 22

b)

interface FastEthernet0/0

ip address 10.122.49.1 255.255.255.240

access-group 120 in

ip access-list extended 120

permit tep 10.139.58.0 255.255.255.248 any eq 22

c)

interface FastEthernet0/0

ip address 10.122.49.1 255.255.255.252

ip access-group 105 in

ip access-list standard 105

permit tep 10.139.58.0 0.0.0.7 eq 22 host 10.122.49.1

d)

interface FastEthernet0/0

ip address 10.122.49.1 255.255.255.248

ip access-group 10 in

ip access-list standard 10

permit udp 10.139.58.0 0.0.0.7 host 10.122.49.1 eq 22

98.

To improve corporate security, an organization is planning to implement

badge authentication to limit access to the data center. Which element of

a security program is being deployed?

a)

A.

user awareness

b)

user training

c)

physical access control

d)

vulnerability verification

99.

An organization secures its network with multi-factor authentication

using an authenticator app on employee smartphones. How is the

application secured in the case of a user's smartphone being lost or

stolen?

a)

The application requires the user to enter a PIN before it

provides the second factor

b)

B.

The application requires an administrator password to

reactivate after a configured interval

c)

The application verifies that the user is in a specific location

before it provides the second factor

d)

The application challenges a user by requiring an

administrator password to reactivate when the smartphone is

rebooted

100.

Which device performs stateful inspection of traffic?

a)

switch

b)

B. firewall

c)

access point

d)

wireless controller

101.

A network administrator enabled port security on a switch interface

connected to a printer. What is the next configuration action in order to

allow the port to learn the MAC address of the printer and insert it into

the table automatically?

a)

enable dynamic MAC address learning

b)

implement static MAC addressing

c)

enable sticky MAC addressing

d)

implement auto MAC address learning

102.
a)

R1(config)#username admin

R1(config-if)#line vty 0 4

R1(config-line)#password p@ss1234

R1(config-line)#transport input telnet

b)

R1(config)#username admin privilege 15 secret

p@ss1234

R1(config-if)#line vty 04

R1(config-line)#login local

c)

Rl(config)#username admin secret p@ss1234

R1(config-if)#line vty 0 4

R1(config-line)#login local

R1(config)#enable secret p@ss1234

d)

R1(config)#username admin

R1(config-if)#line vty 0 4

R1(config-line)#password p@ss1234

103.

Which effect does the aaa new-model configuration command have?

a)

It enables AAA services on the device.

b)

It configures the device to connect to a RADIUS server for

AAA.

c)

It associates a RADIUS server to the group.

d)

It configures a local user on the device.