Courseiva

CompTIA Network+ N10-009 (N10-009) — Questions 376450

464 questions total · 7pages · All types, answers revealed

Page 5

Page 6 of 7

Page 7
376
MCQhard

A network engineer is designing a wireless network for a large warehouse with many metal racks and heavy machinery that cause significant RF interference. The network must support a high density of IoT sensors and provide reliable connectivity. Which IEEE wireless standard should the engineer implement to best meet these requirements?

A.802.11ac (Wi-Fi 5)
B.802.11ax (Wi-Fi 6)
C.802.11n (Wi-Fi 4)
D.802.11g (Wi-Fi 3)
AnswerB

802.11ax (Wi-Fi 6) is the optimal choice for a large warehouse due to its advanced features like Orthogonal Frequency-Division Multiple Access (OFDMA) and enhanced Multi-User Multiple-Input Multiple-Output (MU-MIMO). OFDMA allows the access point to divide a channel into smaller sub-channels, efficiently serving multiple clients simultaneously with varying bandwidth needs, which is crucial for high-density environments with many IoT devices. Furthermore, its support for both 2.4 GHz and 5 GHz bands provides a balance of range, penetration, and high throughput, effectively mitigating interference and ensuring robust coverage across a vast area.

Why this answer

802.11ax (Wi-Fi 6) is the correct choice because it introduces Orthogonal Frequency Division Multiple Access (OFDMA), which subdivides channels into smaller resource units (RUs) to serve multiple IoT sensors simultaneously, improving efficiency in dense, interference-heavy environments. Additionally, Wi-Fi 6 includes BSS Coloring, which reduces co-channel interference by allowing devices to ignore transmissions from overlapping basic service sets, and Target Wake Time (TWT), which schedules IoT sensor transmissions to conserve battery and reduce contention.

Exam trap

The trap here is that candidates often choose 802.11ac (Wi-Fi 5) because it is widely known for high throughput, but they overlook that 802.11ax's OFDMA and TWT are specifically designed for high-density IoT and interference-heavy environments, not just raw speed.

Why the other options are wrong

A

802.11ac operates only in the 5 GHz band and lacks OFDMA and BSS Coloring, making it less effective in dense, interference-heavy environments like a warehouse with metal racks and machinery.

C

802.11n operates in the 2.4 GHz and 5 GHz bands but lacks OFDMA and BSS Coloring, which are critical for handling high-density IoT sensors and mitigating interference in challenging RF environments like a warehouse with metal racks and heavy machinery.

When would these options actually be correct?

A

For a high-density client environment like a conference hall or auditorium where most devices support 5 GHz and the primary need is high throughput per client, 802.11ac would be the correct choice.

C

A small office or home network with low device density and minimal interference, where cost is a primary concern and legacy device compatibility is required, would make 802.11n the correct choice.

Why candidates pick the wrong answer

A

Candidates may associate 802.11ac with high performance and mistakenly believe it is the latest standard, overlooking that 802.11ax offers better interference mitigation and IoT support.

C

Candidates may recall that 802.11n introduced MIMO and improved range, mistakenly believing it is sufficient for high-density and interference-heavy environments, without understanding the advanced features of 802.11ax.

377
MCQhard

A network engineer needs to connect two network segments that use different physical media: one segment uses copper Ethernet and the other uses fiber optic. The device must forward frames based on MAC addresses and must not perform any routing. Which device should the engineer choose?

A.Layer 3 switch
B.Media converter
C.Bridge
D.Router
AnswerC

A bridge operates at Layer 2 (Data Link Layer) of the OSI model, intelligently forwarding data frames based on destination MAC addresses. It learns MAC addresses by inspecting incoming frames and builds a forwarding table. Crucially, a bridge can connect two network segments that utilize different physical media types or signaling methods, effectively extending a single logical network while segmenting collision domains without performing any Layer 3 routing.

Why this answer

A bridge operates at Layer 2, forwarding frames based on MAC addresses while connecting different physical media (e.g., copper to fiber). It does not perform routing, making it the correct choice for this scenario. Unlike a media converter, a bridge also provides segmentation and collision domain isolation.

Exam trap

CompTIA often tests the distinction between a media converter (Layer 1) and a bridge (Layer 2), leading candidates to choose the media converter because it handles physical media conversion, but they overlook the requirement for MAC address-based forwarding.

Why the other options are wrong

A

A Layer 3 switch performs routing based on IP addresses, but the question requires forwarding based on MAC addresses without routing. It also does not inherently connect different physical media like copper and fiber.

B

A media converter only changes the physical medium (e.g., copper to fiber) but does not forward frames based on MAC addresses; it operates at Layer 1, not Layer 2.

D

A router operates at Layer 3 (network layer) and makes forwarding decisions based on IP addresses, not MAC addresses. The question specifies that the device must forward frames based on MAC addresses and must not perform routing, which is the function of a Layer 2 bridge, not a router.

When would these options actually be correct?

A

A Layer 3 switch would be correct when the engineer needs to connect multiple VLANs and perform inter-VLAN routing using IP addresses, while still switching within VLANs at Layer 2.

B

A media converter would be correct if the requirement is simply to connect two segments with different physical media (e.g., copper and fiber) without any MAC address-based forwarding or routing, such as extending a single network segment over a fiber link.

D

A router would be correct in a scenario where the network engineer needs to connect two different network segments that use different physical media and also require IP routing, such as connecting two different subnets or VLANs, and the device must forward packets based on IP addresses.

Why candidates pick the wrong answer

A

Candidates may confuse Layer 3 switches with bridges because both can forward frames, but they overlook that Layer 3 switches route at Layer 3, which is not required here.

B

Candidates see 'different physical media' and assume a media converter is needed, overlooking the explicit requirement to forward frames based on MAC addresses, which requires a Layer 2 device.

D

Candidates may mistakenly think a router is needed to connect different physical media (copper and fiber) because routers often have interfaces for both, but they overlook the requirement to forward based on MAC addresses and not perform routing.

378
MCQeasy

A network switch is experiencing a high number of collisions on a specific port. The connected device is configured for half-duplex. Which of the following is the most likely cause?

A.The switch port is configured for full-duplex
B.The cable length exceeds 100 meters
C.The device is using an incorrect VLAN
D.The switch port is configured for 1000BASE-T but the device only supports 100BASE-TX
AnswerA

When a switch port is configured for full-duplex, it transmits data without performing Carrier Sense Multiple Access with Collision Detection (CSMA/CD), assuming a dedicated transmit and receive path. If the connected device is operating in half-duplex, it will perform CSMA/CD, listening before transmitting. When the full-duplex switch transmits while the half-duplex device is also transmitting, the half-duplex device detects a collision, leading to a high number of reported collisions on the switch port due to this fundamental operational conflict.

Why this answer

When a switch port is configured for full-duplex but the connected device operates in half-duplex, a duplex mismatch occurs. The switch transmits without checking for collisions (as full-duplex does not use CSMA/CD), while the half-duplex device expects to sense the carrier before sending, leading to collisions on the port. This is the most common cause of excessive collisions on a single switch port.

Exam trap

The trap here is that candidates often assume collisions are always caused by cable length or physical issues, overlooking the duplex mismatch as the primary cause when one side is half-duplex and the other is full-duplex.

Why the other options are wrong

B

Excessive cable length causes attenuation and signal degradation, not collisions. Collisions are a Layer 2 issue related to duplex mismatch, not physical layer cabling limits.

C

Incorrect VLAN assignment does not cause collisions; it prevents communication between devices in different VLANs or causes connectivity issues, but collisions are a layer 1/physical layer issue related to duplex mismatch or cabling.

When would these options actually be correct?

B

A question about a network experiencing high error rates, late collisions, or intermittent connectivity on a link where the cable run is known to be near or beyond 100 meters for twisted-pair copper.

C

A question about a device unable to communicate with other devices on the same network, but can communicate with some, and the network uses VLANs. The correct answer would be that the device is using an incorrect VLAN ID, causing it to be isolated from its intended broadcast domain.

Why candidates pick the wrong answer

B

Candidates often associate cable length limits with general network problems and may incorrectly assume that exceeding 100 meters causes collisions, rather than understanding that collisions are a duplex mismatch symptom.

C

Candidates may confuse VLAN misconfiguration with other network issues like collisions, or think that VLAN problems can cause frame collisions, but collisions are unrelated to logical segmentation.

379
MCQmedium

A network administrator wants to monitor network devices using SNMP. The security policy requires both authentication and encryption of SNMP packets. Which SNMP version and security level should be configured?

A.SNMPv2c with a community string
B.SNMPv3 with authNoPriv
C.SNMPv3 with authPriv
D.SNMPv1 with a community string
AnswerC

authPriv provides both authentication (e.g., SHA) and encryption (e.g., AES), satisfying the policy.

Why this answer

SNMPv3 is the only version that supports both authentication and encryption. The security level 'authPriv' enables both authentication (via HMAC-MD5 or HMAC-SHA) and encryption (via CBC-DES or CFB128-AES), meeting the policy requirement. SNMPv1 and SNMPv2c use only plaintext community strings with no security, while 'authNoPriv' provides authentication without encryption.

Exam trap

The trap here is that candidates often confuse 'authNoPriv' with 'authPriv', assuming authentication alone satisfies security requirements, but the question explicitly demands both authentication and encryption.

Why the other options are wrong

A

SNMPv2c uses community strings for authentication only, with no encryption, failing the security policy's requirement for both authentication and encryption.

B

SNMPv3 with authNoPriv provides authentication but no encryption, failing the security policy requirement for both authentication and encryption.

D

SNMPv1 uses community strings for authentication only, with no encryption, failing the requirement for both authentication and encryption.

When would these options actually be correct?

A

A network administrator needs to monitor devices in a trusted internal network where security policy requires only authentication (no encryption) and simplicity; SNMPv2c with a community string would be correct.

B

If the security policy required authentication only (no encryption), or if the question specified that encryption was not needed, then SNMPv3 with authNoPriv would be correct.

D

A question that asks for the simplest SNMP version that provides basic monitoring without security requirements, such as 'Which SNMP version should be used on a small, trusted network where security is not a concern?'

Why candidates pick the wrong answer

A

Candidates may be familiar with SNMPv2c's simplicity and community strings, mistakenly believing they provide encryption or that the security policy's encryption requirement can be overlooked.

B

Candidates may know SNMPv3 supports authentication and mistakenly think authNoPriv includes encryption, or they overlook the 'both' requirement in the question.

D

Candidates may mistakenly think SNMPv1 is sufficient because it is widely known and simple, overlooking the explicit security requirement for encryption.

380
MCQeasy

Which SNMPv3 security level provides both authentication and encryption?

A.noAuthNoPriv
B.authNoPriv
C.authPriv
D.noAuthPriv
AnswerC

The authPriv security level in SNMPv3 offers the highest degree of protection by implementing both authentication and privacy services. Authentication, typically using HMAC-MD5 or HMAC-SHA, verifies the sender's identity and ensures message integrity, preventing unauthorized tampering. Concurrently, privacy is achieved through encryption, commonly employing DES, 3DES, or AES, which scrambles the message content to prevent eavesdropping and unauthorized disclosure of sensitive management information. This comprehensive approach guarantees that SNMP messages are both trustworthy and confidential.

Why this answer

(authPriv) is correct because SNMPv3 defines three security levels: noAuthNoPriv, authNoPriv, and authPriv. The authPriv level provides both authentication (using HMAC-MD5 or HMAC-SHA) and encryption (using CBC-DES or AES) to ensure data integrity, origin verification, and confidentiality. This is the highest security level defined in RFC 3414.

Exam trap

The trap here is that candidates confuse the valid SNMPv3 security levels with the invalid 'noAuthPriv' option, which sounds plausible but is not defined in the standard—CompTIA often tests this by listing it as a distractor to catch those who haven't memorized the exact three levels.

Why the other options are wrong

A

The 'noAuthNoPriv' security level provides neither authentication nor encryption, so it does not meet the requirement for both authentication and encryption.

B

authNoPriv provides authentication but no encryption, so it does not meet the requirement for both authentication and encryption.

D

The 'noAuthPriv' security level is not a valid SNMPv3 option; SNMPv3 defines only three levels: noAuthNoPriv, authNoPriv, and authPriv. Encryption (Priv) requires authentication (Auth) to be enabled first.

When would these options actually be correct?

A

This option would be correct for a question asking: 'Which SNMPv3 security level provides no authentication and no encryption?' or 'Which security level is used for read-only community strings in SNMPv3?'

B

A question asking 'Which SNMPv3 security level provides authentication but no encryption?' would have authNoPriv as the correct answer.

D

This option would be correct if the question asked for an SNMPv3 security level that provides encryption but no authentication. However, such a level does not exist in SNMPv3; the question would need to be about a hypothetical or non-standard implementation.

Why candidates pick the wrong answer

A

Candidates may confuse the order of the terms or mistakenly think 'noAuthNoPriv' includes some security, or they may misread the question as asking for the level that lacks both features.

B

Candidates may confuse authentication with encryption, thinking that authentication alone ensures data privacy, or they may misremember the security level names.

D

Candidates may mistakenly think that 'noAuthPriv' is a valid combination, assuming encryption can be applied without authentication, similar to some other protocols where encryption and authentication are independent.

381
MCQmedium

A network administrator needs to connect two switches to allow multiple VLANs to traverse the link. Which protocol should be used to tag frames with VLAN information?

A.STP (Spanning Tree Protocol)
B.802.1Q
C.VTP (VLAN Trunking Protocol)
D.LACP (Link Aggregation Control Protocol)
AnswerB

IEEE 802.1Q is the industry standard for VLAN tagging, which is essential for allowing multiple Virtual Local Area Networks (VLANs) to share a single physical link between network devices like switches. It inserts a 4-byte tag into the Ethernet frame header, containing a 12-bit VLAN ID (VID) that identifies the specific VLAN the frame belongs to. This tagging mechanism ensures that frames from different VLANs remain logically separate while traversing a shared trunk port, enabling efficient network segmentation and traffic isolation.

Why this answer

802.1Q is the IEEE standard for VLAN tagging, which inserts a 4-byte tag into the Ethernet frame header to identify the VLAN membership of the frame. This allows multiple VLANs to traverse a single trunk link between switches, enabling inter-switch VLAN communication without requiring separate physical links per VLAN.

Exam trap

The trap here is that candidates often confuse VTP (a management protocol) with the actual tagging protocol, assuming VTP handles frame tagging because of the word 'trunking' in its name.

Why the other options are wrong

A

STP prevents loops in a network but does not tag frames with VLAN information; it operates at Layer 2 to block redundant paths, not to identify VLAN membership.

C

VTP is used to synchronize VLAN information across switches, not to tag frames with VLAN information. The protocol for tagging frames is 802.1Q.

D

LACP is used for link aggregation (combining multiple physical links into one logical link) to increase bandwidth and provide redundancy, not for tagging frames with VLAN information.

When would these options actually be correct?

A

A question asking which protocol prevents bridging loops in a redundant switched network, where the correct answer is STP (802.1D).

C

A network administrator needs to automatically propagate VLAN configuration changes from one switch to others in the same VTP domain. VTP would be the correct protocol to use.

D

A network administrator needs to increase bandwidth and provide redundancy between two switches by combining multiple physical links into a single logical link. Which protocol should be used?

Why candidates pick the wrong answer

A

Candidates may confuse STP with trunking protocols because both are associated with switches, but STP's role in loop prevention is unrelated to VLAN tagging.

C

Candidates may confuse VTP with VLAN trunking because of the word 'trunking' in its name, but VTP manages VLAN databases, not frame tagging.

D

Candidates may confuse LACP with trunking protocols because both are associated with switch-to-switch links, but LACP handles aggregation, not VLAN tagging.

382
MCQmedium

A security analyst discovers that an unauthorized device is sending forged ARP replies to poison the ARP caches of other devices on the network. Which security feature should be implemented on the switches to prevent this?

A.Port security
B.DHCP snooping
C.Dynamic ARP Inspection
D.STP BPDU guard
AnswerC

DAI uses the DHCP snooping binding table to validate ARP packets and drop spoofed ones.

Why this answer

Dynamic ARP Inspection (DAI) validates ARP packets on a per-interface basis by intercepting all ARP requests and replies and verifying that they match entries in the DHCP snooping binding table. If an ARP reply contains a forged IP-to-MAC mapping, DAI drops the packet, preventing ARP cache poisoning. This directly stops the described attack where an unauthorized device sends forged ARP replies.

Exam trap

CompTIA often tests the distinction between DHCP snooping (which builds the trust database) and Dynamic ARP Inspection (which uses that database to filter ARP traffic), leading candidates to mistakenly choose DHCP snooping as the direct solution for ARP spoofing.

Why the other options are wrong

A

Port security limits MAC addresses on a port but does not inspect ARP packets; it cannot prevent forged ARP replies that poison ARP caches.

B

DHCP snooping prevents rogue DHCP servers and IP spoofing by filtering DHCP messages, but it does not inspect ARP packets. Forged ARP replies are mitigated by Dynamic ARP Inspection, which validates ARP packets against the DHCP snooping binding table.

D

STP BPDU guard is used to prevent unauthorized switches from participating in Spanning Tree Protocol by disabling ports that receive BPDUs, but it does not prevent forged ARP replies or ARP cache poisoning.

When would these options actually be correct?

A

Port security would be correct in a scenario where the question asks how to prevent unauthorized devices from connecting to a switch port by limiting the number of MAC addresses allowed per port.

B

A question asks: 'A user connects a rogue DHCP server to the network, assigning invalid IP addresses. Which switch feature should be enabled to block unauthorized DHCP server responses?' In that scenario, DHCP snooping is the correct answer.

D

A question asking which security feature prevents unauthorized switches from being connected to the network and causing STP topology changes, such as when a rogue switch sends superior BPDUs to become the root bridge.

Why candidates pick the wrong answer

A

Candidates may confuse port security with ARP inspection because both involve MAC addresses, but port security does not validate ARP packet content.

B

Candidates may confuse DHCP snooping with Dynamic ARP Inspection because both rely on the same binding table and are often implemented together, leading to the mistaken belief that DHCP snooping alone can prevent ARP spoofing.

D

Candidates may confuse BPDU guard with ARP inspection because both involve network security at Layer 2, or they might think that any 'guard' feature can prevent unauthorized devices from sending malicious frames.

383
MCQmedium

A network administrator needs to perform a critical firmware upgrade on a core switch during a maintenance window. Which of the following should the administrator do FIRST before making the change?

A.Test the firmware in a lab environment
B.Notify all users of the planned outage
C.Create a backup of the current switch configuration
D.Submit a change request for approval
AnswerA

Before deploying new firmware to a critical core switch, thorough testing in a dedicated lab environment is paramount. This process validates the firmware's compatibility with existing hardware and configurations, identifies potential bugs or regressions, and assesses its stability under simulated network loads. By proactively uncovering issues in a controlled setting, organizations significantly mitigate the risk of network-wide outages or performance degradation in the production environment.

Why this answer

Before making any change to a production device, the firmware should first be tested in a lab environment that mirrors the production setup. This validates compatibility with existing hardware, software features, and configurations, preventing unexpected behavior such as boot loops, protocol failures, or hardware incompatibility that could cause extended outages.

Exam trap

CompTIA often tests the principle that testing in a lab environment is the first step in any change process, and the trap here is that candidates mistakenly choose creating a backup (Option C) as the first action, confusing a safety measure with the prerequisite validation step.

Why the other options are wrong

B

Notifying users of a planned outage is important but should occur after the change has been approved and before implementation; it is not the first step before making the change.

C

Creating a backup of the current configuration is important but should be done after testing the firmware in a lab, as the first step is to ensure the firmware works correctly before any changes to the production switch.

D

Submitting a change request for approval is important but should occur before the maintenance window, not as the first step immediately before making the change. The first step before performing the upgrade itself is to test the firmware in a lab to ensure it works correctly.

When would these options actually be correct?

B

A network administrator is about to perform a scheduled maintenance that will cause a service interruption. The change has already been approved and tested. The administrator should notify all users of the planned outage to set expectations and minimize disruption.

C

A network administrator is about to apply a configuration change to a router. Which step should be performed immediately before making the change to ensure rollback capability?

D

In a scenario where the question asks: 'A network administrator is planning a firmware upgrade on a core switch. Which of the following should the administrator do FIRST in the overall change management process?' Then submitting a change request for approval would be the correct first step.

Why candidates pick the wrong answer

B

Candidates may think that communication is the most critical initial step, overlooking the need for testing and change management processes first.

C

Candidates often confuse the order of operations, thinking that backing up the configuration is the very first step, but testing the firmware in a lab is prioritized to prevent potential issues from untested firmware.

D

Candidates may confuse the order of operations in change management, thinking that formal approval must always precede any technical steps, even when the question specifically asks about actions immediately before the upgrade.

384
MCQmedium

A user reports that they cannot access a web server by its URL but can access it by IP address. A technician checks the DNS server and finds it is reachable. What is the most likely cause?

A.Incorrect default gateway
B.DNS resolution failure for that specific record
C.Firewall blocking port 80
D.IP conflict on the user's workstation
AnswerB

If a user can successfully access a web server using its IP address but fails when attempting to use its URL (e.g., www.example.com), it strongly indicates a problem with Domain Name System (DNS) resolution. This scenario confirms that network connectivity to the server exists and that the server itself is operational and listening on the correct port. The specific failure to resolve the URL means the DNS server either lacks the necessary A record for that hostname or is unable to provide it to the client, preventing the client from learning the server's IP address from its human-readable name.

Why this answer

The user can access the web server by IP address but not by URL, which indicates that the name-to-IP resolution is failing. Since the DNS server is reachable, the issue is not with network connectivity to the DNS server but rather with the specific DNS record for that web server. This is a classic DNS resolution failure for that specific record, often due to a missing or incorrect A or AAAA record.

Exam trap

The trap here is that candidates often assume a reachable DNS server means DNS is fully functional, but the question specifically tests the distinction between server reachability and record availability.

Why the other options are wrong

A

An incorrect default gateway would prevent access to any external IP address, but the user can access the web server by IP, indicating routing is functional. The issue is specific to URL access, pointing to DNS, not gateway.

C

The user can access the web server by IP address, which indicates that port 80 is not blocked. A firewall blocking port 80 would prevent access by both URL and IP.

D

An IP conflict would cause intermittent connectivity or complete loss of network access, not a specific inability to resolve a URL while IP access works. The user can reach the server by IP, ruling out IP conflict.

When would these options actually be correct?

A

A user cannot access any external resources (web, email, etc.) by IP or URL, but internal resources work. The default gateway is misconfigured or unreachable, causing all off-subnet traffic to fail.

C

A user reports they cannot access a website at all (neither by URL nor IP), and a technician confirms the server is up. In that case, a firewall blocking port 80 could be the cause.

D

A user reports they cannot access any network resources, and pinging the default gateway fails. The technician finds another device with the same IP address on the network. In this scenario, IP conflict is the most likely cause.

Why candidates pick the wrong answer

A

Candidates may confuse symptoms of a DNS failure with a gateway issue, as both can cause 'cannot access website' errors, but the ability to reach by IP rules out gateway problems.

C

Candidates often associate web access issues with firewall rules, especially when the problem involves a web server, without considering that IP access works fine.

D

Candidates may confuse symptoms of IP conflict (e.g., network drops) with DNS issues, or they may think IP conflict can selectively block name resolution.

385
MCQeasy

A network engineer needs to create subnets for four departments, each requiring at least 50 host addresses. The available network is 192.168.1.0/24. Which subnet mask should be used to satisfy the requirements while minimizing wasted addresses?

A./26 (255.255.255.192)
B./25 (255.255.255.128)
C./27 (255.255.255.224)
D./24 (255.255.255.0)
AnswerA

The /26 CIDR prefix utilizes 26 bits for the network portion, leaving 6 bits for host addresses. This configuration yields 2^6 = 64 total addresses per subnet, which translates to 62 usable host addresses after accounting for the network and broadcast addresses. When applied to a /24 network, a /26 mask creates 2^(26-24) = 4 distinct subnets, perfectly meeting the requirement for four departments, each needing at least 50 hosts.

