πŸ”

200-301 β€” questions

Page 45 of 60 Β· 1182 total questions.

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

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

  • A3DES
  • BAES
  • CESP (correct answer)
  • DTLS
  • EAH (correct answer)
Reveal answer & explanation
Correct answer: C, E

The correct answer is C, E. Option C: ESP Option E: AH

Topic 1 Β· Question 978

Refer to the exhibit. Local access for R4 must be established and these requirements must be met: β€’ Only Telnet access is allowed. β€’ The enable password must be stored securely. β€’ The enable password must be applied in plain text. β€’ Full access to R4 must be permitted upon successful login. Which configuration script meets the requirements?

Exhibit 1 for question 978
  • A!conf t!username test1 password testpass1enable secret level 15 0 Test123!line vty 0 15login localtransport input telnet (correct answer)
  • B!config t!username test1 password testpass1enable password level 15 0 Test123!line vty 0 15login localtransport input all
  • C!config t!username test1 password testpass1enable password level 1 7 Test123!line vty 0 15accounting exec defaulttransport input all
  • D!config t!username test1 password testpass1enable secret level 1 0 Test123!line vty 0 15login authenticationpassword Test123transport input telnet
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: !conf t!username test1 password testpass1enable secret level 15 0 Test123!line vty 0 15login localtransport input telnet

Explanation

Spanning Tree Protocol prevents Layer 2 loops by placing redundant paths into blocking states. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 979

What is a characteristic of RSA?

  • AIt uses preshared keys for encryption.
  • BIt is an asymmetric encryption algorithm. (correct answer)
  • CIt is a symmetric decryption algorithm.
  • DIt requires both sides to have identical keys for encryption.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: It is an asymmetric encryption algorithm.

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

What are two differences between WPA2 and WPA3 wireless security? (Choose two.)

  • AWPA2 uses 192-bit key encryption, and WPA3 requires 256-bit key encryption.
  • BWPA3 uses AES for stronger protection than WPA2, which uses SAE.
  • CWPA2 uses 128-bit key encryption, and WPA3 supports 128-bit and 192-bit key encryption. (correct answer)
  • DWPA3 uses SAE for stronger protection than WPA2, which uses AES. (correct answer)
  • EWPA3 uses AES for stronger protection than WPA2, which uses TKIP.
Reveal answer & explanation
Correct answer: C, D

The correct answer is C, D. Option C: WPA2 uses 128-bit key encryption, and WPA3 supports 128-bit and 192-bit key encryption. Option D: WPA3 uses SAE for stronger protection than WPA2, which uses AES.

Explanation

WPA2 uses AES-based CCMP to protect wireless traffic. WPA3 strengthens wireless authentication, including SAE for personal networks. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 981

