πŸ”

200-301 β€” questions

Page 30 of 60 Β· 1182 total questions.

Topic 1 Β· Question 633

Refer to the exhibit. A network engineer must block access for all computers on VLAN 20 to the web server via HTTP. All other computers must be able to access the web server. Which configuration when applied to switch A accomplishes the task? A. B. C. D.

Exhibit 1 for question 633Exhibit 2 for question 633Exhibit 3 for question 633Exhibit 4 for question 633Exhibit 5 for question 633
  • A
  • B
  • C
  • D (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D:

Topic 1 Β· Question 634 Β· Select all that apply

In which two ways does a password manager reduce the chance of a hacker stealing a user's password? (Choose two.)

  • AIt encourages users to create stronger passwords (correct answer)
  • BIt uses an internal firewall to protect the password repository from unauthorized access
  • CIt stores the password repository on the local workstation with built-in antivirus and anti-malware functionality
  • DIt automatically provides a second authentication factor that is unknown to the original user
  • EIt protects against keystroke logging on a compromised device or web site (correct answer)
Reveal answer & explanation
Correct answer: A, E

The correct answer is A, E. Option A: It encourages users to create stronger passwords Option E: It protects against keystroke logging on a compromised device or web site

Topic 1 Β· Question 635

Which goal is achieved by the implementation of private IPv4 addressing on a network?

  • Aprovides an added level of protection against Internet exposure (correct answer)
  • Bprovides a reduction in size of the forwarding table on network routers
  • Callows communication across the Internet to other private networks
  • Dallows servers and workstations to communicate across public network boundaries
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: provides an added level of protection against Internet exposure This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 636

Which type of attack is mitigated by dynamic ARP inspection?

  • ADDoS
  • Bmalware
  • Cman-in-the-middle (correct answer)
  • Dworm
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: man-in-the-middle

Topic 1 Β· Question 637

What is a function of a remote access VPN?

  • Aestablishes a secure tunnel between two branch sites
  • Buses cryptographic tunneling to protect the privacy of data for multiple users simultaneously
  • Cused exclusively when a user is connected to a company's internal network
  • Dallows the users to access company internal network resources through a secure tunnel (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: allows the users to access company internal network resources through a secure tunnel

Topic 1 Β· Question 638 Β· Select all that apply

What are two recommendations for protecting network ports from being exploited when located in an office space outside of an IT closet? (Choose two.)

  • Aenable the PortFast feature on ports
  • Bconfigure static ARP entries
  • Cconfigure ports to a fixed speed
  • Dimplement port-based authentication (correct answer)
  • Eshut down unused ports (correct answer)
Reveal answer & explanation
Correct answer: D, E

The correct answer is D, E. Option D: implement port-based authentication Option E: shut down unused ports

Topic 1 Β· Question 639

Refer to the exhibit. A network administrator must permit SSH access to remotely manage routers in a network. The operations team resides on the 10.20.1.0/25 network. Which command will accomplish this task?

Exhibit 1 for question 639
  • Aaccess-list 2699 permit udp 10.20.1.0 0.0.0.255
  • Bno access-list 2699 deny tcp any 10.20.1.0 0.0.0.127 eq 22
  • Caccess-list 2699 permit tcp any 10.20.1.0 0.0.0.255 eq 22
  • Dno access-list 2699 deny ip any 10.20.1.0 0.0.0.255 (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: no access-list 2699 deny ip any 10.20.1.0 0.0.0.255

Topic 1 Β· Question 640

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?

  • Aswitchport port-security violation access
  • Bswitchport port-security violation protect
  • Cswitchport port-security violation restrict (correct answer)
  • Dswitchport port-security violation shutdown
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: switchport port-security violation restrict

Explanation

REST APIs commonly manipulate resources over HTTP using methods such as GET, POST, PUT, PATCH, and DELETE. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 641

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

  • AEnable dynamic ARP inspection
  • BConfigure an ACL to prevent traffic from changing VLANs
  • CChange native VLAN to an unused VLAN ID (correct answer)
  • DImplement port security on internet-facing VLANs
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Change native VLAN to an unused VLAN ID

Explanation

Frames in the native VLAN are untagged by default on an 802.1Q trunk. A VLAN creates a separate Layer 2 broadcast domain on switched infrastructure. NAT translates addresses between network domains, commonly conserving public IPv4 addresses.

Topic 1 Β· Question 642

Where does a switch maintain DHCP snooping information?

  • AIn the CAM table
  • BIn the frame forwarding database
  • CIn the MAC address table
  • DIn the binding database (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: In the binding database

Topic 1 Β· Question 643

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?

  • AR1#enable R1#configure terminal R1(config)#ip domain-name cisco.com R1(config)#crypto key generate ec keysize 1024
  • BR1#enable R1#configure terminal R1(config)#ip domain-name cisco.com R1(config)#crypto key generate ec keysize 2048
  • CR1#enable R1#configure terminal R1(config)#ip domain-name cisco.com R1(config)#crypto key encrypt rsa name myKey
  • DR1#enable R1#configure terminal R1(config)#ip domain-name cisco.com R1(config)#crypto key generate rsa modulus 1024 (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: R1#enable R1#configure terminal R1(config)#ip domain-name cisco.com R1(config)#crypto key generate rsa modulus 1024 This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 644

When a WLAN with WPA2 PSK is configured in the Wireless LAN Controller GUI, which format is supported?

  • Adecimal (correct answer)
  • BASCII
  • Cunicode
  • Dbase64
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: decimal

Topic 1 Β· Question 645

Refer to the exhibit. A network administrator has been tasked with securing VTY access to a router. Which access-list entry accomplishes this task?

Exhibit 1 for question 645
  • Aaccess-list 101 permit tcp 10.1.1.0 0.0.0.255 172.16.1.0 0.0.0.255 eq telnet
  • Baccess-list 101 permit tcp 10.1.1.0 0.0.0.255 172.16.1.0 0.0.0.255 eq scp
  • Caccess-list 101 permit tcp 10.1.1.0 0.0.0.255 172.16.1.0 0.0.0.255 eq https
  • Daccess-list 101 permit tcp 10.1.1.0 0.0.0.255 172.16.1.0 0.0.0.255 eq ssh (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: access-list 101 permit tcp 10.1.1.0 0.0.0.255 172.16.1.0 0.0.0.255 eq ssh

Explanation

SSH provides encrypted remote CLI administration and should replace insecure Telnet.

Topic 1 Β· Question 646 Β· Select all that apply

Which two protocols must be disabled to increase security for management connections to a Wireless LAN Controller? (Choose two.)

  • AHTTPS
  • BSSH
  • CHTTP (correct answer)
  • DTelnet (correct answer)
  • ETFTP
Reveal answer & explanation
Correct answer: C, D

The correct answer is C, D. Option C: HTTP Option D: Telnet This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 647

Which security program element involves installing badge readers on data-center doors to allow workers to enter and exit based on their job roles?

  • Aphysical access control (correct answer)
  • Bbiometrics
  • Crole-based access control
  • Dmultifactor authentication
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: physical access control This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 648

Which function is performed by DHCP snooping?

  • Alistens to multicast traffic for packet forwarding
  • Brate-limits certain traffic (correct answer)
  • Cpropagates VLAN information between switches
  • Dprovides DDoS mitigation
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: rate-limits certain traffic

Topic 1 Β· Question 650

Which protocol is used for secure remote CLI access?

  • ATelnet
  • BHTTP
  • CHTTPS
  • DSSH (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: SSH

Explanation

SSH provides encrypted remote CLI administration and should replace insecure Telnet. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 651

Which implementation provides the strongest encryption combination for the wireless environment?

  • AWEP
  • BWPA + TKIP
  • CWPA + AES
  • DWPA2 + AES (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: WPA2 + AES

Explanation

WPA2 uses AES-based CCMP to protect wireless traffic. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 652

What does physical access control regulate?

  • Aaccess to networking equipment and facilities (correct answer)
  • Baccess to servers to prevent malicious activity
  • Caccess to specific networks based on business function
  • Daccess to computer networks and file systems
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: access to networking equipment and facilities

Topic 1 Β· Question 653

A network engineer 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?

  • Aconfigure in a nondefault native VLAN
  • Bconfigure ports in the native VLAN
  • Cconfigure ports in a black hole VLAN (correct answer)
  • Dconfigure ports as access ports
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: configure ports in a black hole VLAN

Explanation

A VLAN creates a separate Layer 2 broadcast domain on switched infrastructure.

Showing questions 581–600 of 1182 Β· Page 30 of 60