Why this answer

A /26 subnet mask (255.255.255.192) provides 62 usable host addresses per subnet (2^(32-26) - 2 = 62), which meets the requirement of at least 50 hosts per department. With a /24 network, you can create exactly four /26 subnets (192.168.1.0/26, 192.168.1.64/26, 192.168.1.128/26, 192.168.1.192/26), perfectly matching the four departments while minimizing wasted addresses.

Exam trap

The trap here is that candidates often choose /27 because they calculate 2^5 = 32 and forget to subtract 2 for the network and broadcast addresses, mistakenly thinking 32 hosts are available, or they choose /25 because they see it provides more than 50 hosts without realizing it only creates two subnets, not four.

Why the other options are wrong

B

A /25 subnet provides 126 host addresses, which is more than the 50 needed per department, but it only allows for 2 subnets, not the required 4 departments.

C

A /27 subnet provides only 30 usable host addresses per subnet (2^(32-27)-2 = 30), which is insufficient for the requirement of at least 50 hosts per department.

D

A /24 subnet provides 256 total addresses, which is far more than the 200 needed (4×50), and it cannot be subdivided into four separate subnets without using a different mask.

When would these options actually be correct?

B

A network engineer needs to create subnets for two departments, each requiring at least 100 host addresses, using the 192.168.1.0/24 network. A /25 mask would provide two subnets with 126 hosts each, satisfying the requirement.

C

If the requirement were for each subnet to support at least 30 hosts, or if there were 8 departments needing subnets, a /27 mask would be appropriate to minimize waste while meeting the host count.

D

If the requirement were to have a single subnet supporting at least 200 hosts with no need for subnetting, a /24 mask would be correct.

Why candidates pick the wrong answer

B

Candidates may think a /25 is a common choice for subnetting and might overlook the requirement for four subnets, focusing only on the host count.

C

Candidates may mistakenly think /27 provides 62 hosts (confusing with /25) or incorrectly calculate usable addresses as 2^(32-27) = 32 without subtracting the network and broadcast addresses.

D

Candidates may default to the original /24 network mask without considering that subnetting is required to create four separate subnets.

386
MCQhard

A network administrator wants to ensure that a critical file server is always reachable via a single IP address, even if the server's NIC fails. The server has a single NIC. Which technique should be used to provide high availability for this IP address?

A.Configure a load balancer in front of multiple servers
B.Implement NIC teaming
C.Use VRRP to create a virtual IP address
D.Use DNS round robin
AnswerB

NIC teaming combines multiple NICs into one logical interface with a single IP. If one NIC fails, traffic continues through the other, providing the required high availability.

Why this answer

NIC teaming allows multiple NICs to be combined into a single logical interface with one IP address, providing redundancy in case a NIC fails. Although the server currently has only one NIC, this is the correct technique to achieve the goal, as it can be implemented by adding a second NIC. VRRP provides router redundancy, not server NIC redundancy, so it does not solve the problem of a server NIC failure.

Load balancers distribute traffic across multiple servers, and DNS round robin does not provide automatic failover.

Exam trap

Candidates often mistake VRRP as a solution for server NIC redundancy, but VRRP is a protocol for router redundancy, not server NIC failover. NIC teaming is the appropriate technique, even though it requires multiple NICs.

Why the other options are wrong

D

DNS round robin distributes traffic across multiple IP addresses, but it does not provide a single, always-reachable IP address for a single server. If the server's NIC fails, DNS round robin would still direct traffic to the failed IP, causing downtime.

When would these options actually be correct?

D

DNS round robin would be correct for load balancing traffic across multiple redundant servers without requiring a virtual IP, such as when distributing web requests among several identical web servers to improve scalability and fault tolerance at the DNS level.

Why candidates pick the wrong answer

D

Candidates may think DNS round robin offers high availability by distributing traffic, but they overlook that it lacks automatic failover and does not solve the single point of failure of a single NIC.

387
MCQmedium

A network administrator needs to implement a solution that allows for centralized management of user authentication, authorization, and accounting for network device access. The solution must support encryption of the entire authentication process. Which protocol should be selected?

A.TACACS+
B.RADIUS
C.LDAP
D.Kerberos
AnswerA

TACACS+ is the optimal choice for centralized management of network devices because it provides robust Authentication, Authorization, and Accounting (AAA) services. It encrypts the entire authentication packet, including username, password, and command authorization details, ensuring maximum security for administrative sessions. This comprehensive encryption, combined with its ability to separate AAA functions, makes it ideal for managing routers, switches, and firewalls securely over TCP.

Why this answer

TACACS+ is the correct choice because it separates authentication, authorization, and accounting (AAA) into distinct processes and encrypts the entire authentication payload, including the username, password, and all other traffic between the client and the server. This full-packet encryption ensures that credentials and session details are protected during transit, meeting the requirement for centralized management with encrypted authentication.

Exam trap

The N10-009 exam often tests the misconception that RADIUS encrypts all traffic because it uses a shared secret, but the trap is that RADIUS only encrypts the password, not the entire packet, whereas TACACS+ encrypts the full authentication payload.

Why the other options are wrong

B

RADIUS encrypts only the password in the authentication process, not the entire session, whereas the question requires encryption of the entire authentication process.

C

LDAP is primarily a directory access protocol for querying and modifying directory services, not a full AAA protocol. It does not natively support accounting or encrypt the entire authentication process; encryption is typically added via LDAPS, but it lacks the integrated AAA framework required for network device access management.

D

Kerberos is a ticket-based authentication protocol that does not natively provide centralized accounting for network device access, nor does it encrypt the entire authentication process (only the ticket exchange is encrypted). It is designed for single sign-on in a domain environment, not for AAA of network devices.

When would these options actually be correct?

B

A network administrator needs a protocol for centralized authentication, authorization, and accounting for network access (e.g., VPN or wireless) that supports encryption of the password only, and the solution must be an open standard.

C

A question asks: 'Which protocol is used to centralize user authentication and authorization for accessing directory services, such as verifying user credentials against an Active Directory database?' In that context, LDAP would be the correct answer.

D

A question asks: 'Which protocol provides secure authentication for users accessing services in a Windows domain environment, using a ticket-granting system and supporting mutual authentication?' In that context, Kerberos is the correct answer.

Why candidates pick the wrong answer

B

Candidates often confuse RADIUS with TACACS+ because both provide AAA services, but they may overlook the encryption scope difference.

C

Candidates may confuse LDAP's role in authentication (e.g., binding to a directory) with a complete AAA solution, or they might think LDAP with SSL/TLS provides the required encryption and centralized management.

D

Candidates may confuse Kerberos's strong encryption and authentication capabilities with the AAA requirements, overlooking that it lacks built-in authorization and accounting features for network device management.

388
MCQmedium

A network administrator is planning a maintenance window to upgrade the firmware on critical switches. Which step should the administrator perform first to ensure minimal downtime?

A.Download the firmware from the vendor website
B.Back up the current configuration and firmware image
C.Notify users of the upcoming maintenance
D.Test the new firmware in a lab environment
AnswerD

Testing the new firmware in a lab environment is the most critical initial step before a production upgrade. This proactive measure allows network administrators to validate the firmware's stability, compatibility with existing hardware and configurations, and identify any potential bugs or unexpected behaviors in a controlled, isolated setting. This significantly reduces the risk of service disruption or network outages when the upgrade is eventually deployed to live systems.

Why this answer

Testing the new firmware in a lab environment first validates compatibility and stability without risking production network downtime. This step identifies potential issues such as configuration incompatibilities or hardware-specific bugs before the maintenance window, ensuring a smooth upgrade process.

Exam trap

The trap here is that candidates often choose 'Back up the current configuration and firmware image' as the first step, confusing a critical safety measure with the initial planning phase, but CompTIA emphasizes that validation through testing must precede any changes to production devices.

Why the other options are wrong

A

Downloading firmware before verifying its compatibility and stability in a lab could lead to deploying faulty firmware, causing network outages. The first step should be testing in a lab to ensure minimal downtime.

B

In this question, the administrator must first test the new firmware in a lab to ensure compatibility and stability before any production changes. Backing up the current configuration and firmware image is important but should occur after testing and before the actual upgrade, not as the first step.

C

Notifying users before testing the firmware in a lab could lead to unnecessary downtime if the firmware fails testing, and it does not address the primary goal of ensuring minimal downtime through validation.

When would these options actually be correct?

A

A question asks: 'After testing the new firmware in a lab and confirming it works, what is the next step to prepare for the upgrade?' In that context, downloading the firmware from the vendor website is the correct next step.

B

This option would be correct if the question asked: 'A network administrator is about to perform a firmware upgrade on a critical switch. What should the administrator do immediately before starting the upgrade process?' In that context, backing up ensures a restore point if the upgrade fails.

C

When the question asks for the first step in a planned maintenance window after the firmware has already been validated and tested, and the focus is on communication to minimize user impact.

Why candidates pick the wrong answer

A

Candidates often think that obtaining the firmware is the logical first step, overlooking the critical need for validation to avoid production issues.

B

Candidates often think that backing up is the safest first step to avoid data loss, but they overlook the necessity of validating the new firmware in a controlled environment to prevent unforeseen issues during the upgrade.

C

Candidates may think user notification is always the first step in any maintenance procedure, overlooking the critical need to validate changes before scheduling downtime.

389
MCQeasy

Which of the following IPv6 addresses is a valid link-local address?

A.fe80::1
B.2001:db8::1
C.ff02::1
D.10.0.0.1
AnswerA

This address is a valid IPv6 link-local unicast address because it falls within the fe80::/10 prefix range, which is specifically designated for link-local communication. Link-local addresses are automatically configured on all IPv6 interfaces and are used for communication only within the local network segment, such as for Neighbor Discovery Protocol (NDP) operations and stateless address autoconfiguration (SLAAC). The ::1 suffix is a common host identifier for the first address on a link, making fe80::1 a typical example.

Why this answer

Link-local addresses in IPv6 always start with the prefix fe80::/10, and fe80::1 is a valid example. These addresses are automatically configured on interfaces for local link communication and are not routable beyond the local network segment.

Exam trap

The N10-009 exam often tests the distinction between link-local (fe80::/10) and unique local (fc00::/7) or global unicast (2000::/3) addresses, and candidates frequently confuse the fe80 prefix with multicast or documentation ranges.

Why the other options are wrong

B

The address 2001:db8::1 is a global unicast address (2001:db8::/32 is reserved for documentation), not a link-local address. Link-local addresses must start with fe80::/10.

C

ff02::1 is an IPv6 multicast address (all-nodes link-local multicast), not a link-local unicast address. Link-local addresses start with fe80::/10.

D

This is an IPv4 address, not an IPv6 address. The question specifically asks for a valid IPv6 link-local address, and 10.0.0.1 is in the private IPv4 range.

When would these options actually be correct?

B

This would be correct if the question asked for a valid global unicast address or an example of a documentation address (RFC 3849).

C

This option would be correct for a question asking 'Which IPv6 address is used to send traffic to all nodes on the local link?' or 'Which of the following is a well-known IPv6 multicast address?'

D

If the question were 'Which of the following is a valid private IPv4 address?', then 10.0.0.1 would be correct as it falls within the 10.0.0.0/8 private range.

Why candidates pick the wrong answer

B

Candidates may confuse the prefix 2001:db8::/32 with link-local prefixes, or mistakenly think any IPv6 address with a double colon is link-local.

C

Candidates may confuse link-local addresses with multicast addresses because both are used for local network communication, or they may misremember the prefix fe80 as ff80.

D

Candidates may confuse IPv4 and IPv6 addressing, or mistakenly think that any private address qualifies as link-local, not realizing link-local is an IPv6 concept with a specific prefix (fe80::/10).

390
MCQmedium

A user reports that they can access the company's internal web server by IP address (10.10.10.100) but cannot access it by its hostname (intranet.company.com). The user's workstation is configured with the correct internal DNS server address. Which of the following should the technician do FIRST?

A.Check the DNS server's A record for intranet.company.com
B.Review the firewall rules on the server
C.Run ipconfig /flushdns on the workstation
D.Verify the default gateway configuration
AnswerA

The ability to access the server by its IP address confirms network connectivity and the server's operational status. However, the inability to reach it by its hostname, intranet.company.com, directly points to a name resolution issue. An A (Address) record on the DNS server maps a hostname to its corresponding IPv4 address. If this specific A record is missing, incorrect, or misconfigured on the internal DNS server, clients will fail to resolve the hostname to the correct IP, even if the server is otherwise accessible.

Why this answer

The user can reach the server by IP but not by hostname, which indicates a DNS resolution problem. Since the workstation is configured with the correct internal DNS server, the most likely cause is a missing or incorrect A record for intranet.company.com on that DNS server. Checking the A record is the logical first step before other troubleshooting.

Exam trap

The N10-009 exam often tests the distinction between connectivity issues (firewall, routing) and name resolution issues; the trap here is that candidates might jump to flushing the DNS cache (Option C) without verifying the authoritative DNS record first.

Why the other options are wrong

B

The user can already access the server by IP, so connectivity and firewall rules are not the issue. The problem is specifically with hostname resolution, not network access.

C

The user can access the server by IP but not by hostname, indicating a DNS resolution issue. Flushing the DNS cache would not fix a missing or incorrect A record on the DNS server.

D

The user can access the internal web server by IP but not by hostname, indicating a DNS resolution issue, not a routing problem. The default gateway is only relevant for reaching external networks, not for internal hostname resolution.

When would these options actually be correct?

B

A technician should review firewall rules on the server when a user cannot access the server by either IP or hostname, and other connectivity checks (like ping) fail, indicating a possible firewall block.

C

A user reports that after changing the IP address of a server, they still get the old IP when pinging the hostname. Running ipconfig /flushdns would clear the cached negative or outdated entry, forcing a fresh DNS query.

D

A user cannot access any external websites or internal servers by IP address, and the workstation has a static IP configuration. In that scenario, verifying the default gateway would be the first step to ensure the workstation can route traffic outside its subnet.

Why candidates pick the wrong answer

B

Candidates may assume that name resolution failures are often caused by firewall rules blocking DNS traffic, but here the workstation can resolve other names (implied) and the DNS server address is correct, so the issue is likely a missing A record.

C

Candidates often think that DNS issues are always client-side cache problems, so they jump to flushing DNS without considering that the server-side record might be missing or wrong.

D

Candidates may confuse connectivity issues with DNS problems, thinking that if the hostname doesn't work, the default gateway might be misconfigured, even though IP access works fine.

391
MCQmedium

A network technician is explaining the difference between TCP and UDP to a junior technician. Which of the following correctly identifies a characteristic of TCP but NOT of UDP?

A.It provides connectionless communication with minimal overhead.
B.It supports multicast and broadcast transmissions.
C.It uses a three-way handshake to establish a connection before data transfer.
D.It is commonly used for real-time applications like VoIP and video streaming.
AnswerC

TCP is a connection-oriented protocol that initiates communication with a three-way handshake. This process involves the client sending a SYN (synchronize) packet, the server responding with a SYN-ACK (synchronize-acknowledge) packet, and the client concluding with an ACK (acknowledge) packet. This handshake establishes a reliable, full-duplex connection, ensuring both parties are ready to transmit and receive data before any application data is exchanged.

Why this answer

TCP is a connection-oriented protocol that uses a three-way handshake (SYN, SYN-ACK, ACK) to establish a reliable connection before any data is transmitted, ensuring ordered delivery and error recovery. UDP, in contrast, is connectionless and sends datagrams without any prior setup, making the three-way handshake a defining characteristic of TCP only.

Exam trap

The trap here is that candidates often confuse the three-way handshake with general connection establishment, forgetting that UDP is stateless and never performs any handshake, while TCP always does before data transfer.

Why the other options are wrong

A

TCP is connection-oriented, not connectionless; UDP provides connectionless communication with minimal overhead, so this describes UDP, not TCP.

B

UDP supports multicast and broadcast transmissions, but TCP does not. The question asks for a characteristic of TCP that is NOT of UDP, so this option describes a feature of UDP, not TCP.

D

UDP is commonly used for real-time applications like VoIP and video streaming, not TCP. The question asks for a characteristic of TCP but NOT UDP, so this option describes a UDP characteristic.

When would these options actually be correct?

A

If the question asked 'Which of the following correctly identifies a characteristic of UDP but NOT of TCP?', then this option would be correct.

B

This option would be correct if the question were: 'Which of the following is a characteristic of UDP but NOT of TCP?' because UDP supports multicast and broadcast, while TCP is connection-oriented and unicast only.

D

This option would be correct if the question were: 'Which of the following correctly identifies a characteristic of UDP but NOT of TCP?'

Why candidates pick the wrong answer

A

Candidates may confuse the terms 'connectionless' and 'connection-oriented' or incorrectly associate minimal overhead with TCP due to its reliability features.

B

Candidates may confuse the transport layer protocols, thinking TCP also supports multicast/broadcast due to its use in some streaming scenarios, or they may misremember the features of each protocol.

D

Candidates may confuse the use cases of TCP and UDP, mistakenly thinking TCP is used for real-time applications due to its reliability, or they may not realize that real-time apps prioritize speed over reliability, which UDP provides.

392
MCQmedium

A network engineer is planning to connect two switches that are 150 meters apart. The link must support at least 1 Gbps and the budget is limited. Which cable type should be used?

A.Cat6a twisted-pair copper
B.Multimode fiber optic
C.Single-mode fiber optic
D.Cat5e twisted-pair copper
AnswerB

Multimode fiber optic cable, particularly when utilizing 1000BASE-SX transceivers, is an excellent choice for connecting switches 150 meters apart. This standard reliably supports Gigabit Ethernet (1 Gbps) over distances up to 550 meters using OM4 fiber, or 220-300 meters with OM3, comfortably exceeding the 150-meter requirement. It offers a significantly more cost-effective solution than single-mode fiber for intermediate distances like this, making it the most practical and efficient option.

Why this answer

Multimode fiber optic cable supports 1 Gbps over distances up to 550 meters (OM2) or more, easily covering the 150-meter requirement at a lower cost than single-mode fiber. It is the best choice for this distance and budget because twisted-pair copper (Cat5e/Cat6a) is limited to 100 meters for 1 Gbps, and single-mode fiber is more expensive due to laser-based transceivers.

Exam trap

CompTIA often tests the 100-meter distance limit for twisted-pair copper (Cat5e/Cat6a) at 1 Gbps, and candidates mistakenly assume Cat6a can exceed this due to its higher rating, but the standard still caps it at 100 meters for 1 Gbps.

Why the other options are wrong

A

Cat6a twisted-pair copper is limited to 100 meters for 10GBASE-T and 1GBASE-T, so it cannot reach 150 meters. The question requires a link of 150 meters, making Cat6a unsuitable.

C

Single-mode fiber optic is more expensive than multimode fiber and is typically used for longer distances (several kilometers), making it overkill and over budget for a 150-meter link.

When would these options actually be correct?

A

Cat6a would be correct if the distance were 100 meters or less, and the requirement was for 10 Gbps or 1 Gbps with a lower cost than fiber, or if the environment had existing copper infrastructure and no fiber expertise.

C

A network engineer needs to connect two switches 10 km apart with a 10 Gbps link; single-mode fiber would be correct due to its lower attenuation and higher bandwidth over long distances.

Why candidates pick the wrong answer

A

Candidates may assume Cat6a supports longer distances because it is rated for 10 Gbps up to 100 meters, and they might overlook the specific distance limit or think it can exceed 100 meters at 1 Gbps.

C

Candidates may assume single-mode is always superior to multimode, overlooking that its higher cost and specialized transceivers are unnecessary for short distances like 150 meters.

393
MCQmedium

A network administrator is troubleshooting communication between two switches connected via a trunk port. The trunk link is up/up, but devices in VLAN 20 cannot communicate across the trunk. The administrator has verified that both switches have VLAN 20 created and that the access ports are configured correctly. Which command should the administrator run on each switch to verify the trunk's allowed VLAN list?

A.show vlan brief
B.show interfaces trunk
C.show running-config interface
D.show mac address-table
AnswerB

This command is the most effective for troubleshooting VLAN communication issues over a trunk link because it provides a comprehensive overview of the trunk's operational status. It explicitly lists the allowed VLANs on the trunk interface, the native VLAN, and the trunking encapsulation type (e.g., 802.1Q). By checking the "Vlans allowed on trunk" output, an administrator can quickly determine if the specific VLAN experiencing communication problems (e.g., VLAN 20) is permitted to traverse the link.

Why this answer

The 'show interfaces trunk' command displays the trunking status, including the allowed VLAN list on the trunk port. Since the trunk link is up/up but VLAN 20 traffic fails, the most likely cause is that VLAN 20 is not included in the allowed VLAN list on one or both switches. This command directly shows which VLANs are permitted, pruned, or active on the trunk.

Exam trap

The N10-009 exam often tests the distinction between 'show vlan brief' (which shows VLAN existence and access port assignments) and 'show interfaces trunk' (which shows trunk-specific VLAN permissions), leading candidates to mistakenly check VLAN existence instead of trunk VLAN filtering.

Why the other options are wrong

A

The 'show vlan brief' command displays VLAN membership and ports assigned to each VLAN, but it does not show the allowed VLAN list on a trunk port. The trunk's allowed VLAN list is specifically shown by 'show interfaces trunk'.

C

The 'show running-config interface' command displays the current configuration of an interface, including VLAN assignments and trunk settings, but it does not show the dynamically learned allowed VLAN list or the operational trunk status. For verifying the trunk's allowed VLAN list, 'show interfaces trunk' is needed.

D

The 'show mac address-table' command displays MAC address entries learned by the switch, not the allowed VLAN list on a trunk port. It does not provide information about which VLANs are permitted on the trunk link.

When would these options actually be correct?

A

This command would be correct if the question asked: 'A network administrator needs to verify which VLANs are configured on a switch and which ports are assigned to each VLAN.'

C

This command would be correct if the question asked to verify the configured VLAN settings on a specific interface, such as checking if an access port is assigned to the correct VLAN or if trunk encapsulation is set correctly.

D

This command would be correct when troubleshooting MAC address learning issues, such as verifying if a specific MAC address is learned on the correct port or checking for MAC address flapping between ports.

Why candidates pick the wrong answer

A

Candidates may confuse VLAN configuration with trunk configuration, thinking that 'show vlan brief' provides trunk-related VLAN information, or they may not know the specific command for trunk details.

C

Candidates may think that viewing the running configuration is sufficient to see all interface settings, including trunk allowed VLANs, but they overlook that 'show interfaces trunk' provides a more comprehensive operational view.

D

Candidates may confuse MAC address table verification with trunk VLAN verification, thinking that the MAC table shows VLAN membership or trunk configuration.

394
MCQhard

A network engineer is deploying a wireless network using 802.11ac. To allow clients to roam between access points without re-authenticating to the authentication server, which IEEE standard should be implemented?

A.802.1X
B.802.11r
C.802.11i
D.802.11e
AnswerB

IEEE 802.11r, also known as Fast BSS Transition, is the standard specifically designed to enable fast and secure roaming for wireless clients. It minimizes the time required for a client to reassociate from one access point (AP) to another within the same extended service set (ESS) by pre-authenticating with target APs. This significantly reduces latency during handoffs, which is crucial for delay-sensitive applications like Voice over IP (VoIP) or streaming video.

Why this answer

802.11r, also known as Fast BSS Transition (FT), enables clients to roam between access points using a cached Pairwise Master Key (PMK) without requiring a full 802.1X/EAP re-authentication with the RADIUS server. This reduces roaming latency to under 50 ms, which is critical for voice and video applications.

Exam trap

The N10-009 exam often tests the distinction between 802.1X (authentication framework) and 802.11r (fast roaming), leading candidates to mistakenly choose 802.1X because they associate it with 'authentication' without realizing the question specifically asks about avoiding re-authentication during roaming.

Why the other options are wrong