What is an enhancement implemented in WPA3?

  • Aapplies 802.1x authentication and AES-128 encryption
  • Bemploys PKI and RADIUS to identify access points
  • Cuses TKIP and per-packet keying
  • Ddefends against deauthentication and disassociation attacks (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: defends against deauthentication and disassociation attacks

Topic 1 Β· Question 982

Which action must be taken when password protection is implemented?

  • AUse less than eight characters in length when passwords are complex.
  • BInclude special characters and make passwords as long as allowed. (correct answer)
  • CShare passwords with senior IT management to ensure proper oversight.
  • DStore passwords as contacts on a mobile device with single-factor authentication.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Include special characters and make passwords as long as allowed.

Topic 1 Β· Question 984

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?

  • AR1(config)# username engineer2 privilege 1 password 7 test2021
  • BR1(config)# username engineer2 secret 4 $1$b1Ju$kZbBS1Pyh4QzwXyZ
  • CR1(config)# username engineer2 algorithm-type scrypt secret test2021 (correct answer)
  • DR1(config)# username engineer2 secret 5 password $1$b1Ju$kZbBS1Pyh4QzwXyZ
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: R1(config)# username engineer2 algorithm-type scrypt secret test2021

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

Which two VPN technologies are recommended by Cisco for multiple branch offices and large-scale deployments? (Choose two.)

  • AGETVPN (correct answer)
  • BDMVPN (correct answer)
  • Csite-to-site VPN
  • Dclientless VPN
  • EIPsec remote access
Reveal answer & explanation
Correct answer: A, B

The correct answer is A, B. Option A: GETVPN Option B: DMVPN This option scales automatically to match demand.

Topic 1 Β· Question 987

What is a characteristic of RSA?

  • AIt uses preshared keys for encryption.
  • BIt is a public-key cryptosystem. (correct answer)
  • CIt is a private-key encryption algorithm.
  • DIt requires both sides to have identical keys.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: It is a public-key cryptosystem.

Topic 1 Β· Question 988

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

  • Aantivirus software (correct answer)
  • Bwireless controller
  • Crouter
  • DCisco DNA Center
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: antivirus software

Topic 1 Β· Question 989

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

  • Aauthentication (correct answer)
  • Banti-replay
  • Cauthorization
  • Daccounting
Reveal answer & explanation
Correct answer: A

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

Topic 1 Β· Question 990

Which cipher is supported for wireless encryption only with the WPA2 standard?

  • ARC4
  • BAES (correct answer)
  • CSHA
  • DAES256
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: AES This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 991

Refer to the exhibit. This ACL is configured to allow client access only to HTTP, HTTPS, and DNS services via UDP. The new administrator wants to add TCP access to the ONS service. Which configuration updates the ACL efficiently?

Exhibit 1 for question 991
  • Ano ip access-list extended Servicesip access-list extended Services30 permit tcp 10.0.0.0 0.255.255.255 host 198.51.100.11 eq domain
  • Bip access-list extended Services35 permit tcp 10.0.0.0 0.255.255.255 host 198.51.100.11 eq domain (correct answer)
  • Cip access-list extended Servicespermit tcp 10.0.0.0 0.255.255.255 host 198.51.100.11 eq domain
  • Dno ip access-list extended Servicesip access-list extended Servicespermit udp 10.0.0.0 0.255.255.255 any eq 53permit tcp 10.0.0.0 0.255.255.255 host 198.51.100.11 eq domain deny ip any any log
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: ip access-list extended Services35 permit tcp 10.0.0.0 0.255.255.255 host 198.51.100.11 eq domain

Topic 1 Β· Question 992

Which WPA mode uses PSK authenticaton?

  • ALocal
  • BPersonal (correct answer)
  • CEnterprise
  • DClient
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Personal

Topic 1 Β· Question 993

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?

  • Ainterface FastEthernet0/0ip address 10.122.49.1 255.255.255.252ip access-group 110 inip access-list extended 110permit tcp 10.139.58.0 0.0.0.15 host 10.122.49.1 eq 22 (correct answer)
  • Binterface FastEthernet0/0ip address 10.122.49.1 255.255.255.240access-group 120 inip access-list extended 120permit tcp 10.139.58.0 255.255.255.248 any eq 22
  • Cinterface FastEthernet0/0ip address 10.122.49.1 255.255.255.252ip access-group 105 inip access-list standard 105permit tcp 10.139.58.0 0.0.0.7 eq 22 host 10.122.49.1
  • Dinterface FastEthernet0/0ip address 10.122.49.1 255.255.255.248ip access-group 10 inip access-list standard 10permit udp 10.139.58.0 0.0.0.7 host 10.122.49.1 eq 22
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: interface FastEthernet0/0ip address 10.122.49.1 255.255.255.252ip access-group 110 inip access-list extended 110permit tcp 10.139.58.0 0.0.0.15 host 10.122.49.1 eq 22

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead.

Topic 1 Β· Question 994

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?

  • Auser awareness
  • Buser training
  • Cphysical access control (correct answer)
  • Dvulnerability verification
Reveal answer & explanation
Correct answer: C

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

Topic 1 Β· Question 996

Which benefit does Cisco DNA Center provide over traditional campus management?

  • ACisco DNA Center automates HTTPS for secure web access, and traditional campus management uses HTTP.
  • BCisco DNA Center leverages SNMPv3 for encrypted management, and traditional campus management uses SNMPv2.
  • CCisco DNA Center leverages APIs, and traditional campus management requires manual data gathering. (correct answer)
  • DCisco DNA Center automates SSH access for encrypted entry, and SSH is absent from traditional campus management.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Cisco DNA Center leverages APIs, and traditional campus management requires manual data gathering.

Topic 1 Β· Question 997

How does Chef configuration management enforce a required device configuration?

  • AThe Chef Infra Server uses its configured cookbook to push the required configuration to the remote device requesting updates.
  • BThe installed agent on the device connects to the Chef Infra Server and pulls its required configuration from the cookbook. (correct answer)
  • CThe Chef Infra Server uses its configured cookbook to alert each remote device when it is time for the device to pull a new configuration.
  • DThe installed agent on the device queries the Chef Infra Server and the server responds by pushing the configuration from the cookbook.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: The installed agent on the device connects to the Chef Infra Server and pulls its required configuration from the cookbook.

Topic 1 Β· Question 998

What is the PUT method within HTTP?

  • AIt replaces data at the destination. (correct answer)
  • BIt is a nonidempotent operation.
  • CIt is a read-only operation.
  • DIt displays a web site.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: It replaces data at the destination.

Explanation

NAT translates addresses between network domains, commonly conserving public IPv4 addresses.

Topic 1 Β· Question 999

Which advantage does the network assurance capability of Cisco DNA Center provide over traditional campus management?

  • ACisco DNA Center leverages YANG and NETCONF to assess the status of fabric and nonfabric devices, and traditional campus management uses CLI exclusively.
  • BCisco DNA Center handles management tasks at the controller to reduce the load on infrastructure devices, and traditional campus management uses the data backbone.
  • CCisco DNA Center automatically compares security postures among network devices, and traditional campus management needs manual comparisons.
  • DCisco DNA Center correlates information from different management protocols to obtain insights, and traditional campus management requires manual analysis. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Cisco DNA Center correlates information from different management protocols to obtain insights, and traditional campus management requires manual analysis.

Showing questions 881–900 of 1182 Β· Page 45 of 60