πŸ”

N10-009 β€” questions

Page 8 of 31 Β· 604 total questions.

Topic 1 Β· Question 147

A network engineer is troubleshooting an issue with a VoIP network. After performing analysis, the engineer found that when users upload large files, voice quality is severely degraded. When no other traffic is on the network, voice quality is fine. Which of the following should the engineer do to most likely resolve the issue?

  • AEnable MAC filtering.
  • BReduce the VLAN database.
  • CConfigure QoS on the router. (correct answer)
  • DImplement ACLs.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Configure QoS on the router.

Topic 1 Β· Question 148

Which of the following disaster recovery metrics is used to describe the amount of data that is lost since the last backup?

  • AMTTR
  • BRTO
  • CRPO (correct answer)
  • DMTBF
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: RPO

Explanation

Recovery point objective defines the maximum acceptable data loss measured in time. By spanning multiple Availability Zones / adding redundancy, this option provides the high availability and resilience required.

Topic 1 Β· Question 149

A network administrator needs to improve network monitoring. Which of the following should the administrator do first?

  • AEstablish baseline metrics. (correct answer)
  • BImplement a SIEM.
  • CPerform regular packet captures.
  • DConduct availability monitoring.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Establish baseline metrics.

Topic 1 Β· Question 150

A network administrator is troubleshooting issues with a DHCP server at a university. More students have recently arrived on campus, and the users are unable to obtain an IP address. Which of the following should the administrator do to address the issue?

  • AEnable IP helper.
  • BChange the subnet mask.
  • CIncrease the scope size. (correct answer)
  • DAdd address exclusions.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Increase the scope size.

Topic 1 Β· Question 151

Which of the following is designed to distribute network traffic among devices based on the quantity of traffic?

  • ALoad balancer (correct answer)
  • BRouter
  • CProxy
  • DSwitch
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Load balancer

Explanation

A load balancer distributes requests across healthy backends to improve scale and availability.

Topic 1 Β· Question 152

A user recently moved a workstation to a different part of the office. The user is able to access the internet and print but is unable to access server resources. Which of the following is the most likely cause of the issue?

  • AIncorrect default gateway
  • BWrong VLAN assignment (correct answer)
  • CError-disabled port
  • DDuplicate IP address
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Wrong VLAN assignment

Explanation

A VLAN creates a logical layer-2 broadcast domain to segment devices independently of physical location.

Topic 1 Β· Question 153

A technician is planning an equipment installation into a rack in a data center that practices hot aisle/cold aisle ventilation. Which of the following directions should the equipment exhaust face when installed in the rack?

  • ASides
  • BTop
  • CFront
  • DRear (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Rear

Topic 1 Β· Question 154

A network administrator needs to add 255 useable IP addresses to the network. A /24 is currently in use. Which of the following prefixes would fulfill this need?

  • A/23 (correct answer)
  • B/25
  • C/29
  • D/32
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: /23

Topic 1 Β· Question 155

Which of the following allows an organization to map multiple internal devices to a single external-facing IP address?

  • ANAT (correct answer)
  • BBGP
  • COSPF
  • DFHRP
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: NAT

Explanation

Network address translation maps addresses between networks and commonly lets private hosts share public connectivity.

Topic 1 Β· Question 156

Which of the following steps in the troubleshooting methodology includes checking logs for recent changes?

  • AIdentify the problem. (correct answer)
  • BDocument the findings and outcomes.
  • CTest the theory to determine cause.
  • DEstablish a plan of action.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Identify the problem.

Topic 1 Β· Question 157

Which of the following configurations exempts traffic to the internet from traversing a VPN?

  • AClient-to-site
  • BActive-passive
  • CSplit-tunnel (correct answer)
  • DOut-of-band
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Split-tunnel

Topic 1 Β· Question 158

Which of the following ports creates a secure connection to a directory service?

  • A22
  • B389
  • C445
  • D636 (correct answer)
Reveal answer & explanation
Correct answer: D

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

Topic 1 Β· Question 159

A network engineer configures a new switch and connects it to an existing switch for expansion and redundancy. Users immediately lose connectivity to the network. The network engineer notes the following spanning tree information from both switches. Which of the following best describes the issue?

Exhibit 1 for question 159
  • AThe port cost should not be equal.
  • BThe ports should use link aggregation.
  • CA root bridge needs to be identified. (correct answer)
  • DThe switch should be configured for RSTP.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: A root bridge needs to be identified.

Topic 1 Β· Question 160

A network administrator is implementing security zones for each department. Which of the following should the administrator use to accomplish this task?

  • AACLs (correct answer)
  • BPort security
  • CContent filtering
  • DNAC
Reveal answer & explanation
Correct answer: A

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

Topic 1 Β· Question 161

Which of the following protocols is used to route traffic on the public internet?

  • ABGP (correct answer)
  • BOSPF
  • CEIGRP
  • DRIP
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: BGP

Topic 1 Β· Question 162

Which of the following protocols provides remote access utilizing port 22?

  • ASSH (correct answer)
  • BTelnet
  • CTLS
  • DRDP
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: SSH

Topic 1 Β· Question 163

After changes were made to a firewall, users are no longer able to access a web server. A network administrator wants to ensure that ports 80 and 443 on the web server are still accessible from the user IP space. Which of the following commands is best suited to perform this testing?

  • Adig
  • Bifconfig
  • Cping
  • Dnmap (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: nmap

Topic 1 Β· Question 164

Which of the following attacks would most likely cause duplicate IP addresses in a network?

  • ARogue DHCP server (correct answer)
  • BDNS poisoning
  • CSocial engineering
  • DDenial-of-service
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Rogue DHCP server

Explanation

DHCP automatically leases IP configuration such as addresses, gateways, and DNS servers to clients.

Topic 1 Β· Question 165

An organization wants better network visibility. The organization's requirements include: β€’ Multivendor/OS-monitoring capabilities β€’ Real-time collection β€’ Data correlation Which of the following meets these requirements?

  • ASNMP
  • BSIEM (correct answer)
  • CNmap
  • DSyslog
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: SIEM

Explanation

A SIEM centralizes and correlates security events to support detection, investigation, and reporting. This option meets the real-time / low-latency performance requirement.

Topic 1 Β· Question 166

An administrator is evaluating the use of authentication within SNMP. Which of the following is the most secure way of authenticating devices using only SNMP?

  • AUse version 1 of SNMP and use a community string to serve as a PSK
  • BUse version 3 of SNMP and set up trap messages for critical events on the network (correct answer)
  • CUse version 2c of SNMP and use informs to validate device authentication
  • DUse version 2u of SNMP to authenticate devices for network monitoring
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Use version 3 of SNMP and set up trap messages for critical events on the network This option keeps traffic private / properly secured as required.

Showing questions 141–160 of 604 Β· Page 8 of 31