A

802.1X is an authentication framework used for port-based network access control, not a roaming standard. It requires re-authentication when roaming between access points unless combined with a fast roaming protocol like 802.11r.

C

802.11i (WPA2) provides security (encryption and authentication) but does not handle fast roaming without re-authentication to the authentication server. The question specifically asks for a standard that allows clients to roam without re-authenticating, which is addressed by 802.11r (Fast Roaming).

D

802.11e defines QoS enhancements for wireless networks, not fast roaming or authentication caching. The question asks for a standard that allows clients to roam without re-authenticating, which is addressed by 802.11r, not 802.11e.

When would these options actually be correct?

A

802.1X would be correct if the question asked for the standard that provides port-based authentication for wired and wireless networks, typically used with EAP methods to authenticate users before granting network access.

C

802.11i would be correct if the question asked: 'Which IEEE standard defines security enhancements for wireless networks, including the use of AES-CCMP encryption and 802.1X authentication?'

D

802.11e would be correct in a question about prioritizing voice or video traffic over a WLAN, such as: 'Which IEEE standard provides QoS for wireless multimedia applications?'

Why candidates pick the wrong answer

A

Candidates often confuse 802.1X with roaming because it is commonly used in enterprise WLANs for authentication, and they may think it handles roaming seamlessly without realizing that re-authentication overhead is a separate issue.

C

Candidates often confuse 802.11i with roaming because it is a common wireless security standard, and they may incorrectly associate its authentication mechanisms with seamless roaming.

D

Candidates may confuse 802.11e with 802.11r because both are '802.11' amendments related to improving client experience, and the 'e' might be mistakenly associated with 'efficient' roaming.

395
MCQmedium

A network engineer needs to connect two switches located 400 meters apart. The cable run includes high electromagnetic interference from nearby machinery. The engineer decides to use fiber optic cabling. Which transceiver type and fiber combination should be used to ensure the link reaches 400 meters while remaining cost-effective?

A.Single-mode fiber with 1000BASE-LX transceivers
B.Multimode fiber with 1000BASE-SX transceivers
C.Multimode fiber with 10GBASE-SR transceivers
D.Single-mode fiber with 1000BASE-EX transceivers
AnswerB

1000BASE-SX is a Gigabit Ethernet standard specifically designed for short-wavelength (850 nm) transmission over multimode fiber. It reliably supports distances up to 550 meters when using OM3 or OM4 fiber, making it an ideal and highly suitable choice for a 400-meter link. This option provides the necessary 1Gbps bandwidth at the most cost-effective price point for the specified distance, avoiding unnecessary expenses associated with longer-reach or higher-speed solutions.

Why this answer

1000BASE-SX transceivers over multimode fiber (typically OM2 or OM3) can reliably reach 400 meters at 1 Gbps, and this combination is cost-effective for short-to-medium distances. Multimode fiber uses a larger core that is cheaper to terminate and pair with lower-cost VCSEL-based SX optics, making it ideal for runs under 550 meters in environments with high EMI.

Exam trap

The N10-009 exam often tests the misconception that single-mode fiber is always superior or necessary for any distance over 100 meters, but the trap here is ignoring the cost-effectiveness requirement and assuming LX is the only option for 400 meters, when SX over multimode is both sufficient and cheaper.

Why the other options are wrong

A

Single-mode fiber with 1000BASE-LX can reach 400 meters, but multimode fiber with 1000BASE-SX is more cost-effective for this distance and is designed for shorter runs with high EMI. Single-mode fiber and transceivers are more expensive, making option A less cost-effective.

C

10GBASE-SR transceivers are designed for 10 Gbps speeds, which is overkill for a 400-meter link and more expensive than 1000BASE-SX. Additionally, multimode fiber with 10GBASE-SR typically supports distances up to 300 meters (OM3) or 400 meters (OM4) at 10 Gbps, but the question asks for a cost-effective solution, and 10GBASE-SR is not cost-effective for 1 Gbps needs.

D

1000BASE-EX transceivers are designed for single-mode fiber and support distances up to 40 km, which is overkill and more expensive for a 400-meter link. Multimode fiber with 1000BASE-SX is more cost-effective for this distance.

When would these options actually be correct?

A

A question requiring a link longer than 550 meters (e.g., 2 km) with high EMI, where cost is less of a concern. Single-mode fiber with 1000BASE-LX would be correct for distances up to 5 km.

C

A network engineer needs to connect two switches 300 meters apart with 10 Gbps throughput in a data center environment using OM3 multimode fiber. The question specifies high bandwidth requirements and a distance within 10GBASE-SR's reach, making it the correct choice.

D

A question requiring a link distance of 10 km or more, such as connecting two buildings across a campus, where single-mode fiber and 1000BASE-EX transceivers provide the necessary reach and cost-efficiency for long distances.

Why candidates pick the wrong answer

A

Candidates may think single-mode fiber is always better for longer distances and EMI resistance, overlooking that 400 meters is well within multimode's range and that multimode is cheaper.

C

Candidates may confuse the distance capabilities of 10GBASE-SR (up to 400 meters with OM4) and think it is suitable for the 400-meter distance, while overlooking that the question requires cost-effectiveness and does not specify 10 Gbps speed.

D

Candidates may assume that single-mode fiber is always better for longer distances and overlook the cost factor, or they might confuse 1000BASE-EX with 1000BASE-LX, which is also single-mode but for shorter distances.

396
MCQmedium

A network engineer is designing a subnet for a department that requires exactly 50 usable host addresses. Which subnet mask provides the minimum number of usable host addresses while still accommodating the requirement?

A./26
B./27
C./28
D./25
AnswerA

A /26 CIDR mask allocates 26 bits for the network portion, leaving 6 bits for host addresses. This configuration provides 2^6 = 64 total IP addresses. After reserving one for the network address and one for the broadcast address, 62 usable host addresses remain, which is the smallest subnet size capable of accommodating exactly 50 required hosts without significant waste.

Why this answer

A /26 subnet mask (255.255.255.192) provides 2^(32-26) = 64 total addresses, of which 62 are usable (subtracting network and broadcast addresses). This is the smallest subnet that meets the requirement of exactly 50 usable hosts, as /27 yields only 30 usable addresses and /28 yields only 14, while /25 provides 126 usable addresses, which is more than necessary.

Exam trap

CompTIA often tests the confusion between total addresses and usable addresses, where candidates mistakenly think a /27 (32 total addresses) can support 50 hosts, or they forget to subtract the network and broadcast addresses from the total.

Why the other options are wrong

B

A /27 subnet provides 2^(32-27)-2 = 30 usable host addresses, which is insufficient for the requirement of 50 usable hosts.

C

A /28 subnet provides only 14 usable host addresses (2^(32-28)-2 = 14), which is insufficient for the required 50 usable hosts.

D

A /25 subnet provides 126 usable host addresses, which far exceeds the requirement of 50. The question asks for the minimum number of usable addresses while still accommodating the requirement, so /26 (62 usable) is the correct choice, not /25.

When would these options actually be correct?

B

This option would be correct if the question required exactly 30 usable host addresses, such as for a small department or a point-to-point link with additional devices.

C

A /28 subnet would be correct for a department requiring exactly 14 usable host addresses, such as a small lab or management network with limited devices.

D

A /25 subnet would be correct if the department required exactly 100 usable host addresses, as it provides 126 usable addresses, which is the smallest subnet that can accommodate 100 hosts.

Why candidates pick the wrong answer

B

Candidates may mistakenly calculate the number of hosts as 2^(32-27) = 32 without subtracting the network and broadcast addresses, or they may confuse /27 with /26.

C

Candidates may mistakenly think /28 provides 16 usable addresses (ignoring network and broadcast addresses) or miscalculate the number of hosts needed.

D

Candidates may mistakenly think that a larger subnet (more hosts) is always better, or they may miscalculate the number of usable hosts for /25 (e.g., thinking it provides 128 usable addresses) and assume it fits the requirement without considering the 'minimum' constraint.

397
MCQeasy

A network switch forwards frames based on which address?

A.MAC address
B.IP address
C.Port number
D.Domain name
AnswerA

Network switches operate at Layer 2 of the OSI model, utilizing Media Access Control (MAC) addresses to make forwarding decisions for frames within a local area network. A switch learns the MAC addresses of connected devices by examining the source MAC address of incoming frames and stores this information in its MAC address table (CAM table). When a frame arrives, the switch looks up the destination MAC address in this table to forward the frame out the correct port, ensuring efficient communication within the segment.

Why this answer

A network switch operates at Layer 2 (Data Link Layer) of the OSI model and uses MAC addresses to make forwarding decisions. When a frame arrives, the switch examines the destination MAC address, looks it up in its MAC address table (CAM table), and forwards the frame only to the port associated with that MAC address, reducing collision domains and improving network efficiency.

Exam trap

CompTIA often tests the distinction between Layer 2 switching (MAC addresses) and Layer 3 routing (IP addresses), and the trap here is that candidates mistakenly associate 'forwarding' with IP addresses because they think of routers, forgetting that the question specifically asks about a switch.

Why the other options are wrong

B

A network switch operates at Layer 2 of the OSI model and forwards frames based on MAC addresses, not IP addresses. IP addresses are used by routers (Layer 3) for packet forwarding.

C

A network switch forwards frames based on MAC addresses, not port numbers. Port numbers are used by transport layer protocols (TCP/UDP) to identify applications, not for frame forwarding at layer 2.

D

A network switch operates at Layer 2 (Data Link layer) and forwards frames based on MAC addresses, not domain names, which are used at Layer 7 (Application layer) for human-readable addressing.

When would these options actually be correct?

B

In a question about a router forwarding packets, the correct answer would be IP address. For example: 'A router forwards packets based on which address?'

C

A question asking 'Which criteria does a router use to forward packets?' would have port number as a correct answer if the question specifies 'when using network address translation (NAT) to map internal to external ports' or 'when applying access control lists (ACLs) based on port numbers'.

D

In a question about DNS resolution, such as 'Which service translates a domain name to an IP address?', domain name would be the correct answer as the input to a DNS query.

Why candidates pick the wrong answer

B

Candidates may confuse the roles of switches and routers, or think that switches also use IP addresses because they often deal with IP networks in practice.

C

Candidates may confuse the term 'port' as used in networking (switch port vs. TCP/UDP port) and incorrectly think switches use port numbers for forwarding decisions.

D

Candidates may confuse the purpose of domain names (used in web browsing) with network addressing, mistakenly thinking switches use them for forwarding decisions.

398
MCQmedium

A company has just installed a new fiber optic connection between two buildings 2 km apart. The connection is using multimode fiber. However, the signal is too weak at the receiving end. What is the most likely cause?

A.Attenuation due to distance
B.Electromagnetic interference
C.Incorrect termination
D.Crosstalk
AnswerA

Multimode fiber, commonly used for shorter distances within buildings, experiences significant signal loss, known as attenuation, over extended runs. Its larger core allows for multiple light paths, leading to modal dispersion which limits effective transmission distance, especially at higher data rates. A 2 km link far exceeds the typical maximum reach for multimode fiber, which is often less than 550 meters for 10 Gigabit Ethernet, resulting in substantial signal degradation. This distance limitation directly causes the observed signal weakening.

Why this answer

Multimode fiber (MMF) is designed for shorter distances, typically up to 550 meters for 10 Gbps (OM3/OM4) and up to 2 km only for lower speeds like 100 Mbps or 1 Gbps using older OM1/OM2 fiber. At 2 km, the signal attenuation exceeds the power budget of the MMF link, causing a weak signal at the receiver. Single-mode fiber (SMF) would be required for reliable transmission over this distance.

Exam trap

CompTIA often tests the misconception that fiber is immune to all distance limitations, but the trap here is that multimode fiber has strict distance limits due to modal dispersion and higher attenuation, unlike single-mode fiber which can span 2 km easily.

Why the other options are wrong

C

Incorrect termination can cause signal loss, but the question states the fiber is multimode and the distance is 2 km. Multimode fiber is typically limited to about 550 meters at 10 Gbps; the primary issue is attenuation due to exceeding the distance limit, not termination.

D

Crosstalk occurs when signals from adjacent cables interfere with each other, typically in copper cabling (e.g., UTP). Fiber optic cables use light, not electricity, so crosstalk is not a concern, especially over a 2 km multimode link where distance-related attenuation is the primary issue.

When would these options actually be correct?

C

A question where a fiber link shows high loss but the distance is within spec (e.g., 100 meters), and the connectors are visibly dirty or poorly polished. In that case, incorrect termination (e.g., bad splice or dirty connector) is the likely cause.

D

In a scenario where multiple copper cables (e.g., Cat6a) are run in close proximity for long distances and signal degradation or errors occur on one pair due to interference from another pair, crosstalk would be the correct answer. For example, a question about 1000BASE-T running over 100 meters with high error rates due to adjacent cable interference.

Why candidates pick the wrong answer

C

Candidates may confuse general fiber issues like termination problems with distance-related attenuation, especially if they recall that improper termination can cause signal loss, but they overlook the specific distance limitation of multimode fiber.

D

Candidates may confuse crosstalk with general signal interference or assume that any signal loss in a cable could be caused by interference from nearby cables, not realizing that fiber optics are immune to electromagnetic crosstalk.

399
MCQeasy

A network administrator receives an automated alert from the network monitoring system indicating that the bandwidth utilization on a specific switch port has exceeded the threshold for the past 10 minutes. According to best practices for network operations, what should the administrator do FIRST?

A.Immediately block the port to prevent potential network congestion from affecting other users.
B.Check the monitoring system logs to identify the traffic source and destination.
C.Reboot the switch to clear any temporary errors that might be causing the alert.
D.Increase the bandwidth on the port to accommodate the higher traffic load.
AnswerB

This is the correct initial diagnostic step. An alert indicates a symptom (high utilization), but not the cause. Logs, such as NetFlow, sFlow, SNMP data, or firewall logs, will reveal which specific devices, applications, or protocols are generating the traffic, their destinations, and the volume. This crucial information allows for targeted troubleshooting or policy adjustments, preventing blind actions and ensuring legitimate traffic isn't disrupted by premature interventions.

Why this answer

The first step in responding to a bandwidth utilization alert is to investigate the traffic causing the spike. Checking the monitoring system logs allows the administrator to identify the source and destination of the traffic, which is essential for determining whether the utilization is legitimate (e.g., a backup or large file transfer) or malicious (e.g., a DoS attack). This aligns with the network operations best practice of 'verify before acting' to avoid unnecessary disruptions.

Exam trap

The trap here is that candidates panic and choose 'immediately block the port' (Option A) thinking it's a proactive security measure, but CompTIA Network+ emphasizes that network operations require analysis before action to avoid disrupting legitimate traffic.

Why the other options are wrong

A

Immediately blocking the port is an extreme reaction that disrupts connectivity without first diagnosing the cause. Best practices prioritize investigation over reactive measures to avoid unnecessary downtime.

C

Rebooting the switch is a disruptive action that should not be the first step for a bandwidth utilization alert, as it does not address the root cause and may interrupt legitimate traffic without resolving the issue.

D

Increasing bandwidth without investigating the cause of the alert does not address the underlying issue and may lead to cost increases or mask a security incident.

When would these options actually be correct?

A

This would be correct if the question stated that the port is experiencing a confirmed security incident, such as a DDoS attack or malware propagation, and immediate isolation is required to protect the network.

C

If the question described symptoms of a switch malfunction, such as unresponsive management interface, random packet loss, or error counters indicating hardware issues, then rebooting the switch could be an appropriate first troubleshooting step.

D

When the question states that the port is a critical link for a time-sensitive application and the threshold is set too low for normal operations, and the administrator has already verified that the traffic is legitimate.

Why candidates pick the wrong answer

A

Candidates may think that preventing congestion is urgent and that blocking the port is a quick fix, but they overlook the need for analysis and the potential impact on legitimate traffic.

C

Candidates may default to 'reboot' as a quick fix for any network issue, overlooking that bandwidth alerts typically require traffic analysis rather than device restart.

D

Candidates may think that adding bandwidth is a quick fix to resolve performance issues without considering the need for root cause analysis first.

400
MCQeasy

A network switch that forwards frames based on MAC addresses operates at which layer of the OSI model?

A.Physical
B.Data Link
C.Network
D.Transport
AnswerB

Switches make forwarding decisions based on MAC addresses, which is a Layer 2 function.

Why this answer

A network switch that forwards frames based on MAC addresses operates at Layer 2, the Data Link layer. This layer is responsible for node-to-node data transfer and error detection using MAC addresses, as defined by IEEE 802 standards. Switches build a MAC address table by learning source MAC addresses from incoming frames and use this table to make forwarding decisions.

Exam trap

The N10-009 exam often tests the misconception that switches operate at Layer 3 because they can be configured with IP addresses for management (e.g., SVI), but the core frame-forwarding function remains at Layer 2 using MAC addresses.

Why the other options are wrong

A

The Physical layer (Layer 1) handles raw bit transmission over a physical medium, not MAC address-based frame forwarding. A switch that forwards frames using MAC addresses operates at the Data Link layer (Layer 2).

C

The Network layer (Layer 3) uses logical addressing (e.g., IP addresses) for routing packets between networks, not MAC addresses for forwarding frames within a single network.

D

The Transport layer (Layer 4) handles end-to-end communication, segmentation, and flow control, not MAC address-based frame forwarding, which is a Layer 2 function.

When would these options actually be correct?

A

A question asking 'Which OSI layer defines electrical signals, cabling, and bit transmission?' would have Physical as the correct answer. Also, if the question were 'A repeater operates at which layer?', Physical would be correct.

C

A question asking 'Which OSI layer routes packets based on IP addresses?' or 'At which layer does a router operate?' would have Network as the correct answer.

D

A question asking which OSI layer provides reliable data transfer between hosts, such as TCP's connection-oriented service, would have Transport as the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse the switch's physical ports and cabling with the Physical layer, not realizing that the switching logic (MAC address table) is a Data Link layer function.

C

Candidates may confuse MAC address forwarding with IP routing, or think that 'network' broadly refers to all networking functions, leading them to select the Network layer.

D

Candidates may confuse the switch's forwarding decision with higher-layer protocols, or think that MAC addresses are part of the Transport layer because they are associated with network interfaces.

401
MCQmedium

Users in VLAN 10 cannot obtain IP addresses from a DHCP server located in VLAN 20. The router has an ip helper-address configured on VLAN 10 interface pointing to the DHCP server. Users can ping the DHCP server IP from the router. However, users are receiving APIPA addresses. What is the most likely cause?

A.The DHCP server is not reachable from the router
B.The DHCP server scope does not include the VLAN 10 subnet
C.The router's ip helper-address is configured incorrectly
D.The switch ports are not configured for VLAN 10
AnswerB

A DHCP server scope defines the range of IP addresses and associated configuration parameters (like subnet mask, default gateway, and DNS servers) that the server can lease to clients within a specific subnet. If the DHCP server receives a DHCP Discover request from a client in VLAN 10 but lacks a configured scope for the VLAN 10 subnet, it will be unable to generate a valid DHCP Offer. Consequently, clients in VLAN 10 will not receive an IP address, even if the initial broadcast request successfully reaches the server via an IP helper address.

Why this answer

The DHCP server must have a scope configured for the subnet of the requesting clients (VLAN 10) to assign IP addresses from that range. Since users receive APIPA addresses (169.254.x.x), the DHCP discovery process is failing, which typically occurs when the server receives the request via the ip helper-address but has no matching scope for VLAN 10. The router's ability to ping the server confirms Layer 3 reachability, isolating the issue to the server's scope configuration.

Exam trap

The N10-009 exam often tests the misconception that a successful ping from the router to the DHCP server guarantees DHCP functionality, but the trap here is that the ip helper-address only relays the request; the server must still have a scope for the client's subnet to assign an address.

Why the other options are wrong

A

The router can ping the DHCP server, so the server is reachable. The issue is that users get APIPA addresses, indicating DHCP requests are not reaching the server or replies are not returning, but reachability is confirmed.

C

The router can ping the DHCP server, indicating the ip helper-address is correctly configured and reachable. The issue is that the DHCP server's scope lacks a subnet for VLAN 10, not the helper-address configuration.

D

The question states users can ping the DHCP server from the router, indicating connectivity. Switch port misconfiguration for VLAN 10 would prevent all communication, but users can still obtain APIPA addresses, meaning they are on VLAN 10 but DHCP fails. The issue is at the DHCP server scope, not switch ports.

When would these options actually be correct?

A

In a scenario where the router cannot ping the DHCP server and users get APIPA addresses, the most likely cause would be that the DHCP server is not reachable from the router, possibly due to a routing issue or ACL blocking traffic.

C

This option would be correct if the router could not ping the DHCP server, or if the ip helper-address was pointing to the wrong IP address or was missing from the VLAN 10 interface configuration.

D

This would be correct if users in VLAN 10 cannot communicate at all (e.g., cannot ping the router or other VLANs) and receive APIPA addresses because the switch ports are not assigned to VLAN 10, isolating them from the network.

Why candidates pick the wrong answer

A

Candidates may assume that if users cannot get IP addresses, the server must be unreachable, overlooking that the router's successful ping confirms reachability and the real issue lies in DHCP scope configuration.

C

Candidates may assume that any DHCP relay issue is due to misconfiguration of the ip helper-address, overlooking that the relay itself is working but the server lacks the appropriate scope.

D

Candidates may think DHCP relies on switch port configuration for VLAN membership, but the problem is specifically about DHCP relay and scope, not basic connectivity.

402
MCQmedium

A network administrator is configuring a syslog server to receive logs from network devices. The administrator wants to capture all messages with a severity level of 'critical' (2) and higher (more severe). What severity threshold should be set on the devices?

A.0 (emergency)
B.1 (alert)
C.2 (critical)
D.3 (error)
AnswerC

Setting the syslog severity threshold to 2, or 'critical,' ensures that the server receives messages categorized as critical (severity 2) and all numerically lower, more severe levels. This includes emergency (0) and alert (1) messages, precisely meeting the requirement to capture 'critical and higher' events for comprehensive monitoring of significant system issues. This configuration provides the desired balance, capturing vital information without overwhelming the server with less urgent logs.

Why this answer

Syslog severity levels are numbered 0 (most severe) through 7 (least severe). When you set a severity threshold on a device, it captures messages at that level and all lower-numbered (more severe) levels. To capture 'critical' (2) and higher (i.e., levels 0, 1, and 2), you must set the threshold to 2.

Option C is correct because level 2 includes itself and all more severe levels (0 and 1).

Exam trap

The trap here is that candidates often think setting a threshold of 2 captures only level 2 messages, but in syslog, the threshold includes all lower-numbered (more severe) levels as well.

Why the other options are wrong

A

Setting a threshold of 0 (emergency) would only capture messages with severity 0, missing critical (2) and alert (1) messages. The question requires capturing critical and higher, which includes levels 0, 1, and 2, so the threshold must be 2.

B

Setting a threshold of 1 (alert) would capture only messages with severity 0 and 1, excluding critical (2) messages, which the administrator wants to include.

D

Setting the threshold to 3 (error) would capture messages with severity 3 and higher (0-3), which includes 'error' messages but excludes 'critical' (2) and higher severity messages like 'alert' (1) and 'emergency' (0). The requirement is to capture 'critical' and higher, so the threshold must be 2.

When would these options actually be correct?

A

This option would be correct if the question asked to capture only emergency-level messages (severity 0) and nothing else, or if the threshold was defined as 'only messages at this level or lower' (i.e., more severe) and the requirement was to capture only emergencies.

B

If the requirement were to capture only messages of severity 'alert' (1) and higher (more severe), i.e., only emergencies and alerts, then threshold 1 would be correct.

D

If the question asked to capture all messages with severity 'error' (3) and higher (more severe), then setting the threshold to 3 would be correct. For example: 'The administrator wants to capture all messages with a severity level of error and higher.'

Why candidates pick the wrong answer

A

