πŸ”

N10-009 β€” questions

Page 18 of 31 Β· 604 total questions.

Topic 1 Β· Question 347

Several unauthorized APs near the corporate headquarters are broadcasting similar SSIDs. Which of the following types of attacks is being described?

  • AEvil twin (correct answer)
  • BWi-Fi jamming
  • COn-path
  • DWardriving
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Evil twin

Topic 1 Β· Question 349

A security engineer is trying to connect cameras to a 12-port PoE switch, but only eight cameras turn on. Which of the following should the engineer check first?

  • AEthernet cable type
  • BVoltage (correct answer)
  • CTransceiver compatibility
  • DDHCP addressing
Reveal answer & explanation
Correct answer: B

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

Topic 1 Β· Question 350

A network administrator is setting up a firewall to protect the organization's network from external threats. Which of the following should the administrator consider first when configuring the firewall?

  • ARequired ports, protocols, and services (correct answer)
  • BInclusion of a deny all rule
  • CVPN access
  • DOutbound access originating from customer-facing servers
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Required ports, protocols, and services

Topic 1 Β· Question 351

A network administrator is unable to ping a remote server from a newly connected workstation that has been added to the network, Ping to 127.0.0.1 on the workstation is failing. Which of the following should the administrator perform to diagnose the problem?

  • AVerify the NIC interface status. (correct answer)
  • BVerify the network is not congested.
  • CVerify the router is not dropping packets.
  • DVerify that DNS is resolving correctly.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Verify the NIC interface status.

Topic 1 Β· Question 352

A company is installing network cables above the ceiling tiles. The cables must be fire rated. Which of the following cable types should the company use?

  • ACoaxial
  • BPlenum (correct answer)
  • CCrossover
  • DSTP
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Plenum

Topic 1 Β· Question 353

A VoIP phone powers up, but it is unable to receive or place calls. After connecting to another switchport, the issue is resolved. Which of the following was most likely the issue with the previous port?

  • AThe port had a half-duplex configuration.
  • BThe port was in an error-disabled state.
  • CThe port had an incorrect VLAN assignment. (correct answer)
  • DThe port exceeded its PoE budget.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: The port had an incorrect VLAN assignment.

Explanation

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

Topic 1 Β· Question 354

A network administrator recently configured an autonomous wireless AP and performed a throughput test via comptiaspeedtester.com. The result was 75Mbps. When connected to other APs, the results reached 500Mbps. Which of the following is most likely the reason for this difference?

  • AChannel width configuration (correct answer)
  • BDNS server issues
  • CAuthentication failure
  • DIncorrect DHCP settings
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Channel width configuration

Topic 1 Β· Question 355

Which of the following technologies is most appropriate for a business that requires high-speed access to frequently used web content, such as images and videos?

  • ACDN (correct answer)
  • BSAN
  • CFirewall
  • DSwitch
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: CDN

Topic 1 Β· Question 356

Which of the following should be included in an SLA?

  • APatches and bug fixes (correct answer)
  • BLicensing
  • CInventory management
  • DStakeholders
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Patches and bug fixes

Topic 1 Β· Question 357

A network administrator thinks a change was made to mail servers at comptia.org. Which of the following should the administrator execute to verify the change?

  • Aping www.comptia.org
  • Bdig comptia.org ANY (correct answer)
  • Cnslookup -type=ns coir.ptia.org
  • Dtracert comptia.org
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: dig comptia.org ANY

Topic 1 Β· Question 358

A network technician receives a new ticket while working on another issue. The new ticket is critical to business operations. Which of the following documents should the technician reference to determine which ticket to complete first?

  • ANDA
  • BAUP
  • CSLA (correct answer)
  • DMOU
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: SLA

Topic 1 Β· Question 359

A network engineer is troubleshooting connectivity for a newly installed server on an existing VLAN. The engineer reviews the following requested output: The engineer then logs in to the router and runs the following: Which of the following describes the issue?

Exhibit 1 for question 359Exhibit 2 for question 359
  • AThe server has an incorrect subnet mask. (correct answer)
  • BThere is a duplicate IP address on the network.
  • CThe DHCP address pool is exhausted.
  • DThe router is missing a default route.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: The server has an incorrect subnet mask.

Explanation

Subnetting divides an IP network into smaller routing and broadcast domains for address efficiency and segmentation.

Topic 1 Β· Question 360

A network administrator installs new cabling to connect new computers and access points. After deploying the equipment, the administrator notices a few of the devices are not connecting properly. The administrator moves the devices to a different port, but it does not resolve the issue. Which of the following should the administrator verify next?

  • APower budget
  • BDevice requirements
  • CPort status
  • DCable termination (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Cable termination

Explanation

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

Topic 1 Β· Question 361

Which of the following could provide a lightweight and private connection to a remote box?

  • ASite-to-site VPN
  • BTelnet
  • CConsole
  • DSecure Shell (correct answer)
Reveal answer & explanation
Correct answer: D

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

Topic 1 Β· Question 362

Which of the following routing protocols is most commonly used to interconnect WANs?

  • AIGP
  • BEIGRP
  • CBGP (correct answer)
  • DOSPF
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: BGP

Topic 1 Β· Question 363

A server administrator deploys a new web server with an IP address of 192.168.16.100. The security policy dictates that all non-secure connection methods should be blocked. Which of the following security rules will satisfy the request without prohibiting other traffic?

  • ADeny any 192.168.16.0 255.255.255.0 80
  • BDeny 192.168.16.100 255.255.255.255 any
  • CDeny any 192.168.16.100 255.255.255.255 80 (correct answer)
  • DPermit any 192.168.16.100 255.255.255.255 80
  • EPermit 192.168.16.100 255.255.255.255 any
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Deny any 192.168.16.100 255.255.255.255 80 This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 364

Which of the following protocol ports should be used to securely transfer a file?

  • A22 (correct answer)
  • B69
  • C80
  • D3389
Reveal answer & explanation
Correct answer: A

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

Topic 1 Β· Question 365

A company reports that their facsimile machine no longer has a dial tone when trying to send a fax. The phone cable is damaged on one end. Which of the following types of connectors should a technician replace?

  • AF-type
  • BRJ45
  • CSC
  • DRJ11 (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: RJ11

Topic 1 Β· Question 366

A network technician is installing a new switch that does not support STP at the access layer of a network. The technician wants a redundant connection to the distribution switch. Which of the following should the technician use?

  • ALink aggregation (correct answer)
  • BSubinterfaces
  • CSwitch virtual interfaces
  • DHalf-duplex connections
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Link aggregation

Topic 1 Β· Question 367

A company recently rearranged some users' workspaces and moved several users to previously used workspaces. The network administrator receives a report that all of the users who were moved are having connectivity issues. Which of the following is the most likely reason?

  • APorts are error disabled.
  • BPorts have an incorrect native VLAN. (correct answer)
  • CPorts are having an MDIX issue.
  • DPorts are trunk ports.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Ports have an incorrect native VLAN.

Explanation

Network address translation maps addresses between networks and commonly lets private hosts share public connectivity. A VLAN creates a logical layer-2 broadcast domain to segment devices independently of physical location.

Showing questions 341–360 of 604 Β· Page 18 of 31