Candidates may mistakenly think that setting a lower threshold number (0) captures more severe messages, but in syslog, lower numbers are more severe and the threshold includes that level and higher numbers (less severe). They might also confuse the threshold with a filter that only allows that exact level.

B

Candidates may confuse the threshold meaning, thinking that setting a lower number captures more messages, but in syslog, the threshold includes messages at that level and lower numbers (more severe), so threshold 1 excludes level 2.

D

Candidates may confuse the threshold direction, thinking that a higher number captures more severe messages, or they may misremember the severity levels and think 'error' is more severe than 'critical'.

403
MCQhard

A network engineer has configured an IPsec site-to-site VPN between two offices. The tunnel is established and shows as active. However, users at the branch office (10.0.1.0/24) cannot reach servers at the main office (192.168.1.0/24). Both routers have the correct VPN policies and firewall rules permitting IPsec traffic. What should the engineer check next?

A.A) That the DNS server addresses are correctly configured
B.B) That the routing tables on both routers include routes to the remote subnet
C.C) That the MTU size is set to 1500 on both ends
D.D) That the SSID is correctly configured on the access points
AnswerB

Routers use their routing tables to determine the next hop for packets destined for a particular network. For a site-to-site VPN, the router must have a static or dynamic route indicating that traffic for the remote office's private subnet should be encapsulated and sent through the IPSec tunnel interface, rather than out the default internet gateway. Without this specific route, packets will not be directed into the VPN tunnel, preventing communication.

Why this answer

The tunnel being active means Phase 1 and Phase 2 of IPsec are established, but traffic still cannot flow because the routers lack routes to the remote subnets. Without a route for 10.0.1.0/24 on the main office router (or 192.168.1.0/24 on the branch router), packets will be dropped or sent out the wrong interface, even though the VPN policy and firewall rules are correct. The engineer must verify that static routes or a dynamic routing protocol (e.g., OSPF over the tunnel) are in place to direct traffic into the IPsec tunnel interface.

Exam trap

The N10-009 exam often tests the misconception that a 'green light' tunnel status guarantees traffic flow, but candidates forget that routing is a separate layer that must explicitly direct traffic into the tunnel interface.

Why the other options are wrong

A

The tunnel is active and IPsec traffic is permitted, so DNS is not the issue. The problem is that the branch office cannot reach the main office subnet, which indicates a routing problem, not DNS resolution.

C

The tunnel is active, indicating IPsec is working; MTU issues typically cause fragmentation or packet loss, not complete unreachability between subnets.

D

The SSID is a wireless network identifier for Wi-Fi, which is unrelated to IPsec site-to-site VPN connectivity between branch and main office networks.

When would these options actually be correct?

A

In a scenario where users can reach servers by IP address but not by hostname, and the VPN tunnel is working, the engineer should check DNS server addresses to ensure name resolution is functioning correctly.

C

In a scenario where VPN is established but large packets (e.g., file transfers) fail or performance is poor, and ping with smaller packets works, checking MTU size (e.g., 1400) would be correct.

D

In a question where users cannot connect to a wireless network, and the engineer has verified security settings and signal strength, checking the SSID configuration on the access points would be the next step.

Why candidates pick the wrong answer

A

Candidates often default to DNS as a common cause of connectivity issues, but here the tunnel is up and the issue is subnet reachability, not name resolution.

C

Candidates may confuse MTU issues with routing problems, as both can cause connectivity failures, but MTU problems usually manifest as partial or intermittent failures, not complete unreachability.

D

Candidates may confuse SSID with VPN configuration or think it's a general network setting, leading them to select it when troubleshooting connectivity issues.

404
MCQmedium

A network administrator is configuring a new switch for management access via SSH. Which step must be performed FIRST?

A.Generate RSA key pair.
B.Configure a VTY password.
C.Enable SSH version 2.
D.Configure an IP address on the management VLAN.
AnswerD

Configuring an IP address on the management VLAN's Switch Virtual Interface (SVI) is the absolute foundational step for remote management via SSH. Without a unique IP address, the switch is not discoverable or reachable over the network at Layer 3, preventing any SSH client from initiating a connection. This IP address provides the essential network identity and connectivity required before any higher-level security or access protocols can function for remote administration.

Why this answer

Before SSH can function, the switch must have an IP address assigned to the management VLAN (typically VLAN 1 or a dedicated management VLAN) so that the switch is reachable over the network. Without this IP configuration, the switch cannot establish the TCP/IP connectivity required for SSH sessions, making it the foundational step that must be performed first.

Exam trap

The trap here is that candidates often assume SSH configuration begins with key generation or version selection, forgetting that the switch must first have an IP address on the management VLAN to be reachable for any remote management protocol.

Why the other options are wrong

B

Configuring a VTY password is necessary for remote access, but the switch must first have an IP address on the management VLAN to be reachable over the network. Without IP connectivity, SSH cannot be established.

When would these options actually be correct?

B

This option would be correct in a question where the switch already has an IP address configured on the management VLAN, and the next step is to secure VTY lines for SSH access. For example: 'After assigning an IP to the management VLAN, what must be configured to allow SSH login?'

Why candidates pick the wrong answer

B

Candidates often confuse the order of configuration steps, thinking that setting a password is the first requirement for any remote access, overlooking the prerequisite of network layer connectivity.

405
MCQeasy

A user reports that they cannot access any network resources. The technician runs 'ipconfig' on the workstation and sees that the IP address is 169.254.23.45 with a subnet mask of 255.255.0.0. What is the most likely cause of this issue?

A.The workstation's network cable is unplugged.
B.The DNS server is not responding.
C.The DHCP server is unreachable or not functioning.
D.The workstation has been assigned a static IP address in the wrong subnet.
AnswerC

When a DHCP client fails to receive an IP address lease from a DHCP server after multiple attempts, it automatically assigns itself an APIPA address. This self-configuration occurs within the 169.254.0.0/16 range, indicating that the DHCP server is either offline, unreachable due to network connectivity issues, or misconfigured. The presence of an APIPA address is a strong diagnostic indicator of a DHCP service failure, as the client cannot obtain a valid, routable IP address.

Why this answer

The IP address 169.254.23.45 with a subnet mask of 255.255.0.0 is an Automatic Private IP Addressing (APIPA) address, which is assigned by the operating system when a DHCP discovery attempt fails. This indicates that the workstation was unable to contact a DHCP server to obtain a valid IP configuration, making an unreachable or non-functioning DHCP server the most likely cause.

Exam trap

The trap here is that candidates often confuse APIPA with a physical connectivity issue, but APIPA specifically indicates that the DHCP process failed, not necessarily that the cable is unplugged.

Why the other options are wrong

A

An unplugged network cable would result in no IP address or a disconnected status, not an Automatic Private IP Addressing (APIPA) address like 169.254.23.45. APIPA addresses are assigned when DHCP fails, but the link is still active.

B

The IP address 169.254.23.45 is an Automatic Private IP Addressing (APIPA) address, which indicates that the workstation failed to obtain an IP from a DHCP server. DNS issues do not cause APIPA addresses; they would result in name resolution failures but the workstation would still have a valid IP.

D

A static IP in the wrong subnet would typically result in a different IP address (not an APIPA 169.254.x.x address) and would not cause the workstation to self-assign an APIPA address. The 169.254.23.45 address indicates DHCP failure, not a static misconfiguration.

When would these options actually be correct?

A

A user reports no network access, and ipconfig shows 'Media disconnected' or no IP address. In that case, the most likely cause is a disconnected or faulty network cable.

B

A user reports they can access network resources by IP address but not by hostname. The technician checks the workstation's IP configuration and finds a valid IP address. In this scenario, a non-responsive DNS server is the most likely cause.

D

This option would be correct in a scenario where a user cannot access network resources, and the workstation has a static IP address that is not in the correct subnet for the network (e.g., 192.168.1.10 with subnet mask 255.255.255.0 on a 10.0.0.0/8 network). The question would explicitly state that the IP is static and not an APIPA address.

Why candidates pick the wrong answer

A

Candidates may associate any network issue with physical connectivity problems, overlooking that APIPA addresses specifically indicate DHCP failure rather than a complete loss of link.

B

Candidates may confuse DHCP and DNS as both are critical network services, and they might think that a DNS failure could prevent all network access, not just name resolution.

D

Candidates may confuse a static IP in the wrong subnet with an APIPA address, as both can cause connectivity issues. They might think any incorrect IP configuration leads to the same symptom, overlooking the specific 169.254.x.x pattern that uniquely identifies DHCP failure.

406
MCQmedium

Users in a small office can access external websites normally, but they cannot reach the internal company wiki server at 192.168.10.25. A technician can successfully ping the server's IP address from a user's workstation. The DNS resolution for the wiki's hostname (wiki.company.local) returns the correct IP. The company's firewall permits HTTP traffic to the server. What is the most likely cause of the issue?

A.The web server service is not running or is listening on a different port
B.The default gateway on the server is misconfigured
C.The user's workstation has a duplicate IP address
D.The DNS cache on the workstation is poisoned
AnswerA

This is the correct answer because a successful ping only verifies basic IP-level connectivity (Layer 3) to the server. If the web server application (e.g., Apache, Nginx, IIS) is not actively running, or if it's configured to listen on a non-standard TCP port (e.g., not 80 for HTTP or 443 for HTTPS) without the client specifying it, the client's browser cannot complete the TCP three-way handshake required to establish a connection to the web service. Consequently, even with network reachability, the application-layer service remains inaccessible, resulting in a connection refused or timeout error for web requests.

Why this answer

Since the technician can successfully ping the server's IP address from the user's workstation, Layer 3 connectivity is confirmed, ruling out routing or gateway issues. DNS resolution returns the correct IP, so name resolution is not the problem. The firewall permits HTTP traffic, so access control is not blocking the connection.

The most likely cause is that the web server service (e.g., Apache, IIS) is not running or is listening on a non-standard port (e.g., 8080 instead of 80), preventing the HTTP request from reaching the service even though the host is reachable.

Exam trap

The trap here is that candidates assume a successful ping implies full application-layer connectivity, but ping uses ICMP (Layer 3) while HTTP uses TCP (Layer 4), so a working ping does not guarantee that the web service is running or reachable on the correct port.

Why the other options are wrong

B

The default gateway on the server is misconfigured would prevent the server from reaching external networks, but here users can access external websites normally and can ping the server's IP, indicating the server is reachable. The issue is that users cannot reach the wiki server's web service, which is a higher-layer problem.

D

DNS cache poisoning would cause incorrect IP resolution, but the question states that DNS returns the correct IP and ping to the server succeeds, so the issue is not DNS-related.

When would these options actually be correct?

B

A question where users cannot access any external websites but can access internal resources, and a server cannot be pinged from outside its subnet. For example: 'Users in a remote office can access internal servers but not the internet. A technician can ping the remote office's router but not the company's web server.

What is the most likely cause?'

D

A user cannot access a website by its hostname but can access it by IP address. DNS resolution returns a wrong IP (or fails), and flushing the DNS cache resolves the issue. This indicates DNS cache poisoning.

Why candidates pick the wrong answer

B

Candidates often associate connectivity issues with gateway misconfiguration because it's a common cause of network unreachability, but they overlook that the ping succeeds, which rules out layer 3 problems between the workstation and the server.

D

Candidates may assume that any name resolution issue is due to DNS cache poisoning, especially when external access works but internal fails, without verifying that DNS actually returns the correct IP.

407
MCQmedium

A network administrator needs to be notified immediately when a critical switch interface goes down. Which SNMP feature should be configured?

A.Polling
B.Traps
C.Informs
D.Set
AnswerB

SNMP Traps are unsolicited, event-driven messages sent from a network device (agent) to a management station (manager) when a significant event occurs. These notifications provide immediate alerting without the management station needing to actively request information. This push mechanism is crucial for critical incidents, such as an interface going down, ensuring prompt awareness and response from network administrators.

Why this answer

B is correct because SNMP traps are unsolicited messages sent from an SNMP agent to the network management system (NMS) to immediately notify the administrator of a critical event, such as a switch interface going down. Unlike polling, which requires the NMS to periodically request status information, traps provide real-time, event-driven alerts without delay, ensuring the administrator is notified as soon as the interface state changes.

Exam trap

The N10-009 exam often tests the distinction between traps and informs, where candidates mistakenly choose informs thinking they are more reliable for critical alerts, but the question emphasizes 'immediately notified,' making the unacknowledged, low-latency trap the correct choice.

Why the other options are wrong

A

Polling requires the NMS to periodically query the device, which does not provide immediate notification when an interface goes down; it only detects changes at the next poll interval.

C

Informs require acknowledgment from the SNMP manager, which introduces delay and potential for lost notifications if the manager is unreachable, making them unsuitable for immediate notification of critical interface down events.

D

SNMP Set is used to modify configuration on a managed device, not to send notifications. The question asks for immediate notification when an interface goes down, which requires an event-driven message from the agent to the manager, not a write operation.

When would these options actually be correct?

A

When the question asks for a method to regularly collect interface status or performance data at scheduled intervals, such as 'Which SNMP feature should be used to monitor interface utilization every 5 minutes?'

C

Informs would be correct when the question specifies a need for guaranteed delivery with acknowledgment, such as 'A network administrator requires confirmation that the SNMP manager received the alert for a non-critical event where reliability is more important than speed.'

D

An SNMP Set would be correct in a scenario where the administrator needs to remotely reconfigure a switch interface (e.g., disable a port or change VLAN assignment) via SNMP, not to receive notifications.

Why candidates pick the wrong answer

A

Candidates may confuse polling with traps because both are used for monitoring, but they don't realize polling is reactive and not suitable for immediate alerts.

C

Candidates may confuse informs with traps, thinking that the acknowledgment feature of informs makes them more reliable for critical alerts, not realizing that the lack of acknowledgment in traps allows faster, immediate notification without waiting for confirmation.

D

Candidates may confuse 'Set' with 'Trap' because both involve SNMP operations, or they might think 'Set' can be used to configure alert thresholds, but it does not generate notifications.

408
MCQmedium

A network administrator wants to be notified immediately when any interface on a core router goes down. The administrator has already configured SNMP community strings on the router. What additional configuration is necessary to receive these notifications?

A.Enable SNMP polling from the NMS at regular intervals.
B.Configure an SNMP trap receiver on the NMS and set the router to send traps to that receiver.
C.Set up syslog to forward log messages to a centralized server.
D.Configure an access control list to allow the NMS to poll the router.
AnswerB

Traps are generated by the device when an event occurs. The administrator must specify the trap destination (IP of the NMS) and enable the relevant traps (e.g., linkUp/linkDown). Without this, the router will not send trap messages.

Why this answer

SNMP traps are unsolicited notifications sent from a managed device (the router) to a Network Management System (NMS) when a specific event occurs, such as an interface going down. Since the administrator already configured SNMP community strings (which provide authentication for SNMP messages), the missing piece is configuring the router to send traps to a specific trap receiver (the NMS) and ensuring the NMS is set up to listen for those traps. Without this trap receiver configuration, the router will not generate or forward the event-driven alerts.

Exam trap

The N10-009 exam often tests the distinction between SNMP polling (get requests) and SNMP traps (unsolicited notifications), leading candidates to mistakenly think that enabling polling or syslog is sufficient for immediate event-driven alerts.

Why the other options are wrong

A

SNMP polling requires the NMS to initiate requests, but the question asks for immediate notification when an interface goes down. Polling at regular intervals cannot provide instant notification; traps are needed for unsolicited alerts.

C

Syslog forwards log messages, not SNMP traps. The question specifically asks for immediate notification via SNMP, which requires trap configuration, not syslog.

D

An access control list (ACL) controls which NMS can poll the router, but it does not enable the router to send unsolicited SNMP traps. The question asks for immediate notification when an interface goes down, which requires trap generation, not polling.

When would these options actually be correct?

A

A network administrator wants to monitor interface status changes on a router by periodically checking its health. The NMS should poll the router at regular intervals to collect performance data and detect changes, rather than relying on unsolicited traps.

C

A network administrator wants to centralize all router log messages (e.g., interface status changes, errors) to a single server for analysis and alerting. Syslog would be the correct choice for forwarding these log messages.

D

A network administrator wants to restrict SNMP access to only a specific NMS server. The correct answer would be to configure an ACL on the router that permits SNMP traffic from that NMS IP address, ensuring only authorized polling occurs.

Why candidates pick the wrong answer

A

Candidates may confuse polling with traps, thinking that frequent polling can achieve near-immediate notification, or they may not fully understand that traps are event-driven while polling is request-driven.

C

Candidates may confuse syslog with SNMP traps, as both can be used for monitoring and alerting, but they operate on different protocols and have different configuration requirements.

D

Candidates may confuse access control with notification mechanisms, thinking that allowing the NMS to poll is sufficient for receiving alerts, or they may misremember that ACLs are needed for SNMP trap communication.

409
MCQmedium

A technician is troubleshooting a loss of network connectivity for a single workstation. The workstation has a valid IP address but cannot ping its default gateway. The link lights on both the workstation and the switch are solid. Which of the following should the technician check NEXT?

A.The cable integrity with a tester
B.The switch port configuration, such as VLAN assignment
C.The DNS server settings
D.The workstation's ARP cache
AnswerB

A misconfigured VLAN assignment on the switch port is a common cause of network connectivity loss for a single device, even when physical link lights are solid. If the port is placed in an incorrect VLAN, the workstation will be isolated from its intended network segment and unable to communicate with its default gateway or other devices on its subnet. This Layer 2 misconfiguration effectively prevents IP communication despite a healthy Layer 1 connection.

Why this answer

The workstation has a valid IP address and solid link lights, indicating Layer 1 (physical) and Layer 3 (IP configuration) are functional. The inability to ping the default gateway points to a Layer 2 issue, such as the switch port being in the wrong VLAN or having a misconfigured access/trunk setting. Checking the switch port configuration is the logical next step because VLAN mismatches prevent frames from reaching the gateway's subnet.

Exam trap

The N10-009 exam often tests the misconception that solid link lights guarantee full Layer 2 connectivity, when in fact they only indicate carrier detect and electrical synchronization, not correct VLAN membership or spanning-tree port state.

Why the other options are wrong

A

The link lights are solid, indicating physical connectivity is present, so cable integrity is not the next logical step. The issue is likely at Layer 2 (switch port configuration) since the workstation has a valid IP but cannot reach the gateway.

C

DNS server settings affect name resolution, not IP-level connectivity to a gateway. Since the workstation has a valid IP but cannot ping the gateway, the issue is at Layer 2 or Layer 3, not DNS.

D

The workstation has a valid IP address and link lights are solid, indicating Layer 1 and Layer 3 configuration are likely correct. The inability to ping the gateway despite a valid IP suggests a Layer 2 issue, such as VLAN mismatch, not an ARP cache problem.

When would these options actually be correct?

A

A technician would check cable integrity with a tester when link lights are off or intermittent, or when there is no link at all, to rule out a faulty cable or termination.

C

A technician would check DNS server settings when a workstation has full IP connectivity (can ping gateways and other IPs) but cannot resolve domain names to IP addresses, indicating a DNS resolution failure.

D

A technician would check the ARP cache when a workstation has a valid IP address, can ping other devices on the same subnet, but cannot ping the default gateway, and the switch port configuration is known to be correct. This would help verify if the gateway's MAC address is resolved.

Why candidates pick the wrong answer

A

Candidates often default to checking cables first because physical layer issues are common, but solid link lights already confirm the cable is electrically connected.

C

Candidates often confuse 'no internet' with 'no network connectivity' and assume DNS is the cause, especially when the workstation has a valid IP address.

D

Candidates may think ARP cache corruption could prevent communication with the gateway, but the symptoms (valid IP, solid link lights) point to a Layer 2 issue, not an ARP resolution problem.

410
MCQhard

A network engineer needs to connect two switches that are located 450 meters apart. Which combination of fiber optic transceiver and cable type would support the highest data rate over this distance?

A.10GBASE-SR with multimode fiber
B.1000BASE-LX with single-mode fiber
C.10GBASE-LR with single-mode fiber
D.1000BASE-SX with multimode fiber
AnswerC

10GBASE-LR is the optimal choice because it provides a high-speed 10 Gigabit Ethernet connection over single-mode fiber. Its design allows for reaches up to 10 kilometers, far exceeding the required 450 meters while maintaining full data rate. Single-mode fiber is ideal for such distances, ensuring signal integrity and minimal attenuation, making it perfectly suited for connecting switches 450 meters apart.

Why this answer

10GBASE-LR (Long Reach) supports 10 Gbps over single-mode fiber (SMF) up to 10 km, easily covering the 450-meter distance. Single-mode fiber has a smaller core (9 µm) that minimizes modal dispersion, enabling higher data rates over longer distances compared to multimode fiber. This combination provides the highest data rate (10 Gbps) among the options for the given distance.

Exam trap

The trap here is that candidates assume 10GBASE-SR is sufficient for 450 meters, but the maximum distance for 10GBASE-SR over OM3 MMF is 300 meters, and over OM4 it is 400 meters—both fall short of 450 meters, making 10GBASE-LR the correct choice for the highest data rate.

Why the other options are wrong

A

10GBASE-SR over multimode fiber is limited to distances around 300-400 meters (depending on OM3/OM4), so it cannot reliably support 450 meters. Single-mode fiber with 10GBASE-LR is required for that distance at 10 Gbps.

B

1000BASE-LX supports only 1 Gbps, while the question asks for the highest data rate over 450 meters. 10GBASE-LR provides 10 Gbps, which is higher.

When would these options actually be correct?

A

A question asking for the highest data rate over a distance of 300 meters or less, where cost is a concern, would make 10GBASE-SR with multimode fiber the correct answer because it supports 10 Gbps at lower cost than single-mode solutions.

B

If the question specified a distance of 10 km or required the lowest cost solution for a 1 Gbps link over single-mode fiber, 1000BASE-LX would be correct.

Why candidates pick the wrong answer

A

Candidates may assume that 10GBASE-SR supports 10 Gbps over any multimode fiber distance, overlooking the specific reach limitations of multimode fiber at high data rates.

B

Candidates may confuse LX with LR, thinking both are single-mode and high-speed, or overlook that LX is limited to 1 Gbps while LR supports 10 Gbps.

411
Drag & Dropmedium

Drag and drop the steps in the DHCP lease process (DORA) into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

The DHCP lease process follows the DORA sequence: Discover, Offer, Request, Acknowledge. The client initiates by broadcasting a Discover packet. DHCP servers reply with an Offer containing an IP address.

The client then sends a Request to formally accept one offer. Finally, the server sends an Acknowledge to confirm the lease and provide additional configuration parameters. This order ensures proper negotiation and avoids conflicts.

412
MCQeasy

Which security feature on a switch can prevent an attacker from sending forged ARP messages to redirect traffic?

A.Port security
B.DHCP snooping
C.Dynamic ARP Inspection
D.VLAN segmentation
AnswerC

Dynamic ARP Inspection (DAI) actively validates ARP packets by comparing the source IP address, MAC address, VLAN, and port information against a trusted binding table, typically built by DHCP snooping. This process identifies and drops invalid or forged ARP requests and replies, effectively preventing ARP spoofing attacks. By ensuring the integrity of IP-to-MAC address mappings, DAI mitigates man-in-the-middle attacks that rely on manipulating the ARP cache.

Why this answer

Dynamic ARP Inspection (DAI) is the correct answer because it validates ARP packets against a trusted database (the DHCP snooping binding table) to ensure that the MAC-to-IP address mapping is legitimate. By intercepting and verifying all ARP requests and replies on untrusted ports, DAI prevents an attacker from sending forged ARP messages to redirect traffic (ARP spoofing).

Exam trap

The N10-009 exam often tests the distinction between DHCP snooping (which builds the trust database) and Dynamic ARP Inspection (which uses that database to validate ARP traffic), leading candidates to mistakenly choose DHCP snooping as the direct defense against ARP spoofing.

Why the other options are wrong

A

Port security limits MAC addresses on a port but does not inspect or validate ARP packets, so it cannot prevent forged ARP messages used in ARP spoofing attacks.

B

DHCP snooping validates DHCP messages and builds a binding database, but it does not inspect or filter ARP messages. It cannot prevent forged ARP attacks directly.

D

VLAN segmentation isolates network traffic into separate broadcast domains but does not inspect or validate ARP messages, so it cannot prevent forged ARP attacks that redirect traffic within the same VLAN.

When would these options actually be correct?

A

Port security would be correct for a question like: 'Which feature prevents MAC flooding attacks by limiting the number of MAC addresses learned on a switch port?'

B

A question asks: 'Which feature prevents rogue DHCP servers from assigning false IP addresses?' DHCP snooping would be the correct answer because it filters DHCP server messages on untrusted ports.

D

A question asking 'Which feature can be used to isolate broadcast domains and limit the scope of ARP spoofing attacks?' would make VLAN segmentation correct, as it reduces the attack surface by separating traffic.

Why candidates pick the wrong answer

A

Candidates may confuse port security with ARP inspection because both involve MAC addresses, but port security does not validate ARP packet contents.

B

Candidates may confuse DHCP snooping with Dynamic ARP Inspection (DAI) because DAI often relies on the DHCP snooping binding table. They might think DHCP snooping alone can stop ARP spoofing.

D

Candidates may think VLAN segmentation prevents ARP spoofing because it logically separates traffic, but it lacks the packet inspection needed to detect and block forged ARP replies.

413
Matchingmedium

Match each network protocol to its well-known port number.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

22

443

53

25

3389

Why these pairings

Common well-known ports: HTTP=80, HTTPS=443, FTP=21, SSH=22. The distractors swap these assignments.

414
MCQmedium

A network administrator is designing a small office network with 40 workstations. The design must ensure that a single cable failure only affects the connected workstation. Which logical topology should the administrator implement?

A.Star
B.Ring
C.Bus
D.Mesh
AnswerA

The Star topology is ideal for a small office network with 40 workstations because each device connects via a dedicated cable segment to a central networking device, typically a switch. This design offers excellent fault isolation; a failure in one cable or network interface card only impacts that single workstation, leaving the rest of the network operational. Furthermore, adding or removing devices is straightforward, and troubleshooting is simplified due to the centralized connection point, making it highly manageable and scalable for this size.

Why this answer

A star topology connects each workstation directly to a central switch or hub, so a cable failure only affects the single connected workstation, not the rest of the network. This meets the requirement for fault isolation at the workstation level, which is the core design goal in a small office with 40 devices.

Exam trap

CompTIA often tests the distinction between physical and logical topology—candidates may confuse a physical star with a logical bus (e.g., early Ethernet using a hub) and incorrectly assume a cable failure only affects one workstation, but a hub-based star is logically a bus where a collision domain spans all ports, though the physical cable break still isolates only the connected device.

Why the other options are wrong

B

In a ring topology, each workstation is connected to two neighbors, forming a closed loop. A single cable failure can break the ring, affecting all workstations beyond the break, not just the connected one.

C

In a bus topology, a single cable failure (the backbone) can disrupt connectivity for multiple workstations, not just the connected workstation, because all devices share the same communication line.

D

A mesh topology requires multiple connections per workstation, which does not ensure that a single cable failure only affects the connected workstation; in fact, mesh provides redundancy, but a cable failure still only affects the directly connected device, but the design is overkill and not cost-effective for 40 workstations.

When would these options actually be correct?

B

A question that asks for a topology providing redundancy and fault tolerance where each device has multiple paths, or one that requires deterministic token-passing access method for time-sensitive traffic.

C

A network administrator needs to connect a small number of devices in a temporary setup with minimal cost and simple installation, where a single cable break is acceptable because the network is not critical.

D

A network administrator needs to design a network for a data center where high availability and fault tolerance are critical, and each server must have redundant paths to all other servers. In this scenario, a full mesh topology would be correct because it provides multiple redundant links, ensuring no single point of failure.

Why candidates pick the wrong answer

B

Candidates may confuse logical topology with physical layout, or think ring topology isolates failures because each device has two connections, but they overlook that the ring is a single point of failure for the entire segment.

C

Candidates may confuse physical topology with logical topology, or recall that bus topology uses less cabling, leading them to think it isolates failures when it actually does not.

D

Candidates may confuse mesh with star because both involve central connections, or they may think mesh provides the best fault isolation, but they overlook the cost and complexity for a small office.

415
MCQmedium

A security analyst notices that a web server is receiving a large number of ICMP echo reply packets from many different external hosts. The server did not send any echo requests. Which type of attack is most likely occurring?

A.Smurf attack
B.Ping flood
C.ICMP tunneling
D.Fraggle attack
AnswerA

A Smurf attack is a distributed denial-of-service (DDoS) attack that leverages an IP broadcast network to amplify traffic. The attacker sends ICMP echo requests (pings) to an IP broadcast address, spoofing the source IP to be that of the victim web server. All hosts on the broadcast network then reply to the spoofed source IP, flooding the victim with a massive volume of ICMP echo replies from numerous sources, overwhelming its network resources. This results in the web server receiving a flood of ICMP traffic from many different machines.

Why this answer

A Smurf attack exploits IP broadcast addressing and ICMP. The attacker sends a large number of ICMP echo request packets with a spoofed source IP (the victim's IP) to a network's broadcast address. All hosts on that network then send ICMP echo reply packets to the victim, overwhelming it with traffic.

Since the server never sent any echo requests, the unsolicited flood of echo replies is the hallmark of a Smurf attack.

Exam trap

The N10-009 exam often tests the distinction between a Smurf attack (unsolicited replies from many hosts due to a spoofed broadcast request) and a ping flood (direct requests from the attacker to the victim), so candidates mistakenly choose 'ping flood' when they see a flood of ICMP traffic.

Why the other options are wrong

B

A ping flood directly targets a victim by overwhelming it with ICMP echo request packets, not echo replies. The question states the server receives echo replies without sending requests, which is characteristic of a Smurf attack that amplifies replies from many hosts.

D

A Fraggle attack uses UDP echo (port 7) or chargen (port 19) traffic, not ICMP echo reply packets. The question specifies ICMP echo replies, which are characteristic of a Smurf attack.

When would these options actually be correct?

B

A ping flood would be correct if the question described a server receiving a high volume of ICMP echo request packets from a single or multiple sources, causing resource exhaustion, without any mention of unsolicited replies.

D

A Fraggle attack would be correct if the question described a large number of UDP echo or chargen packets from many external hosts targeting a victim, with the victim not sending any such requests.

Why candidates pick the wrong answer

B

Candidates may confuse 'ping flood' with any ICMP-based denial-of-service attack, overlooking the specific distinction between echo requests (ping flood) and echo replies (Smurf attack).

D

Candidates may confuse Fraggle with Smurf because both are amplification attacks that use spoofed source addresses and broadcast traffic; the key difference is the protocol (UDP vs ICMP).

416
MCQeasy

Which of the following is the primary function of a subnet mask in IPv4 networking?

A.It identifies the default gateway for a subnet
B.It determines the network portion of an IP address
C.It provides encryption for data in transit
D.It maps IP addresses to MAC addresses
AnswerB

The subnet mask is a 32-bit number that, when logically combined with an IP address using a bitwise AND operation, precisely delineates the network portion from the host portion. This fundamental operation allows devices to determine if a destination IP address resides on the local network segment or requires forwarding to a router. By defining the network boundary, the subnet mask is crucial for efficient packet routing decisions within an IPv4 network.

Why this answer

The subnet mask's primary function is to distinguish the network portion from the host portion of an IPv4 address. By applying a bitwise AND operation between the IP address and the subnet mask, the network address is derived, which is essential for routing decisions. Without this separation, devices cannot determine whether a destination is local or requires forwarding through a router.

Exam trap

The trap here is that candidates often confuse the subnet mask's role with that of the default gateway, mistakenly thinking the mask itself identifies the router address, when in fact the mask only defines the network/host boundary and has no direct relationship to gateway configuration.

Why the other options are wrong

A

The subnet mask does not identify the default gateway; it separates the network and host portions of an IP address. The default gateway is a separate configuration parameter.

C

Subnet masks do not provide encryption; they are used to divide an IP address into network and host portions. Encryption is a function of protocols like IPsec or TLS, not subnet masks.

D

The subnet mask does not map IP addresses to MAC addresses; that is the function of ARP (Address Resolution Protocol).

When would these options actually be correct?

A

In a question asking 'Which parameter must be configured on a host to enable communication with devices on other subnets?', the default gateway would be the correct answer.

C

A question asking 'Which protocol provides encryption for data in transit at the network layer?' would make IPsec the correct answer, as it encrypts IP packets. Alternatively, a question about 'Which OSI layer handles encryption?' could point to the Presentation layer (e.g., TLS).

D

In a question asking 'Which protocol maps IP addresses to MAC addresses?', option D would be correct if it stated ARP instead of subnet mask.

Why candidates pick the wrong answer

A

Candidates may confuse the subnet mask's role in defining the network boundary with the gateway's role in routing traffic outside that network.

C

Candidates may confuse subnet masks with security features because both involve IP addresses and network configuration, leading to the mistaken belief that subnet masks contribute to data protection.

D

Candidates may confuse the subnet mask's role in network segmentation with the address resolution process, or they might think the mask helps in mapping addresses at layer 2.

417
MCQmedium

A network engineer is implementing OSPF on a router. All directly connected neighbors are listed with state FULL, but routes from another area are not appearing in the routing table. Which of the following is the most likely cause?

A.The router is not configured with a router ID
B.The router has an ACL blocking inbound OSPF updates
C.The router is configured as an ABR but does not have a virtual-link configured
D.The link-state database is corrupted
AnswerB

An Access Control List (ACL) configured to deny inbound OSPF protocol traffic (IP protocol 89) would specifically prevent the reception of Link-State Advertisements (LSAs) from other areas. While OSPF neighbor adjacencies, which primarily rely on Hello packets, might still form and reach a FULL state within the local area, the router would fail to populate its routing table with inter-area routes (e.g., those advertised via Type 3 LSAs). This scenario perfectly explains why local adjacencies are full but routes to other areas are missing.

Why this answer

An ACL applied to the OSPF process or interface can filter inbound Type 3 LSAs (summary LSAs) from other areas. Even though neighbor adjacencies reach FULL state, the router will not install those inter-area routes into the routing table if the ACL blocks the LSA updates. This explains why directly connected neighbors are fine but routes from another area are missing.

Exam trap

The N10-009 exam often tests the misconception that FULL neighbor state guarantees all routes are learned, when in fact ACLs or distribute-lists can filter LSAs without affecting the neighbor relationship.

Why the other options are wrong

A

OSPF can dynamically assign a router ID using the highest loopback or physical IP address if none is configured, so missing a router ID would not prevent routes from another area from appearing.

D

A corrupted link-state database would typically cause OSPF neighbor states to not reach FULL or cause routing loops, not specifically prevent routes from another area from appearing while neighbors are FULL.

When would these options actually be correct?

A

In a scenario where OSPF neighbors fail to reach FULL state and the router cannot establish adjacencies, a missing router ID would be the likely cause because OSPF requires a unique router ID to form neighbor relationships.

D

In a question where OSPF neighbors are stuck in EXSTART or EXCHANGE state, or where routes are missing due to LSDB corruption (e.g., after a power failure), this option would be correct.

Why candidates pick the wrong answer

A

Candidates may think a router ID is mandatory for OSPF to function, but they overlook that OSPF can auto-select one, and the issue here is about inter-area routes, not neighbor formation.

D

Candidates may think that any missing route is due to database corruption, especially if they've studied LSDB issues, but here the FULL neighbor state indicates LSDB synchronization is complete.

418
MCQhard

A network administrator is configuring dynamic routing between two routers in the same organization. The routers must support VLSM, converge quickly, and use a metric that is based on bandwidth and delay. Which routing protocol should be configured?

A.RIP
B.OSPF
C.EIGRP
D.BGP
AnswerC

EIGRP (Enhanced Interior Gateway Routing Protocol) is a sophisticated Cisco proprietary distance-vector routing protocol, often described as a hybrid, known for its rapid convergence and efficient use of network resources. It fully supports Variable Length Subnet Masks (VLSM) and calculates its composite metric using bandwidth, delay, reliability, and load, with bandwidth and delay being the default components. This allows EIGRP to make intelligent routing decisions based on actual link characteristics, making it highly suitable for internal routing within a single autonomous system.

Why this answer

C is correct because EIGRP is a Cisco-proprietary hybrid routing protocol that supports Variable-Length Subnet Masking (VLSM), converges rapidly using the Diffusing Update Algorithm (DUAL), and uses a composite metric that by default includes bandwidth and delay. This makes it ideal for the scenario where both VLSM support and fast convergence are required with a metric based on bandwidth and delay.

Exam trap

The trap here is that candidates often choose OSPF because it is a widely used link-state protocol that supports VLSM and converges quickly, but they overlook the specific requirement for a metric based on both bandwidth and delay, which is unique to EIGRP's default composite metric.

Why the other options are wrong

A

RIP uses hop count as its metric, not bandwidth and delay, and converges slowly due to its periodic updates and hold-down timers. It also does not support VLSM in RIPv1, though RIPv2 does, but it still lacks the required metric and fast convergence.

B

OSPF uses cost as its metric, which is typically based on bandwidth but not delay. The question requires a metric based on both bandwidth and delay, which is a feature of EIGRP, not OSPF.

D

BGP uses a path-vector algorithm with complex attributes like AS-path, not bandwidth and delay, and converges slowly, making it unsuitable for this internal routing scenario requiring fast convergence and VLSM support.

When would these options actually be correct?

A

In a small network with simple routing requirements where ease of configuration is prioritized, and the question specifies that the protocol must be easy to implement and does not require complex metric calculations or fast convergence.

B

A question that asks for a link-state routing protocol supporting VLSM and fast convergence, without specifying a metric based on bandwidth and delay. For example: 'Which routing protocol uses Dijkstra's algorithm and supports VLSM?'

D

BGP would be correct when connecting multiple autonomous systems, such as between an organization and its ISP, or for large-scale enterprise networks with complex routing policies that require path selection based on attributes like AS-path, local preference, and MED.

Why candidates pick the wrong answer

A

Candidates may mistakenly think RIP supports VLSM (RIPv2 does) and overlook the metric and convergence requirements, or they may confuse RIP with EIGRP due to similar acronyms or vendor association.

B

OSPF is a popular dynamic routing protocol that supports VLSM and converges quickly, so candidates may overlook the specific metric requirement and choose it based on its general suitability.

D

Candidates may confuse BGP's ability to handle large networks and complex metrics with the question's requirement for bandwidth and delay, or mistakenly think BGP supports VLSM and fast convergence like interior protocols.

419
MCQeasy

A user reports that they cannot access the internet. The technician tests connectivity: pinging the default gateway succeeds, but pinging a public IP address like 8.8.8.8 fails. Firewall logs show outbound ICMP to 8.8.8.8 is permitted. What is the most likely cause?

A.Incorrect DNS configuration on the workstation
B.Missing default route on the router
C.Duplicate IP address on the local network
D.Proxy server configuration is required
AnswerB

When a router receives a packet for a destination not on its directly connected networks or within its specific routing table entries, it consults its default route. If this route (often 0.0.0.0/0) is absent, the router has no "gateway of last resort" and will drop all traffic intended for external networks, such as the internet. This directly prevents any device behind that router from accessing resources outside the local network, including public IP addresses.

Why this answer

The user can ping the default gateway (local connectivity) but cannot ping a public IP like 8.8.8.8. This indicates that the workstation has a valid route to its local subnet, but the router lacks a default route (0.0.0.0/0) to forward traffic to the internet. Firewall logs confirm outbound ICMP is permitted, so the issue is at Layer 3 routing, not filtering.

Exam trap

CompTIA often tests the distinction between local connectivity (gateway reachable) and internet connectivity (default route missing), trapping candidates who assume DNS or firewall issues when the symptom is a successful ping to the gateway but failure to external IPs.

Why the other options are wrong

A

Incorrect DNS configuration would prevent name resolution but not direct IP pings; the user can ping the gateway (IP) but not a public IP, so the issue is routing, not DNS.

C

A duplicate IP address would cause intermittent connectivity or address conflict errors, but here pinging the default gateway succeeds, indicating the workstation has valid IP communication locally. The failure is specifically to external IPs, which points to a routing issue, not a duplicate address.

D

The issue is that pinging a public IP (8.8.8.8) fails while the default gateway is reachable, indicating a routing problem beyond the local network. Proxy server configuration affects application-layer traffic, not ICMP to a public IP, and the firewall permits outbound ICMP, so a proxy is not the cause.

When would these options actually be correct?

A

A user can access the internet by IP but not by domain name. Pinging 8.8.8.8 succeeds, but pinging google.com fails. The technician checks DNS settings and finds the workstation is configured with an invalid DNS server.

C

This would be correct in a scenario where a user reports intermittent connectivity or 'address conflict' errors, and the technician finds that pinging the default gateway sometimes fails or returns inconsistent results, with ARP table showing multiple MAC addresses for the same IP.

D

A proxy server configuration would be the correct answer if the question stated that the user can access internal resources but not external websites, and pinging public IPs fails while pinging internal IPs succeeds, with the firewall blocking direct outbound traffic and requiring proxy settings for internet access.

Why candidates pick the wrong answer

A

Candidates often associate internet access problems with DNS, especially when the symptom is 'cannot access the internet' without distinguishing between name resolution and IP connectivity.

C

Candidates may confuse duplicate IP issues with general connectivity problems, especially if they've experienced cases where duplicate IPs cause network disruptions, but they overlook that the symptom here (successful gateway ping) rules out a duplicate address conflict.

D

Candidates may confuse internet access issues with proxy requirements, especially if they have encountered environments where a proxy is mandatory for outbound traffic. They might incorrectly assume that a missing proxy configuration explains the inability to reach external IPs, even when ICMP is permitted.

420
MCQeasy

A network administrator wants to prevent rogue DHCP servers from offering IP addresses to clients on the network. Which security feature should be enabled on the switches?

A.DHCP snooping
B.Dynamic ARP Inspection (DAI)
C.Port Security
D.IP Source Guard
AnswerA

DHCP snooping is a security feature implemented on switches that inspects DHCP messages to prevent unauthorized DHCP servers from operating on the network. It classifies switch ports as either trusted (where legitimate DHCP servers are connected) or untrusted. On untrusted ports, DHCP snooping blocks DHCP server responses (DHCP Offer and DHCP ACK messages) and can also drop DHCP Discover messages from clients if the source MAC address doesn't match the client identifier, effectively preventing rogue servers from issuing IP addresses.

Why this answer

DHCP snooping is the correct security feature because it acts as a firewall between untrusted hosts and trusted DHCP servers. It validates DHCP messages by filtering out responses from unauthorized DHCP servers on untrusted ports, preventing rogue servers from offering IP addresses to clients. This is achieved by building and maintaining a DHCP snooping binding database that tracks valid IP-to-MAC address mappings.

Exam trap

CompTIA often tests the distinction between DHCP snooping and Dynamic ARP Inspection (DAI), where candidates mistakenly choose DAI because they confuse ARP spoofing with rogue DHCP server attacks.

Why the other options are wrong

B

Dynamic ARP Inspection (DAI) is designed to validate ARP packets and prevent ARP spoofing attacks, not to block rogue DHCP servers. It does not inspect DHCP traffic or filter unauthorized DHCP offers.

C

Port Security limits the number of MAC addresses per port but does not inspect DHCP messages or prevent unauthorized DHCP servers from offering IP addresses.

D

IP Source Guard prevents IP spoofing by filtering traffic based on DHCP snooping bindings, but it does not directly prevent rogue DHCP servers from offering IP addresses.

When would these options actually be correct?

B

A network administrator wants to prevent man-in-the-middle attacks where an attacker sends fake ARP replies to associate their MAC address with the IP address of a legitimate device. Enabling DAI on switches would validate ARP packets against the DHCP snooping binding table.

C

A network administrator wants to prevent unauthorized devices from connecting to the network by limiting the number of MAC addresses allowed on a switch port. Enabling Port Security would be the correct answer in that scenario.

D

When the question asks for a feature that prevents IP spoofing attacks by ensuring that clients use only the IP address assigned by a trusted DHCP server, IP Source Guard is the correct answer.

Why candidates pick the wrong answer

B

Candidates may confuse DAI with DHCP snooping because both are security features that rely on the DHCP snooping binding table and are often implemented together, leading to the mistaken belief that DAI can also prevent rogue DHCP servers.

C

Candidates may confuse Port Security with DHCP snooping because both are switch security features, but Port Security focuses on MAC address control rather than DHCP message validation.

D

Candidates may confuse IP Source Guard with DHCP snooping because both rely on DHCP snooping bindings, leading them to think IP Source Guard also blocks rogue DHCP servers.

421
MCQeasy

Which of the following security mechanisms requires a user to authenticate before gaining access to the wired network at a switch port?

A.802.1X
B.Port security
C.ACL
D.MAC authentication
AnswerA

802.1X is an IEEE standard for Port-based Network Access Control (PNAC) that operates at Layer 2 (Data Link Layer). It functions as a gatekeeper, blocking all network traffic from a device connected to a switch port until that device successfully authenticates with an authentication server, typically RADIUS. This mechanism ensures that only authorized users or devices can gain any network access, making it a robust solution for initial access control by preventing unauthorized devices from even sending basic network requests before authentication.

Why this answer

802.1X is a port-based Network Access Control (NAC) standard (IEEE 802.1X) that requires a user or device to authenticate via an authentication server (e.g., RADIUS) before the switch port transitions from an unauthorized to an authorized state, allowing full network access. It uses Extensible Authentication Protocol (EAP) over LAN (EAPoL) to carry authentication messages between the supplicant (client), authenticator (switch), and authentication server. This ensures that only authenticated users can access the wired network at the switch port level.

Exam trap

The N10-009 exam often tests the distinction between 802.1X (user authentication) and port security (MAC address filtering), leading candidates to confuse MAC-based restrictions with true authentication mechanisms.

Why the other options are wrong

B

Port security restricts access based on MAC addresses but does not require user authentication; it controls which devices can connect, not who uses them.

C

ACLs (Access Control Lists) filter traffic based on IP addresses, protocols, or ports, but they do not require user authentication before granting network access at a switch port.

D

MAC authentication (typically MAC address bypass or MAC authentication bypass) allows devices to authenticate based on their MAC address, but it does not require user authentication; it is often used as a fallback when 802.1X is not supported. The question specifically requires user authentication, which 802.1X provides via EAP.

When would these options actually be correct?

B

A question asking 'Which feature prevents unauthorized devices from connecting by limiting the number of MAC addresses per port?' would make port security the correct answer.

C

A question asking 'Which security mechanism is used to permit or deny traffic based on source IP addresses on a router interface?' would have ACL as the correct answer.

D

A question that asks: 'Which security mechanism allows a device to connect to a switch port based solely on its MAC address without user credentials?' would make MAC authentication the correct answer.

Why candidates pick the wrong answer

B

Candidates confuse port security with authentication because both control network access, but port security lacks user-level authentication.

C

Candidates may confuse ACLs with authentication mechanisms because both are security features, but ACLs control access based on rules, not user identity.

D

Candidates may confuse MAC authentication with 802.1X because both involve authentication at the switch port, but MAC authentication is simpler and does not require user credentials, making it seem like a valid answer when user authentication is specified.

422
MCQhard

A network administrator configures a router-on-a-stick to route traffic between VLAN 10 and VLAN 20. Users in each VLAN can communicate within their own VLAN but cannot reach devices in the other VLAN. The router has subinterfaces configured, and the switch port connected to the router is configured as an access port in VLAN 1. What is the most likely cause of the inter-VLAN connectivity failure?

A.The router's subinterfaces are not configured with IP addresses.
B.The switch port connected to the router is not configured as a trunk.
C.The VLANs are not created on the switch.
D.The router's default route is missing.
AnswerB

This is the most likely cause. A trunk port is required to carry frames from multiple VLANs to the router for inter-VLAN routing. An access port only carries a single VLAN, preventing the router from receiving traffic from other VLANs.

Why this answer

The router-on-a-stick design requires the switch port connecting to the router to be configured as a trunk port. This allows the switch to forward frames from multiple VLANs (VLAN 10 and VLAN 20) to the router's subinterfaces, each tagged with the appropriate 802.1Q VLAN ID. When the port is set as an access port in VLAN 1, it only accepts untagged frames from VLAN 1, so the router's subinterfaces for VLAN 10 and VLAN 20 never receive traffic, breaking inter-VLAN routing.

Exam trap

CompTIA often tests the misconception that a router-on-a-stick only needs subinterfaces with IP addresses, leading candidates to overlook the critical requirement that the switch port must be a trunk to carry multiple VLAN tags.

Why the other options are wrong

A

The router's subinterfaces are configured, so they likely have IP addresses. The issue is the switch port is an access port in VLAN 1, preventing tagged traffic from VLANs 10 and 20 from reaching the router.

C

The question states that users within each VLAN can communicate, which means the VLANs are already created on the switch. The issue is inter-VLAN routing, which fails because the switch port to the router is an access port in VLAN 1, not a trunk carrying both VLANs.

D

The router's default route is used for reaching networks not directly connected, not for inter-VLAN routing. Since the router has subinterfaces for VLAN 10 and 20, it can route between them directly without a default route. The issue is that the switch port is an access port, preventing VLAN-tagged traffic from reaching the router.

When would these options actually be correct?

A

In a scenario where a router-on-a-stick is configured but subinterfaces lack IP addresses, hosts in different VLANs cannot communicate because the router has no gateway for each VLAN. This would be the cause if the administrator forgot to assign IPs.

C

In a scenario where users cannot communicate within their own VLAN, and the switch has no VLAN configuration, the most likely cause would be that the VLANs are not created on the switch. For example, if a new switch is deployed without VLAN definitions, intra-VLAN traffic would fail.

D

In a scenario where a router is used to connect a local network to the internet, and hosts in VLAN 10 cannot access external networks (e.g., the internet) while inter-VLAN communication works, a missing default route on the router would be the likely cause.

Why candidates pick the wrong answer

A

Candidates may assume that missing IP addresses on subinterfaces is a common misconfiguration, but the question states subinterfaces are configured, implying IPs are set. They overlook the trunking issue.

C

Candidates may think that VLANs must be explicitly created for inter-VLAN routing to work, overlooking that the problem here is the trunk port misconfiguration, not the existence of VLANs.

D

Candidates may confuse inter-VLAN routing with routing to external networks, assuming that a default route is necessary for any routing between VLANs. They might overlook that the router's directly connected subinterfaces provide routes for the VLANs.

423
MCQeasy

A company wants to ensure that only devices with known MAC addresses can connect to the guest Wi-Fi network. Which security feature should be configured on the wireless controller?

A.WPA2-Enterprise
B.MAC filtering
C.802.1X
D.WPA3-Personal
AnswerB

MAC filtering is a network access control method that permits or denies network connectivity based on a device's unique Media Access Control (MAC) address. By maintaining an explicit whitelist of approved MAC addresses on a wireless access point or switch, only devices with known identifiers are granted access to the network. This directly addresses the requirement to ensure only devices with known MAC addresses can connect.

Why this answer

MAC filtering allows the wireless controller to maintain an allowlist of known MAC addresses, so only devices with those addresses can associate with the guest SSID. This directly meets the requirement to restrict access based on MAC addresses without requiring authentication credentials from users.

Exam trap

The N10-009 exam often tests the misconception that 802.1X or WPA2-Enterprise can filter by MAC address, but these are authentication protocols for user/device identity, not MAC-based access control.

Why the other options are wrong

A

WPA2-Enterprise provides authentication and encryption for wireless networks, but it does not restrict access based on MAC addresses. The question specifically asks for a feature that allows only devices with known MAC addresses to connect, which is MAC filtering, not an authentication protocol.

C

802.1X is an authentication framework used with enterprise Wi-Fi (e.g., WPA2-Enterprise) to authenticate users via credentials, not devices by MAC address. It does not restrict access based on MAC addresses.

D

WPA3-Personal is a wireless encryption standard that provides secure authentication and data encryption, but it does not restrict access based on device MAC addresses. The question specifically asks for a feature to allow only known MAC addresses, which is MAC filtering, not an encryption protocol.

When would these options actually be correct?

A

WPA2-Enterprise would be correct in a scenario where the company needs to authenticate individual users (e.g., using RADIUS with credentials or certificates) on a corporate Wi-Fi network, rather than restricting access by device MAC addresses.

C

A company wants to authenticate individual users connecting to the corporate WPA2-Enterprise network using their domain credentials. 802.1X with a RADIUS server would be the correct security feature to configure.

D

WPA3-Personal would be the correct answer if the question asked for the most secure encryption method for a home or small office Wi-Fi network without a RADIUS server, or if the requirement was to protect against brute-force password attacks using Simultaneous Authentication of Equals (SAE).

Why candidates pick the wrong answer

A

Candidates may confuse MAC filtering with enterprise authentication methods, thinking that WPA2-Enterprise can control device access, but it actually focuses on user authentication and encryption, not MAC-based allowlisting.

C

Candidates may confuse 802.1X with MAC-based access control because both involve authentication, but 802.1X authenticates users, not device MAC addresses.

D

Candidates may confuse security features, thinking that a stronger encryption protocol like WPA3 inherently includes access control mechanisms, or they may assume that newer standards automatically address all security concerns, including MAC-based restrictions.

424
MCQmedium

A user reports that they cannot access any network resources. The technician checks the IP configuration and sees that the workstation has an IP address of 169.254.1.5. What is the most likely cause?

A.The DNS server is down
B.The DHCP server is unavailable
C.The default gateway is incorrect
D.The subnet mask is mismatched
AnswerB

An APIPA address indicates DHCP failure, so the DHCP server is likely unreachable.

Why this answer

The IP address 169.254.1.5 is an Automatic Private IP Addressing (APIPA) address (169.254.0.0/16 range), which Windows assigns when a DHCP client fails to receive a lease from a DHCP server. Since the workstation cannot obtain a valid IP configuration, it cannot communicate with any network resources, confirming that the DHCP server is unavailable.

Exam trap

The trap here is that candidates may confuse APIPA with a static IP misconfiguration or assume a DNS issue, but the 169.254.x.x address is a definitive indicator of DHCP failure, not a gateway or subnet problem.

Why the other options are wrong

A

The IP address 169.254.1.5 is an Automatic Private IP Addressing (APIPA) address, which indicates that the workstation failed to obtain an IP from a DHCP server. A down DNS server would not cause the workstation to self-assign an APIPA address; it would still receive a valid IP via DHCP.

C

The workstation has an APIPA address (169.254.x.x), which indicates DHCP failure, not an incorrect default gateway. An incorrect default gateway would still allow local network access but not external routing, and the IP would be valid from DHCP or static.

D

A mismatched subnet mask would not cause the workstation to obtain an APIPA address (169.254.x.x); it would instead cause connectivity issues within the subnet while the IP address would still be assigned via DHCP or static configuration.

When would these options actually be correct?

A

A user can access network resources by IP address but not by hostname. In that scenario, the DNS server being down would be the most likely cause, as DNS resolution fails while network connectivity remains intact.

C

This option would be correct if the user had a valid static IP address (not APIPA) but could not access the internet or remote networks, while local resources were accessible. The question would specify that the IP is manually configured and local connectivity works.

D

A question where a user can access some resources but not others, and the IP configuration shows a valid address with an incorrect subnet mask (e.g., 255.255.255.0 instead of 255.255.0.0), would make this the correct answer.

Why candidates pick the wrong answer

A

Candidates often associate any network access failure with DNS issues, overlooking that APIPA addresses specifically point to DHCP failure rather than name resolution problems.

C

Candidates often associate 'cannot access network resources' with gateway issues, but they overlook that APIPA addresses are self-assigned when DHCP fails, making DHCP the root cause.

D

Candidates may confuse symptoms of a subnet mask mismatch (inability to reach remote networks) with the complete loss of connectivity seen with APIPA, assuming any IP configuration error leads to the same result.

425
MCQmedium

A network administrator notices that a large number of ICMP echo request packets are being sent to the broadcast address of the network from a single host. This is causing performance degradation. Which type of attack is this?

A.ARP spoofing
B.MAC flooding
C.Smurf attack
D.DNS amplification
AnswerC

A Smurf attack is a classic denial-of-service (DoS) technique that leverages ICMP echo requests to overwhelm a target. Attackers send a large number of ICMP echo request packets to a network's broadcast address, spoofing the source IP address to be that of the victim. All hosts on the broadcast domain then respond to the victim's spoofed IP with ICMP echo replies, creating a massive flood of traffic that saturates the target's network bandwidth and processing capabilities, leading to a DoS.

Why this answer

The smurf attack exploits ICMP by sending echo request packets to a network's broadcast address with a spoofed source IP of the victim. All hosts on the network then reply to the victim, overwhelming it with traffic and causing performance degradation. This matches the scenario of a single host sending ICMP echo requests to the broadcast address.

Exam trap

CompTIA often tests the distinction between amplification attacks (smurf vs. DNS amplification) by focusing on the protocol used (ICMP vs. UDP) and the target address (broadcast vs. open resolver), leading candidates to confuse smurf with DNS amplification if they only remember 'amplification' without the protocol details.

Why the other options are wrong

A

The attack described involves ICMP echo requests to a broadcast address, which is characteristic of a Smurf attack, not ARP spoofing. ARP spoofing involves sending falsified ARP messages to associate the attacker's MAC address with the IP of a legitimate host, enabling man-in-the-middle attacks.

B

MAC flooding targets switch MAC address tables by sending many frames with different source MAC addresses, not by sending ICMP echo requests to a broadcast address.

D

A DNS amplification attack uses open DNS servers to flood a target with large DNS responses, not ICMP echo requests to a broadcast address.

When would these options actually be correct?

A

A network administrator notices that traffic intended for a legitimate server is being redirected to an attacker's machine, causing data interception. Which attack is this?

B

A network administrator notices that the switch is flooding frames to all ports and the CAM table is full. Which type of attack is this?

D

This option would be correct in a question describing a high volume of DNS queries with spoofed source IPs sent to open resolvers, causing large responses to overwhelm the victim.

Why candidates pick the wrong answer

A

Candidates may confuse ARP spoofing with any attack that causes performance degradation, or they may not clearly distinguish between attacks that use broadcast traffic versus those that manipulate address resolution.

B

Candidates may confuse 'flooding' in the question with MAC flooding, not realizing that the attack described uses ICMP and broadcast addresses, not MAC address table exhaustion.

D

Candidates may confuse amplification attacks (like DNS amplification) with the smurf attack because both involve amplifying traffic to overwhelm a target, but they use different protocols and mechanisms.

426
MCQmedium

A network administrator needs to power IP phones and wireless access points through the Ethernet cable. Which standard should be supported?

A.802.3af
B.802.11ac
C.802.1X
D.802.3ab
AnswerA

802.3af is the IEEE standard specifically designed for Power over Ethernet (PoE), enabling network devices like IP phones and wireless access points to receive electrical power and data over a single Ethernet cable. This standard provides up to 15.4 watts of DC power to powered devices (PDs) at the port, significantly simplifying infrastructure by eliminating the need for separate power outlets and cabling near the endpoint devices.

Why this answer

The 802.3af standard, also known as Power over Ethernet (PoE), delivers up to 15.4 watts of DC power over twisted-pair Ethernet cabling. This allows devices like IP phones and wireless access points to receive both data and power through a single Ethernet cable, eliminating the need for separate power supplies.

Exam trap

The trap here is confusing the 802.3 family of wired Ethernet standards (which includes PoE) with the 802.11 family of wireless standards (like 802.11ac), leading candidates to mistakenly select a Wi-Fi standard for a power-over-cable requirement.

Why the other options are wrong

B

802.11ac is a wireless networking standard for Wi-Fi, not a Power over Ethernet (PoE) standard. It does not define power delivery over Ethernet cables.

C

802.1X is an authentication protocol for network access control, not a standard for powering devices over Ethernet. The question asks for a standard that provides power over Ethernet, which is addressed by IEEE 802.3af (PoE).

D

802.3ab defines Gigabit Ethernet over copper (1000BASE-T), not Power over Ethernet (PoE). It does not provide power delivery.

When would these options actually be correct?

B

A question asking which Wi-Fi standard supports high-throughput wireless connections in the 5 GHz band with channel bonding up to 160 MHz would have 802.11ac as the correct answer.

C

802.1X would be correct in a question about securing network access, such as 'Which standard is used for port-based authentication to control access to a wired or wireless network?'

D

A network administrator needs to upgrade a network from Fast Ethernet to Gigabit Ethernet over existing Cat5e cabling. Which standard should be supported?

Why candidates pick the wrong answer

B

Candidates may confuse 802.11ac (a wireless standard) with 802.3af (a PoE standard) due to similar numbering, or mistakenly think that powering devices over Ethernet is related to Wi-Fi standards.

C

Candidates may confuse 802.1X with 802.3af because both are IEEE standards related to networking, and the 'X' might be misremembered as a power-related designation.

D

Candidates may confuse 802.3ab with PoE standards because both involve Ethernet cabling, or mistakenly think 'ab' implies power capabilities.

427
MCQeasy

Which of the following network protocols operates at the Transport layer of the OSI model and provides connection-oriented, reliable data delivery?

A.UDP
B.TCP
C.IP
D.ARP
AnswerB

TCP (Transmission Control Protocol) is a fundamental connection-oriented protocol operating at the Transport layer (Layer 4) of the OSI model. It ensures reliable, ordered, and error-checked delivery of data segments between applications. TCP achieves this through mechanisms like three-way handshakes for connection establishment, sequence numbers for ordering, acknowledgments for receipt confirmation, flow control to manage data rates, and retransmission of lost or corrupted packets, guaranteeing data integrity.

Why this answer

TCP (Transmission Control Protocol) operates at the Transport layer (Layer 4) of the OSI model and provides connection-oriented, reliable data delivery through mechanisms such as three-way handshake, sequence numbers, acknowledgments, and retransmission of lost segments. This ensures that data is delivered in order and without errors, making TCP the correct choice for the question.

Exam trap

The trap here is that candidates often confuse IP (Network layer) with a transport protocol or mistakenly think UDP provides reliability because it has checksums, but UDP lacks connection setup and retransmission, making TCP the only correct answer for connection-oriented reliable delivery.

Why the other options are wrong

A

UDP operates at the Transport layer but provides connectionless, unreliable data delivery without acknowledgments or retransmissions, unlike the connection-oriented, reliable delivery specified in the question.

C

IP operates at the Network layer (Layer 3) of the OSI model, not the Transport layer. It provides connectionless, unreliable datagram delivery, not connection-oriented, reliable data delivery.

D

ARP operates at the Network layer (Layer 3) of the OSI model, not the Transport layer, and it resolves IP addresses to MAC addresses; it does not provide connection-oriented, reliable data delivery.

When would these options actually be correct?

A

UDP would be correct for a question asking: 'Which Transport layer protocol provides low-overhead, connectionless communication suitable for real-time applications like VoIP or streaming?'

C

IP would be correct for a question asking: 'Which network protocol operates at the Network layer and provides logical addressing for routing packets across networks?'

D

A question asking: 'Which protocol maps a known IP address to a MAC address on a local network?' would have ARP as the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse UDP with TCP because both are Transport layer protocols, or they may mistakenly think UDP also provides reliability due to its use in some applications that implement reliability at the application layer.

C

Candidates may confuse IP with TCP because both are core Internet protocols, or they might think IP provides reliability since it's essential for internet communication.

D

Candidates may confuse ARP with a transport protocol because it is essential for network communication, or they might misremember its OSI layer placement.

428
MCQmedium

A network administrator needs to monitor bandwidth utilization on a router interface in real time. Which of the following protocols is best suited for this purpose?

A.Syslog
B.SNMP polling
C.NetFlow
D.CDP
AnswerB

SNMP polling is the standard method for network management systems (NMS) to actively query network devices for operational data. An SNMP agent on a router maintains a Management Information Base (MIB), which contains objects representing various device statistics, including interface input/output octets and packets. By periodically sending SNMP GET requests for these specific MIB objects, an NMS can collect real-time bandwidth utilization data, enabling graphical representation and historical trending.

Why this answer

SNMP polling is the best choice for real-time bandwidth monitoring because it allows the network management system (NMS) to actively query the router's interface MIB (e.g., ifInOctets, ifOutOctets) at short intervals, calculating utilization from the delta between successive polls. This provides near-real-time data without waiting for unsolicited events, making it ideal for live dashboards and threshold alerts.

Exam trap

The N10-009 exam often tests SNMP polling vs. NetFlow by framing the question around 'real-time bandwidth utilization,' leading candidates to choose NetFlow because they confuse flow analysis with interface-level utilization, but NetFlow's export delay and flow-based aggregation make it unsuitable for instantaneous per-interface bandwidth monitoring.

Why the other options are wrong

A

Syslog is used for logging and event messages, not for real-time bandwidth monitoring. It does not provide polling-based utilization data.

C

NetFlow is designed for traffic flow analysis and capacity planning, not real-time bandwidth utilization monitoring on a router interface. It provides aggregated flow data with some delay, whereas SNMP polling offers immediate interface counters.

D

CDP (Cisco Discovery Protocol) is a Layer 2 protocol used to discover directly connected Cisco devices and their capabilities, not for monitoring real-time bandwidth utilization on a router interface.

When would these options actually be correct?

A

Syslog would be correct for a question asking about centralized logging of router events, such as interface status changes or security alerts, where real-time bandwidth monitoring is not required.

C

A network administrator needs to analyze traffic patterns and identify top talkers over a period of time. NetFlow would be the best choice for detailed flow-level visibility and historical traffic analysis.

D

A question asking which protocol allows a network administrator to discover directly connected Cisco devices and their device IDs, platform, and IP addresses would make CDP the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse Syslog as a monitoring tool because it collects logs from network devices, but it lacks the polling mechanism needed for real-time utilization metrics.

C

Candidates may confuse NetFlow's traffic monitoring capabilities with real-time bandwidth monitoring, not realizing that NetFlow focuses on flow data rather than instantaneous interface utilization.

D

Candidates may confuse CDP with a monitoring protocol because it provides information about neighboring devices, leading them to think it can also report interface statistics like bandwidth usage.

429
MCQeasy

A company has a change management policy that requires all network changes to be approved and documented. An administrator needs to replace a faulty switch in the core network. According to best practices, which step should be performed after the replacement is complete?

A.Update the network diagram.
B.Roll back to the previous switch.
C.Notify users of the change.
D.Submit a change request.
AnswerA

Updating the network diagram is a critical post-implementation step within a robust change management policy. Accurate and current network documentation, including diagrams, is essential for effective future troubleshooting, capacity planning, security audits, and onboarding new technical personnel. Failing to update these records after a change can lead to significant delays and errors during incident response or subsequent modifications, as the recorded state no longer accurately reflects the actual network configuration.

Why this answer

Updating the network diagram is the correct step because it ensures that the documentation accurately reflects the new switch's location, model, firmware version, and connections. This aligns with change management best practices, which require that all network changes be documented to maintain an accurate source of truth for troubleshooting, capacity planning, and future changes. Without this update, the diagram becomes stale, leading to potential misconfigurations or delays during incident response.

Exam trap

The trap here is that candidates confuse the operational step of 'notifying users' (which is part of the change communication plan, not the post-implementation step) with the documentation requirement, leading them to select Option C instead of recognizing that updating the network diagram is the critical final step to close the change record.

Why the other options are wrong

B

Rolling back to the previous switch is not appropriate because the faulty switch has already been replaced with a working one; rolling back would reintroduce the fault and disrupt operations.

C

Notifying users of the change is not a step performed after the replacement is complete; it should be done before the change to inform users of potential downtime. The question asks for the step after replacement, which is updating documentation.

D

The change request should be submitted and approved before the replacement, not after. The question states the replacement is already complete, so submitting a change request afterward violates the policy's requirement for prior approval.

When would these options actually be correct?

B

If a change causes unexpected critical failures or security vulnerabilities, and the change management policy mandates immediate rollback to restore service while a root cause analysis is performed, then rolling back would be the correct step.

C

In a scenario where a planned maintenance window is about to start and users need to be aware of upcoming network disruption, notifying users would be the correct step before implementing the change.

D

In a scenario where an administrator needs to make a network change (e.g., replacing a switch) and the change management policy requires prior approval, the first step is to submit a change request for review and approval before performing the replacement.

Why candidates pick the wrong answer

B

Candidates may confuse the replacement process with a failed change that requires rollback, or they may think that reverting to the original switch is a standard troubleshooting step after any replacement.

C

Candidates may think that after completing a change, users should be informed that the network is back to normal, but proper change management requires notification prior to the change, not after.

D

Candidates may think that documenting the change after completion satisfies the policy, but they overlook the 'approved and documented' requirement, which mandates prior approval.

430
MCQeasy

Which of the following best describes a broadcast domain?

A.All devices connected to the same switch
B.All devices that share the same IP subnet
C.All devices that can receive a broadcast frame from any other device in the network segment
D.All devices that have the same MAC address prefix
AnswerC

A broadcast domain is fundamentally a Layer 2 concept, encompassing all devices that receive a broadcast frame originating from any other device within that same logical segment. Routers typically act as boundaries, preventing broadcasts from traversing into other domains, while switches, within a single VLAN, propagate these frames to all connected ports. This definition precisely captures the scope of network communication where a single broadcast will reach every participant.

Why this answer

A broadcast domain is defined as the set of all devices that can receive a broadcast frame (destination MAC FF:FF:FF:FF:FF:FF) sent by any other device within the same network segment. This boundary is typically enforced by Layer 3 devices like routers, which do not forward broadcast frames, whereas Layer 2 switches forward broadcasts out all ports except the receiving port within the same VLAN.

Exam trap

The trap here is that candidates often confuse a broadcast domain with a collision domain or assume all devices on the same switch are in the same broadcast domain, ignoring VLAN segmentation.

Why the other options are wrong

A

A broadcast domain is defined by the ability to receive broadcast frames, not by physical connectivity to the same switch. A single switch can be divided into multiple VLANs, each forming a separate broadcast domain, so all devices on the same switch may belong to different broadcast domains.

B

A broadcast domain is defined by the ability to receive broadcast frames, not by IP subnet membership. Devices in different subnets can be in the same broadcast domain if connected via a bridge or switch without a router.

D

A broadcast domain is defined by the ability to receive broadcast frames, not by MAC address prefix. MAC address prefixes identify the manufacturer, not broadcast boundaries.

When would these options actually be correct?

A

In a question asking 'Which of the following best describes a collision domain?' or 'Which device extends a collision domain?', option A would be correct because all devices connected to the same switch (without VLANs) share the same collision domain only if hubs are used; but more precisely, a switch separates collision domains per port, so this option is rarely correct. Alternatively, if the question specifies 'a single VLAN on a switch', then all devices in that VLAN are in the same broadcast domain, but the option as stated is too broad.

B

For a question asking 'Which of the following best describes a subnet?' or 'What is a characteristic of devices in the same IP subnet?', option B would be correct because devices in the same subnet can communicate directly without a router.

D

In a question asking 'Which of the following best describes a group of devices with the same OUI (Organizationally Unique Identifier)?' or 'What is a characteristic of devices from the same vendor based on MAC addressing?', this option would be correct.

Why candidates pick the wrong answer

A

Candidates often confuse broadcast domains with physical connectivity, assuming that being on the same switch implies receiving all broadcasts, ignoring VLAN segmentation.

B

Candidates often confuse broadcast domains with subnets because routers typically separate both, leading them to assume that sharing an IP subnet implies being in the same broadcast domain.

D

Candidates may confuse MAC address prefixes with network segmentation concepts, thinking that similar MAC prefixes imply a common broadcast domain, especially when studying layer 2 addressing.

431
MCQhard

A security analyst notices that a network switch is receiving DHCP discover messages from a rogue device offering IP addresses. The rogue device is causing clients to obtain invalid IP addresses and lose network connectivity. Which security feature should be implemented on the switch to prevent this type of attack?

A.Dynamic ARP inspection (DAI)
B.DHCP snooping
C.Port security
D.802.1X authentication
AnswerB

DHCP snooping is a crucial Layer 2 security feature implemented on network switches that actively prevents unauthorized DHCP servers from distributing IP addresses and other network configuration parameters. It operates by classifying switch ports as either trusted, where legitimate DHCP servers are connected, or untrusted, where client devices reside. The switch inspects all DHCP messages, dropping invalid DHCP server responses originating from untrusted ports, thereby effectively mitigating rogue DHCP server attacks and ensuring clients receive valid IP configurations. This mechanism also dynamically builds and maintains a DHCP snooping binding table, tracking valid IP-to-MAC address mappings for further security features.

Why this answer

B is correct because DHCP snooping is a security feature that filters untrusted DHCP messages on a switch. It distinguishes between trusted ports (connected to legitimate DHCP servers) and untrusted ports (connected to clients or rogue devices). When a rogue device sends DHCP discover messages offering IP addresses, DHCP snooping on untrusted ports drops those messages, preventing the rogue server from assigning invalid IP addresses.

Exam trap

The trap here is that candidates confuse DHCP snooping with Dynamic ARP Inspection (DAI), but DAI only protects against ARP-based attacks, not rogue DHCP servers, while DHCP snooping directly addresses the described scenario.

Why the other options are wrong

A

Dynamic ARP inspection (DAI) validates ARP packets to prevent ARP spoofing, but it does not inspect DHCP messages. The attack described involves rogue DHCP servers, which is mitigated by DHCP snooping, not DAI.

C

Port security limits MAC addresses on switch ports but does not inspect DHCP messages; it cannot prevent a rogue DHCP server from offering invalid IP addresses.

D

802.1X authentication controls network access at the port level by requiring user/device authentication, but it does not prevent rogue DHCP servers from offering IP addresses. The attack described involves unauthorized DHCP offers, which 802.1X does not filter.

When would these options actually be correct?

A

A question describing a man-in-the-middle attack where a rogue device sends fake ARP replies to associate its MAC with the default gateway's IP, causing traffic interception. DAI would be the correct answer to validate ARP packets against a trusted database.

C

A question asks: 'Which feature prevents unauthorized devices from connecting to a switch port by limiting the number of MAC addresses?' Port security would be correct in that scenario.

D

A question describing a scenario where unauthorized devices are connecting to the network and causing security breaches, such as an attacker plugging into a wall jack to gain network access. The correct solution would be 802.1X to authenticate devices before granting access.

Why candidates pick the wrong answer

A

Candidates may confuse DAI with DHCP snooping because both are security features that rely on DHCP snooping's binding table, but DAI specifically targets ARP, not DHCP server validation.

C

Candidates may think port security blocks all unauthorized devices, but it only controls MAC address flooding, not DHCP-based attacks.

D

Candidates may think 802.1X can block any rogue device, including a rogue DHCP server, because it authenticates devices at the port level. However, it does not inspect DHCP messages or prevent unauthorized DHCP services from running on authenticated ports.

432
Drag & Dropmedium

Drag and drop the steps for the TCP three-way handshake into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

The TCP three-way handshake is a fundamental process for establishing a connection. It begins with the client sending a SYN packet to the server. The server responds with a SYN-ACK packet, acknowledging the client's SYN and sending its own SYN.

Finally, the client sends an ACK packet to acknowledge the server's SYN, completing the handshake. This sequence ensures both sides agree on initial sequence numbers and are ready to communicate.

433
MCQeasy

A network administrator wants to ensure all network devices have synchronized time for accurate log correlation and security event analysis. Which protocol should be implemented?

A.SNMP
B.NTP
C.FTP
D.HTTP
AnswerB

NTP (Network Time Protocol) is the industry-standard protocol specifically designed to synchronize the clocks of computers and other network devices over a network. It uses a hierarchical system of time servers, known as strata, to provide highly accurate timekeeping, often within milliseconds of Coordinated Universal Time (UTC). This precision is crucial for consistent logging, secure authentication protocols, and the proper functioning of distributed applications across various network devices.

Why this answer

NTP (Network Time Protocol) is the correct choice because it is specifically designed to synchronize clocks across network devices using a hierarchical system of time sources, ensuring millisecond-level accuracy. Accurate time synchronization is critical for correlating logs and security events across multiple devices, as timestamps must match to reconstruct attack timelines or diagnose faults.

Exam trap

The N10-009 exam often tests the distinction between NTP for time sync and SNMP for management, so candidates may mistakenly choose SNMP because they associate it with network monitoring and overlook that it does not synchronize clocks.

Why the other options are wrong

A

SNMP is used for network management and monitoring, not for time synchronization. It does not synchronize clocks across devices.

C

FTP is used for file transfer, not time synchronization. It cannot synchronize clocks across network devices.

D

HTTP is used for transferring web content, not for synchronizing time across network devices. It lacks the precision and protocol mechanisms needed for accurate time synchronization.

When would these options actually be correct?

A

A network administrator needs to monitor and manage network devices, collecting performance metrics and configuring device settings remotely. SNMP would be the correct protocol for this task.

C

A network administrator needs to transfer firmware updates to multiple switches. Which protocol should be used to upload the files efficiently?

D

A question asking which protocol is used to access a web-based configuration interface on a network device, such as a router or switch, would have HTTP as the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse SNMP with NTP because both are network protocols, or they might think SNMP can handle time synchronization as part of device management.

C

Candidates may confuse FTP with NTP due to similar acronyms or mistakenly think FTP can be used for time sync because it can transfer time-related files.

D

Candidates may confuse HTTP with NTP because both are common network protocols, or they might think HTTP can be used for time synchronization via web services, but it is not designed for that purpose.

434
Drag & Dropmedium

Drag and drop the steps to configure a VLAN on a managed switch into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

VLAN creation involves entering config mode, creating the VLAN, and assigning ports.

435
MCQeasy

Which of the following best describes the function of a default gateway on a host?

A.It forwards packets destined for networks other than the local subnet
B.It resolves domain names to IP addresses
C.It assigns IP addresses to devices on the local network
D.It filters traffic based on MAC addresses
AnswerA

The primary function of a default gateway is to serve as the exit point for all network traffic originating from a host that is destined for a different IP network. When a host needs to send a packet to an IP address outside its local subnet, it encapsulates the packet and forwards it to the default gateway's MAC address on the local segment. The default gateway, typically a router, then takes responsibility for routing that packet towards its ultimate destination across various interconnected networks.

Why this answer

The default gateway is the router interface on the local subnet that a host uses to send packets destined for IP addresses outside its own subnet. When a host determines that the destination IP is not reachable via ARP on the local link, it forwards the packet to the default gateway's MAC address, which then routes the packet toward the remote network. This is essential for inter-subnet communication in any IP network.

Exam trap

The trap here is that candidates often confuse the default gateway with a DNS server or DHCP server, because in many home networks the same device (the router) performs all three roles, but the exam tests the distinct Layer 3 routing function of the default gateway in isolation.

Why the other options are wrong

B

The default gateway is responsible for routing packets to destinations outside the local subnet, not for resolving domain names to IP addresses. DNS servers perform name resolution.

C

The default gateway does not assign IP addresses; that is the function of a DHCP server. The default gateway is a router that forwards packets to destinations outside the local subnet.

D

A default gateway forwards packets to other networks, not filter traffic based on MAC addresses; MAC filtering is a function of switches or security features, not the default gateway.

When would these options actually be correct?

B

In a question asking 'Which service translates domain names to IP addresses?', the correct answer would be 'DNS server' or 'Name resolution service'.

C

In a question asking 'Which service dynamically assigns IP addresses to devices on a network?', the correct answer would be 'DHCP server' (option C if rephrased).

D

In a question asking 'Which device filters traffic based on MAC addresses to control network access?', the correct answer would be a switch with port security or a MAC filter, not a default gateway.

Why candidates pick the wrong answer

B

Candidates may confuse the default gateway with DNS because both are essential for internet connectivity and are often configured together in network settings.

C

Candidates may confuse the default gateway with a DHCP server because both are often configured on the same device (e.g., a home router) and both are essential for network connectivity.

D

Candidates may confuse the default gateway's role in network traffic control with MAC-based filtering, especially if they think of gateways as security devices that inspect packets.

436
MCQhard

A company wants to ensure that only users who have successfully authenticated Active Directory credentials can access the wired network. The network switches support IEEE 802.1X. Which additional component must be deployed to complete the solution?

A.A RADIUS server
B.A DHCP server
C.A certificate authority
D.A TACACS+ server
AnswerA

A RADIUS server is the foundational component for 802.1X port-based authentication, acting as the central Authentication, Authorization, and Accounting (AAA) server. It receives authentication requests from network devices (authenticators) and validates user credentials against an identity store, such as Active Directory or an internal database. Upon successful authentication, the RADIUS server authorizes network access, ensuring only legitimate users gain entry to the network and enforcing specific access policies.

Why this answer

IEEE 802.1X port-based authentication requires a RADIUS server to act as the authentication server. The switch (authenticator) forwards the user's credentials to the RADIUS server, which validates them against Active Directory and returns an accept or reject decision. Without a RADIUS server, the switch has no way to verify the user's credentials against the central identity store.

Exam trap

The N10-009 exam often tests the distinction between RADIUS (for network access) and TACACS+ (for device administration), leading candidates to mistakenly choose TACACS+ because it is associated with authentication, even though 802.1X specifically requires RADIUS.

Why the other options are wrong

B

A DHCP server assigns IP addresses but does not authenticate users against Active Directory or enforce network access control, which is required for 802.1X authentication.

C

802.1X authentication uses RADIUS to verify credentials against Active Directory; a certificate authority is not required unless EAP-TLS is used, but the question does not specify certificate-based authentication.

D

TACACS+ is used for device administration (e.g., switch/router login) and separates authentication, authorization, and accounting, but it is not the standard RADIUS protocol required for IEEE 802.1X port-based network access control.

When would these options actually be correct?

B

A DHCP server would be the correct answer if the question asked for a component that dynamically assigns IP addresses to devices after they have been authenticated and granted network access via 802.1X.

C

A certificate authority would be correct if the question specified deploying 802.1X with EAP-TLS (certificate-based authentication) to ensure only devices with valid certificates can access the network.

D

A question asking which protocol is best for managing administrative access to network devices (e.g., switches, routers) where you need to control commands and log all actions, with the requirement of encrypting the entire packet payload.

Why candidates pick the wrong answer

B

Candidates may confuse the need for IP address assignment with the authentication process, thinking that DHCP is involved in granting network access.

C

Candidates may associate certificates with authentication security and assume 802.1X always requires a PKI, overlooking that many deployments use password-based EAP methods with RADIUS.

D

Candidates confuse TACACS+ with RADIUS because both are AAA protocols, and they may think TACACS+ can also handle network access authentication, but 802.1X specifically requires RADIUS.

437
MCQmedium

A network engineer is configuring a Link Aggregation Group (LAG) between two switches. Switch A is set to LACP active mode. Which mode should be configured on Switch B to form the LAG?

A.Passive
B.On
C.Static
D.Auto
AnswerA

LACP passive mode enables an interface to listen for LACP Data Units (LACPDUs) from a peer and then respond to form a Link Aggregation Group (LAG). While it does not actively initiate LACP negotiation, it will successfully establish a bundled link with an LACP active port, which is constantly sending LACPDUs to discover and form a LAG. This complementary behavior ensures the two switches can dynamically agree on the aggregated links.

Why this answer

LACP active mode initiates negotiation by sending LACP packets, while passive mode responds to those packets without initiating. Since Switch A is set to active, Switch B must be in passive mode to successfully form a Link Aggregation Group (LAG). This combination allows the two switches to exchange LACP frames and agree on the aggregation parameters.

Exam trap

The N10-009 exam often tests the distinction between LACP modes (active/passive) and PAgP modes (desirable/auto), leading candidates to mistakenly choose 'Auto' (a PAgP mode) for LACP questions.

Why the other options are wrong

B

LACP 'On' mode (also called manual or static) does not use LACP negotiation; it forces the link into a LAG without exchanging LACP frames. Since Switch A is in LACP active mode, Switch B must be in LACP passive mode to successfully negotiate the LAG via LACP.

C

In this question, LACP is explicitly used (Switch A is in active mode), so the peer must use LACP passive mode. 'Static' is not a valid LACP mode; it refers to a manual LAG without LACP, which would not interoperate with LACP active.

D

In LACP, 'Auto' is a Cisco proprietary mode that initiates negotiation only if the remote side is set to 'Desirable'. Since Switch A is in LACP 'Active' mode, Switch B must be in LACP 'Passive' mode to form a LAG; 'Auto' is not a valid LACP mode.

When would these options actually be correct?

B

This option would be correct in a scenario where both switches are configured with static LAG (no LACP), such as when using a proprietary or static link aggregation that does not require protocol negotiation. For example, a question asking 'Which mode should be used on both switches for a static LAG without LACP?' would have 'On' as the correct answer.

C

A question that asks: 'A network engineer wants to configure a static LAG without LACP between two switches. Which mode should be configured on both switches?' In that case, 'static' (or 'on') would be correct because no LACP negotiation is used.

D

In a Cisco PAgP (Port Aggregation Protocol) scenario, if one switch is set to 'Desirable', the other switch can be set to 'Auto' to form an EtherChannel. This question would be about PAgP, not LACP.

Why candidates pick the wrong answer

B

Candidates may think 'On' is simply the opposite of 'Off' and assume it enables LACP, or they confuse 'On' with 'Active' because both sound like they enable the feature.

C

Candidates may confuse 'static' with a manual LAG configuration, thinking it is a valid LACP mode, or they may not distinguish between LACP modes and static link aggregation.

D

Candidates may confuse LACP modes with Cisco's proprietary PAgP modes, where 'Auto' is a valid mode. They might also think 'Auto' implies automatic negotiation, similar to LACP Active.

438
MCQeasy

A network administrator is configuring a new switch in a production environment. The switch must be managed remotely. Which of the following should be configured on the switch's management interface?

A.Default gateway
B.Spanning tree priority
C.VLAN 1 membership
D.Port security
AnswerA

The default gateway is absolutely essential for remote management because it provides the switch's management interface with a route to reach devices outside its directly connected local subnet. Without a configured default gateway, the switch can only communicate with other devices within its immediate broadcast domain, making remote administration from a different network segment or the internet impossible. This setting directs all non-local IP traffic to the appropriate router for forwarding.

Why this answer

The default gateway is required for remote management because the management interface (often a virtual interface like VLAN 1 or a dedicated management VLAN) needs a route to reach devices on different subnets. Without a default gateway, the switch can only be accessed from hosts within the same subnet, making remote management impossible across routed networks.

Exam trap

The trap here is that candidates often think VLAN 1 membership (Option C) is sufficient for remote management, forgetting that the switch needs a default gateway to route management traffic beyond its local subnet.

Why the other options are wrong

B

Spanning tree priority is a configuration for the Spanning Tree Protocol (STP) to influence root bridge election, not for enabling remote management of the switch's management interface.

C

VLAN 1 membership is the default for all switch ports and does not enable remote management; remote management requires an IP address and default gateway on the management interface.

D

Port security is a feature that restricts which MAC addresses can communicate through a switch port, but it is not required for remote management of the switch's management interface.

When would these options actually be correct?

B

A question asking which STP parameter should be adjusted to ensure a specific switch becomes the root bridge in a network with redundant links would have spanning tree priority as the correct answer.

C

When a question asks which VLAN should be used for the native VLAN on trunk ports to avoid VLAN mismatch issues, or when configuring a management VLAN different from VLAN 1 for security.

D

A network administrator is configuring a switch port that connects to a sensitive server and must ensure only authorized devices can connect. In that scenario, port security would be the correct answer.

Why candidates pick the wrong answer

B

Candidates may confuse management interface configuration with general switch settings, thinking that STP priority is needed for network stability before remote access, or they may misassociate 'priority' with management access control.

C

Candidates may think VLAN 1 is special for management because it is the default VLAN and often used for management in small networks, but remote management specifically needs Layer 3 connectivity.

D

Candidates may think that securing the management interface involves limiting access, and port security seems like a logical way to control which devices can connect to the switch, but it applies to data ports, not the management interface itself.

439
MCQeasy

A network administrator needs to connect 10 workstations in a way that each workstation's traffic does not collide with others. Which device should be used to connect these workstations?

A.Hub
B.Switch
C.Router
D.Modem
AnswerB

A switch operates at Layer 2 (Data Link Layer) of the OSI model, learning MAC addresses and forwarding frames only to the intended destination port. This intelligent forwarding creates a dedicated collision domain for each connected device, effectively eliminating collisions within the switch and maximizing bandwidth utilization for each workstation. This is crucial for connecting multiple workstations efficiently without performance degradation.

Why this answer

A switch is the correct device because it operates at Layer 2 of the OSI model, using MAC addresses to forward frames only to the specific destination port. This creates separate collision domains for each connected workstation, ensuring that traffic from one workstation does not collide with traffic from another.

Exam trap

The trap here is that candidates often confuse a hub with a switch, thinking both simply 'connect' devices, but the key differentiator is that a hub creates a single collision domain while a switch creates separate collision domains per port.

Why the other options are wrong

A

A hub operates at Layer 1 and forwards all traffic to all ports, causing collisions; it does not isolate traffic per workstation.

C

A router is designed to connect different networks and route traffic between them, not to provide collision-free communication within a single local network. For 10 workstations on the same LAN, a switch is the correct device to eliminate collisions.

D

A modem modulates/demodulates signals for WAN connections (e.g., DSL, cable) and does not provide collision-free local network switching; it cannot separate traffic between workstations on a LAN.

When would these options actually be correct?

A

When the question asks for a device to simply extend a network segment without regard for collisions, such as 'Which device is used to connect multiple devices in a single collision domain?'

C

A router would be correct if the question asked: 'Which device is used to connect two different networks and allow workstations on each network to communicate?' or 'Which device forwards packets based on IP addresses and operates at Layer 3?'

D

A modem would be correct when the question asks for a device to connect a home or small office to an ISP over a telephone or cable line, such as 'Which device converts digital data to analog for transmission over a phone line?'

Why candidates pick the wrong answer

A

Candidates may confuse hubs with switches, thinking both connect multiple devices, and overlook the collision domain requirement.

C

Candidates may confuse the function of a router with that of a switch, thinking that any device that connects multiple computers must be a router, or they may overestimate the role of routers in small networks.

D

Candidates may confuse 'modem' with 'switch' because both are common networking devices, or they think a modem can handle multiple connections like a switch does.

440
MCQmedium

Users in a branch office report intermittent connectivity to the corporate data center. A technician runs a continuous ping from a workstation to the data center server and observes packet loss after the third hop. Which command should the technician run next to identify the specific router causing the issue?

A.ping -n 1000 server_ip
B.tracert server_ip
C.nslookup server_ip
D.ipconfig /all
AnswerB

The `tracert` command is the most effective tool for diagnosing intermittent connectivity issues along a network path because it maps the route a packet takes to its destination. By sending a series of ICMP echo requests with incrementally increasing Time To Live (TTL) values, `tracert` elicits ICMP "Time Exceeded" messages from each router along the path, revealing each hop. This detailed output, including round-trip times and potential packet loss at each hop, allows a technician to precisely identify the specific router or network segment causing the intermittent problem.

Why this answer

The technician has already identified packet loss after the third hop using a continuous ping. The next logical step is to use `tracert` (or `traceroute` on Linux) to map the path and pinpoint which router (hop) is dropping packets. This command sends ICMP echo requests with incrementing TTL values, forcing each router along the path to reply with a Time Exceeded message, thereby revealing the specific hop where loss occurs.

Exam trap

The trap here is that candidates often jump to running a longer ping (option A) to confirm loss, but the question already states loss is observed; the correct next step is to isolate the failing hop using `tracert`, not to gather more loss statistics.

Why the other options are wrong

A

The question asks to identify the specific router causing packet loss after the third hop. Ping only tests end-to-end connectivity and does not show the path or which hop is failing.

C

nslookup is used for DNS resolution, not for tracing the network path or identifying packet loss at specific hops. It cannot show where packet loss occurs along the route.

D

The ipconfig /all command displays local network configuration details (IP address, MAC, DNS, etc.) but does not perform any path tracing or connectivity testing to remote hosts, so it cannot identify which router is causing packet loss.

When would these options actually be correct?

A

A technician needs to test for packet loss over a long duration to assess link stability. Running 'ping -n 1000 server_ip' would send 1000 pings to measure loss percentage and round-trip time consistency.

C

A user reports that they can access a server by IP address but not by its hostname. The technician should run nslookup to verify DNS resolution and identify if the DNS server is failing to resolve the name.

D

A user cannot connect to the internet. The technician needs to verify the local IP address, subnet mask, default gateway, and DNS server settings to ensure the workstation is properly configured. In that scenario, ipconfig /all would be the correct first step.

Why candidates pick the wrong answer

A

Candidates may think that a continuous ping with many packets can pinpoint the faulty hop by observing loss patterns, but ping lacks hop-by-hop visibility.

C

Candidates may confuse nslookup with a network troubleshooting tool, thinking it can diagnose connectivity issues beyond DNS, or they may incorrectly assume it provides hop-by-hop path information.

D

Candidates may think ipconfig /all provides comprehensive network information that could help diagnose connectivity issues, but they overlook that it only shows local configuration, not the path to a remote server.

441
MCQmedium

A network administrator wants to implement a protocol to automatically assign IP addresses to devices on the network. Which of the following protocols is used for this purpose?

A.DNS
B.DHCP
C.ARP
D.ICMP
AnswerB

DHCP dynamically assigns IP addresses and other configuration parameters to clients.

Why this answer

DHCP (Dynamic Host Configuration Protocol) is the correct answer because it is specifically designed to automatically assign IP addresses and other network configuration parameters (such as subnet mask, default gateway, and DNS servers) to devices on a network. This eliminates the need for manual IP configuration, reducing administrative overhead and preventing address conflicts.

Exam trap

The trap here is that candidates often confuse DNS with DHCP because both are network services that involve IP addresses, but DNS resolves names to addresses while DHCP assigns the addresses themselves.

Why the other options are wrong

A

DNS resolves domain names to IP addresses, but does not assign IP addresses to devices. The question specifically asks for a protocol that automatically assigns IP addresses, which is DHCP's function.

C

ARP (Address Resolution Protocol) is used to resolve IP addresses to MAC addresses, not to automatically assign IP addresses to devices.

D

ICMP (Internet Control Message Protocol) is used for error reporting and diagnostic functions (e.g., ping, traceroute), not for automatic IP address assignment.

When would these options actually be correct?

A

A question asking 'Which protocol translates domain names to IP addresses?' or 'Which protocol is used for name resolution?' would make DNS the correct answer.

C

A question asking 'Which protocol maps a known IP address to a MAC address on a local network?' would have ARP as the correct answer.

D

A question asking which protocol is used to test network connectivity or report delivery errors (e.g., 'Which protocol does ping use?') would make ICMP the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse DNS with DHCP because both involve IP addresses, or they might think DNS 'assigns' addresses by mapping names to IPs.

C

Candidates may confuse ARP with DHCP because both involve IP addresses, but ARP deals with mapping, not assignment.

D

Candidates may confuse ICMP with DHCP because both are network-layer protocols, or they might think ICMP can assign addresses due to its role in network configuration messages.

442
MCQeasy

An organization wants to centrally manage and monitor network devices from a single interface. The solution should support auto-discovery, configuration management, and performance monitoring. Which type of system should be deployed?

A.AAA server
B.Network Management System (NMS)
C.SIEM
D.DHCP server
AnswerB

A Network Management System (NMS) is purpose-built for comprehensive, centralized oversight and control of network infrastructure. It utilizes protocols like SNMP to discover devices, monitor their performance metrics (e.g., CPU, memory, bandwidth), manage configurations, and detect faults across routers, switches, and firewalls. This enables administrators to proactively identify issues, apply updates, and ensure optimal network health from a single console, directly addressing the need for central management and monitoring.

Why this answer

A Network Management System (NMS) is the correct choice because it provides a centralized interface for auto-discovery (e.g., via SNMP or CDP/LLDP), configuration management (e.g., using NETCONF or CLI scripting), and performance monitoring (e.g., polling SNMP MIBs or streaming telemetry). This directly matches the requirement for a single-pane-of-glass solution for network device lifecycle management.

Exam trap

CompTIA often tests the distinction between an NMS and a SIEM, where candidates mistakenly choose SIEM because they think 'monitoring' includes security event monitoring, but the question explicitly asks for auto-discovery and configuration management, which are core NMS functions, not SIEM capabilities.

Why the other options are wrong

A

An AAA server handles authentication, authorization, and accounting for network access, not centralized management, auto-discovery, configuration management, or performance monitoring of network devices.

C

A SIEM (Security Information and Event Management) system focuses on security event collection, correlation, and alerting, not on network device auto-discovery, configuration management, or performance monitoring.

D

A DHCP server assigns IP addresses and network configuration parameters to clients; it does not provide centralized management, monitoring, auto-discovery, or configuration management of network devices.

When would these options actually be correct?

A

A question asking for a system to control user access to network resources, enforce policies, and log access attempts for compliance would make an AAA server the correct answer.

C

An organization needs to collect, analyze, and correlate security logs from multiple sources (e.g., firewalls, servers, applications) to detect and respond to security incidents in real time. Which system should be deployed?

D

An organization needs to automatically assign IP addresses to devices on a subnet and ensure that network configuration (e.g., default gateway, DNS) is consistently applied without manual intervention.

Why candidates pick the wrong answer

A

Candidates may confuse AAA's centralized control of network access with centralized management of devices, or think AAA includes device monitoring features.

C

Candidates may confuse SIEM with NMS because both involve monitoring and centralized management, but SIEM is security-focused while NMS handles network infrastructure.

D

Candidates may confuse DHCP's role in network configuration with broader network management capabilities, or think that DHCP's auto-assignment feature is similar to auto-discovery.

443
MCQhard

A network engineer is troubleshooting intermittent packet loss on a 10 km single-mode fiber link between two buildings. The link lights are on, but the interface shows a high number of CRC errors. The engineer has cleaned the fiber connectors and replaced the patch cables. What should the engineer check NEXT?

A.Check the transmit/receive optical power levels
B.Check the duplex settings on both ends
C.Verify the cable length is within specifications
D.Adjust the Spanning Tree Protocol priority
AnswerA

Intermittent packet loss on fiber links, especially over distance, often points to physical layer issues. Checking transmit (Tx) and receive (Rx) optical power levels with an optical power meter is crucial. If Rx power is too low (below receiver sensitivity) or too high (saturating the receiver), it can lead to bit errors, which manifest as CRC errors and subsequent packet retransmissions or drops, causing intermittent loss. This verifies the optical link budget and ensures signal integrity.

Why this answer

CRC errors on a single-mode fiber link typically indicate physical-layer issues such as excessive attenuation or dispersion. Since cleaning connectors and replacing patch cables did not resolve the problem, the next logical step is to measure the optical power levels at both the transmitter and receiver using an optical power meter. This will confirm whether the received signal is within the acceptable range (e.g., -3 dBm to -20 dBm for 10GBASE-LR) and identify if a damaged transceiver or a splice loss is causing the errors.

Exam trap

The trap here is that candidates often jump to duplex mismatch or cable length issues because those are common in copper troubleshooting, but on long-haul single-mode fiber, optical power levels are the primary suspect when CRC errors persist after cleaning and patching.

Why the other options are wrong

B

CRC errors on a fiber link with link lights on typically indicate signal degradation or physical layer issues, not duplex mismatches, which usually cause frame check sequence errors or late collisions on copper links, not on single-mode fiber.

C

The question states the link is 10 km, which is within the typical range for single-mode fiber (up to 40 km or more). CRC errors are more likely due to signal degradation or dirty connectors, not cable length.

When would these options actually be correct?

B

When troubleshooting intermittent connectivity or performance issues on a copper Ethernet link (e.g., Cat5e) where link lights are on but there are errors, checking duplex settings is the next step after verifying cables, as mismatched duplex can cause high error rates.

C

If the question described a link exceeding the maximum distance for the fiber type (e.g., 100 km on single-mode without repeaters) or if the cable was installed with excessive bends or splices causing attenuation, then verifying cable length or loss budget would be the next step.

Why candidates pick the wrong answer

B

Candidates often associate CRC errors with duplex mismatches from common Ethernet troubleshooting scenarios, but they overlook that fiber links are almost always full-duplex and duplex mismatch is rare on modern fiber interfaces.

C

Candidates may confuse CRC errors with distance-related issues like signal attenuation, assuming that exceeding the cable length specification causes bit errors, but in this scenario the length is standard and the problem points to optical power issues.

444
MCQeasy

A network administrator needs to remotely manage multiple routers and switches. The management traffic must be encrypted. Which protocol should be used for the remote terminal sessions?

A.Telnet
B.SSH
C.SNMP
D.HTTP
AnswerB

SSH (Secure Shell) is the industry-standard protocol for secure remote command-line access to network devices. It establishes an encrypted tunnel over TCP port 22, protecting all management traffic, including authentication credentials and commands, from eavesdropping and tampering. This robust encryption and strong authentication make SSH the preferred choice for securely managing multiple routers and switches from a remote location, ensuring confidentiality and integrity.

Why this answer

SSH (Secure Shell) encrypts all traffic, including authentication credentials and session data, making it the correct choice for securely managing routers and switches over a network. Telnet transmits everything in plaintext, while SNMP and HTTP lack the interactive encrypted terminal session required for remote CLI management.

Exam trap

CompTIA often tests the distinction between Telnet and SSH by presenting a scenario that requires encryption, hoping candidates overlook that Telnet offers no security and default to it because of its simplicity or familiarity.

Why the other options are wrong

A

Telnet transmits data, including credentials, in plaintext, so it does not provide encryption for remote terminal sessions, which is required by the question.

C

SNMP is used for network monitoring and management of device configurations, not for establishing remote terminal sessions. It does not provide an interactive command-line interface for routers and switches.

D

HTTP is not encrypted and is used for web traffic, not for remote terminal sessions to manage routers and switches.

When would these options actually be correct?

A

In a scenario where the question specifies a legacy network with no security requirements or asks for a protocol that does not require encryption, Telnet would be correct for remote terminal access.

C

A question asking for a protocol to collect performance metrics or monitor device status from multiple routers and switches, especially when encrypted communication is required (SNMPv3).

D

When the question asks for a protocol to access a web-based management interface on a network device without encryption requirements, HTTP would be correct.

Why candidates pick the wrong answer

A

Candidates often confuse Telnet with SSH because both provide remote terminal access, and they may overlook the encryption requirement or assume Telnet can be secured with other measures.

C

Candidates may confuse SNMP's role in network management with remote terminal access, or think that because SNMP can manage devices, it can also be used for interactive sessions.

D

Candidates may confuse HTTP with HTTPS or think that web-based management is equivalent to terminal sessions, overlooking the encryption requirement.

445
MCQhard

A security analyst detects that an attacker is sending forged ARP replies to associate the attacker's MAC address with the IP address of the default gateway. What is this attack called?

A.ARP poisoning
B.MAC flooding
C.DHCP snooping
D.DNS spoofing
AnswerA

ARP poisoning, also known as ARP spoofing, is a man-in-the-middle attack where an attacker sends forged ARP (Address Resolution Protocol) messages over a local area network. By sending false ARP replies, the attacker associates their own MAC address with the IP address of another host, such as the default gateway. This causes the victim's traffic, intended for the gateway, to be incorrectly forwarded to the attacker's machine, allowing interception or modification.

Why this answer

ARP poisoning (also known as ARP spoofing) is the correct answer because the attacker sends forged ARP replies to associate their MAC address with the IP address of the default gateway. This causes the victim's switch to update its ARP cache with the attacker's MAC for the gateway's IP, enabling man-in-the-middle attacks where the attacker intercepts traffic destined for the gateway.

Exam trap

The N10-009 exam often tests the distinction between ARP poisoning (which targets the ARP cache) and MAC flooding (which targets the switch's CAM table), leading candidates to confuse the two because both involve MAC addresses and network attacks.

Why the other options are wrong

B

MAC flooding involves sending many frames with different source MAC addresses to overflow the switch's CAM table, not forging ARP replies to associate a MAC with a gateway IP.

C

DHCP snooping is a security feature that filters untrusted DHCP messages to prevent rogue DHCP servers, not a method for forging ARP replies to associate a MAC with a gateway IP.

D

DNS spoofing involves corrupting DNS resolution to redirect traffic to malicious sites, not forging ARP replies to associate a MAC address with a gateway IP.

When would these options actually be correct?

B

A question describing an attack where an attacker sends a flood of packets with random source MAC addresses to force a switch into hub mode, allowing traffic sniffing, would have MAC flooding as the correct answer.

C

A question describing an attack where a rogue DHCP server assigns false IP configurations to clients, causing traffic interception, would have DHCP snooping as the correct answer (e.g., 'What attack is mitigated by DHCP snooping?').

D

A question describing an attacker intercepting DNS queries and returning fake IP addresses to redirect users to a phishing site would make DNS spoofing the correct answer.

Why candidates pick the wrong answer

B

Candidates may confuse ARP poisoning with MAC flooding because both attacks manipulate MAC address tables and are used for man-in-the-middle or traffic interception purposes.

C

Candidates may confuse DHCP snooping with ARP poisoning because both involve manipulating network mappings (IP-MAC) and are often covered together in security training.

D

Candidates may confuse network-layer attacks, thinking 'spoofing' in DNS spoofing is similar to ARP spoofing, or they may misremember the specific attack vector for ARP poisoning.

446
MCQhard

A network administrator wants to ensure that SNMP traffic between the network monitoring server and managed devices is encrypted and provides authentication of the data origin. Which version of SNMP should be implemented?

A.A: SNMPv1
B.B: SNMPv2c
C.C: SNMPv3
D.D: SNMPv2
AnswerC

SNMPv3 is the only version that incorporates robust security features, including strong authentication and encryption, which are crucial for protecting sensitive network management traffic. It utilizes the User-based Security Model (USM) for message authentication and privacy (encryption), ensuring data integrity and confidentiality. This prevents unauthorized access to network device information and protects against tampering, making it the standard for secure network management.

Why this answer

SNMPv3 is the correct choice because it provides both encryption (via the AuthPriv security level) and data origin authentication (via the AuthNoPriv or AuthPriv levels). Unlike earlier versions, SNMPv3 includes a security model that ensures confidentiality, integrity, and authentication, meeting the administrator's requirements.

Exam trap

The trap here is that candidates often confuse SNMPv2c's improved efficiency and bulk retrieval (e.g., GetBulk) with security enhancements, but SNMPv2c still lacks encryption and authentication, making SNMPv3 the only viable option for secure SNMP traffic.

Why the other options are wrong

A

SNMPv1 does not support encryption or authentication; it uses community strings in plaintext, so it cannot provide the required security for data origin authentication and encryption.

B

SNMPv2c uses community strings for authentication, which are transmitted in plaintext, and does not provide encryption or data origin authentication, failing the question's requirements.

D

SNMPv2 (and SNMPv2c) lacks encryption and authentication; it only uses community strings in plaintext, which does not meet the requirement for encrypted and authenticated data origin.

When would these options actually be correct?

A

A question asking for the simplest SNMP version that is widely supported for basic monitoring in a trusted, isolated network where security is not a concern, and only read-only access is needed.

B

A question asking for the simplest SNMP version that supports bulk retrieval of MIB data (e.g., GETBULK) and uses community-based authentication, without requiring encryption or strong authentication.

D

A question that asks for a version that supports bulk retrieval of MIB data (GetBulk) or improved error handling, without requiring security features, would make SNMPv2 the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse SNMPv1 with being 'secure enough' for basic monitoring, or they may not realize that SNMPv1 lacks any security features beyond a plaintext community string.

B

Candidates may confuse SNMPv2c's community strings as providing some form of authentication, or they may recall that SNMPv2c is widely used and mistakenly think it supports encryption.

D

Candidates may confuse SNMPv2 with SNMPv3, thinking that 'v2' implies improved security, or they may recall that SNMPv2 introduced some enhancements but overlook that security was not addressed until v3.

447
MCQmedium

A security auditor discovers that an unauthorized switch has been connected to an access port in the wiring closet. The rogue switch caused a network loop and disrupted connectivity. Which security feature, if enabled on the access port, would have prevented this by disabling the port when a BPDU is received?

A.BPDU guard
B.Root guard
C.Loop guard
D.UDLD
AnswerA

BPDU guard is a critical Spanning Tree Protocol (STP) security feature designed to protect the integrity of the STP domain by preventing unauthorized devices from influencing the network topology. When enabled on an access port, it immediately places the port into an error-disabled state upon receiving any Bridge Protocol Data Unit (BPDU). This action effectively shuts down the port, isolating the unauthorized switch and preventing it from injecting BPDUs that could disrupt the STP topology or create network loops.

Why this answer

BPDU guard is the correct answer because it is specifically designed to protect against rogue switch connections on access ports. When enabled, if a port receives any Bridge Protocol Data Unit (BPDU), it immediately places the port into an errdisable state, effectively disabling it and preventing a potential network loop. This directly addresses the scenario where an unauthorized switch connected to an access port caused a loop.

Exam trap

CompTIA often tests the distinction between BPDU guard and Root guard, where candidates mistakenly choose Root guard thinking it prevents loops, but Root guard only protects the root bridge election and does not disable a port upon BPDU reception.

Why the other options are wrong

B

Root guard is used to enforce the root bridge position in a spanning-tree topology, not to disable ports upon receiving BPDUs. It does not prevent unauthorized switches from causing loops by disabling the port.

C

Loop guard is designed to prevent alternate or root ports from becoming designated ports in the absence of BPDUs, not to disable a port upon receiving a BPDU. It does not protect against rogue switches sending BPDUs.

D

UDLD (Unidirectional Link Detection) detects unidirectional links but does not disable a port upon receiving BPDUs; it is not designed to prevent rogue switches or loops caused by BPDU reception.

When would these options actually be correct?

B

Root guard would be correct in a scenario where an administrator wants to ensure that a specific switch remains the root bridge and prevent any other switch from becoming root by sending superior BPDUs. For example, on a port connected to a customer switch, root guard would disable the port if a superior BPDU is received.

C

A question describing a scenario where a unidirectional link failure causes a loop, and the solution must prevent a port from transitioning to forwarding state when BPDUs stop arriving (e.g., due to a faulty cable).

D

UDLD would be correct in a scenario where a network administrator needs to detect and disable ports that are only transmitting in one direction, preventing issues like routing loops or STP failures due to unidirectional links.

Why candidates pick the wrong answer

B

Candidates may confuse root guard with BPDU guard because both involve BPDUs and port disabling, but root guard focuses on maintaining root bridge status rather than preventing unauthorized switches.

C

Candidates may confuse loop guard with BPDU guard because both deal with loops and BPDUs, but loop guard addresses missing BPDUs rather than unexpected BPDUs.

D

Candidates may confuse UDLD with BPDU guard because both involve loop prevention, but UDLD focuses on unidirectional links rather than unauthorized BPDU reception.

448
MCQmedium

A technician is troubleshooting an intermittent connectivity issue between two switches connected by a fiber optic cable. The link status shows up/down flapping. The technician checks the optical power levels and finds they are within acceptable range. Which of the following is the most likely cause?

A.Dirty fiber connectors
B.Duplex mismatch
C.Speed mismatch
D.VLAN mismatch
AnswerA

Contamination on fiber end faces, such as dust or oil, can cause significant and intermittent signal degradation. These microscopic particles can partially block or scatter the light signal, leading to increased attenuation or back reflection that disrupts communication. The intermittent nature arises because the contamination might shift, vibrate, or only partially obscure the core, causing periods of good signal followed by periods of poor or lost signal, resulting in link flaps. Even if average power readings appear acceptable, the transient nature of the obstruction can cause connectivity to drop.

Why this answer

Intermittent link flapping with acceptable optical power levels strongly indicates a physical-layer issue that is not related to signal strength. Dirty fiber connectors cause intermittent signal degradation due to scattering and absorption of light, leading to CRC errors and link flaps even when average power appears normal. Cleaning the connectors is the standard first step in such scenarios.

Exam trap

The trap here is that candidates see 'acceptable optical power levels' and assume the physical layer is fine, overlooking that intermittent physical contamination can cause flapping without dropping the average power below threshold.

Why the other options are wrong

B

Duplex mismatch typically causes constant errors or complete link failure, not intermittent flapping. The symptoms here (up/down flapping with acceptable optical power) point to a physical layer issue like dirty connectors, not a duplex configuration problem.

C

Speed mismatch typically causes a link to not come up at all or to flap continuously, but the question states optical power levels are within range, and the issue is intermittent. Speed mismatch would usually be constant, not intermittent, and is less common on fiber links with auto-negotiation.

D

A VLAN mismatch would cause connectivity issues but typically results in a stable link state (up/up) with no communication, not intermittent flapping of the link status. The link flapping indicates a physical layer problem, not a layer 2 configuration issue.

When would these options actually be correct?

B

A technician reports that a link is up but has a high number of CRC errors and slow performance. After checking, both switches are set to different duplex modes (one half, one full). In that scenario, duplex mismatch is the most likely cause.

C

A technician connects two switches and the link fails to establish. The switches have different fixed speed capabilities (e.g., one is 100 Mbps and the other is 1 Gbps) and auto-negotiation is disabled. In this scenario, speed mismatch is the most likely cause.

D

A VLAN mismatch would be correct in a scenario where two switches are connected and the link is up/up, but devices on the same VLAN cannot communicate across the link, or there is no traffic passing despite a stable link.

Why candidates pick the wrong answer

B

Candidates may confuse intermittent flapping with duplex mismatch because both can cause connectivity issues, but they overlook that duplex mismatch usually results in persistent errors rather than link state changes.

C

Candidates may confuse symptoms of speed mismatch (link flapping) with those of dirty connectors, or they may overgeneralize that any flapping is due to speed/duplex issues without considering the intermittent nature and acceptable power levels.

D

Candidates may confuse VLAN mismatch with other misconfigurations that cause intermittent issues, or they might think that VLAN mismatch can cause link flapping due to spanning tree or other protocols reacting to the misconfiguration.

449
MCQhard

Users in a remote office are experiencing slow file transfers to the data center. The network technician runs a traceroute and discovers high latency on a specific hop. The technician pings that hop and gets replies with varying latency. The technician also checks the interface error counters on the router at that hop and finds no errors. What is the most likely cause?

A.Duplex mismatch
B.Incorrect MTU
C.Route flapping
D.CPU overload on the router
AnswerD

When a router's CPU is overloaded, it struggles to process packets efficiently, leading to increased queue depths for incoming traffic. This results in significant packet processing delays and variable latency, directly impacting file transfer speeds without necessarily generating interface errors like discards or input errors. The router simply cannot keep up with the forwarding, routing table lookups, and other management plane tasks.

Why this answer

High latency with varying values (jitter) combined with clean interface error counters points to a router that is overwhelmed by processing demands. When a router's CPU is overloaded, it queues packets for processing, introducing variable delays even though the physical layer shows no errors. This matches the symptom of a specific hop showing latency spikes without CRC or framing errors.

Exam trap

The trap here is that candidates see 'no errors' on the interface and assume the problem must be at a higher layer, but CompTIA often tests that CPU overload can cause latency without any interface errors, misleading those who think clean counters always mean a healthy router.

Why the other options are wrong

A

Duplex mismatch typically causes CRC errors and frame check sequence failures, which would appear in interface error counters. Since the technician checked and found no errors, duplex mismatch is unlikely.

B

Incorrect MTU typically causes packet fragmentation or drops, not varying latency with no interface errors. The symptoms of high and varying latency without errors point to CPU overload, not MTU issues.

C

Route flapping typically causes intermittent connectivity and routing table instability, not consistently high latency with varying ping responses and no interface errors.

When would these options actually be correct?

A

A question describes intermittent connectivity or slow performance between two directly connected devices, and the interface error counters show CRC errors or runts. In that scenario, duplex mismatch is a common cause.

B

Incorrect MTU would be correct if users report that large file transfers fail or are slow, while small transfers work fine, and the traceroute shows no response or 'fragmentation needed' messages at a specific hop, with no latency variation.

C

A question describes intermittent connectivity to a remote site, with traceroute showing the route changing between different paths and the route appearing and disappearing in the routing table. The correct answer would be route flapping.

Why candidates pick the wrong answer

A

Candidates often associate high latency with layer 1 or 2 issues like duplex mismatch, but they overlook that duplex mismatch usually produces visible errors on the interface counters.

B

Candidates may confuse MTU issues with latency problems because both can affect file transfer performance, and MTU misconfiguration is a common cause of network slowdowns in remote office scenarios.

C

Candidates may associate any routing issue with 'flapping' and confuse high latency with route instability, especially when traceroute shows a problematic hop.

450
MCQeasy

At which OSI layer does a router primarily operate to make forwarding decisions based on IP addresses?

A.Layer 1 (Physical)
B.Layer 2 (Data Link)
C.Layer 3 (Network)
D.Layer 4 (Transport)
AnswerC

A router's primary function is to forward data packets between different network segments or subnets. This crucial operation relies on examining the destination logical IP address contained within the packet header, which is a function of the OSI Layer 3, the Network layer. Routers use routing tables to determine the optimal path for these packets, making intelligent forwarding decisions based on network topology and reachability, fundamentally operating at this layer to connect disparate networks.

Why this answer

A router primarily operates at Layer 3 (Network) of the OSI model because it uses logical IP addresses (e.g., IPv4 or IPv6) to make forwarding decisions. The router examines the destination IP address in the packet header, performs a longest-prefix match against its routing table, and determines the next-hop interface. This layer is responsible for end-to-end delivery and path selection across multiple networks.

Exam trap

CompTIA often tests the misconception that routers operate at Layer 2 because they forward frames, but the key distinction is that routers make forwarding decisions based on Layer 3 IP addresses, not Layer 2 MAC addresses.

Why the other options are wrong

A

Routers use IP addresses to make forwarding decisions, which operate at Layer 3 (Network). Layer 1 is the physical medium (cables, signals) and does not involve IP addresses.

B

A router makes forwarding decisions based on IP addresses, which are Layer 3 (Network layer) addresses. Layer 2 (Data Link layer) uses MAC addresses for forwarding within a local network, not IP addresses.

D

Routers make forwarding decisions based on IP addresses, which operate at Layer 3 (Network). Layer 4 (Transport) handles end-to-end communication and port numbers, not IP routing.

When would these options actually be correct?

A

A question asking 'At which OSI layer do hubs and repeaters operate?' would have Layer 1 as the correct answer, as these devices simply regenerate signals without addressing.

B

This option would be correct for a question like: 'At which OSI layer does a switch primarily operate to make forwarding decisions based on MAC addresses?' In that context, Layer 2 is the correct answer.

D

A question asking which OSI layer handles segmentation, flow control, and error recovery (e.g., TCP/UDP) would have Layer 4 as the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse the physical transmission of data (Layer 1) with the routing function, or think that routers deal with physical connections.

B

Candidates may confuse routers with switches, as both forward traffic, or they may think that IP addresses are handled at Layer 2 because they associate IP with Ethernet frames.

D

Candidates may confuse the router's use of IP addresses with higher-layer functions like port-based filtering, or mistakenly think routers inspect transport-layer headers for forwarding decisions.

Page 5

Page 6 of 7

Page 7

All pages