Courseiva

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

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

Page 4

Page 5 of 7

Page 6
301
MCQeasy

A user reports that they cannot access the internet, but they can access local resources on the same subnet. The network administrator pings the default gateway and gets a response. Which tool should be used next to trace the path to an external website?

A.netstat
B.traceroute
C.nslookup
D.arp
AnswerB

Traceroute (or `tracert` on Windows) is the ideal tool for diagnosing connectivity issues beyond the local network, such as the inability to reach the internet while local resources are accessible. It works by sending packets with incrementally increasing Time-to-Live (TTL) values, causing each successive router along the path to return an ICMP "Time Exceeded" message. This process maps the entire route to the destination, clearly identifying the specific hop where packets stop forwarding or time out, thereby pinpointing the exact point of failure in the internet path.

Why this answer

B is correct because traceroute (tracert on Windows) is the appropriate tool to identify where packets are being dropped or delayed along the path from the local host to an external website. Since the user can access local resources and the default gateway responds to pings, the issue likely lies beyond the gateway, and traceroute will reveal the hop where connectivity fails.

Exam trap

The N10-009 exam often tests the misconception that a successful ping to the default gateway guarantees internet connectivity, but the trap here is that the problem may be at a subsequent hop, and traceroute is the correct tool to isolate that hop.

Why the other options are wrong

A

Netstat displays network connections, routing tables, and interface statistics, but it does not trace the path packets take to a destination. The question requires tracing the route to an external website, which is exactly what traceroute does.

C

nslookup is used to query DNS servers to resolve domain names to IP addresses, not to trace the network path. The issue here is about tracing the route to an external website, which requires path discovery, not DNS resolution.

D

ARP is used to resolve IP addresses to MAC addresses on a local network, not to trace the path to an external website. Since the user can access local resources and the default gateway responds, ARP is not the next step for diagnosing internet connectivity.

When would these options actually be correct?

A

A user reports slow network performance, and you need to check which active connections are consuming bandwidth or if there are unexpected connections. Netstat would be the correct tool to list all current TCP/UDP connections and listening ports.

C

nslookup would be correct in a scenario where a user cannot access a website by name but can access it by IP address, indicating a DNS resolution problem. The question would ask which tool to use to verify DNS resolution.

D

When a user cannot access any network resources, including local ones, and you suspect an IP address conflict or incorrect MAC address mapping. In that scenario, using ARP to check the local ARP cache or verify the gateway's MAC address would be appropriate.

Why candidates pick the wrong answer

A

Candidates may confuse netstat with traceroute because both are network diagnostic tools, or they might think netstat can show the route by examining routing tables, but it cannot trace the actual path to a remote host.

C

Candidates may confuse network connectivity issues with DNS issues, thinking that if a website is unreachable, the problem must be with name resolution, so they choose nslookup without considering that local resources are accessible and the gateway responds.

D

Candidates may confuse ARP with tools that diagnose network connectivity issues, thinking it can help trace routes because it deals with network layer addressing, but it only operates on the local link.

302
MCQhard

An attacker is eavesdropping on network traffic to capture sensitive data sent over an unencrypted HTTP connection. Which technology should be implemented to protect data in transit between clients and web servers?

A.SSL/TLS
B.IPSec
C.SSH
D.SNMPv3
AnswerA

SSL/TLS (Secure Sockets Layer/Transport Layer Security) is the foundational protocol suite for encrypting communication over computer networks, most notably for securing web traffic via HTTPS. When an attacker attempts to eavesdrop on web sessions, SSL/TLS encrypts the data at the application layer, ensuring confidentiality, integrity, and authenticity between the client and server. This prevents unauthorized parties from reading or tampering with sensitive information exchanged during browsing.

Why this answer

SSL/TLS (Secure Sockets Layer/Transport Layer Security) operates at the application layer to encrypt HTTP traffic, creating HTTPS. This ensures that data transmitted between clients and web servers is encrypted, preventing eavesdroppers from reading sensitive information like passwords or credit card numbers. TLS is the standard protocol for securing HTTP communications, as defined in RFC 8446.

Exam trap

CompTIA often tests the distinction between encryption protocols by layering (e.g., IPSec at Layer 3 vs. TLS at Layer 4/Application), causing candidates to pick IPSec because it is a well-known security protocol, even though it does not directly protect HTTP traffic.

Why the other options are wrong

B

IPSec is designed to secure IP communications by encrypting and authenticating IP packets, but it operates at the network layer and is typically used for site-to-site VPNs or remote access, not for protecting individual HTTP sessions between clients and web servers.

C

SSH is used for secure remote administration and file transfers, not for protecting HTTP web traffic between clients and servers. It does not integrate with HTTP to encrypt web sessions.

When would these options actually be correct?

B

IPSec would be correct in a scenario where an organization needs to secure all traffic between two network segments (e.g., branch office and headquarters) over an untrusted network, such as the internet, by creating an encrypted VPN tunnel.

C

An exam question asks: 'Which protocol provides encrypted remote shell access and secure file transfer over an unsecured network?' In that context, SSH is the correct answer.

Why candidates pick the wrong answer

B

Candidates may confuse IPSec as a general encryption protocol for all network traffic, not realizing that for web traffic (HTTP), SSL/TLS is the standard and more appropriate solution at the application layer.

C

Candidates may confuse SSH with SSL/TLS because both use encryption and have 'secure' in their names, leading them to think SSH can secure web traffic.

303
MCQeasy

A network administrator is implementing a change management process. Which of the following is the PRIMARY benefit of following this process?

A.It reduces the cost of implementing new hardware
B.It ensures that all network changes are automated
C.It minimizes the impact of changes on network operations and reduces errors
D.It documents the network topology for future reference
AnswerC

Implementing a robust change management process establishes a structured framework for evaluating, approving, and executing modifications to the network infrastructure. This systematic approach ensures that all potential impacts are thoroughly assessed before implementation, significantly reducing the likelihood of unforeseen outages or performance degradation. By mandating pre-implementation testing, scheduled maintenance windows, and clear rollback plans, it effectively minimizes disruption to ongoing network operations and drastically lowers the occurrence of human errors.

Why this answer

The primary benefit of a change management process is to minimize the impact of changes on network operations and reduce errors. By requiring documented planning, approval, and rollback procedures, change management ensures that modifications are reviewed and tested before implementation, which directly reduces the risk of misconfigurations and unplanned outages.

Exam trap

The trap here is that candidates confuse the procedural benefit of reducing errors with cost savings or automation, but the CompTIA N10-009 exam specifically tests that change management's core purpose is operational stability and risk mitigation, not financial or automation outcomes.

Why the other options are wrong

A

The primary benefit of change management is not cost reduction; it is about controlling changes to minimize disruption and errors. Cost reduction may be a secondary effect, but it is not the primary goal.

B

Change management processes do not ensure automation; they focus on planning, approval, and documentation to control changes. Automation is a separate tool that may be used within the process but is not a primary benefit.

D

Documenting network topology is a secondary benefit of change management, not the primary benefit. The primary benefit is minimizing operational impact and reducing errors during changes.

When would these options actually be correct?

A

A question asking: 'Which of the following is a benefit of standardizing hardware procurement?' would make this option correct, as standardization can reduce costs through bulk purchasing and compatibility.

B

A question asking 'Which of the following is a benefit of using configuration management tools?' could have 'It ensures that all network changes are automated' as correct, since tools like Ansible or Puppet automate configuration deployment.

D

This option would be correct if the question asked: 'Which of the following is a benefit of maintaining a network documentation process?' or 'What is an advantage of using a configuration management database (CMDB)?'

Why candidates pick the wrong answer

A

Candidates may associate change management with efficiency and cost savings, mistakenly thinking that reducing costs is the main objective rather than risk mitigation and stability.

B

Candidates may associate change management with automation tools like scripts or orchestration, mistakenly believing that the process itself guarantees automation rather than controlled manual changes.

D

Candidates may confuse documentation as the primary goal of change management because change management often involves updating records, but the core purpose is risk mitigation and operational stability.

304
MCQmedium

A network technician is explaining the concept of encapsulation to a junior technician. At which OSI layer does a packet get encapsulated with a source and destination IP address?

A.Layer 2
B.Layer 3
C.Layer 4
D.Layer 1
AnswerB

The Network layer (Layer 3) is precisely where the IP header is added to the Transport layer segment or datagram, creating an IP packet. This header contains the crucial source and destination IP addresses, enabling logical addressing across disparate networks. This encapsulation is fundamental for routing decisions, allowing data to traverse multiple routers and reach its ultimate destination beyond the local network segment.

Why this answer

At Layer 3 (the Network layer), the packet is encapsulated with a source and destination IP address. This is defined by the Internet Protocol (IP), which handles logical addressing and routing across networks. The IP header is added to the payload from the upper layers, creating a packet that can be forwarded by routers.

Exam trap

The trap here is that candidates often confuse Layer 2 MAC addressing with Layer 3 IP addressing, mistakenly thinking the packet is encapsulated with IP addresses at the Data Link layer, but encapsulation with IP addresses occurs strictly at the Network layer.

Why the other options are wrong

A

Layer 2 (Data Link layer) uses MAC addresses for local network delivery, not IP addresses. Encapsulation with source and destination IP addresses occurs at Layer 3 (Network layer).

C

Layer 4 (Transport) uses port numbers and manages end-to-end communication, not IP addressing. IP addresses are added at Layer 3 (Network).

D

Layer 1 (Physical) deals with raw bit transmission over physical media, not with IP addresses. Encapsulation with IP addresses occurs at Layer 3 (Network).

When would these options actually be correct?

A

This option would be correct if the question asked: 'At which OSI layer does a frame get encapsulated with source and destination MAC addresses?'

C

A question asking 'At which OSI layer is a segment encapsulated with source and destination port numbers?' would make Layer 4 correct.

D

A question asking at which layer data is converted into electrical signals, light pulses, or radio waves for transmission over a physical medium would have Layer 1 as the correct answer.

Why candidates pick the wrong answer

A

Candidates often confuse the roles of Layer 2 and Layer 3, mistakenly thinking IP addresses are added at Layer 2 because both involve addressing.

C

Candidates may confuse encapsulation of IP addresses with the Transport layer because TCP/UDP headers also contain addressing information (ports), leading to a mix-up between network and transport addressing.

D

Candidates may confuse the physical transmission of data with the encapsulation process, thinking that IP addresses are added at the lowest layer because they associate addressing with hardware interfaces.

305
Drag & Dropmedium

Drag and drop the steps to configure a firewall rule allowing inbound HTTPS traffic to a web server 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 correct sequence for configuring a firewall rule to allow inbound HTTPS traffic is to start with a descriptive rule name, then specify the protocol (TCP) and port (443) to identify the service, then define the source and destination IP addresses, and finally set the action to allow and apply the rule. This order follows logical firewall policy design: identification, service definition, addressing, and enforcement. Common mistakes include placing the protocol/port after addressing or delaying the rule name, which can lead to disorganized or incorrect firewall configurations.

306
MCQeasy

A user reports that they cannot access any network resources. The technician checks the IP configuration on the workstation and sees an IP address of 169.254.10.55 with a subnet mask of 255.255.0.0. Which of the following should the technician check NEXT?

A.Configure a static IP address on the workstation
B.Verify that the DHCP server is available and reachable
C.Check the DNS server configuration on the workstation
D.Replace the network cable
AnswerB

When a workstation fails to obtain an IP address lease from a DHCP server, it automatically assigns itself an Automatic Private IP Addressing (APIPA) address in the 169.254.0.0/16 range. This self-assigned address indicates a fundamental failure in the DHCP process. Therefore, the most logical and effective first troubleshooting step is to verify the operational status and network reachability of the DHCP server itself, as its unavailability is the direct cause of the APIPA assignment and lack of network resource access.

Why this answer

The IP address 169.254.10.55 with a subnet mask of 255.255.0.0 is an Automatic Private IP Addressing (APIPA) address, which Windows assigns when a DHCP server is unreachable. The next logical step is to verify that the DHCP server is available and reachable, as this directly addresses the root cause of the failed DHCP lease acquisition.

Exam trap

The N10-009 exam often tests the misconception that a 169.254.x.x address indicates a DNS or static IP issue, when in fact it specifically points to DHCP server unreachability as the primary cause.

Why the other options are wrong

A

The workstation has an APIPA address (169.254.x.x), indicating it failed to obtain an IP from a DHCP server. Configuring a static IP is premature before verifying DHCP server availability, as the root cause is likely DHCP-related.

C

The IP address 169.254.10.55 is an Automatic Private IP Addressing (APIPA) address, indicating the workstation failed to obtain an IP from a DHCP server. DNS configuration is irrelevant until IP connectivity is established; the immediate next step is to verify DHCP server availability.

D

The IP address 169.254.10.55 is an Automatic Private IP Addressing (APIPA) address, indicating the workstation failed to obtain an IP from a DHCP server. A faulty network cable would typically cause a link-down condition, not an APIPA address, so checking the cable is not the next logical step.

When would these options actually be correct?

A

A technician should configure a static IP when the DHCP server is confirmed unreachable or misconfigured, and the workstation needs temporary network access for troubleshooting, or when the network policy requires static IPs for certain devices.

C

A user can access network resources by IP address but not by hostname. In this scenario, the workstation has a valid IP configuration (not APIPA), and the technician should check DNS server configuration to resolve name resolution issues.

D

A user reports no network access, and the technician finds the workstation has no IP address (0.0.0.0) or a link-local address with a physical link indicator showing no activity. In that scenario, replacing the network cable would be a correct next step to rule out a physical connectivity issue.

Why candidates pick the wrong answer

A

Candidates may think that since the workstation has an invalid IP, manually setting a static IP will immediately fix the issue, overlooking the need to first diagnose why DHCP failed.

C

Candidates may confuse APIPA with general network configuration issues and incorrectly assume DNS is the cause, not recognizing that APIPA indicates a DHCP failure that must be resolved first.

D

Candidates may assume that any network connectivity problem is caused by a physical issue like a bad cable, overlooking the specific indicator of APIPA which points to DHCP failure rather than a layer 1 problem.

307
MCQeasy

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

A.2001:db8::1
B.fe80::1
C.ff02::1
D.2000::/3
AnswerB

IPv6 link-local addresses, identified by the fe80::/10 prefix, are automatically configured on every network interface. These addresses are strictly confined to a single physical link and are not routable beyond that segment. Their primary purpose is for local-link communication, such as Neighbor Discovery Protocol (NDP) operations, stateless address autoconfiguration (SLAAC), and initial router discovery. fe80::1 is a valid example of such an address, often assigned to a host or a router's interface.

Why this answer

(fe80::1) is correct because IPv6 link-local addresses always begin with the prefix fe80::/10, as defined in RFC 4291. These addresses are automatically assigned to every IPv6-enabled interface and are only valid on a single link (subnet), never routed. The address fe80::1 is a common example of a link-local address.

Exam trap

The N10-009 exam often tests the distinction between the link-local prefix (fe80::/10) and the multicast prefix (ff00::/8), so candidates may confuse ff02::1 (all-nodes multicast) with a link-local unicast address.

Why the other options are wrong

A

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

C

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

D

2000::/3 is the prefix for global unicast addresses, not link-local addresses. Link-local addresses are in the fe80::/10 range.

When would these options actually be correct?

A

This option would be correct if the question asked for a global unicast address or an example of an IPv6 address used for documentation purposes.

C

This option would be correct if the question asked 'Which IPv6 address is used to reach all nodes on the local link?' or 'Which address is an IPv6 multicast address for all nodes?'

D

This option would be correct if the question asked 'Which of the following is a valid IPv6 global unicast address prefix?' or 'Which prefix is used for global unicast addresses?'

Why candidates pick the wrong answer

A

Candidates may confuse the documentation prefix 2001:db8::/32 with link-local addresses, or they might think any non-multicast address is link-local.

C

Candidates may confuse 'link-local' with 'local-link multicast' because both involve the local link, or they may misremember the prefix for link-local addresses as ff02 instead of fe80.

D

Candidates may confuse the prefix notation 2000::/3 with a specific address, or mistakenly think it represents a link-local range due to its common appearance in IPv6 documentation.

308
MCQmedium

A network administrator needs to identify which application protocols are consuming the most bandwidth on the company WAN link. Which of the following tools should the administrator use?

A.NetFlow analyzer
B.Packet sniffer (e.g., tcpdump)
C.Port scanner (e.g., Nmap)
D.Bandwidth speed test
AnswerA

NetFlow (and similar technologies like sFlow or IPFIX) captures metadata about network conversations, known as "flows." Each flow record includes source/destination IP addresses, ports, protocols, and byte/packet counts. An analyzer aggregates these records to provide detailed insights into which specific applications (identified by port/protocol) are generating the most traffic, making it ideal for identifying top bandwidth consumers and their usage patterns.

Why this answer

A NetFlow analyzer is the correct tool because it collects flow-level metadata (e.g., source/destination IPs, ports, protocol, and byte counts) from routers or switches, enabling the administrator to identify which application protocols (via port/protocol analysis) are consuming the most bandwidth over time. Unlike packet-level tools, NetFlow provides aggregated traffic statistics without storing full packet payloads, making it efficient for long-term WAN bandwidth monitoring.

Exam trap

The N10-009 exam often tests the distinction between flow-based monitoring (NetFlow) and packet-level analysis (sniffers), trapping candidates who think a packet sniffer is the best tool for long-term bandwidth usage by application, when in fact it is too resource-intensive and lacks built-in aggregation for that purpose.

Why the other options are wrong

B

A packet sniffer captures raw packets for deep inspection but does not aggregate bandwidth usage by application protocol; it requires manual analysis and lacks built-in reporting for top talkers or protocol distribution over time.

C

A port scanner like Nmap identifies open ports and services on hosts, but it does not measure bandwidth consumption by application protocols. It cannot show which protocols are using the most bandwidth over time.

D

A bandwidth speed test measures throughput to an external server, not per-application protocol usage on the WAN link, so it cannot identify which application protocols are consuming bandwidth.

When would these options actually be correct?

B

When the question asks for a tool to capture and analyze the contents of individual packets for troubleshooting a specific application issue, such as verifying encryption or decoding application-layer data.

C

A network administrator needs to identify which services are running on a server to assess potential security vulnerabilities. In that scenario, a port scanner like Nmap would be the correct tool.

D

When the question asks to measure the maximum throughput or latency of the WAN link to an external endpoint, such as verifying ISP performance or troubleshooting slow internet speeds.

Why candidates pick the wrong answer

B

Candidates may think packet sniffers can measure bandwidth by protocol since they see packet sizes and protocols, but they overlook the need for aggregated, historical bandwidth reporting that NetFlow provides.

C

Candidates may confuse the ability to discover running services (which Nmap does) with the ability to measure bandwidth usage by those services, assuming that knowing which services are present implies knowing their bandwidth consumption.

D

Candidates may confuse bandwidth measurement with application protocol analysis, thinking a speed test can show which applications are using the link.

309
MCQmedium

A network engineer is deploying 802.1X authentication for a wireless network. The security policy requires mutual authentication between the client and the network using certificates on both ends. Which EAP method should the engineer select?

A.EAP-MD5
B.EAP-TLS
C.PEAP
D.EAP-FAST
AnswerB

EAP-TLS (Transport Layer Security) is considered one of the strongest EAP methods due to its comprehensive use of X.509 digital certificates. It requires both the authentication server (e.g., RADIUS) and the client device (supplicant) to present valid certificates, establishing robust mutual authentication. This process creates a highly secure, encrypted TLS tunnel for all subsequent communication, effectively preventing man-in-the-middle attacks and ensuring the identity of both parties.

Why this answer

EAP-TLS (Transport Layer Security) is the correct choice because it provides mutual authentication using certificates on both the client and the server, satisfying the security policy requirement. Unlike other EAP methods, EAP-TLS requires a PKI with certificates installed on both endpoints, ensuring that each side validates the other's identity before establishing the connection.

Exam trap

CompTIA often tests the distinction between EAP methods that use certificates on both ends versus those that use certificates only on the server side, leading candidates to mistakenly choose PEAP or EAP-FAST when the question explicitly requires mutual certificate authentication.

Why the other options are wrong

C

PEAP uses a server-side certificate to create a TLS tunnel, but it does not require a client certificate for mutual authentication; it relies on inner EAP methods like MS-CHAPv2 for client authentication, which does not meet the requirement for certificates on both ends.

When would these options actually be correct?

C

A network engineer needs to deploy 802.1X authentication on a wireless network where the client does not have a certificate, but the server does. The security policy requires strong authentication with server-side certificate validation and support for legacy password-based client authentication.

Why candidates pick the wrong answer

C

Candidates may confuse PEAP's use of a server certificate for tunnel establishment as satisfying mutual certificate authentication, not realizing that the client side typically uses passwords or other non-certificate methods inside the tunnel.

310
MCQmedium

A network administrator wants to collect and analyze logs from multiple network devices in a central location. Which of the following protocols should be used?

A.SNMP
B.Syslog
C.SMTP
D.FTP
AnswerB

Syslog is the industry-standard protocol designed specifically for the real-time transmission of event and log messages over an IP network from various network devices to a centralized logging server. This enables efficient collection, storage, and analysis of critical operational data, which is essential for network monitoring, security auditing, and troubleshooting. Its standardized message format allows for interoperability across diverse hardware vendors.

Why this answer

Syslog is the correct protocol because it is specifically designed for centralized log collection and analysis from network devices. It uses UDP port 514 (or TCP 6514 for reliable delivery) to send event messages from routers, switches, and firewalls to a central syslog server, enabling administrators to aggregate and review logs for troubleshooting and security monitoring.

Exam trap

The trap here is that candidates confuse SNMP traps (which are unsolicited alerts about device conditions) with syslog messages, but SNMP traps are for specific events like link up/down, not for general log collection, while syslog is the standard for aggregating all log entries.

Why the other options are wrong

A

SNMP is used for monitoring and managing network devices by collecting performance metrics and status information, not for centralized log collection and analysis. Syslog is the standard protocol for log transport.

C

SMTP is used for sending email messages, not for collecting and analyzing logs from network devices to a central location.

D

FTP is a file transfer protocol, not designed for real-time log collection and analysis from multiple network devices. It lacks the standardized log format and push mechanism that syslog provides for centralized logging.

When would these options actually be correct?

A

A network administrator needs to monitor bandwidth utilization, CPU load, and error counters on routers and switches from a central management station. SNMP would be the correct protocol to retrieve these performance metrics.

C

When the question asks for a protocol to send log alerts or notifications via email from a monitoring system to an administrator.

D

A network administrator needs to transfer large log files from a network device to a central server for offline analysis, where the device can periodically upload logs via FTP. The question would specify batch transfer of log files rather than real-time streaming.

Why candidates pick the wrong answer

A

Candidates may confuse SNMP's monitoring capabilities with log collection, as both involve gathering data from network devices, but SNMP focuses on real-time metrics rather than event logs.

C

Candidates may confuse SMTP with a protocol used for log transmission because both involve sending data, but SMTP is for email, not centralized logging.

D

Candidates may think FTP can be used to transfer log files to a central location, overlooking that syslog is the standard protocol for real-time log collection and that FTP is not designed for continuous, automated log forwarding from multiple devices.

311
MCQmedium

A network administrator wants to segment the network into multiple virtual LANs to reduce broadcast traffic. Which device is required to route traffic between these VLANs?

A.Layer 2 switch
B.Router or Layer 3 switch
C.Bridge
D.Hub
AnswerB

A router or a Layer 3 switch is essential for inter-VLAN routing because these devices operate at Layer 3 of the OSI model, processing IP packets. They maintain routing tables and use IP addresses to forward traffic between different IP subnets, each typically corresponding to a distinct VLAN. This capability allows hosts in separate VLANs to communicate, effectively segmenting the network while maintaining connectivity. Layer 3 switches integrate this routing functionality directly into the switching fabric for higher performance.

Why this answer

VLANs operate at Layer 2, isolating broadcast domains. To route traffic between different VLANs, a device that can forward packets based on Layer 3 IP addresses is required. A router or a Layer 3 switch (which performs hardware-based routing using ASICs) provides the necessary inter-VLAN routing functionality.

Exam trap

CompTIA often tests the misconception that a Layer 2 switch alone can route between VLANs if it supports VLAN tagging (802.1Q), but the switch must have Layer 3 routing capabilities (either as a Layer 3 switch or with an external router) to actually forward traffic between VLANs.

Why the other options are wrong

A

A Layer 2 switch forwards frames based on MAC addresses and cannot perform routing between VLANs because it lacks Layer 3 IP routing capabilities.

C

A bridge operates at Layer 2 and cannot perform routing between VLANs; it only forwards frames based on MAC addresses within the same broadcast domain.

D

A hub operates at Layer 1 and cannot perform VLAN segmentation or routing; it simply repeats electrical signals to all ports, so it cannot route traffic between VLANs.

When would these options actually be correct?

A

When the question asks for a device to connect multiple devices within the same VLAN or to segment a network into VLANs without requiring inter-VLAN routing, a Layer 2 switch is the correct answer.

C

A bridge would be correct in a question about connecting two separate network segments to reduce collision domains while keeping them in the same broadcast domain, such as 'Which device connects two Ethernet segments and forwards frames based on MAC addresses?'

D

In a question asking which device is used to connect multiple devices in a single collision domain or to extend a network segment without any filtering, a hub would be correct. For example: 'Which device operates at Layer 1 and repeats all incoming signals to all ports?'

Why candidates pick the wrong answer

A

Candidates may confuse VLAN segmentation with inter-VLAN routing, assuming that a switch that supports VLANs can also route between them.

C

Candidates may confuse a bridge with a router or Layer 3 switch, thinking it can handle VLAN routing, or they may recall that bridges can segment networks but forget they lack Layer 3 capabilities.

D

Candidates may confuse hubs with switches or routers, thinking any networking device can handle VLANs, or they may not understand that hubs lack the intelligence to process VLAN tags or make forwarding decisions.

312
MCQmedium

A company wants to prevent unauthorized devices from connecting to the wired network by authenticating users or devices before granting network access. Which of the following technologies should be implemented on the switch ports to achieve this?

A.A: 802.1X
B.B: Port security with MAC address sticky
C.C: Access control lists (ACLs)
D.D: DHCP snooping
AnswerA

802.1X is a port-based network access control protocol that authenticates devices before granting them access to the network. It leverages an authenticator (e.g., a switch port), a supplicant (the client device), and an authentication server (e.g., RADIUS) to verify user or device credentials. Until successful authentication, the port remains in an unauthorized state, preventing any unauthorized device from sending or receiving traffic beyond the authentication exchange. This effectively blocks unauthorized devices from connecting.

Why this answer

802.1X is an IEEE standard (802.1X-2020) for port-based Network Access Control (NAC). It authenticates users or devices via EAP (Extensible Authentication Protocol) before the switch port transitions from the unauthorized (blocking) state to the authorized (forwarding) state, effectively preventing unauthorized devices from accessing the wired network.

Exam trap

CompTIA often tests the misconception that port security with sticky MAC addresses provides authentication, but it only restricts MAC addresses and does not verify user identity or credentials, making it a layer-2 control, not an authentication mechanism.

Why the other options are wrong

B

Port security with MAC address sticky only allows specific MAC addresses to connect, but it does not authenticate users or devices before granting network access; it simply filters based on MAC addresses, which can be spoofed.

C

ACLs filter traffic based on IP addresses or protocols but do not authenticate users or devices before granting network access; they control traffic after access is already granted.

D

DHCP snooping is a security feature that filters untrusted DHCP messages to prevent rogue DHCP servers, but it does not authenticate users or devices before granting network access. The question specifically requires authentication before access, which DHCP snooping does not provide.

When would these options actually be correct?

B

This option would be correct for a question asking: 'Which feature prevents unauthorized devices by limiting the number of MAC addresses on a switch port and dynamically learning allowed MACs?'

C

A company needs to restrict traffic between VLANs on a switch, allowing only specific IP ranges to access a sensitive server. Implementing ACLs on the switch ports or VLAN interfaces would be the correct answer.

D

A question asking: 'Which technology helps prevent rogue DHCP server attacks on a switched network?' would make DHCP snooping the correct answer, as it validates DHCP messages on untrusted ports.

Why candidates pick the wrong answer

B

Candidates may confuse MAC address filtering with authentication, thinking that restricting MAC addresses provides similar security to 802.1X, but it lacks the authentication and authorization framework.

C

Candidates may confuse ACLs with network access control because both involve 'access control' in their names, but ACLs lack authentication and are applied post-connection.

D

Candidates may confuse DHCP snooping with network access control because both involve switch port security, but DHCP snooping focuses on DHCP integrity, not user/device authentication.

313
MCQmedium

A network technician is troubleshooting intermittent internet access for a single user. The user’s workstation can ping the default gateway consistently, but web pages fail to load intermittently. Which of the following should the technician check NEXT?

A.A) DNS server configuration
B.B) DHCP lease time
C.C) Switch port speed and duplex settings
D.D) Firewall rules blocking ICMP
AnswerA

If the configured DNS server is intermittently unavailable, overloaded, or providing inconsistent responses, name resolution requests for domain names will sometimes succeed and sometimes fail. This directly impacts web browsing, as browsers rely on DNS to translate URLs into IP addresses, leading to intermittent page loading issues. However, direct IP-based connectivity, such as pinging a known IP address or the default gateway, would remain unaffected, precisely matching the described symptoms.

Why this answer

The user can ping the default gateway consistently, indicating Layer 3 connectivity to the local network is intact. However, intermittent web page failures suggest a name resolution issue, as DNS translates domain names to IP addresses. If the DNS server is misconfigured, unreachable, or returning stale records, the browser will fail to load pages even though basic IP connectivity works.

Checking DNS server configuration is the logical next step because it directly addresses the symptom of name resolution failures.

Exam trap

The N10-009 exam often tests the distinction between Layer 3 reachability (ping success) and application-layer failures (web browsing), leading candidates to incorrectly focus on DHCP or switch port settings instead of DNS.

Why the other options are wrong

B

The user can ping the default gateway consistently, indicating DHCP lease is active and network connectivity is fine. Intermittent web page loading with successful pings points to a name resolution issue, not DHCP lease time.

C

The user can consistently ping the default gateway, indicating Layer 2 connectivity is fine. Intermittent web page loading with successful pings points to a name resolution issue, not duplex/speed mismatch, which would cause packet loss or complete connectivity failure.

D

The user can ping the default gateway consistently, so ICMP traffic is not blocked. The issue is intermittent web page loading, which points to DNS resolution problems, not firewall rules.

When would these options actually be correct?

B

A technician is troubleshooting a user who cannot access network resources and receives an APIPA address. Checking DHCP lease time would be correct to see if the lease expired or the DHCP server is unreachable.

C

A technician is troubleshooting a user who experiences slow or intermittent network performance, and 'ping' shows packet loss or high latency. Checking switch port speed and duplex settings would be correct if a mismatch is suspected, such as a workstation set to 100/full connected to a switch port set to auto/auto.

D

A technician finds that a user cannot access any external websites, but internal resources work. Pinging external IPs fails while pinging internal IPs succeeds. In this scenario, checking firewall rules blocking ICMP or HTTP/S outbound would be appropriate.

Why candidates pick the wrong answer

B

Candidates may confuse DHCP lease expiration with intermittent connectivity, thinking a short lease could cause periodic disconnections, even though the user can consistently ping the gateway.

C

Candidates may confuse intermittent connectivity with physical layer issues, assuming duplex mismatch causes intermittent problems, but duplex mismatch typically causes constant errors or complete failure, not intermittent web access with stable pings.

D

Candidates may think firewall rules could intermittently block traffic, but the consistent ping success rules out ICMP blocking. They might confuse general connectivity issues with specific protocol filtering.

314
MCQmedium

A network engineer plans to change the routing protocol configuration on a core router that will affect all branch connectivity. According to change management best practices, which step should the engineer perform BEFORE implementing the change?

A.Implement the change during business hours to ensure staff availability
B.Create a detailed rollback plan
C.Notify all users after the change is complete
D.Test the change directly on the production router
AnswerB

A detailed rollback plan is paramount for any significant network change, such as altering a routing protocol. It outlines the precise steps to revert the network to its previous stable state if the new configuration introduces unforeseen issues or instability. This critical component of change management minimizes potential downtime and ensures business continuity by providing a safety net against deployment failures.

Why this answer

Creating a detailed rollback plan is a fundamental change management best practice because it ensures that if the routing protocol reconfiguration (e.g., switching from EIGRP to OSPF or modifying redistribution) causes connectivity loss to all branches, the engineer can revert to the previous configuration quickly and safely. Without a rollback plan, a failed change could result in prolonged network downtime while troubleshooting from scratch, violating the principle of minimizing business impact. This step is performed before implementation to predefine the exact commands or backup configuration needed to restore the original routing state.

Exam trap

The trap here is that candidates may confuse 'notify users after the change' with a valid communication step, but change management requires prior notification and approval, not post-change notification.

Why the other options are wrong

A

Implementing during business hours increases risk of disrupting operations; change management best practices require scheduling changes during maintenance windows to minimize impact.

C

Notifying users after the change violates change management best practices, which require prior communication and approval to ensure stakeholders are aware and prepared for potential disruptions.

D

Testing directly on the production router risks causing network outages or disruptions, which violates change management best practices that require testing in a non-production environment first.

When would these options actually be correct?

A

If the change is an emergency fix for a critical outage that must be resolved immediately to restore service, implementing during business hours may be justified to ensure staff availability for rapid response.

C

In a scenario where a change is low-risk and pre-approved, and the question asks for the final step in the change process, notifying users after implementation could be correct to confirm completion.

D

In a scenario where the question asks for the best step to verify the change's functionality after implementation, and the options include testing on a redundant or backup production router during a maintenance window with full rollback readiness.

Why candidates pick the wrong answer

A

Candidates may think having staff available during business hours helps with troubleshooting, but they overlook that changes should be scheduled to minimize user impact, not maximize staff convenience.

C

Candidates may think user notification is sufficient because they focus on communication, but they overlook the need for pre-change planning and rollback preparation.

D

Candidates may think testing is always necessary before change, but they overlook the critical requirement to avoid production impact, especially when the change affects all branch connectivity.

315
MCQmedium

Which of the following is a characteristic of UDP when compared to TCP?

A.A) UDP uses sequence numbers for ordering
B.B) UDP provides reliable data delivery
C.C) UDP has lower overhead due to minimal header
D.D) UDP requires a three-way handshake to establish a connection
AnswerC

UDP's minimal 8-byte header, containing only source and destination ports, length, and a checksum, significantly reduces protocol overhead compared to TCP's more complex 20-byte header. This streamlined structure, coupled with its connectionless nature, eliminates the need for connection establishment and state management, allowing for faster data transmission with less processing burden on network devices and endpoints.

Why this answer

UDP (User Datagram Protocol) has a minimal 8-byte header compared to TCP's 20-byte header, resulting in lower overhead and faster transmission. Unlike TCP, UDP does not provide reliability, flow control, or error recovery, making it ideal for real-time applications like VoIP or video streaming where speed is prioritized over guaranteed delivery.

Exam trap

The trap here is that candidates often confuse UDP's lack of reliability with it being 'unusable' or 'broken,' but the exam tests that UDP's lower overhead is a deliberate design choice for performance-sensitive applications where occasional packet loss is acceptable.

Why the other options are wrong

A

UDP does not use sequence numbers for ordering; that is a feature of TCP, which uses sequence numbers to ensure ordered delivery of data segments.

B

UDP does not provide reliable data delivery; it is connectionless and offers no guarantees regarding packet delivery, ordering, or error recovery, unlike TCP which ensures reliability through acknowledgments and retransmissions.

D

UDP does not require a three-way handshake; it is connectionless and sends data without establishing a connection. The three-way handshake is a TCP mechanism for connection establishment.

When would these options actually be correct?

A

In a question asking 'Which protocol uses sequence numbers for ordering data segments?', TCP would be the correct answer, as it assigns sequence numbers to each byte for proper reassembly.

B

In a question asking 'Which protocol provides reliable data delivery?', TCP would be the correct answer, as it uses acknowledgments, sequence numbers, and retransmissions to ensure data arrives intact and in order.

D

If the question asked 'Which of the following is a characteristic of TCP?' then option D would be correct, as TCP uses a three-way handshake to establish a reliable connection.

Why candidates pick the wrong answer

A

Candidates may confuse UDP with TCP, assuming both use sequence numbers, or they may recall that UDP can optionally use sequence numbers in some applications, but it is not a standard characteristic.

B

Candidates may confuse UDP with TCP due to incomplete understanding of transport layer protocols, mistakenly thinking all protocols provide reliability, or they may recall that UDP can be used with application-layer reliability mechanisms.

D

Candidates may confuse UDP with TCP because both are transport layer protocols, and they might mistakenly think all transport protocols require a handshake, or they may not clearly remember which protocol uses the three-way handshake.

316
MCQmedium

A network administrator is configuring a firewall to allow external users to securely access an internal web server. Which security technique should be used to place the web server in a separate, isolated network segment that is still accessible from the internet?

A.VLAN
B.DMZ
C.VPN
D.NAT
AnswerB

A Demilitarized Zone (DMZ) is a perimeter network specifically designed to host public-facing services, such as web servers or email servers, that need to be accessible from the internet. It acts as a buffer zone, typically situated between two firewalls: one separating it from the external internet and another separating it from the internal private network. This architecture allows external users to access specific services without gaining direct access to the sensitive internal network, significantly enhancing security by isolating potential threats.

Why this answer

A DMZ (demilitarized zone) is a separate, isolated network segment that exposes internal services, such as a web server, to external users while keeping the internal LAN secure. By placing the web server in the DMZ, the firewall can allow inbound traffic from the internet to the DMZ while blocking direct access to the internal network, enforcing strict access control policies.

Exam trap

The trap here is that candidates often confuse VLANs with security isolation, assuming a VLAN alone provides the same protection as a DMZ, but VLANs lack the firewall-enforced access controls and segmentation from the internet that a DMZ requires.

Why the other options are wrong

C

A VPN creates an encrypted tunnel for remote access to a network, but it does not place a server in a separate, isolated network segment accessible from the internet. The question asks for isolating the web server itself, not providing secure remote access.

D

NAT translates private IP addresses to a public IP but does not place the web server in a separate, isolated network segment; it only modifies address translation, not network segmentation.

When would these options actually be correct?

C

A question asking: 'A remote employee needs to securely access internal resources from a public Wi-Fi network. Which technology should be used?' In that scenario, a VPN is correct because it provides an encrypted connection to the internal network.

D

A question asking how to allow multiple internal devices to share a single public IP address when accessing the internet, or how to hide internal IP addresses from external networks.

Why candidates pick the wrong answer

C

Candidates may confuse VPN with DMZ because both involve security and external access, but VPN is about securing the connection, not segmenting the server.

D

Candidates may confuse NAT with network isolation because NAT is often used with firewalls and can obscure internal addresses, but it does not create a separate network segment like a DMZ does.

317
MCQhard

A security analyst is investigating a network anomaly. The analyst notices that the company's web server is receiving a large number of TCP SYN packets from random source IP addresses, all destined for port 80. The web server is responding with SYN-ACK packets, but the connections are never completed. This is causing the server's connection table to fill up, degrading performance for legitimate users. Which type of attack is being described?

A.Ping of death
B.Smurf attack
C.SYN flood
D.DNS amplification
AnswerC

A SYN flood is a denial-of-service attack that exploits the TCP three-way handshake. The attacker sends numerous TCP SYN requests to a target server, often with spoofed source IP addresses. The server responds with SYN-ACK packets and allocates resources for each half-open connection, but never receives the final ACK, eventually exhausting its connection table and preventing legitimate users from connecting.

Why this answer

The attack described is a SYN flood, a type of denial-of-service (DoS) attack that exploits the TCP three-way handshake. The attacker sends a high volume of TCP SYN packets with spoofed source IP addresses to the server's port 80. The server responds with SYN-ACK packets to each spoofed source and waits for the final ACK, which never arrives, causing the server's half-open connection table (backlog queue) to fill up and exhaust resources, degrading performance for legitimate users.

Exam trap

The trap here is that candidates confuse a SYN flood with a Smurf attack or DNS amplification because all three are volumetric DoS attacks, but the key differentiator is the protocol and mechanism: SYN flood uses TCP SYN packets targeting the three-way handshake, while Smurf uses ICMP and DNS amplification uses UDP.

Why the other options are wrong

A

A ping of death involves sending oversized or malformed ICMP packets to crash a system, not TCP SYN packets to fill a connection table.

B

A Smurf attack uses ICMP echo requests sent to a broadcast address with a spoofed source IP, causing all hosts on the network to reply to the victim. This question describes TCP SYN packets to a single server, not ICMP traffic to a broadcast address.

D

DNS amplification attacks use open DNS resolvers to flood a target with large DNS response traffic, not TCP SYN packets to a web server's port 80.

When would these options actually be correct?

A

This would be correct in a question describing a system crashing due to receiving an IP packet larger than 65,535 bytes, typically via ICMP echo request (ping).

B

A Smurf attack would be correct if the question described a network anomaly where the victim receives a large volume of ICMP echo reply packets from multiple hosts, triggered by an attacker sending ICMP echo requests to a broadcast address with the victim's spoofed source IP.

D

A question describes a network anomaly where the company's DNS server is receiving a high volume of small DNS queries from spoofed source IPs, and the server's responses are much larger, overwhelming the target's bandwidth. The attack uses open resolvers to amplify traffic.

Why candidates pick the wrong answer

A

Candidates may confuse any attack that degrades performance with 'ping of death' because both involve network flooding, but the specific TCP SYN behavior distinguishes a SYN flood.

B

Candidates may confuse the amplification effect of a Smurf attack with the resource exhaustion of a SYN flood, or mistakenly think any attack using spoofed IPs and overwhelming a server is a Smurf attack.

D

Candidates may confuse amplification attacks (which also involve spoofed sources and resource exhaustion) with SYN floods, or mistakenly think 'amplification' refers to the large number of SYN packets.

318
MCQeasy

A network technician notices a high volume of broadcast traffic on a flat network. Which device will best reduce the size of the broadcast domain?

A.Hub
B.Switch
C.Router
D.Bridge
AnswerC

Routers operate at Layer 3 (the Network Layer) of the OSI model, making forwarding decisions based on IP addresses. A key function of a router is to segment a network into multiple broadcast domains, as they do not forward broadcast traffic from one interface to another by default. By connecting different subnets, a router effectively contains broadcast storms within their respective segments, significantly reducing overall broadcast traffic on the larger network. This isolation improves network efficiency and security.

Why this answer

A router is the correct choice because it operates at Layer 3 and uses IP subnetting to segment a network into separate broadcast domains. By default, routers do not forward broadcast traffic (e.g., ARP requests sent to 255.255.255.255 or subnet-directed broadcasts) between interfaces, thus reducing the scope of broadcast propagation.

Exam trap

The trap here is that candidates often confuse broadcast domains with collision domains, incorrectly assuming that a switch reduces broadcast domains because it reduces collision domains, but a switch only segments collision domains while leaving broadcast domains intact.

Why the other options are wrong

A

Hubs operate at Layer 1 and simply repeat all signals out all ports, so they do not segment broadcast domains; all devices connected to a hub remain in the same broadcast domain.

B

A switch forwards broadcast traffic to all ports within the same VLAN, so it does not reduce the size of the broadcast domain; it actually extends it.

D

A bridge reduces collision domains but does not reduce broadcast domains; it forwards broadcasts to all segments, so it would not reduce broadcast traffic in a flat network.

When would these options actually be correct?

A

A hub would be the correct answer if the question asked which device extends a collision domain or connects multiple devices in a single collision domain without any segmentation.

B

A switch would be the correct answer if the question asked which device reduces collision domains (by providing dedicated bandwidth per port) or segments a network at Layer 2 without affecting broadcast domains.

D

A bridge would be correct in a question asking which device reduces collision domains without requiring IP routing, such as 'Which device can segment a network into separate collision domains while remaining transparent to broadcast traffic?'

Why candidates pick the wrong answer

A

Candidates may confuse broadcast domains with collision domains, thinking that a hub, like a switch, can reduce broadcast traffic by separating devices, but hubs actually increase collisions and do not filter broadcasts.

B

Candidates often confuse broadcast domains with collision domains, mistakenly thinking that switches reduce broadcast traffic because they reduce collisions.

D

Candidates may confuse bridges with routers, thinking that because bridges segment networks, they also reduce broadcast domains, or they may recall that bridges filter traffic based on MAC addresses and assume that includes broadcasts.

319
MCQmedium

A network administrator wants to centrally collect and analyze event logs from routers, switches, and firewalls. Which protocol is most commonly used for sending log messages from network devices to a central log server?

A.SNMP
B.Syslog
C.NetFlow
D.ICMP
AnswerB

Syslog is the industry-standard protocol for collecting system and event messages from network devices like routers and switches. It enables administrators to centralize logs from various sources onto a dedicated server, facilitating comprehensive analysis for security auditing, troubleshooting, and compliance. This centralized approach is crucial for correlating events across the network and identifying potential issues or breaches efficiently.

Why this answer

Syslog (RFC 5424) is the standard protocol for sending event messages from network devices like routers, switches, and firewalls to a central log server. It uses UDP port 514 by default and provides a structured format with facility codes and severity levels, enabling centralized collection and analysis of logs. This makes it the most commonly used protocol for this purpose.

Exam trap

The N10-009 exam often tests the distinction between Syslog (for event logs) and SNMP traps (for alerts/status changes), leading candidates to mistakenly choose SNMP because both involve sending data from devices to a server.

Why the other options are wrong

A

SNMP is used for monitoring and managing network devices via polling or traps, but it is not designed for centralized collection and analysis of event logs; syslog is the standard protocol for log message transport.

C

NetFlow is designed for network traffic flow analysis and accounting, not for collecting and analyzing event logs from network devices. It exports metadata about IP flows, not system event messages.

D

ICMP is used for network diagnostics (e.g., ping, traceroute) and error reporting, not for centralized log collection from network devices.

When would these options actually be correct?

A

A question asking which protocol is used to monitor device health metrics (e.g., CPU load, interface errors) by polling or receiving traps from network devices would have SNMP as the correct answer.

C

A question asking which protocol is used to monitor network traffic patterns, bandwidth usage, or application performance across routers and switches would have NetFlow as the correct answer.

D

A question asking which protocol is used to test connectivity between devices or to report network errors (e.g., destination unreachable) would have ICMP as the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse SNMP traps with syslog messages, as both can send alerts from devices, but SNMP is for management data, not event logs.

C

Candidates may confuse NetFlow with Syslog because both involve sending data from network devices to a central server, but they serve different purposes: NetFlow for traffic analysis, Syslog for event logging.

D

Candidates may confuse ICMP's role in network monitoring with log collection, or think that any network protocol can be used for sending event data.

320
MCQmedium

A network administrator needs to allow multiple VLANs to traverse a single link between two switches. Which configuration must be applied on the switch ports?

A.Access port
B.Trunk port
C.Hybrid port
D.Routed port
AnswerB

A trunk port is specifically configured on a network switch to carry traffic for multiple Virtual Local Area Networks (VLANs) over a single physical link. It achieves this by utilizing the industry-standard IEEE 802.1Q tagging protocol, which inserts a 4-byte tag into the Ethernet frame header, identifying the VLAN to which the frame belongs. This mechanism allows switches to differentiate and properly forward frames for various VLANs across inter-switch links, enabling efficient network segmentation and communication between different VLANs hosted on separate switches.

Why this answer

A trunk port is configured to carry traffic for multiple VLANs over a single link by tagging frames with IEEE 802.1Q VLAN identifiers. This allows the switch to distinguish which VLAN each frame belongs to, enabling inter-switch VLAN connectivity without requiring separate physical links per VLAN.

Exam trap

The trap here is that candidates often confuse a trunk port with an access port, thinking that multiple VLANs can be carried by simply assigning multiple VLANs to an access port, but access ports can only be assigned a single untagged VLAN.

Why the other options are wrong

A

An access port carries traffic for only a single VLAN, so it cannot allow multiple VLANs to traverse a single link between switches.

C

Hybrid ports are a Cisco-proprietary concept that can carry multiple VLANs but also allow untagged traffic; however, the standard IEEE 802.1Q method for carrying multiple VLANs over a single link is a trunk port, which is the expected answer for this N10-009 exam question.

D

A routed port is a Layer 3 interface on a switch that does not support VLAN tagging or trunking; it is used for routing between networks, not for carrying multiple VLANs over a single link.

When would these options actually be correct?

A

When a switch port connects to an end device (e.g., a PC or printer) that belongs to a single VLAN, the port should be configured as an access port to carry only that VLAN's traffic.

C

In a Cisco-specific exam (e.g., CCNA), a question might ask: 'Which port type can carry multiple VLANs and also accept untagged frames from an access VLAN?' In that context, a hybrid port (or 'general' port in some vendors) would be correct.

D

When a question asks for a configuration that allows a switch port to act as a router interface, such as connecting a router to a switch for inter-VLAN routing without a trunk, a routed port would be correct.

Why candidates pick the wrong answer

A

Candidates may confuse access ports with trunk ports, thinking that 'access' implies general connectivity, or they may not understand that access ports are VLAN-specific and cannot carry multiple VLANs.

C

Candidates may confuse hybrid ports (which can carry multiple VLANs) with trunk ports, or they may recall that some vendors use the term 'hybrid' for ports that handle both tagged and untagged traffic, leading them to select it here.

D

Candidates may confuse routed ports with trunk ports because both can handle multiple VLANs, but routed ports operate at Layer 3 and do not carry VLAN tags.

321
MCQhard

A network technician is troubleshooting connectivity between two branch offices connected by a site-to-site VPN. The VPN tunnel shows as active and up. Users at Branch A can ping the VPN gateway IP at Branch B successfully, but they cannot access any servers behind the firewall at Branch B. The firewall at Branch B is stateful and its logs show that traffic from Branch A is being dropped. What is the most likely cause?

A.Mismatched encryption algorithms
B.Asymmetric routing causing the stateful firewall to drop return traffic
C.Incorrect DNS configuration
D.MTU mismatch causing fragmentation issues
AnswerB

The stateful firewall expects to see both directions of a connection. If traffic from Branch A enters one firewall interface but the return traffic leaves via a different path, the firewall sees the return packet as unsolicited and drops it.

Why this answer

The VPN tunnel is active and Branch A can ping the VPN gateway IP at Branch B, confirming that the tunnel itself and Layer 3 connectivity are functional. However, a stateful firewall tracks connection states based on source/destination IP and port; if traffic from Branch A enters the firewall on one interface but return traffic exits via a different path (asymmetric routing), the firewall sees the return packets as not belonging to any established session and drops them. This matches the log showing traffic being dropped despite the tunnel being up.

Exam trap

The N10-009 exam often tests the misconception that a 'green' tunnel status guarantees end-to-end application connectivity, but the trap here is that stateful firewalls require symmetric traffic flows, and candidates may incorrectly blame encryption mismatches or DNS when the tunnel itself is operational.

Why the other options are wrong

A

Mismatched encryption algorithms would prevent the VPN tunnel from establishing or cause it to fail, but the question states the tunnel is active and up, and pings to the VPN gateway succeed, indicating encryption is working correctly.

C

Incorrect DNS configuration would prevent name resolution, but the issue is that traffic is being dropped by the stateful firewall, not that servers cannot be reached by name. Users can ping the VPN gateway IP successfully, indicating basic connectivity and routing are intact.

D

The VPN tunnel is active and pings to the gateway succeed, indicating the link is functional. MTU mismatch typically causes packet fragmentation or loss, not a stateful firewall dropping traffic due to asymmetric routing.

When would these options actually be correct?

A

In a scenario where the VPN tunnel fails to establish or shows as down, mismatched encryption algorithms (e.g., AES vs. 3DES) are a common cause, especially when both sides have different security association proposals.

C

A network technician is troubleshooting why users at a remote site cannot access internal servers by hostname, but can access them by IP address. The VPN tunnel is up and ping to the servers' IPs works. In this scenario, incorrect DNS configuration would be the likely cause.

D

In a scenario where users can establish a VPN connection but experience slow or intermittent access to applications, and large packets fail while small ones succeed, MTU mismatch would be the correct answer.

Why candidates pick the wrong answer

A

Candidates often associate VPN issues with encryption mismatches, overlooking that the tunnel is up and basic connectivity exists, leading them to incorrectly choose this option.

C

Candidates may confuse symptoms of connectivity issues with DNS problems, assuming that if servers cannot be accessed, it must be a name resolution failure, especially when ping to IP works but application access fails.

D

Candidates may confuse general connectivity issues with MTU problems, especially when symptoms involve packet loss or performance degradation, but here the specific symptom is firewall drops due to asymmetric routing.

322
MCQhard

A network engineer has successfully established an IPsec site-to-site VPN tunnel between a branch office (10.0.1.0/24) and the main office (192.168.1.0/24). The tunnel status shows as active, and both sides can ping each other's tunnel interface IP addresses. However, users at the branch office cannot ping the main office server at 192.168.1.10, and the main office cannot ping the branch office server at 10.0.1.10. The firewall rules on both sides permit IPsec traffic and all internal traffic. What should the engineer check NEXT?

A.Verify routing entries on both routers to ensure the remote internal subnets are reachable via the tunnel.
B.Check the IPsec security associations for encryption algorithm mismatch.
C.Disable the firewall on the internal interfaces temporarily.
D.Regenerate the pre-shared key on both sides.
AnswerA

Both routers need to have routes pointing to the remote internal subnets (e.g., 192.168.1.0/24 and 10.0.1.0/24) with the tunnel interface as the next hop. Without these routes, traffic from internal hosts will not be directed into the tunnel.

Why this answer

The tunnel is active and both sides can ping each other's tunnel interface IPs, confirming that IPsec phase 1 and phase 2 are established and the tunnel itself is functional. However, users cannot reach the remote internal subnets (10.0.1.0/24 and 192.168.1.0/24), which indicates a routing problem: the routers likely lack routes for those remote subnets pointing to the tunnel interface. Without proper routing entries, traffic destined for the remote LAN is sent out the wrong interface or dropped, even though the tunnel is up.

Exam trap

The N10-009 exam often tests the distinction between tunnel reachability (pinging the tunnel interface IP) and subnet reachability (pinging hosts behind the tunnel), trapping candidates who assume a working tunnel automatically means all traffic flows correctly, when in fact routing for the remote LANs must be explicitly configured.

Why the other options are wrong

B

The tunnel is active and both sides can ping each other's tunnel interface IPs, indicating IPsec SAs are correctly established and encryption algorithms match. The issue is that internal subnets are not reachable, pointing to a routing problem, not an SA mismatch.

C

The firewall rules already permit all internal traffic and IPsec traffic, so disabling the firewall is unnecessary and would not resolve a routing issue. The problem is that the remote subnets are not reachable via the tunnel, which is a routing problem, not a firewall problem.

D

The tunnel is active and both sides can ping each other's tunnel interface IPs, indicating IPsec SAs are correctly established. Regenerating the pre-shared key would disrupt the established tunnel without addressing the routing issue that prevents internal subnet reachability.

When would these options actually be correct?

B

In a scenario where the IPsec tunnel status shows as active but pings between tunnel interfaces fail, or the tunnel fails to establish, checking for encryption algorithm mismatch would be the next step.

C

In a scenario where the IPsec tunnel is up, pings to tunnel interfaces succeed, but internal traffic fails, and the firewall logs show dropped packets for internal traffic. The engineer has verified routing and IPsec SAs, and suspects a firewall rule blocking internal traffic between the subnets. Temporarily disabling the firewall would isolate the issue.

D

If the tunnel status showed as down or the ping to the tunnel interface IPs failed, and logs indicated authentication failures, then regenerating the pre-shared key on both sides would be the next step to resolve a key mismatch.

Why candidates pick the wrong answer

B

Candidates often default to checking encryption settings when IPsec issues arise, overlooking that a working tunnel with pingable interfaces already confirms correct SA parameters.

C

Candidates may think that since the tunnel is up but traffic fails, a firewall might be blocking internal traffic despite the rules, and disabling it is a quick test. They overlook that routing is the more likely cause when tunnel interfaces are reachable but internal subnets are not.

D

Candidates may think that a pre-shared key issue could cause connectivity problems, but since the tunnel is active and tunnel interfaces are reachable, the key is already correct.

323
MCQeasy

Which of the following network devices operates at Layer 1 of the OSI model and forwards all incoming electrical signals to all of its ports?

A.Router
B.Switch
C.Hub
D.Bridge
AnswerC

A hub is a fundamental Layer 1 device operating at the Physical layer of the OSI model. It functions as a multi-port repeater, regenerating incoming electrical signals and broadcasting them to all connected ports without any form of intelligence or filtering. This creates a single, large collision domain, meaning all devices connected to the hub share the same network segment and contend for bandwidth.

Why this answer

A hub operates at Layer 1 (Physical layer) of the OSI model and is a multiport repeater. It regenerates and forwards every incoming electrical signal out of all ports except the incoming port, regardless of the intended destination, because it has no intelligence to process MAC addresses or frames.

Exam trap

The N10-009 exam often tests the distinction between a hub and a switch, where candidates mistakenly think a switch forwards all incoming traffic to all ports (like a hub) because they confuse broadcast traffic with general forwarding behavior.

Why the other options are wrong

A

A router operates at Layer 3 (Network layer) and makes forwarding decisions based on IP addresses, not by blindly forwarding electrical signals to all ports.

B

A switch operates at Layer 2 (Data Link) and uses MAC addresses to selectively forward frames only to the destination port, not to all ports like a hub.

D

A bridge operates at Layer 2, not Layer 1, and it forwards frames based on MAC addresses, not all electrical signals to all ports.

When would these options actually be correct?

A

A router would be the correct answer for a question asking: 'Which network device connects different networks and makes forwarding decisions based on logical addressing?'

B

A switch would be correct for a question asking: 'Which device uses MAC addresses to forward frames only to the intended recipient port?' or 'Which device operates at Layer 2 and reduces collision domains?'

D

A bridge would be the correct answer for a question asking: 'Which network device connects two separate LAN segments and forwards frames based on MAC addresses?'

Why candidates pick the wrong answer

A

Candidates may confuse routers with hubs because both can connect multiple devices, but they forget that routers operate at higher layers and do not forward all signals indiscriminately.

B

Candidates may confuse hubs and switches because both are used to connect multiple devices in a LAN, and they might not recall that hubs are Layer 1 repeaters while switches are Layer 2.

D

Candidates may confuse bridges with hubs because both are legacy devices that connect network segments, but bridges make forwarding decisions at Layer 2.

324
MCQmedium

A technician is troubleshooting an issue where a wireless client can associate with an access point but cannot obtain an IP address via DHCP. The technician checks the DHCP server and sees no lease requests from the client's MAC address. Which of the following is the most likely cause?

A.The client's wireless adapter is faulty
B.The AP is not configured with a DHCP relay
C.The client's SSID is incorrect
D.The AP's radio is operating on the wrong channel
AnswerB

Correct. When the DHCP server is on a different subnet than the wireless clients, the AP or a Layer 3 device must relay DHCP broadcasts. Without a relay, the client's DHCP discover messages never reach the server.

Why this answer

The client can associate with the AP but cannot obtain an IP address, and the DHCP server shows no lease requests from the client's MAC. This indicates that DHCP discovery broadcasts are not reaching the DHCP server, which is common when the client and server are on different subnets and the AP (or a Layer 3 device) is not configured with a DHCP relay (ip helper-address). Without a relay, broadcast DHCP messages are dropped at the router, so the server never sees the request.

Exam trap

The trap here is that candidates often assume the AP automatically forwards DHCP broadcasts to the server, forgetting that broadcast traffic does not cross Layer 3 boundaries without an explicit relay configuration.

Why the other options are wrong

A

The client can associate with the AP, indicating the wireless adapter is functioning. The issue is that no DHCP lease requests reach the server, pointing to a network-layer problem, not a hardware fault.

C

The client can associate with the AP, which requires the correct SSID, so an incorrect SSID would prevent association entirely, not just DHCP.

D

The client can associate with the AP, indicating the radio channel is correct for communication. The issue is DHCP, not connectivity, so channel misconfiguration would not prevent DHCP lease requests.

When would these options actually be correct?

A

A technician is troubleshooting a client that cannot associate with any access point. The client's wireless adapter is faulty would be correct if the client fails to detect or connect to any Wi-Fi networks, with other devices working fine.

C

A client cannot see or connect to a wireless network because the SSID is not broadcast or the client has a mismatched SSID configured.

D

A client can see the SSID but cannot connect or experiences intermittent connectivity. In that scenario, the AP's radio operating on the wrong channel would cause association failures or poor performance.

Why candidates pick the wrong answer

A

Candidates may default to blaming hardware when connectivity fails, overlooking that successful association rules out adapter failure.

C

Candidates may confuse association issues with IP configuration issues, assuming SSID problems can cause DHCP failures after association.

D

Candidates may confuse channel issues with DHCP problems, thinking that a wrong channel could prevent all communication, including DHCP, even though association succeeds.

325
Matchingmedium

Match each network attack to its description.

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

Concepts
Matches

Attacker sends fake ARP messages to associate their MAC with another IP

Corrupts DNS cache to redirect traffic to malicious sites

Overwhelms a target with traffic from multiple sources

Attacker intercepts communication between two parties

Why these pairings

DDoS attacks flood systems with traffic, MitM attacks intercept communications, phishing tricks users into revealing info, and ransomware encrypts files for ransom.

326
MCQeasy

At which layer of the OSI model does a switch that uses MAC addresses to forward frames operate?

A.Layer 1
B.Layer 2
C.Layer 3
D.Layer 4
AnswerB

A network switch operates primarily at the Data Link layer (Layer 2) of the OSI model. It utilizes Media Access Control (MAC) addresses to forward Ethernet frames to their intended destination within the same local area network (LAN) segment. By maintaining a MAC address table, the switch learns which MAC addresses are associated with specific physical ports, enabling efficient and targeted frame delivery rather than broadcasting to all ports. This intelligent forwarding mechanism significantly reduces network congestion compared to a hub.

Why this answer

A switch that uses MAC addresses to forward frames operates at Layer 2 (Data Link layer) of the OSI model. Layer 2 is responsible for node-to-node data transfer and error detection, using MAC addresses as the addressing scheme. The switch builds a MAC address table by learning source MAC addresses from incoming frames and then forwards frames based on the destination MAC address, making forwarding decisions at this layer.

Exam trap

The trap here is that candidates often confuse a switch's MAC address-based forwarding with a router's IP-based forwarding, mistakenly selecting Layer 3, or they think of a hub's operation at Layer 1 and incorrectly apply that to a switch.

Why the other options are wrong

A

Switches that forward frames based on MAC addresses operate at Layer 2 (Data Link layer), not Layer 1 (Physical layer). Layer 1 deals with raw bit transmission over physical media, not frame forwarding.

C

A switch that uses MAC addresses to forward frames operates at Layer 2 (Data Link layer), not Layer 3 (Network layer). Layer 3 involves IP addresses and routing, not MAC-based forwarding.

D

Layer 4 (Transport) handles end-to-end communication, segmentation, and flow control using port numbers, not MAC addresses. A switch forwarding frames based on MAC addresses operates at Layer 2 (Data Link).

When would these options actually be correct?

A

A question asking 'At which OSI layer does a hub or repeater operate?' would have Layer 1 as the correct answer, as these devices simply regenerate signals without addressing.

C

This option would be correct if the question asked about a device that forwards packets based on IP addresses, such as a router, or if the question specified a multilayer switch performing routing functions at Layer 3.

D

A question asking 'At which OSI layer does a device that forwards data based on TCP/UDP port numbers operate?' would make Layer 4 correct, as such a device is a Layer 4 load balancer or firewall.

Why candidates pick the wrong answer

A

Candidates may confuse switches with hubs or repeaters, or think that because switches handle physical connections, they operate at Layer 1.

C

Candidates may confuse switches with routers, especially when considering multilayer switches that can perform Layer 3 functions, leading them to incorrectly select Layer 3.

D

Candidates may confuse the switch's use of MAC addresses with higher-layer functions, or mistakenly think that any forwarding decision involves Layer 4 because they associate 'forwarding' with transport layer protocols.

327
MCQhard

A network administrator has configured a router to send syslog messages to a server with the command 'logging trap 4'. The administrator notices that the syslog server is receiving messages with severity levels 0, 1, and 2. Which of the following best explains why these messages are being received?

A.The 'trap' level indicates the minimum severity; only messages with severity 4 and above are sent.
B.The router is misconfigured and sending all messages regardless of the trap level.
C.Syslog severity levels are reversed; lower numbers indicate higher urgency, so trap 4 includes levels 0-4.
D.The syslog server is configured to accept only levels 0-2, so it filters out the others.
AnswerC

Syslog severity levels are counter-intuitive, with lower numerical values (0-7) representing higher urgency or criticality. The `logging trap` command specifies the *highest* severity level (least urgent) that the router should send. Therefore, `logging trap 4` instructs the router to forward all messages with severity levels from 0 (Emergencies) up to and including 4 (Warnings), ensuring critical events are always captured.

Why this answer

C is correct because in syslog, severity levels are inverted: lower numbers indicate higher urgency (0=emergency, 1=alert, 2=critical). The command 'logging trap 4' sets a threshold that includes all messages with a severity level of 4 or lower (i.e., more urgent), so levels 0, 1, and 2 are included. This is defined in RFC 5424 and is standard behavior on Cisco IOS devices.

Exam trap

The N10-009 exam often tests the inverted nature of syslog severity levels, where the trap level is a maximum threshold (inclusive of all lower numbers), not a minimum, causing candidates to incorrectly assume that higher numbers are more severe.

Why the other options are wrong

A

The 'logging trap 4' command sets the minimum severity level to 4, meaning only messages with severity 0-4 are sent. Since levels 0-2 are included, the statement that only severity 4 and above are sent is incorrect.

B

The router is not misconfigured; the 'logging trap 4' command correctly sends messages with severity 0-4, including levels 0, 1, and 2. The observed behavior matches the intended configuration.

D

The syslog server does not filter based on severity levels; it receives all messages sent by the router. The router's 'logging trap 4' command sends messages with severity 0-4, so the server receives levels 0-2 as part of that range.

When would these options actually be correct?

A

This option would be correct if the command were 'logging trap 4' and the question stated that messages with severity 5 and above are being received, or if the exam used a different convention where higher numbers indicate higher urgency.

B

This option would be correct if the question stated that the router was configured with 'logging trap 4' but the server received messages of all severity levels (0-7), indicating a configuration error or a bug that causes the router to ignore the trap level.

D

This option would be correct if the question stated that the syslog server is configured with a filter to only accept or display messages with severity levels 0-2, and the router is sending all messages (e.g., 'logging trap 7').

Why candidates pick the wrong answer

A

Candidates may confuse 'trap level' with a threshold that sends only messages at that level or higher, not realizing that lower numbers indicate higher urgency in syslog.

B

Candidates may assume that if messages with severity lower than the trap level are received, the configuration must be broken, rather than understanding that lower numbers indicate higher urgency and are included.

D

Candidates may think that the server can filter messages independently, or they misunderstand that the trap level sets the maximum severity sent, not the minimum, leading them to believe the server is selectively accepting only certain levels.

328
MCQmedium

A network administrator is creating a new VLAN 50 on a switch. After creating the VLAN, the administrator notices that the switch does not send VLAN information to other switches in the network. Which of the following is the most likely reason?

A.VTP mode is set to transparent.
B.The trunk link is not configured.
C.The VLAN is not allowed on the trunk.
D.STP is blocking the VLAN.
AnswerA

A switch configured in VTP transparent mode will not synchronize its VLAN database with other switches in the VTP domain, nor will it advertise its own local VLAN changes. While it forwards VTP advertisements from other switches, it does not participate in the VTP propagation process by originating or learning VLANs. Therefore, creating VLAN 50 on a transparent mode switch means this VLAN will remain local to that switch and will not be learned by other VTP-participating switches.

Why this answer

When VTP mode is set to transparent, the switch does not originate or forward VTP advertisements, so VLAN changes made on it are not propagated to other switches. This explains why VLAN 50 was created locally but not shared with the rest of the network.

Exam trap

The N10-009 exam often tests the misconception that a trunk misconfiguration (like not allowing the VLAN on the trunk) is the cause of VTP propagation failure, when in fact VTP transparent mode completely disables advertisement generation regardless of trunk settings.

Why the other options are wrong

B

The trunk link not being configured would prevent any VLAN traffic from passing between switches, but the question states that VLAN 50 was created and only VLAN information is not being sent. VTP (VLAN Trunking Protocol) is responsible for sharing VLAN information, and its mode (transparent) is the direct cause here.

D

STP blocking a VLAN would prevent data traffic from passing, but it does not affect the switch's ability to send VLAN information via VTP. The issue here is that VLAN information is not being propagated, which points to VTP configuration, not STP.

When would these options actually be correct?

B

A network administrator creates a new VLAN on a switch and notices that devices in that VLAN cannot communicate with devices on other switches. In this scenario, the trunk link not being configured would be the most likely reason because inter-switch VLAN traffic requires a trunk.

D

In a scenario where a switch cannot communicate with other switches on a specific VLAN (e.g., hosts cannot ping across the network), and the administrator has verified trunk and VLAN configurations, STP blocking that VLAN due to a loop or port role (e.g., alternate port) would be the likely cause.

Why candidates pick the wrong answer

B

Candidates may confuse the need for a trunk to carry VLAN traffic with the need for VTP to propagate VLAN information, assuming that if VLAN info isn't shared, the trunk must be missing.

D

Candidates may confuse STP's role in blocking redundant paths with the propagation of VLAN information, or they may think that STP can block control plane traffic like VTP updates.

329
MCQeasy

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

A.It translates private IP addresses to public IP addresses.
B.It provides DHCP services to clients.
C.It routes packets from a local subnet to destinations on other networks.
D.It performs DNS resolution for network clients.
AnswerC

The default gateway serves as the essential exit point for all network traffic originating from a local subnet that is destined for hosts or services residing on different IP networks. When a device needs to communicate outside its immediate broadcast domain, it forwards those packets to the default gateway. This device, typically a router, then intelligently forwards the packets towards their ultimate destination across the wider internet or other enterprise networks.

Why this answer

The default gateway is a router or Layer 3 device on a local subnet that serves as the next-hop IP address for packets destined to networks outside the local subnet. When a host determines that the destination IP is not on the same subnet (using its subnet mask), it forwards the packet to the default gateway's MAC address via ARP, which then routes the packet toward the remote network. Without a correctly configured default gateway, a host can only communicate within its own subnet.

Exam trap

The N10-009 exam often tests the misconception that the default gateway performs NAT or DHCP, but the trap here is that candidates confuse the default gateway's routing role with other common router functions like NAT or DHCP services.

Why the other options are wrong

A

The default gateway does not perform NAT; its primary role is to forward packets from a local subnet to other networks. NAT is typically handled by a router or firewall, not the default gateway itself.

B

The default gateway is a router that forwards traffic from a local subnet to other networks, not a DHCP server. DHCP services are provided by a DHCP server, which may be a separate device or integrated into a router, but that is not the function of a default gateway.

D

DNS resolution translates domain names to IP addresses, but it does not route packets or serve as a gateway for traffic leaving the local subnet.

When would these options actually be correct?

A

In a question asking 'Which device translates private IP addresses to public IP addresses for internet access?', the correct answer would be 'A router performing NAT' or 'A NAT gateway'.

B

In a question asking 'Which network service automatically assigns IP addresses to clients?', option B (DHCP) would be correct. The question would focus on IP address allocation rather than routing between networks.

D

In a question asking 'Which protocol translates domain names to IP addresses?' or 'What service resolves hostnames to IP addresses?', DNS would be the correct answer.

Why candidates pick the wrong answer

A

Candidates often confuse the default gateway with a NAT router because both are involved in internet connectivity, and many home routers combine both functions, leading to the misconception that the default gateway itself performs translation.

B

Candidates often confuse the default gateway with a router that also provides DHCP, as many home routers combine both functions. They may assume the default gateway's role includes DHCP because they are commonly implemented together.

D

Candidates may confuse the default gateway's role in directing traffic with DNS's role in resolving names, especially since both are essential for internet connectivity.

330
MCQmedium

A technician is troubleshooting intermittent wireless connectivity in a conference room. A site survey shows strong signal strength but many nearby access points are using channels that overlap with the channel used by the conference room AP. Which of the following is the most likely cause of the issue?

A.Multipath interference from reflective surfaces.
B.Co-channel interference from access points on the same channel.
C.Adjacent channel interference from access points on overlapping channels.
D.Signal attenuation due to distance from the AP.
AnswerC

Adjacent channel interference occurs when wireless access points operate on channels that are close but not identical, causing their signal spectra to overlap significantly. This spectral overlap leads to increased noise levels and corrupted data packets for devices trying to communicate on those channels. Consequently, client devices experience reduced data rates, frequent retransmissions, and intermittent connectivity issues as they struggle to maintain a stable link. This is a common problem in dense environments where channel planning is not optimized, especially in the 2.4 GHz band.

Why this answer

The site survey shows strong signal strength but many nearby access points are using channels that overlap with the channel used by the conference room AP. This directly indicates adjacent-channel interference (ACI), where overlapping channels (e.g., channels 1, 2, 3, 4, and 5 all overlap with channel 1 in the 2.4 GHz band) cause contention and retransmissions, degrading performance even with strong signal. ACI is the most likely cause because the overlapping channels create co-existence issues without being on the exact same channel.

Exam trap

The N10-009 exam often tests the distinction between co-channel interference (same channel) and adjacent-channel interference (overlapping channels), and the trap here is that candidates confuse 'overlapping channels' with 'same channel,' incorrectly selecting co-channel interference instead of adjacent-channel interference.

Why the other options are wrong

A

The question states that many nearby access points are using overlapping channels, which is adjacent channel interference, not multipath. Multipath interference is caused by signal reflections off surfaces, not channel overlap.

B

The question specifies that many nearby access points are using channels that overlap with the conference room AP's channel, which is adjacent channel interference, not co-channel interference. Co-channel interference occurs when multiple APs use the same channel, not overlapping ones.

D

The question states that signal strength is strong, so distance-related attenuation is not the issue. The problem is channel overlap, not signal weakness.

When would these options actually be correct?

A

A technician reports intermittent connectivity in a room with metal shelves and glass walls, and a site survey shows strong signal strength but high packet loss. In this case, multipath interference from reflective surfaces would be the likely cause.

B

In a scenario where a site survey shows multiple access points in the same area all configured on the exact same channel, and clients experience poor performance or disconnections, co-channel interference would be the correct answer.

D

A technician reports weak or dropping Wi-Fi in a far corner of a large office. A site survey shows low RSSI near that area, and the AP is located at the opposite end. In this scenario, signal attenuation due to distance would be the likely cause.

Why candidates pick the wrong answer

A

Candidates may confuse multipath interference with any signal degradation in a conference room, especially if they recall that reflective surfaces can cause issues, but they overlook the specific channel overlap mentioned in the question.

B

Candidates may confuse 'overlapping channels' with 'same channel' or assume that any interference from other APs is co-channel, not realizing that adjacent channel overlap is a distinct and more common issue in the 2.4 GHz band.

D

Candidates may default to blaming distance or signal strength when connectivity is poor, without carefully reading that the site survey already confirmed strong signal strength.

331
MCQhard

A network architect is implementing a Software-Defined Networking (SDN) solution. The SDN controller needs to communicate with the physical switches to install flow rules. Which type of API is used for this communication?

A.Southbound API
B.Northbound API
C.Eastbound API
D.Westbound API
AnswerA

The Southbound API serves as the critical interface through which the SDN controller directly communicates with and programs the underlying network infrastructure devices, such as switches and routers. Protocols like OpenFlow, NETCONF, and OVSDB are common examples, enabling the controller to dynamically install flow rules, modify forwarding tables, and retrieve operational state from the data plane elements. This direct interaction allows for centralized control and configuration of the network's forwarding behavior, making it the correct choice for a network architect implementing device configuration.

Why this answer

The Southbound API is the correct interface because it enables the SDN controller to communicate with the underlying physical or virtual network devices (switches, routers) to install flow rules, modify forwarding tables, and gather telemetry. This API typically uses protocols such as OpenFlow, NETCONF, or OVSDB to translate controller decisions into device-level actions, making it the essential southbound channel in an SDN architecture.

Exam trap

The trap here is that candidates confuse the Southbound API with the Northbound API, mistakenly thinking the controller communicates upward to applications rather than downward to switches, or they invent 'Eastbound' or 'Westbound' as plausible-sounding but incorrect terms for controller-to-switch communication.

Why the other options are wrong

B

The Northbound API communicates between the SDN controller and applications, not between the controller and physical switches. For controller-to-switch communication, the Southbound API (e.g., OpenFlow) is used.

C

The Eastbound API is not a standard term in SDN architecture; it is sometimes used to describe communication between SDN controllers in different domains, not between the controller and physical switches.

D

Westbound APIs are not a standard category in SDN architecture; they are sometimes used to describe communication between SDN controllers and other networks or legacy systems, but not for controller-to-switch flow rule installation.

When would these options actually be correct?

B

A question asks: 'Which API allows an SDN application to request network services from the SDN controller?' In that context, the Northbound API is correct because it enables applications to interact with the controller.

C

In a multi-domain SDN environment, an Eastbound API is used for inter-controller communication to exchange network state information and coordinate policies between controllers in different administrative domains.

D

In a scenario where an SDN controller needs to interact with a non-SDN network or a legacy device using a proprietary protocol, a Westbound API might be used to bridge the SDN domain with external systems.

Why candidates pick the wrong answer

B

Candidates may confuse the direction of communication, thinking 'north' implies upward to the controller, but they forget that the controller is the central point and switches are 'south' of it.

C

Candidates may confuse 'Eastbound' with 'Southbound' due to the directional naming convention, or mistakenly think it refers to communication with east-west traffic within the data plane.

D

Candidates may confuse the directional terms (east-west vs. north-south) and incorrectly assume that Westbound API is a standard SDN interface, similar to Eastbound APIs used for controller-to-controller communication.

332
MCQmedium

A security auditor discovers that several unused switch ports are in default configuration. The auditor recommends implementing a security measure that will disable the port if an unauthorized device is connected, and then automatically re-enable the port after a specified time period. Which feature should be configured on the switch ports?

A.802.1X with RADIUS authentication and guest VLAN
B.Port security with violation mode 'shutdown' and errdisable recovery interval
C.DHCP snooping and dynamic ARP inspection
D.Storm control and broadcast suppression
AnswerB

Port security configured with a 'shutdown' violation mode immediately disables a switch port upon detecting an unauthorized MAC address or exceeding the configured MAC address limit. This action places the port into an errdisable state, effectively preventing any further traffic. The `errdisable recovery interval` command then allows the port to automatically re-enable itself after a specified duration, making it available again for legitimate connections without manual intervention. This combination directly addresses the scenario of disabling unused ports and allowing for eventual re-use.

Why this answer

Port security with violation mode 'shutdown' disables the port when an unauthorized device is detected, and the errdisable recovery interval automatically re-enables the port after a specified time period. This directly matches the auditor's requirement to disable on unauthorized connection and auto-re-enable after a timeout.

Exam trap

The N10-009 exam often tests the distinction between port security's 'shutdown' violation mode (which triggers errdisable) and 'restrict' or 'protect' modes (which do not disable the port), leading candidates to incorrectly assume any port security mode meets the requirement for automatic re-enablement.

Why the other options are wrong

A

802.1X with RADIUS authentication and guest VLAN does not automatically disable a port upon unauthorized connection; it grants limited access via guest VLAN. It also does not automatically re-enable the port after a timeout, as errdisable recovery is specific to port security violation modes.

C

DHCP snooping and dynamic ARP inspection are security features that prevent DHCP spoofing and ARP poisoning attacks, but they do not disable ports upon unauthorized device connection or automatically re-enable them after a timeout.

D

Storm control and broadcast suppression are used to limit excessive broadcast, multicast, or unicast traffic to prevent network storms, not to disable ports upon unauthorized device connection or to automatically re-enable them after a timeout.

When would these options actually be correct?

A

This option would be correct in a scenario requiring network access control where unauthorized devices should be placed in a restricted VLAN (guest VLAN) rather than having the port disabled. For example: 'A company wants to allow guests internet-only access while blocking internal resources, using RADIUS authentication.'

C

A question asking for a feature that prevents DHCP starvation attacks and ARP spoofing by filtering DHCP messages and validating ARP packets on untrusted ports would make DHCP snooping and DAI the correct answer.

D

A question asking: 'Which feature should be configured to prevent a broadcast storm from overwhelming a switch port?' would make storm control the correct answer, as it limits the rate of incoming broadcast traffic.

Why candidates pick the wrong answer

A

Candidates may confuse 802.1X with port security because both deal with unauthorized device access, and the guest VLAN concept seems similar to disabling the port. They overlook that 802.1X does not physically disable the port or provide automatic re-enablement.

C

Candidates may confuse the port disabling behavior with the concept of 'shutdown' in DHCP snooping (which shuts down ports with DHCP attacks) or mistakenly think DAI can disable ports, but neither provides the automatic re-enablement described.

D

Candidates may confuse 'storm control' with a security feature that reacts to unauthorized devices, or they might think that disabling a port due to a storm is similar to disabling it due to a security violation.

333
MCQhard

An attacker sends ICMP echo request packets to the broadcast address of a network, with the source IP address spoofed to be the target's IP address. This causes all hosts on the network to send ICMP echo replies to the target, overwhelming it. Which type of attack is this?

A.Smurf attack
B.Fraggle attack
C.Ping flood
D.ARP poisoning
AnswerA

A Smurf attack is a classic distributed denial-of-service (DDoS) technique that leverages ICMP echo requests. The attacker sends these requests to a network's broadcast address, but with the source IP address spoofed to that of the intended victim. Every host on the target network that receives the broadcast then replies to the spoofed source IP, overwhelming the victim with a flood of ICMP echo replies.

Why this answer

This is a classic Smurf attack, which exploits ICMP by sending echo request packets to the network's broadcast address with the source IP spoofed as the target. All hosts on the network receive the request and reply to the spoofed source, flooding the target with ICMP echo replies and consuming its bandwidth or resources.

Exam trap

CompTIA often tests the distinction between Smurf (ICMP) and Fraggle (UDP) attacks, so candidates mistakenly choose Fraggle when they see 'broadcast' and 'spoofed source' without noting the protocol used.

Why the other options are wrong

B

The Fraggle attack uses UDP echo packets (typically to port 7 or 19) instead of ICMP echo requests, so the description of ICMP packets makes this incorrect.

C

A ping flood typically involves sending a high volume of ICMP echo request packets directly to a single target, not using a broadcast address to amplify traffic from multiple hosts.

D

ARP poisoning involves manipulating ARP tables to intercept traffic, not flooding a target with ICMP replies via broadcast amplification.

When would these options actually be correct?

B

A question describing an attacker sending spoofed UDP packets to the broadcast address, causing hosts to reply to the target, would have Fraggle as the correct answer.

C

A ping flood would be correct if the question described an attacker sending a large number of ICMP echo requests directly to a target host from a single source (or multiple sources without amplification), overwhelming its network bandwidth or processing capacity.

D

An exam question describing an attacker sending forged ARP replies to associate their MAC address with the default gateway's IP, causing traffic interception or man-in-the-middle attacks.

Why candidates pick the wrong answer

B

Candidates may confuse Smurf (ICMP) and Fraggle (UDP) because both are broadcast amplification attacks with similar mechanisms.

C

Candidates may confuse the use of ICMP echo requests in both attacks, and the term 'flood' suggests overwhelming traffic, but they miss the amplification mechanism via broadcast address that distinguishes a smurf attack.

D

Candidates may confuse network-layer attacks, thinking ARP poisoning can also cause denial of service by flooding, but it primarily targets data interception.

334
MCQmedium

A network technician is troubleshooting a switch port that shows a link light but has a high number of CRC errors in the interface statistics. The port is connected to a workstation's network interface card (NIC). Both devices are set to autonegotiate. What is the MOST likely cause of the CRC errors?

A.A: Duplex mismatch between the switch port and the workstation NIC
B.B: VLAN mismatch between the switch and the workstation
C.C: Incorrect MTU setting on the switch port
D.D: Broadcast storm from a loop in the network
AnswerA

A duplex mismatch occurs when one side of a link operates in full-duplex mode while the other operates in half-duplex. For instance, if the switch port is full-duplex and the workstation NIC is half-duplex, the half-duplex NIC will attempt to detect collisions and back off, while the full-duplex switch port transmits without listening for collisions. This leads to late collisions, frame corruption, and subsequent retransmissions, which are precisely what CRC (Cyclic Redundancy Check) errors indicate—data integrity issues within the Ethernet frame.

Why this answer

CRC errors indicate that frames received by the switch have failed the Ethernet frame check sequence (FCS) validation, meaning the data was corrupted during transmission. When both devices are set to autonegotiate but one fails to correctly negotiate the duplex setting, a duplex mismatch occurs: one side operates at full duplex while the other operates at half duplex. This causes collisions on the half-duplex side, which corrupts frames and generates CRC errors, while the full-duplex side does not detect collisions and retransmits, leading to a high error count.

Exam trap

The trap here is that candidates assume CRC errors always indicate a bad cable or physical-layer issue, but The N10-009 exam often tests the fact that a duplex mismatch is a common logical-layer cause of CRC errors when autonegotiation is involved.

Why the other options are wrong

B

A VLAN mismatch would prevent communication entirely or cause connectivity issues, but it does not directly cause CRC errors. CRC errors are typically caused by physical layer issues like duplex mismatches or cabling problems.

C

CRC errors are typically caused by physical layer issues like duplex mismatch or faulty cabling, not by MTU settings. An incorrect MTU would cause fragmentation or dropped packets, not CRC errors.

D

CRC errors are caused by physical layer issues like duplex mismatch or faulty cabling, not by broadcast storms. A broadcast storm would cause high utilization and packet loss, not CRC errors.

When would these options actually be correct?

B

In a scenario where a workstation cannot communicate with the network despite having a link light, and the switch shows no CRC errors, a VLAN mismatch between the switch port and the workstation's configured VLAN (or lack thereof) would be the likely cause.

C

A question where a host cannot communicate with a remote server, and pings fail with 'Frag needed' messages, or where jumbo frames are enabled on one device but not the other, would make incorrect MTU the correct answer.

D

In a question describing a switch port with high utilization, packet loss, and spanning-tree topology changes, a broadcast storm from a loop would be the correct answer.

Why candidates pick the wrong answer

B

Candidates may confuse VLAN mismatches with duplex mismatches because both involve mismatched configurations between devices, and both can cause connectivity problems, leading them to incorrectly associate VLAN issues with CRC errors.

C

Candidates may confuse CRC errors with packet size issues, thinking that large frames cause bit errors, or they may recall that MTU mismatches can cause performance problems, but they misapply it to CRC errors.

D

Candidates may confuse symptoms of broadcast storms (high utilization, packet loss) with CRC errors, or assume any network problem with errors could be caused by loops.

335
MCQmedium

A network engineer is designing a network and needs to ensure that broadcast traffic is contained within a single broadcast domain. Which of the following devices should be used to create these separate broadcast domains?

A.Hub
B.Bridge
C.Switch
D.Router
AnswerD

A router operates at Layer 3 of the OSI model, making forwarding decisions based on IP addresses. By default, a router does not forward Layer 2 broadcast frames from one interface to another, effectively creating a distinct broadcast domain on each of its connected network segments. This fundamental function is crucial for segmenting large networks, preventing broadcast traffic from overwhelming interconnected subnets and improving overall network efficiency.

Why this answer

A router operates at Layer 3 of the OSI model and does not forward broadcast frames by default, making it the correct device to segment a network into separate broadcast domains. Each interface on a router creates a distinct broadcast domain, ensuring that broadcast traffic is contained within that interface's subnet.

Exam trap

The N10-009 exam often tests the misconception that a switch creates separate broadcast domains, but a switch only separates collision domains; without VLANs, all ports on a switch belong to the same broadcast domain.

Why the other options are wrong

A

Hubs operate at Layer 1 and simply repeat electrical signals out all ports, so they do not segment broadcast domains; all devices connected to a hub share the same broadcast domain.

B

Bridges operate at Layer 2 and forward frames based on MAC addresses, but they do not filter broadcast traffic; broadcasts are flooded to all ports within the same broadcast domain.

C

A switch operates at Layer 2 and forwards frames based on MAC addresses, but it does not filter broadcast traffic; all ports in the same VLAN belong to the same broadcast domain. Therefore, a switch alone cannot separate broadcast domains.

When would these options actually be correct?

A

A hub would be the correct answer if the question asked for a device that extends a collision domain or connects multiple devices in a single collision domain without any segmentation.

B

A bridge would be correct in a question asking for a device that connects two separate network segments while filtering traffic based on MAC addresses to reduce collisions, but does not need to separate broadcast domains.

C

A switch would be correct if the question asked for a device that creates separate collision domains or segments a LAN into multiple collision domains, as each port on a switch is a separate collision domain.

Why candidates pick the wrong answer

A

Candidates may confuse broadcast domains with collision domains, or think that any network device can isolate traffic, not realizing that only routers (or VLANs with a router) can separate broadcast domains.

B

Candidates may confuse bridges with routers, thinking that bridges can segment broadcast domains because they can filter traffic, but bridges actually forward broadcasts, not block them.

C

Candidates often confuse broadcast domains with collision domains, or they assume that switches can filter broadcasts because they segment traffic based on MAC addresses, not realizing that broadcasts are flooded to all ports in the same VLAN.

336
MCQmedium

A user reports slow network performance on their workstation. The technician checks the switch port and sees a high number of CRC errors. Which of the following is the MOST likely cause of this issue?

A.A faulty cable
B.Duplex mismatch
C.VLAN mismatch
D.Incorrect MTU setting
AnswerB

A duplex mismatch occurs when two connected network devices are configured with different duplex settings; typically, one operates in full-duplex mode while the other operates in half-duplex. This configuration causes the full-duplex device to transmit data simultaneously with the half-duplex device, leading to late collisions that the half-duplex device detects but the full-duplex device does not. These undetected collisions result in corrupted frames, triggering a high number of CRC errors and significantly degrading network throughput due to extensive retransmissions and dropped packets.

Why this answer

CRC errors indicate data corruption at the data link layer, typically caused by collisions or electrical interference. A duplex mismatch occurs when one device operates at full duplex and the other at half duplex, leading to collisions on a full-duplex link that corrupt frames and generate CRC errors. This is the most common cause of CRC errors on a switch port.

Exam trap

The N10-009 exam often tests the misconception that CRC errors are always caused by bad cabling, but the most common cause in exam scenarios is a duplex mismatch, especially when one device is set to auto-negotiate and the other is hard-coded.

Why the other options are wrong

C

CRC errors indicate physical layer issues like cabling or duplex mismatch, not VLAN mismatch. VLAN mismatch typically causes connectivity issues or inability to communicate across VLANs, not CRC errors.

D

CRC errors are typically caused by physical layer issues like faulty cabling or duplex mismatches, not by MTU settings. An incorrect MTU would cause fragmentation or packet drops, not CRC errors.

When would these options actually be correct?

C

A VLAN mismatch would be correct if the question described a scenario where a workstation cannot communicate with devices on a different subnet, or when a switch port is configured with an incorrect VLAN assignment, leading to no connectivity or traffic being dropped at Layer 2.

D

A question describing symptoms like 'large packets are being dropped' or 'connectivity fails with certain servers but not others' and asking for the cause would make incorrect MTU setting the correct answer, especially if jumbo frames are involved.

Why candidates pick the wrong answer

C

Candidates may confuse VLAN mismatch with duplex mismatch because both involve configuration mismatches on switch ports, and they might think any mismatch can cause errors, but CRC errors are specifically linked to physical and duplex issues.

D

Candidates may confuse CRC errors with packet fragmentation issues, or incorrectly assume that MTU mismatches can cause bit-level errors at the physical layer.

337
Matchingmedium

Match each wireless standard to its maximum theoretical speed.

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

Concepts
Matches

11 Mbps

54 Mbps

600 Mbps

1.3 Gbps (or up to 6.9 Gbps with multi-user MIMO)

Why these pairings

Common Wi-Fi standards: 802.11b (11 Mbps), 802.11g (54 Mbps), 802.11ac (1.3 Gbps). Note that 802.11a also runs at 54 Mbps, and 802.11n at up to 600 Mbps.

338
MCQmedium

A user's computer is unable to obtain a DHCP lease after connecting to a new switch port. The user's computer displays an IP address in the 169.254.x.x range. Other users on the same VLAN can obtain IP addresses successfully. The switch port is configured for 802.1X authentication. What is the most likely cause?

A.The DHCP server has exhausted its address pool.
B.The switch port is in a blocked state due to a spanning tree loop.
C.The user's computer has not authenticated via 802.1X and is placed in a restricted VLAN.
D.The network cable is faulty.
AnswerC

With 802.1X, unauthenticated devices are often placed in a restricted VLAN that may not include the DHCP server or have limited access. This explains why the computer gets an APIPA address while other devices on the same physical port (if authenticated) work normally.

Why this answer

When 802.1X authentication is enabled on a switch port, the port initially operates in an unauthorized state, restricting traffic to only EAPoL (802.1X) frames. If the user's computer fails to authenticate (e.g., due to missing supplicant, incorrect credentials, or certificate issues), the switch can place the port into a restricted or guest VLAN that lacks a DHCP server or is isolated from the production network. The 169.254.x.x address (APIPA) indicates the client could not reach a DHCP server, which aligns with being placed in a VLAN without DHCP services.

Exam trap

The N10-009 exam often tests the misconception that a 169.254.x.x address always indicates a DHCP server problem, but the trap here is that the issue is actually an 802.1X authentication failure placing the port into a restricted VLAN without DHCP, not a global DHCP exhaustion or spanning-tree issue.

Why the other options are wrong

A

The DHCP server address pool exhaustion would affect all users on the VLAN, not just one user. Since other users can obtain IP addresses, the pool is not exhausted.

D

A faulty network cable would typically cause a complete lack of connectivity or link drops, not a specific 169.254.x.x address. The user can still communicate on the local link (APIPA), indicating the cable is functional at layer 1/2.

When would these options actually be correct?

A

This option would be correct in a scenario where multiple users on the same VLAN are unable to obtain DHCP leases, and the DHCP server logs indicate no available addresses. The question would specify that all users are affected.

D

In a scenario where a user's computer shows 'Network cable unplugged' or intermittent disconnects, and other devices on the same port also fail, a faulty cable would be the likely cause.

Why candidates pick the wrong answer

A

Candidates may confuse a local connectivity issue with a global DHCP server problem, or they may not consider that 169.254.x.x addresses indicate a local failure rather than server exhaustion.

D

Candidates may default to physical layer issues when troubleshooting connectivity problems, overlooking the more specific indicator of APIPA addressing which points to DHCP failure rather than cable faults.

339
MCQmedium

A company wants to deploy a wireless network with the highest level of security for client authentication. The network will use a RADIUS server. Which authentication method should be used?

A.WPA2-PSK
B.WPA3-SAE
C.802.1X with EAP-TLS
D.802.1X with PEAP
AnswerC

802.1X with EAP-TLS (Extensible Authentication Protocol-Transport Layer Security) offers the highest level of wireless security by implementing robust mutual authentication. Both the client device and the authentication server (typically a RADIUS server) must present and validate digital certificates, ensuring that only trusted devices connect to a legitimate network. This certificate-based approach eliminates password vulnerabilities and provides strong identity verification, making it ideal for highly secure enterprise environments despite its configuration complexity.

Why this answer

802.1X with EAP-TLS provides certificate-based mutual authentication, eliminating the risk of credential theft or dictionary attacks. This is the strongest authentication method for enterprise wireless networks, as it requires both the client and the RADIUS server to present valid X.509 certificates, ensuring a cryptographically verified identity on both sides.

Exam trap

The trap here is that candidates often confuse PEAP with EAP-TLS because both use TLS, but PEAP only authenticates the server with a certificate while the client authenticates with a password (e.g., MSCHAPv2), making it less secure than full mutual certificate authentication in EAP-TLS.

Why the other options are wrong

A

WPA2-PSK uses a pre-shared key for authentication, not a RADIUS server, so it does not meet the requirement for the highest level of security with RADIUS-based client authentication.

B

WPA3-SAE is a personal authentication method that does not use a RADIUS server; it relies on a pre-shared key (PSK) for client authentication, not 802.1X or EAP.

D

PEAP uses a server-side certificate only, not requiring client certificates, which provides lower security than EAP-TLS. The question specifies the highest level of security, so EAP-TLS with mutual certificate authentication is required.

When would these options actually be correct?

A

In a small office or home network where simplicity is key and no RADIUS server is available, WPA2-PSK would be the correct choice for securing the wireless network.

B

A company wants to deploy a wireless network with the highest level of security for client authentication but does not have a RADIUS server and prefers a password-based method.

D

A company wants to deploy a wireless network with strong security but without the complexity of managing client certificates. The network uses a RADIUS server and requires user password-based authentication with server-side certificate validation.

Why candidates pick the wrong answer

A

Candidates may be familiar with WPA2-PSK as a common security method and overlook the specific requirement for RADIUS server integration and highest security.

B

Candidates may confuse WPA3-SAE as the highest security standard overall, overlooking that the question specifies RADIUS server usage, which requires enterprise authentication like 802.1X.

D

Candidates may confuse PEAP with EAP-TLS, thinking both offer similar security, or they may believe PEAP's use of passwords is sufficient for 'highest security' when it is not.

340
MCQeasy

Which of the following IP addresses is a private IP address as defined by RFC 1918?

A.169.254.1.1
B.172.32.1.1
C.192.168.1.1
D.172.15.1.1
AnswerC

192.168.1.1 belongs to the 192.168.0.0/16 private address range, commonly used in home and small business networks.

Why this answer

(192.168.1.1) is correct because RFC 1918 reserves the 192.168.0.0/16 block (192.168.0.0 – 192.168.255.255) for private use within local networks. This address is not routable on the public internet, making it suitable for internal LAN addressing.

Exam trap

The trap here is that candidates often remember 172.x.x.x as private but forget the specific range (172.16.0.0/12), leading them to select 172.32.1.1 or 172.15.1.1, both of which are public addresses.

Why the other options are wrong

A

169.254.1.1 is an APIPA address, not a private IP per RFC 1918. RFC 1918 defines private ranges as 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16.

B

172.32.1.1 falls within the 172.16.0.0/12 range (172.16.0.0 to 172.31.255.255) only if the second octet is between 16 and 31. Since 32 is outside that range, it is not a private IP per RFC 1918.

D

172.15.1.1 falls within the 172.16.0.0/12 range (172.16.0.0 to 172.31.255.255) defined by RFC 1918 for private IP addresses, but 172.15.1.1 is actually in the 172.8.0.0/13 range, which is not private; it is a public IP address.

When would these options actually be correct?

A

This would be correct if the question asked for an APIPA address used for automatic private IP addressing when DHCP fails.

B

This IP would be correct if the question asked for a public IP address or an IP that is not in any private range. For example, 'Which of the following is a public IP address?'

D

This option would be correct if the question asked for a public IP address or an IP address that is not in the RFC 1918 private ranges, as 172.15.1.1 is a public IP.

Why candidates pick the wrong answer

A

Candidates may confuse APIPA (169.254.0.0/16) with private IP ranges because both are non-routable on the public internet.

B

Candidates may mistakenly think that any IP starting with 172 is private, not realizing that only the 172.16.0.0/12 block is reserved.

D

Candidates may mistakenly think that all 172.x.x.x addresses are private, not realizing that only the 172.16.0.0/12 block is reserved, and 172.15.1.1 is just outside that range.

341
MCQmedium

Users in a branch office report that file transfers to the data center are slow. A technician runs a traceroute and sees consistently high latency on hop 5. The technician then pings hop 5 and gets replies with varying response times. There are no errors reported on the interface. What is the most likely cause?

A.Routing loop causing packets to be dropped.
B.Interface congestion causing queuing delays.
C.DNS server misconfiguration causing lookup delays.
D.Firewall inspecting traffic and adding latency.
AnswerB

When a network interface receives more traffic than it can transmit, packets are temporarily held in a buffer, or queue. This queuing introduces delays, and because the amount of traffic and buffer occupancy can fluctuate, these delays become highly variable. Such congestion directly leads to increased and inconsistent latency, significantly impacting the throughput and completion time of large file transfers as packets wait longer to be forwarded.

Why this answer

High latency on hop 5 with varying response times and no interface errors indicates that the router at hop 5 is experiencing congestion, causing packets to be queued before transmission. This queuing delay results in increased and variable round-trip times (RTT), which is a classic symptom of interface congestion. The absence of errors rules out physical-layer issues, and the consistent latency on that specific hop points to a bottleneck at that router's egress interface.

Exam trap

The N10-009 exam often tests the distinction between latency caused by congestion (queuing delay) versus packet loss or routing loops, and the trap here is that candidates may assume high latency always indicates a routing loop or firewall inspection, but the varying response times with no errors point specifically to interface congestion.

Why the other options are wrong

A

A routing loop typically causes packet loss or TTL expiration, not consistently high latency with varying response times and no interface errors.

C

DNS misconfiguration causes lookup delays before a connection is established, not high latency on a specific hop during a traceroute or ping after the connection is made.

When would these options actually be correct?

A

This would be correct if the traceroute showed packets timing out after a certain hop and then reappearing at earlier hops, or if the hop count increased indefinitely.

C

A user reports slow web browsing; a technician finds that name resolution takes several seconds while pinging IP addresses is fast. DNS server misconfiguration would be the likely cause.

Why candidates pick the wrong answer

A

Candidates may associate high latency with routing issues, but routing loops usually cause packet loss rather than just delay.

C

Candidates may confuse general network slowness with DNS issues, not realizing that traceroute and ping operate at the network layer and bypass DNS.

342
MCQeasy

Which of the following network topologies connects each node to exactly two other nodes, forming a closed loop?

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

A ring topology establishes a closed loop where each network node is directly connected to exactly two other nodes: one upstream and one downstream neighbor. Data packets travel unidirectionally around this continuous loop, passing through each node until they reach their destination. This structure ensures a predictable data path but can be vulnerable if a single link or node fails, potentially breaking the entire ring.

Why this answer

In a ring topology, each node is connected to exactly two neighbors, forming a closed loop where data travels in one direction (or sometimes dual-ring for redundancy). This is the only topology among the options that inherently creates a circular path with each node having exactly two connections.

Exam trap

The trap here is that candidates often confuse a logical ring (like Token Ring or FDDI) with a physical star-wired ring, where the wiring appears star-shaped but the logical data path is a ring, leading them to incorrectly select 'Star' because they see a central device.

Why the other options are wrong

A

In a star topology, each node connects to a central hub, not to exactly two other nodes, so it does not form a closed loop.

B

In a bus topology, all nodes connect to a single central cable, not to exactly two other nodes, and it does not form a closed loop.

D

In a mesh topology, each node connects to multiple other nodes, not exactly two, and it does not form a closed loop; it provides redundancy through multiple paths.

When would these options actually be correct?

A

A star topology would be correct for a question like: 'Which topology uses a central device to manage all communications between nodes?'

B

A question asking 'Which topology uses a single backbone cable to connect all nodes?' would make Bus the correct answer.

D

A question asking 'Which topology provides multiple redundant paths between any two nodes?' would make mesh the correct answer, as it offers full or partial connectivity for fault tolerance.

Why candidates pick the wrong answer

A

Candidates may confuse the visual appearance of a star with a ring, or mistakenly think that a star can form a loop through the central hub.

B

Candidates may confuse the linear arrangement of a bus with the circular arrangement of a ring, or mistakenly think that a bus topology forms a loop because both are simple and often drawn as lines.

D

Candidates may confuse 'mesh' with 'ring' because both involve multiple connections, but mesh lacks the specific closed-loop structure of a ring.

343
MCQhard

An IT security analyst is implementing a solution to detect malware on endpoints by monitoring system calls and file integrity. Which of the following types of controls is being deployed?

A.Host-based Intrusion Detection System (HIDS)
B.Network-based Intrusion Detection System (NIDS)
C.Firewall
D.Virtual Private Network (VPN)
AnswerA

A Host-based Intrusion Detection System (HIDS) operates directly on an individual endpoint, such as a server or workstation, to monitor its internal activities. It meticulously scrutinizes system calls, application logs, file integrity, registry changes, and running processes for anomalous behavior or known malware signatures. By focusing on the host's internals, HIDS is uniquely positioned to detect malware execution, unauthorized file modifications, or privilege escalation attempts that might bypass network-level defenses.

Why this answer

A Host-based Intrusion Detection System (HIDS) monitors system calls, file integrity, and operating system logs directly on the endpoint. This matches the scenario because the analyst is deploying a solution that detects malware by observing low-level system behavior and verifying file integrity, which are core HIDS functions.

Exam trap

The trap here is that candidates confuse HIDS with NIDS, thinking any 'intrusion detection' must be network-based, but the question's focus on system calls and file integrity clearly points to host-level monitoring.

Why the other options are wrong

B

The question specifies monitoring system calls and file integrity on endpoints, which is host-level activity. NIDS monitors network traffic, not endpoint system calls or file integrity.

C

A firewall controls network traffic based on rules, but it does not monitor system calls or file integrity on endpoints, which are the specific actions described in the question.

D

A VPN is used to create secure, encrypted connections over a network, not to monitor system calls or file integrity on endpoints for malware detection.

When would these options actually be correct?

B

A question asking for a control that detects malware by analyzing network traffic patterns or signatures, such as 'An analyst wants to detect malware spreading across the network by inspecting packet payloads.'

C

A firewall would be the correct answer if the question asked about a control that filters incoming and outgoing network traffic based on an organization's security policy, such as blocking unauthorized access to a network.

D

A question asking for a technology that provides secure remote access to an internal network by encrypting traffic between a remote user and the corporate network would have VPN as the correct answer.

Why candidates pick the wrong answer

B

Candidates may confuse host-based and network-based intrusion detection, assuming both detect malware, but NIDS focuses on network traffic rather than endpoint system calls and file integrity.

C

Candidates may think a firewall can detect malware by blocking malicious traffic, but it lacks the endpoint-level monitoring of system calls and file integrity that HIDS provides.

D

Candidates may confuse VPN with security monitoring tools because both are used in security contexts, but VPN focuses on confidentiality and access control, not detection.

344
MCQmedium

Which IPv6 address is reserved for loopback?

A.::1
B.::
C.127.0.0.1
D.2000::/3
AnswerA

The IPv6 address "::1" is the dedicated loopback address, serving the same function as IPv4's 127.0.0.1. It enables a host to send network traffic to itself, effectively bypassing the network interface card and any physical network infrastructure. This address is indispensable for testing network applications and services locally, ensuring the application stack and internal network processes are functioning correctly without external network involvement.

Why this answer

The IPv6 loopback address is ::1 (equivalent to 127.0.0.1 in IPv4). It is used by a host to send traffic to itself without any physical network interface involvement, as defined in RFC 4291. This address is not routable and should never appear outside the host.

Exam trap

The trap here is that candidates confuse the unspecified address (::) with the loopback address (::1), or mistakenly apply the IPv4 loopback concept (127.0.0.1) to IPv6 without recognizing the different notation.

Why the other options are wrong

B

The IPv6 address :: (all zeros) is the unspecified address, used to indicate the absence of an address, not for loopback. Loopback in IPv6 is ::1.

C

127.0.0.1 is an IPv4 loopback address, not an IPv6 address. The question specifically asks for an IPv6 reserved loopback address.

D

2000::/3 is the prefix for global unicast addresses, not loopback. The IPv6 loopback address is ::1.

When would these options actually be correct?

B

This option would be correct for a question asking: 'Which IPv6 address is used to indicate an unspecified or unknown address?' or 'Which address is used as a source address when a device does not yet have an IPv6 address?'

C

If the question were 'Which IPv4 address is reserved for loopback?' or 'Which address is used for local loopback testing in IPv4?', then 127.0.0.1 would be correct.

D

This option would be correct for a question asking: 'Which IPv6 address range is used for global unicast addresses?'

Why candidates pick the wrong answer

B

Candidates may confuse the all-zeros address with loopback because both are special-purpose addresses, and the IPv4 loopback 127.0.0.1 is often shortened to '127.0.0.1' or 'localhost', leading to a false equivalence with ::.

C

Candidates may confuse IPv4 and IPv6 loopback addresses, or mistakenly think 127.0.0.1 is the loopback for both protocols.

D

Candidates may confuse the IPv6 loopback address with the IPv4 loopback range (127.0.0.0/8) or mistakenly think 2000::/3 includes loopback due to its reserved status.

345
MCQhard

An attacker is launching a DHCP starvation attack by sending a large number of DHCP discover messages with spoofed MAC addresses. This exhausts the DHCP pool and causes legitimate clients to fail to obtain IP addresses. Which security feature should be implemented on the switch to mitigate this attack?

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

DHCP snooping is a critical security feature implemented on network switches that inspects DHCP traffic to prevent rogue DHCP servers and DHCP starvation attacks. It classifies switch ports as trusted (for legitimate DHCP servers) or untrusted, dropping DHCP server messages received on untrusted ports. Crucially, it can enforce rate limiting on untrusted ports to prevent an attacker from flooding the network with excessive DHCP DISCOVER requests, thereby mitigating DHCP starvation by limiting the number of requests. It also builds and maintains a DHCP snooping binding table, mapping MAC addresses to IP addresses, which can be used by other security features.

Why this answer

DHCP snooping is the correct mitigation because it filters untrusted DHCP messages on access ports. By default, it only allows DHCP server responses (OFFER, ACK, etc.) on trusted ports (typically uplinks to the legitimate DHCP server) and drops them on untrusted ports, preventing a rogue or spoofed server from replying. Additionally, DHCP snooping builds a DHCP snooping binding table that tracks valid MAC-to-IP address mappings, which can be used to rate-limit DHCP discover messages and detect starvation attacks.

Exam trap

CompTIA often tests DHCP snooping as the answer for DHCP starvation attacks, but candidates confuse it with DAI because both rely on the DHCP snooping binding table, forgetting that DAI only validates ARP packets, not DHCP messages.

Why the other options are wrong

A

Port security limits the number of MAC addresses per port but does not inspect DHCP messages or prevent DHCP pool exhaustion from spoofed MAC addresses.

C

Dynamic ARP Inspection (DAI) validates ARP packets to prevent ARP spoofing and man-in-the-middle attacks, but it does not prevent DHCP starvation attacks, which target DHCP address exhaustion.

D

802.1X is an authentication protocol that controls network access at the port level, but it does not prevent DHCP starvation attacks because it does not monitor or rate-limit DHCP messages.

When would these options actually be correct?

A

Port security would be correct in a scenario where an attacker connects a rogue switch or device to flood the network with many MAC addresses to overflow the MAC address table (CAM table overflow attack).

C

DAI would be correct in a scenario where an attacker is sending forged ARP replies to associate their MAC address with the IP address of a legitimate device (e.g., default gateway) to intercept traffic.

D

802.1X would be the correct answer for a question asking which feature prevents unauthorized devices from connecting to the network by requiring authentication before granting access, such as in a scenario where the goal is to block rogue devices from using the network.

Why candidates pick the wrong answer

A

Candidates may confuse port security's MAC address limiting with DHCP snooping's ability to rate-limit DHCP messages, thinking both prevent spoofing without understanding the specific attack vector.

C

Candidates may confuse DAI with DHCP snooping because both are security features that inspect network traffic and are often implemented together on switches.

D

Candidates may think 802.1X can mitigate DHCP starvation by blocking spoofed MAC addresses, but it only authenticates users, not DHCP message flooding.

346
MCQmedium

An organization has separate VLANs for the HR and Finance departments. Both VLANs use a single Layer 3 switch to route between them. The HR department needs access to a shared printer located in the Finance VLAN, but all other traffic between the VLANs should be blocked. Which of the following should be configured?

A.Configure an ACL on the Layer 3 switch to permit specific traffic between VLANs
B.Place the printer in the HR VLAN
C.Create a separate VLAN for the printer
D.Use a wireless access point to bridge the VLANs
AnswerA

Configuring an Access Control List (ACL) on the Layer 3 switch is the most effective and secure method to permit specific traffic between the HR and Finance VLANs. Since the Layer 3 switch performs inter-VLAN routing, it can inspect packets as they traverse between these segmented networks. An ACL can be precisely crafted to allow only the necessary printer-related protocols (e.g., TCP port 9100, SMB) from the HR VLAN to the printer's IP address in the Finance VLAN, while implicitly denying all other traffic.

Why this answer

An ACL on the Layer 3 switch can filter inter-VLAN traffic at the routed interface (SVI or routed port). By permitting only the HR subnet’s traffic to the printer’s IP address and denying all other inter-VLAN traffic, you meet the requirement of selective access while blocking everything else. This is the standard method for policy-based segmentation between VLANs.

Exam trap

The trap here is that candidates often think placing the printer in the same VLAN or creating a dedicated VLAN solves the problem, but they overlook that ACLs are the precise tool for granular, policy-based filtering between VLANs on a Layer 3 switch.

Why the other options are wrong

B

Placing the printer in the HR VLAN would allow HR devices to access it without routing, but it would not block other traffic between VLANs, and the printer would lose access to Finance resources if needed.

C

Creating a separate VLAN for the printer does not solve the requirement to permit only HR-to-printer traffic while blocking all other inter-VLAN traffic; it would still require routing and ACLs to control access, and it adds unnecessary complexity.

When would these options actually be correct?

B

If the requirement were simply to give HR access to the printer without any need to block inter-VLAN traffic, and the printer only needed to be accessed by HR, moving it to the HR VLAN would be the simplest solution.

C

When a printer needs to be accessible from multiple VLANs without routing between them, and the organization wants to isolate the printer's broadcast domain for security or performance reasons, creating a dedicated VLAN for the printer and using a Layer 3 switch with ACLs or a firewall to allow specific access would be appropriate.

Why candidates pick the wrong answer

B

Candidates may think moving the printer to the same VLAN as HR is an easy way to grant access, overlooking the need to block other inter-VLAN traffic and the potential need for Finance to also access the printer.

C

Candidates may think that isolating the printer in its own VLAN simplifies security by separating it from both HR and Finance, but they overlook that inter-VLAN routing and access control are still needed to allow HR to reach the printer.

347
MCQhard

A security analyst discovers that an attacker is sending large numbers of incomplete TCP connection requests to a server, causing the server to run out of resources and stop responding to legitimate requests. Which type of attack is this, and which mitigation should be implemented?

A.SYN flood; enable TCP intercept or SYN cookies
B.Ping flood; implement rate limiting
C.Smurf attack; disable IP-directed broadcasts
D.ARP poisoning; enable dynamic ARP inspection
AnswerA

The attack is a SYN flood. TCP intercept (or SYN cookies) allows the server to manage half-open connections and mitigate resource exhaustion.

Why this answer

This is a SYN flood attack, where the attacker sends a high volume of TCP SYN packets without completing the three-way handshake, exhausting the server's connection queue. Enabling TCP intercept (on Cisco devices) or SYN cookies (RFC 4987) allows the server to validate handshakes before allocating resources, mitigating the attack.

Exam trap

The trap here is that candidates confuse a SYN flood with a ping flood or Smurf attack because all involve flooding, but only SYN floods target the TCP three-way handshake state table.

Why the other options are wrong

B

The attack described involves incomplete TCP connection requests exhausting server resources, which is a SYN flood, not a ping flood. Ping floods use ICMP echo requests, not TCP connections, and rate limiting is a mitigation for ICMP-based floods, not for SYN floods.

C

The question describes incomplete TCP connection requests exhausting server resources, which is a SYN flood, not a Smurf attack. A Smurf attack uses ICMP echo requests sent to a network's broadcast address with a spoofed source IP, causing amplification and targeting the victim with ICMP replies.

D

ARP poisoning targets the Address Resolution Protocol to intercept traffic on a local network, not to exhaust server resources via incomplete TCP connections. The described attack is a SYN flood, which exploits the TCP three-way handshake.

When would these options actually be correct?

B

A ping flood attack would be the correct answer if the question described an attacker sending a high volume of ICMP echo request packets to overwhelm a target's network bandwidth or CPU, and the mitigation would be implementing rate limiting on ICMP traffic.

C

A Smurf attack would be correct if the question described an attacker sending ICMP echo requests to a network broadcast address, using a spoofed source IP of the victim, causing all hosts on the network to reply to the victim, overwhelming it with ICMP traffic.

D

This option would be correct in a question describing an attacker sending forged ARP messages to associate their MAC address with the IP of a legitimate device, causing traffic interception or denial of service. The mitigation would be Dynamic ARP Inspection (DAI) to validate ARP packets.

Why candidates pick the wrong answer

B

Candidates may confuse 'flood' attacks and assume any overwhelming traffic is a ping flood, or they may not distinguish between TCP-based and ICMP-based attacks, leading them to choose a familiar mitigation like rate limiting.

C

Candidates may confuse any attack that consumes resources with a Smurf attack, especially if they remember that Smurf attacks cause resource exhaustion via amplification, but they overlook the specific protocol (ICMP vs. TCP) and the mechanism (broadcast vs. incomplete handshake).

D

Candidates may confuse network-layer attacks or think that any resource exhaustion attack involves poisoning, or they may recall ARP poisoning as a common attack without carefully matching the symptoms described.

348
MCQmedium

A company is setting up a new branch office and needs to connect it to the main office over the internet using a secure VPN. The branch office has a dynamic public IP address. Which type of VPN should be configured?

A.Site-to-site IPsec VPN with static IPs
B.Remote access VPN using SSL
C.Dynamic Multipoint VPN (DMVPN)
D.Policy-based VPN
AnswerC

Dynamic Multipoint VPN (DMVPN) is an ideal solution for connecting multiple branch offices, especially when they have dynamic IP addresses, to a central hub. It leverages Multipoint Generic Routing Encapsulation (mGRE) tunnels and Next Hop Resolution Protocol (NHRP) to establish dynamic, on-demand spoke-to-spoke or spoke-to-hub tunnels. This architecture significantly simplifies VPN management and scaling, as spokes only need to know the hub's IP, and NHRP dynamically resolves the actual IP addresses of other spokes.

Why this answer

C is correct because Dynamic Multipoint VPN (DMVPN) is designed to handle sites with dynamic public IP addresses, such as a branch office with a dynamically assigned IP. DMVPN uses mGRE (multipoint Generic Routing Encapsulation) and NHRP (Next Hop Resolution Protocol) to dynamically establish tunnels between spoke routers without requiring static IP configurations on each spoke, making it ideal for this scenario.

Exam trap

The trap here is that candidates often choose site-to-site IPsec VPN (Option A) because it is the most familiar VPN type, failing to recognize that dynamic IPs at the branch require a technology like DMVPN that can handle address changes without manual reconfiguration.

Why the other options are wrong

A

The branch office has a dynamic public IP, but site-to-site IPsec with static IPs requires static IP addresses on both ends, making it unsuitable for this scenario.

B

Remote access VPN using SSL is designed for individual users connecting to a network, not for connecting entire branch offices to a main office over the internet. The question specifies a branch office connection, which requires a site-to-site VPN solution.

D

Policy-based VPNs require static IP addresses on both ends and do not support dynamic public IPs, making them unsuitable for a branch with a dynamic IP.

When would these options actually be correct?

A

A company needs to establish a secure VPN tunnel between two offices, and both offices have static public IP addresses. The question would specify 'static IP addresses' for both sites.

B

A remote access VPN using SSL would be correct in a scenario where a company needs to provide secure remote access for individual employees working from home or traveling, allowing them to connect to the corporate network using a web browser or SSL VPN client.

D

A policy-based VPN would be correct when both sites have static public IP addresses and the VPN is configured based on traffic selectors (e.g., specific source/destination subnets) rather than a virtual tunnel interface, such as in a simple site-to-site IPsec VPN between two fixed offices.

Why candidates pick the wrong answer

A

Candidates often associate IPsec with site-to-site VPNs and overlook the IP address requirement, assuming any site-to-site IPsec VPN works regardless of IP type.

B

Candidates may confuse remote access VPN with site-to-site VPN, or they may think SSL VPN can handle dynamic IPs because it often uses client software that adapts to changing addresses.

D

Candidates may confuse 'policy-based' with any IPsec VPN that uses policies, not realizing that policy-based VPNs typically require static IPs and lack dynamic IP support.

349
MCQeasy

A workstation with IP address 10.0.1.5/24 needs to communicate with a server at 10.0.2.10/24. The workstation's default gateway is configured as 10.0.1.1. Which of the following will the workstation do with the IP packets destined for the server?

A.Send the packets directly to the server using ARP.
B.Send the packets to the default gateway.
C.Send the packets to the DNS server for resolution.
D.Drop the packets because the server is on a different network.
AnswerB

The workstation first compares the destination IP address with its own IP address and subnet mask to determine if the destination is on the same local network segment. If the destination IP falls outside its local subnet, the workstation recognizes that it cannot directly deliver the packet. Consequently, it encapsulates the IP packet within an Ethernet frame addressed to its configured default gateway's MAC address, forwarding all traffic destined for remote networks to this gateway for subsequent routing.

Why this answer

The workstation's IP address (10.0.1.5/24) and the server's IP address (10.0.2.10/24) are on different subnets (10.0.1.0/24 vs. 10.0.2.0/24). When a host determines that the destination is not on the same local network, it will not attempt direct delivery via ARP. Instead, it forwards the IP packet to its configured default gateway (10.0.1.1), which then routes the packet toward the server's subnet.

Exam trap

The trap here is that candidates mistakenly think a host can ARP for any IP address, even across subnets, or that a host will drop traffic to a different subnet without a router, when in fact the host relies on its default gateway to reach remote networks.

Why the other options are wrong

A

The workstation's IP (10.0.1.5/24) and server's IP (10.0.2.10/24) are on different subnets (10.0.1.0/24 vs 10.0.2.0/24). The workstation must send packets to its default gateway (10.0.1.1) for routing, not directly to the server via ARP.

C

DNS resolution is used to translate domain names to IP addresses, but the workstation already knows the server's IP address (10.0.2.10). The question does not involve name resolution, so sending packets to the DNS server is irrelevant.

D

The workstation will not drop the packets because it can send them to the default gateway (10.0.1.1), which will route them to the server on the different subnet (10.0.2.0/24).

When would these options actually be correct?

A

If both the workstation and server were on the same subnet (e.g., both 10.0.1.0/24), the workstation would use ARP to resolve the server's MAC address and send packets directly, without involving a gateway.

C

If the workstation needed to communicate with a server by its hostname (e.g., server.example.com) and did not have the IP address cached, it would send a DNS query to the DNS server to resolve the name before sending packets.

D

If the workstation had no default gateway configured, or if the destination network was unreachable (e.g., no route), the workstation would drop the packets. For example, a host with IP 10.0.1.5/24 trying to reach 10.0.2.10/24 with no gateway configured.

Why candidates pick the wrong answer

A

Candidates may confuse ARP's role in local network communication with routing, assuming ARP can reach any IP regardless of subnet, or they may forget that ARP only works within the same broadcast domain.

C

Candidates may confuse the steps of network communication, thinking that DNS is always involved before sending packets, even when the destination IP is already known.

D

Candidates may incorrectly assume that hosts cannot communicate across subnets without a router, forgetting that the default gateway provides that function.

350
MCQmedium

An NOC technician receives an alert that latency on a critical WAN link has increased significantly. The technician needs to analyze the latency trend over the past week to identify patterns. Which approach is the most efficient for gathering this historical data?

A.Use SNMP traps to alert on each latency spike
B.Use SNMP polling with a suitable MIB to collect latency metrics at regular intervals
C.Run a continuous ping test and manually log timestamps
D.Use traceroute to identify each hop and measure latency per hop
AnswerB

SNMP (Simple Network Management Protocol) polling involves a management station periodically querying network devices for specific data points defined in a Management Information Base (MIB). For latency, an appropriate MIB object (e.g., RTT or interface statistics that can infer latency) would be queried at regular intervals. This systematic collection allows for the creation of historical trends, baseline establishment, and long-term performance analysis, making it ideal for monitoring critical network latency over time.

Why this answer

SNMP polling with a suitable MIB (e.g., IF-MIB for interface statistics or IP-MIB for performance metrics) allows the NOC to collect latency data at regular, configurable intervals over time. This historical data can be stored in a management system and analyzed for trends, making it the most efficient method for identifying patterns in WAN latency over a week. SNMP traps, by contrast, are event-driven and do not provide the continuous, periodic data needed for trend analysis.

Exam trap

The trap here is that candidates confuse SNMP traps (event-driven alerts) with SNMP polling (periodic data collection), assuming traps can provide historical trend data when they are designed only for real-time notifications.

Why the other options are wrong

A

SNMP traps are event-driven notifications for immediate alerts, not designed for gathering historical trend data over a week. They would not provide the regular interval data needed to analyze latency patterns.

C

Continuous ping and manual logging is inefficient for analyzing a week-long latency trend, as it requires constant human intervention and does not provide automated, structured historical data.

D

Traceroute measures per-hop latency at a single point in time, not historical trends over a week. It is inefficient for gathering continuous historical data and does not provide a consolidated latency trend.

When would these options actually be correct?

A

A question asking for the best method to receive real-time alerts for critical latency spikes, where immediate notification is required and historical analysis is not needed.

C

This approach would be correct if the question asked for a real-time, ad-hoc latency check on a specific link without any monitoring infrastructure, and the technician only needed a few minutes of data.

D

A technician needs to identify which specific hop along a WAN path is introducing the highest latency during a current performance issue. Traceroute would be the correct tool to isolate the problematic hop in real time.

Why candidates pick the wrong answer

A

Candidates may confuse SNMP traps with SNMP polling, thinking traps can also be used for data collection, or they may focus on the 'alert' aspect of the question without considering the need for historical trend analysis.

C

Candidates may think ping is a simple and direct way to measure latency, and manual logging seems like a straightforward method to collect data without needing to configure SNMP or MIBs.

D

Candidates may think traceroute provides detailed path information and assume it can be used repeatedly to build a trend, but they overlook that it is not designed for automated, scheduled historical data collection.

351
MCQhard

A security analyst notices that a user's workstation is sending encrypted DNS queries to an external IP address over TCP port 853. This traffic is being used to establish a covert communication channel to bypass the company's security controls. Which technique is being employed?

A.DNS poisoning
B.DNS tunneling
C.DNS amplification
D.DNS zone transfer
AnswerB

DNS tunneling is a sophisticated technique that abuses the Domain Name System protocol to establish a covert communication channel. It involves encoding arbitrary non-DNS data, such as command-and-control instructions or exfiltrated files, within legitimate-looking DNS queries and responses. This method effectively bypasses many firewalls and intrusion detection systems that typically allow DNS traffic without deep content inspection, making it a potent tool for data exfiltration and maintaining persistence within a compromised network.

Why this answer

DNS tunneling is the correct answer because the analyst observed encrypted DNS queries over TCP port 853 (DNS over TLS) being used to establish a covert communication channel. This technique encapsulates non-DNS data (e.g., command-and-control traffic) within DNS query and response packets, allowing the attacker to bypass security controls by hiding malicious traffic inside legitimate DNS traffic.

Exam trap

The trap here is that candidates may confuse DNS tunneling with DNS poisoning or amplification because all involve DNS abuse, but only tunneling uses DNS as a covert data carrier, not for cache corruption or traffic amplification.

Why the other options are wrong

A

DNS poisoning involves corrupting DNS cache to redirect traffic to malicious sites, not establishing a covert channel via encrypted queries over TCP 853.

C

DNS amplification is a DDoS attack that uses open resolvers to flood a target with large responses, not a technique for establishing covert communication channels via encrypted DNS queries.

D

DNS zone transfer is a mechanism for replicating DNS databases between authoritative servers, typically using TCP port 53, not port 853. It does not involve encrypted queries or covert channels.

When would these options actually be correct?

A

A question describing a user's browser being redirected to a phishing site despite typing the correct URL, with DNS cache entries showing incorrect IP addresses, would make DNS poisoning the correct answer.

C

A question describing a DDoS attack where the attacker spoofs the victim's IP and sends queries to open DNS resolvers, causing them to send large responses to the victim, overwhelming the target's bandwidth.

D

A question describing a scenario where an attacker successfully copies the entire DNS zone file from a misconfigured DNS server to gain reconnaissance data about the network's internal hosts and services.

Why candidates pick the wrong answer

A

Candidates may confuse DNS poisoning with any malicious DNS activity, or think that encrypted DNS queries are used to poison the cache, overlooking the covert channel aspect.

C

Candidates may confuse 'amplification' with 'tunneling' because both involve DNS traffic, but amplification is about traffic volume, not covert data exfiltration or command-and-control.

D

Candidates may confuse 'zone transfer' with any unauthorized DNS data exfiltration, or mistakenly think that any unusual DNS traffic pattern is a zone transfer.

352
MCQeasy

A network technician is explaining the function of a default gateway to a junior technician. Which of the following best describes the purpose of a default gateway?

A.It connects two different VLANs.
B.It provides DHCP services to the local network.
C.It routes traffic from the local network to external networks.
D.It translates private IP addresses to public IP addresses.
AnswerC

The default gateway serves as the essential next-hop router for all network traffic originating from the local subnet and destined for any external network. When a device needs to communicate with an IP address outside its immediate local network segment, it forwards those packets to the default gateway. This critical function enables local devices to access the internet, remote corporate networks, or any other network beyond their direct broadcast domain.

Why this answer

The default gateway is a router or Layer 3 device that serves as the next-hop destination for packets destined to IP addresses outside the local subnet. When a host determines that the destination IP is not on the same network, it forwards the frame to the default gateway's MAC address, which then routes the packet toward the external network. This is defined in RFC 1122 and is essential for any host that needs to communicate beyond its directly connected segment.

Exam trap

CompTIA often tests the misconception that the default gateway performs NAT or DHCP, but the trap here is that candidates confuse the default gateway's routing function with other network services like address translation or dynamic addressing.

Why the other options are wrong

A

A default gateway is not specifically for connecting VLANs; that is the role of a router or Layer 3 switch with inter-VLAN routing configured.

B

The default gateway does not provide DHCP services; DHCP is handled by a dedicated DHCP server or a router configured with DHCP services, not the default gateway itself.

D

The default gateway routes traffic between networks, but it does not perform NAT or IP address translation; that is typically the function of a router or firewall with NAT capabilities.

When would these options actually be correct?

A

In a question asking 'Which device connects two different VLANs?', the correct answer would be a router or Layer 3 switch, which can perform inter-VLAN routing.

B

In a question asking 'Which network service automatically assigns IP addresses to devices on a local network?', the correct answer would be DHCP, making 'It provides DHCP services to the local network' the right choice.

D

In a question asking 'Which device translates private IP addresses to public IP addresses for internet access?', the correct answer would be a router or firewall performing NAT, which could be described as 'It translates private IP addresses to public IP addresses.'

Why candidates pick the wrong answer

A

Candidates may confuse the default gateway's role in routing between networks with the concept of VLANs, thinking that connecting VLANs is a similar function.

B

Candidates may confuse the default gateway with a router that often also runs DHCP services, leading them to incorrectly associate the two functions.

D

Candidates often associate the default gateway with internet access and mistakenly think that NAT is an inherent function of the default gateway, confusing routing with address translation.

353
MCQeasy

Which of the following network devices operates primarily at Layer 2 of the OSI model and uses MAC addresses to forward data?

A.Hub
B.Switch
C.Router
D.Firewall
AnswerB

A network switch operates primarily at Layer 2 (Data Link Layer) of the OSI model. It intelligently forwards Ethernet frames to specific destination ports based on the MAC addresses learned and stored in its Content Addressable Memory (CAM) table. This targeted forwarding significantly reduces network congestion by creating micro-segments and eliminating collision domains, unlike a hub.

Why this answer

A switch operates primarily at Layer 2 (Data Link layer) of the OSI model, forwarding frames based on destination MAC addresses. It builds a MAC address table by learning source MAC addresses from incoming frames and uses this table to make forwarding decisions, reducing collision domains and improving network efficiency.

Exam trap

The N10-009 exam often tests the distinction between a switch (Layer 2, MAC-based forwarding) and a router (Layer 3, IP-based forwarding), and the trap here is that candidates may confuse a switch's ability to segment collision domains with routing functionality, or mistakenly think a switch uses IP addresses for forwarding decisions.

Why the other options are wrong

A

A hub operates at Layer 1 (physical layer) and simply repeats electrical signals to all ports; it does not use MAC addresses to forward data.

C

A router operates primarily at Layer 3 (Network layer) and uses IP addresses for forwarding decisions, not MAC addresses. It does not forward based on MAC addresses as a Layer 2 switch does.

D

A firewall operates at Layer 3 (or higher) of the OSI model, using IP addresses and port numbers to filter traffic, not MAC addresses for forwarding decisions.

When would these options actually be correct?

A

A hub would be the correct answer if the question asked: 'Which device operates at Layer 1 and forwards data based on electrical signals?'

C

A router would be the correct answer for a question like: 'Which network device operates at Layer 3 and uses IP addresses to determine the best path for data packets?'

D

A question asking 'Which network security device filters traffic based on IP addresses and port numbers?' would make firewall the correct answer, as it inspects packets at Layer 3 and above.

Why candidates pick the wrong answer

A

Candidates may confuse hubs with switches because both are used to connect multiple devices in a LAN, but hubs lack the intelligence to use MAC addresses.

C

Candidates may confuse the roles of switches and routers, thinking both forward data based on addresses, but they forget that routers use IP addresses (Layer 3) while switches use MAC addresses (Layer 2).

D

Candidates may confuse firewalls with switches because both are common network devices, and some firewalls can perform basic Layer 2 functions, leading to the mistaken belief that they primarily use MAC addresses.

354
MCQeasy

Which of the following protocols is used to automatically assign IP addresses to devices on a network?

A.A) DNS
B.B) DHCP
C.C) ARP
D.D) ICMP
AnswerB

DHCP (Dynamic Host Configuration Protocol) is a foundational network protocol specifically designed to dynamically assign IP addresses and other critical network configuration parameters, such as subnet masks, default gateways, and DNS server addresses, to devices on an IP network. This automation significantly reduces administrative overhead, prevents IP address conflicts, and ensures efficient reuse of addresses as devices connect and disconnect from the network. When a client boots up, it initiates a process to obtain an IP lease from a DHCP server.

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. When a client device connects, it sends a DHCP Discover broadcast, and the DHCP server responds with an Offer, followed by a Request and Acknowledgment (DORA process), enabling plug-and-play connectivity.

Exam trap

The N10-009 exam often tests the distinction between DHCP (address assignment) and DNS (name resolution), leading candidates to confuse the two because both are essential for network communication, but only DHCP handles automatic IP configuration.

Why the other options are wrong

A

DNS resolves domain names to IP addresses, but does not automatically assign IP addresses to devices.

C

ARP (Address Resolution Protocol) is used to resolve IP addresses to MAC addresses on a local network, not to automatically assign IP addresses.

D

ICMP 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?' would have DNS as the correct answer.

C

ARP would be the correct answer for a question like: 'Which protocol maps a known IP address to a MAC address on a local network?'

D

A question asking 'Which protocol is used to test network connectivity between two hosts?' would make ICMP correct, as it is the foundation of ping and traceroute utilities.

Why candidates pick the wrong answer

A

Candidates may confuse DNS with DHCP because both are essential network services and involve IP addresses, leading to a mix-up of their functions.

C

Candidates may confuse ARP with DHCP because both involve IP addresses and network configuration, leading to a mistaken association with address assignment.

D

Candidates may confuse ICMP with DHCP because both involve network layer communication, or they might think ICMP handles address resolution due to its role in network troubleshooting.

355
MCQmedium

A network engineer is designing a network for a large organization. The engineer needs to ensure that broadcast traffic from one VLAN does not propagate to other VLANs while still allowing inter-VLAN communication. Which of the following devices is required to route between VLANs?

A.Layer 2 switch
B.Router
C.Bridge
D.Firewall
AnswerB

A router is a Layer 3 device specifically designed to forward IP packets between different IP networks or subnets, which directly correspond to distinct VLANs. It achieves inter-VLAN routing by having an IP interface (either physical or logical sub-interface on a trunk port) configured within each VLAN, acting as the default gateway for hosts in that VLAN. When traffic from one VLAN needs to reach another, the router processes the destination IP address and forwards the packet accordingly.

Why this answer

A router is required to route between VLANs because VLANs segment a Layer 2 broadcast domain, and inter-VLAN communication must occur at Layer 3. The router performs routing by receiving frames tagged with the source VLAN, stripping the tag, making a forwarding decision based on the destination IP, and then re-encapsulating the frame with the destination VLAN tag. This process is often implemented using a router-on-a-stick configuration with 802.1Q trunking.

Exam trap

The trap here is that candidates often confuse a Layer 3 switch with a Layer 2 switch and assume any switch can route between VLANs, but a standard Layer 2 switch lacks the routing engine and IP forwarding table required for inter-VLAN communication.

Why the other options are wrong

A

A Layer 2 switch forwards frames based on MAC addresses and does not perform routing; it cannot route between VLANs without a Layer 3 device.

C

A bridge operates at Layer 2 and forwards frames based on MAC addresses, but it does not perform routing between VLANs. It cannot forward traffic between different VLANs because it lacks the ability to make Layer 3 routing decisions.

D

A firewall can route between VLANs if configured with routing capabilities, but it is not the primary device required for routing between VLANs; a router or Layer 3 switch is typically used. The question specifically asks for the device required to route between VLANs, and a router is the standard answer.

When would these options actually be correct?

A

When the question asks for a device to segment a network into multiple collision domains or to connect devices within the same VLAN, a Layer 2 switch is the correct answer.

C

A bridge would be correct in a scenario where the question asks for a device to connect two separate network segments at Layer 2, such as extending a single VLAN across two physical locations without requiring routing.

D

In a scenario where the network requires both inter-VLAN routing and security policy enforcement (e.g., access control lists, stateful inspection) between VLANs, a firewall would be the correct device. For example, a question stating 'Which device provides inter-VLAN routing with advanced security filtering?' would make a firewall the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse a Layer 2 switch's ability to handle VLANs (via trunking) with the ability to route between them, not realizing that routing requires Layer 3 functionality.

C

Candidates may confuse bridges with routers because both connect network segments, but bridges operate at Layer 2 and cannot route between VLANs, which requires Layer 3 functionality.

D

Candidates may think a firewall can handle routing because modern firewalls often include routing features, leading them to choose it over a router. They might also confuse the need for security with the basic requirement of routing between VLANs.

356
MCQmedium

A security team is deploying a new intrusion detection system (IDS) and wants to analyze all traffic entering and exiting the network without introducing latency or a single point of failure. How should the IDS be connected to the network?

A.Inline between the firewall and the core switch
B.Connected to a network tap or spanned port on the core switch
C.Directly connected to the internet router
D.Connected to the management network
AnswerB

An Intrusion Detection System (IDS) is designed to passively monitor network traffic for suspicious activity without interfering with the data flow. Connecting it to a network tap or configuring a Switched Port Analyzer (SPAN) port on the core switch provides a non-intrusive, out-of-band copy of all traffic traversing critical network segments. This passive monitoring ensures the IDS does not introduce latency or become a single point of failure, which is crucial for maintaining network performance and availability while providing comprehensive visibility into potential threats.

Why this answer

Connecting the IDS to a network tap or a spanned port (SPAN/mirror port) on the core switch allows it to receive a copy of all traffic entering and exiting the network without being in the data path. This passive deployment introduces zero latency because the IDS never forwards or blocks traffic, and it eliminates a single point of failure since the network continues to operate if the IDS fails or is taken offline.

Exam trap

The N10-009 exam often tests the distinction between inline (active) and passive (out-of-band) deployments, and the trap here is that candidates mistakenly choose inline placement because they think the IDS must 'see' all traffic by being in the path, ignoring the latency and single-point-of-failure consequences.

Why the other options are wrong

A

Inline placement introduces latency and creates a single point of failure, contradicting the requirement to avoid both.

C

Connecting the IDS directly to the internet router would place it inline with all internet traffic, but this creates a single point of failure and introduces latency, contradicting the requirement to avoid both.

D

Connecting the IDS to the management network would only allow it to see management traffic, not all network traffic entering and exiting the network, failing to meet the requirement to analyze all traffic.

When would these options actually be correct?

A

When deploying an intrusion prevention system (IPS) that must actively block malicious traffic, inline connection between firewall and core switch is required.

C

If the question asked for a method to monitor all internet-bound traffic with minimal cost and without requiring switch configuration, connecting the IDS directly to the internet router could be correct, assuming the router supports port mirroring and the IDS is passive.

D

A question asking how to securely manage an IDS appliance, with constraints like 'the IDS must be accessible only to administrators and isolated from production traffic' would make connecting it to the management network correct.

Why candidates pick the wrong answer

A

Candidates may assume IDS must be inline to see all traffic, confusing IDS with IPS or firewall functionality.

C

Candidates may think the internet router is the single chokepoint for all external traffic, so connecting there seems like a simple way to see all traffic, overlooking the failure and latency issues.

D

Candidates may think the management network is a secure place to connect security devices, overlooking that the IDS needs visibility into production traffic, not just management traffic.

357
MCQmedium

A network administrator wants to ensure that only authorized devices can access the network on a switch port. The administrator has a list of allowed MAC addresses. Which security feature should be enabled on the switch port?

A.802.1X
B.MAC address filtering
C.Port security
D.VLAN hopping prevention
AnswerC

Port security allows restricting access based on MAC addresses, preventing unauthorized devices.

Why this answer

Port security is the correct feature because it allows the administrator to specify a list of allowed MAC addresses per switch port. When a device with an unauthorized MAC address attempts to connect, the switch can either block the traffic, generate an alert, or disable the port (errdisable state). This directly enforces access control based on the MAC address list provided.

Exam trap

The N10-009 exam often tests the distinction between port security and MAC address filtering: candidates mistakenly choose 'MAC address filtering' because it sounds correct, but the correct term in network security is 'port security' as it is the configured feature on a switch port.

Why the other options are wrong

A

802.1X is an authentication protocol that requires a RADIUS server and is not used for simple MAC-based allowlisting on a single switch port; it controls network access at the user/device level via EAP, not by a static list of MAC addresses.

B

MAC address filtering is typically implemented on wireless access points or as a general network access control, not specifically on a switch port to limit devices per port. Port security is the Cisco-specific feature that binds MAC addresses to a switch port and can restrict the number of allowed MACs.

D

VLAN hopping prevention is a security measure to prevent traffic from jumping between VLANs, not to restrict device access based on MAC addresses on a single switch port.

When would these options actually be correct?

A

A question asks: 'A company wants to authenticate users and devices connecting to the network using credentials or certificates, with centralized control. Which feature should be enabled on switch ports?' In that scenario, 802.1X is correct.

B

A question asking: 'A network administrator wants to restrict network access to a list of approved MAC addresses on a wireless network. Which security feature should be configured on the wireless access point?' In that context, MAC address filtering is the correct answer.

D

A network administrator wants to prevent an attacker from using double tagging or switch spoofing to gain unauthorized access to other VLANs. Enabling VLAN hopping prevention (e.g., disabling DTP, setting native VLAN to an unused VLAN) would be the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse 802.1X with MAC-based access control because both involve device identity, but 802.1X is more complex and not designed for simple static MAC allowlists.

B

Candidates may confuse MAC address filtering with port security because both involve MAC addresses. They might think filtering by MAC address is the same as port security, but port security is a more comprehensive feature for switch ports, while MAC filtering is often associated with wireless or general ACLs.

D

Candidates may confuse VLAN hopping with MAC-based access control, or think that preventing VLAN hopping also controls which devices can connect to a port.

358
Drag & Dropmedium

Drag and drop the steps to set up a wireless network with WPA2-PSK encryption on a SOHO router 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

Wireless setup includes hardware connection, web access, SSID, security, and save.

359
MCQhard

A security analyst observes that an internal server is sending a large volume of TCP SYN packets to various external IP addresses, but never completing the three-way handshake. This behavior is indicative of which type of attack?

A.Man-in-the-middle attack
B.SYN flood attack
C.DDoS amplification attack
D.Smurf attack
AnswerB

A SYN flood attack exploits the TCP three-way handshake by sending a large volume of SYN (synchronize) packets to a target server. The attacker, in this case, the compromised internal server, does not respond to the server's SYN-ACK (synchronize-acknowledge) replies, leaving numerous half-open connections in the server's connection state table. This rapid exhaustion of available connection resources prevents legitimate clients from establishing new connections, effectively causing a denial of service.

Why this answer

A SYN flood attack occurs when an attacker sends a high volume of TCP SYN packets to a target but never completes the three-way handshake by sending the final ACK. This leaves the target's connection table half-open, consuming resources and potentially exhausting its ability to accept legitimate connections. The observed behavior—internal server sending many SYN packets without completing the handshake—matches the classic signature of a SYN flood, though typically the attacker spoofs the source IP to avoid response traffic.

Exam trap

CompTIA often tests the distinction between a SYN flood (which uses TCP SYN packets and incomplete handshakes) and a DDoS amplification attack (which uses UDP or other protocols with spoofed sources), so candidates mistakenly choose amplification when they see 'large volume' and 'external IPs' without recognizing the TCP SYN signature.

Why the other options are wrong

A

A man-in-the-middle attack involves intercepting and potentially altering communications between two parties, not sending a large volume of SYN packets without completing the handshake.

C

A DDoS amplification attack involves sending small queries to a server with a spoofed source IP, causing the server to send large responses to the victim. The question describes the internal server sending SYN packets, not receiving amplified responses, so this does not match.

D

A Smurf attack involves sending ICMP echo requests with a spoofed source IP to a network's broadcast address, causing all hosts to reply to the victim. The question describes TCP SYN packets, not ICMP, and the server is the source, not the target of amplification.

When would these options actually be correct?

A

This would be correct in a scenario where an attacker intercepts and relays messages between two hosts who believe they are directly communicating, such as when an attacker uses ARP spoofing to intercept traffic on a local network.

C

This option would be correct in a scenario where an attacker sends small requests (e.g., DNS or NTP queries) with a spoofed victim IP to a server, and the server responds with much larger replies to the victim, overwhelming it. For example, 'A server receives a small DNS query from a spoofed IP and sends a large DNS response to that IP, causing network congestion.'

D

A Smurf attack would be correct if the question described an attacker sending ICMP echo requests to a network broadcast address with a spoofed source IP, resulting in a flood of ICMP replies overwhelming the victim.

Why candidates pick the wrong answer

A

Candidates may confuse the concept of an attacker intercepting traffic with the idea of the server sending packets to external IPs, mistakenly thinking the server is acting as a middleman.

C

Candidates may confuse the high volume of traffic in a SYN flood with the amplification effect in DDoS amplification attacks, especially since both involve flooding. They might think the internal server is being used to amplify traffic to external targets.

D

Candidates may confuse amplification attacks (like Smurf) with SYN floods because both involve high volumes of traffic and denial of service, but they differ in protocol and mechanism.

360
MCQmedium

A network administrator needs to monitor network traffic to identify which hosts are consuming the most bandwidth. Which of the following tools is BEST suited for this task?

A.NetFlow
B.Syslog server
C.SNMP trap
D.Traceroute
AnswerA

NetFlow, developed by Cisco, is a network protocol that collects IP traffic information as it enters or exits an interface. It aggregates these packets into "flows" based on common characteristics like source/destination IP, ports, protocol, and ToS. This data is then exported to a NetFlow collector, which analyzes the flow records to provide detailed insights into bandwidth usage, identifying specific hosts, applications, and conversations consuming network resources. This makes it ideal for pinpointing "top talkers" and understanding traffic patterns.

Why this answer

NetFlow is the best tool for monitoring network traffic to identify bandwidth consumption by hosts because it collects and analyzes IP traffic flow data, providing detailed visibility into source/destination IPs, protocols, and byte counts. Unlike simple interface counters, NetFlow allows an administrator to pinpoint which specific hosts are generating the most traffic, making it ideal for bandwidth usage analysis.

Exam trap

The N10-009 exam often tests the distinction between monitoring tools by making candidates confuse SNMP (which polls interface counters for aggregate bandwidth) with NetFlow (which provides per-flow granularity for identifying specific hosts).

Why the other options are wrong

B

A syslog server collects and stores log messages from network devices, but it does not analyze bandwidth usage per host. It lacks the flow-level traffic analysis needed to identify top bandwidth consumers.

C

SNMP traps are unsolicited notifications from network devices about events (e.g., link down), not a tool for continuous traffic monitoring or bandwidth usage analysis per host.

D

Traceroute is used to map the path packets take to a destination and measure hop-by-hop latency, not to monitor bandwidth consumption per host.

When would these options actually be correct?

B

A syslog server would be the correct answer for a question asking: 'Which tool should be used to centrally collect and store error logs from multiple network devices for troubleshooting?'

C

A network administrator needs to receive real-time alerts when a specific interface exceeds a bandwidth threshold. SNMP traps would be configured to send notifications upon threshold violation, making them the best choice for event-driven bandwidth alerting.

D

A question asking 'Which tool can be used to identify the path and measure latency between a source and destination across a network?' would make traceroute the correct answer.

Why candidates pick the wrong answer

B

Candidates may confuse syslog with monitoring tools because it aggregates data from devices, but they overlook that it doesn't provide traffic flow or bandwidth usage details.

C

Candidates may confuse SNMP traps with SNMP polling for traffic statistics, or think traps provide ongoing traffic data, but traps only report specific events, not continuous bandwidth consumption.

D

Candidates may confuse traceroute's ability to show network paths and delays with bandwidth monitoring, assuming it can identify bandwidth hogs by showing where delays occur.

361
MCQhard

A security analyst discovers that users on the network are receiving ARP replies that map the default gateway IP address to an unknown MAC address. This is causing intermittent connectivity issues. Which type of attack is occurring, and what security feature should be implemented to prevent it?

A.MAC flooding; port security
B.ARP poisoning; Dynamic ARP Inspection (DAI)
C.DHCP starvation; DHCP snooping
D.DNS poisoning; DNSSEC
AnswerB

DAI trusts only ARP responses that match a valid IP-to-MAC binding, preventing ARP spoofing.

Why this answer

This attack is ARP poisoning (also called ARP spoofing), where an attacker sends forged ARP replies to associate the default gateway's IP address with the attacker's MAC address. This allows the attacker to intercept, modify, or drop traffic intended for the gateway. Dynamic ARP Inspection (DAI) prevents this by validating ARP packets against a trusted DHCP snooping binding table, dropping any ARP reply that contains an IP-to-MAC mapping not present in the table.

Exam trap

CompTIA often tests the distinction between Layer 2 attacks (ARP poisoning, MAC flooding) and Layer 3/4 attacks (DHCP starvation, DNS poisoning), so candidates mistakenly choose DHCP starvation or DNS poisoning because they involve 'spoofing' or 'poisoning' without recognizing that the symptom—ARP replies mapping the gateway IP to an unknown MAC—is a direct indicator of ARP manipulation.

Why the other options are wrong

A

The question describes ARP replies mapping the default gateway IP to an unknown MAC, which is ARP poisoning, not MAC flooding. MAC flooding overwhelms a switch's MAC table to force fail-open mode, causing frames to flood, but does not involve spoofing ARP replies.

C

The question describes ARP replies mapping the default gateway IP to an unknown MAC, which is ARP poisoning, not DHCP starvation. DHCP starvation exhausts IP addresses, not ARP mappings.

D

DNS poisoning manipulates DNS records, not ARP tables. The question describes ARP replies mapping a gateway IP to a wrong MAC, which is ARP poisoning, not DNS poisoning.

When would these options actually be correct?

A

A question describing a switch receiving thousands of fake MAC addresses, causing it to fail open and flood traffic to all ports, where the solution is port security to limit MAC addresses per port.

C

A question describing users unable to obtain IP addresses due to a rogue DHCP server exhausting the address pool, asking which attack and which mitigation (e.g., DHCP snooping) would be correct.

D

This option would be correct if the question described users being redirected to malicious websites despite typing correct URLs, or if it mentioned DNS cache poisoning causing domain name resolution to point to a rogue server.

Why candidates pick the wrong answer

A

Candidates confuse ARP poisoning with MAC flooding because both involve MAC addresses and network attacks, and port security is a common security feature, leading to a mistaken association.

C

Candidates may confuse network-layer attacks involving spoofing or exhaustion, and DHCP starvation is a common attack that also uses spoofed messages, leading to misidentification.

D

Candidates may confuse network-layer attacks (ARP) with application-layer attacks (DNS), both involving mapping IPs to wrong destinations, leading them to select DNS poisoning when the symptoms involve IP-to-MAC mapping.

362
MCQmedium

A security analyst discovers that an unauthorized device is sending forged ARP replies, causing other devices to map the default gateway IP address to the attacker's MAC address. Which security feature should be implemented on the switches to prevent this attack?

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

Dynamic ARP Inspection (DAI) directly mitigates ARP spoofing by validating ARP packets against a trusted database of IP-to-MAC address bindings. It intercepts all ARP requests and replies on untrusted ports, dropping any packets with invalid MAC-to-IP mappings or those that do not match entries learned from DHCP snooping. This proactive inspection ensures that only legitimate ARP traffic is forwarded, effectively preventing attackers from poisoning ARP caches and performing man-in-the-middle attacks.

Why this answer

Dynamic ARP Inspection (DAI) is the correct choice because it validates ARP packets on a per-port basis, ensuring that only legitimate ARP replies with correct IP-to-MAC bindings are forwarded. DAI uses a DHCP snooping binding table (or static ARP ACLs) to intercept and verify ARP packets, dropping forged replies that attempt to poison the ARP cache of other devices.

Exam trap

CompTIA often tests the distinction between DHCP snooping (which builds the binding table) and Dynamic ARP Inspection (which uses that table to filter ARP), 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 per port but does not inspect ARP packets, so it cannot prevent forged ARP replies that map the gateway IP to an attacker's MAC.

D

BPDU guard is used to prevent bridge loops by disabling ports that receive BPDUs, not to validate ARP packets or prevent ARP spoofing attacks.

When would these options actually be correct?

A

Port security would be correct when the question asks how to prevent MAC flooding attacks or unauthorized devices from connecting by limiting the number of MAC addresses on a switch port.

D

BPDU guard would be correct in a scenario where an unauthorized switch is connected to an access port, causing a spanning tree loop. The question would ask for a feature to protect against rogue switches sending BPDUs.

Why candidates pick the wrong answer

A

Candidates may think port security prevents all MAC-based attacks, confusing MAC address filtering with ARP inspection.

D

Candidates may confuse BPDU guard with other security features like Dynamic ARP Inspection, or think it can prevent any type of spoofing attack due to its name containing 'guard'.

363
MCQmedium

A new switch is installed in a remote wiring closet. It has been configured with a management IP address of 10.1.2.50/24. The switch is connected via a trunk to the distribution switch, and the management station (10.1.1.0/24) is on a different subnet. The switch cannot be pinged from the management station. The distribution switch has routing to the 10.1.2.0/24 subnet. What is the most likely cause?

A.The management VLAN is not allowed on the trunk.
B.The default gateway is not configured on the new switch.
C.The switch port to the distribution switch is in access mode.
D.The management IP is configured on the wrong VLAN.
AnswerB

A switch's management interface, often a Switched Virtual Interface (SVI), requires a default gateway to route IP packets destined for networks outside its directly connected subnet. Without a configured default gateway, the switch can only communicate with devices within its own management VLAN and subnet. This specific issue explains why the switch is reachable locally but not from other subnets, as it lacks the necessary routing information to forward responses back to remote management stations.

Why this answer

The management station is on subnet 10.1.1.0/24, while the switch's management IP is 10.1.2.50/24. For the switch to reply to pings from a different subnet, it must have a default gateway configured so it knows where to send return traffic. Without a default gateway, the switch will only respond to traffic on its local subnet, making it unreachable from the management station.

Exam trap

The N10-009 exam often tests the misconception that a management IP alone is sufficient for remote access, but candidates forget that a default gateway is mandatory for inter-subnet communication, especially when the management station and switch are on different subnets.

Why the other options are wrong

A

The management station is on a different subnet (10.1.1.0/24) than the switch (10.1.2.0/24), and the distribution switch has routing to the 10.1.2.0/24 subnet. Even if the management VLAN were not allowed on the trunk, the switch would still be reachable via its management IP if the default gateway were configured, because the distribution switch could route traffic to the switch's subnet. The issue is that the switch lacks a default gateway to return traffic to the management station's subnet.

C

The switch port to the distribution switch is a trunk, not an access port. Access mode would prevent VLAN trunking, but the question states a trunk is used, so this is not the issue.

D

The management IP is configured on the correct VLAN (likely VLAN 1 by default), and the trunk allows that VLAN; the issue is that the switch has no default gateway to reach the management station on a different subnet.

When would these options actually be correct?

A

This would be correct if the management station were on the same subnet as the switch's management IP (e.g., both in 10.1.2.0/24) and the trunk connected the switch to a distribution switch that does not have routing enabled for that VLAN. In that case, the management VLAN must be allowed on the trunk for the management station to reach the switch.

C

This would be correct if the new switch were connected via an access port to the distribution switch, and the management station needed to reach it across different VLANs without routing. For example, if the distribution switch had no routing and the management VLAN was only on the access port.

D

In a scenario where the management station and switch are on the same subnet but ping fails, and the switch's management IP is assigned to a VLAN that is not the native VLAN or is blocked on the trunk, then the management VLAN being wrong would be the cause.

Why candidates pick the wrong answer

A

Candidates often confuse reachability issues with VLAN pruning or trunk misconfiguration, assuming that if a device is on a different VLAN, the VLAN must be explicitly allowed on the trunk. They overlook the role of routing and default gateway in inter-subnet communication.

C

Candidates may confuse port mode with VLAN membership, thinking that an access port might still allow management traffic if the VLAN matches, but they overlook that the trunk is explicitly mentioned and that routing is already in place.

D

Candidates may confuse VLAN misconfiguration with routing issues, assuming that if the management IP is on a different VLAN than expected, it would cause unreachability, even when the trunk and routing are properly set up.

364
MCQmedium

A network administrator needs to replace a core switch that is nearing end-of-life. According to change management best practices, which step should the administrator perform FIRST?

A.A
B.B
C.C
D.D
AnswerD

Replacing a core switch is a significant infrastructure change requiring formal approval and careful planning. Submitting a change request is the foundational first step in the formal change management process, documenting the proposed work, its justification, potential impact, and resource requirements. This formal submission ensures all stakeholders are aware and provides a structured path for review, risk assessment, and eventual authorization before any physical or logical work commences.

Why this answer

According to change management best practices, the first step is to create a detailed change request or plan that documents the scope, risk assessment, rollback procedures, and approval requirements. This ensures all stakeholders review and authorize the replacement before any physical work begins, minimizing network downtime and operational impact.

Exam trap

The trap here is that candidates often confuse the urgency of replacing an end-of-life device with the need to bypass formal change management steps, assuming immediate action is required rather than following the documented approval process.

Why the other options are wrong

A

The first step in change management is to create a change request, not to replace the switch directly. Option A suggests proceeding with replacement without proper authorization or planning.

B

Option B is incorrect because the first step in change management is to create a change request or initiate the change process, not to implement the change directly. Replacing a core switch requires planning, approval, and rollback procedures before execution.

C

In change management, the first step is to create a change request or plan, not to implement the change. Option C likely suggests immediate replacement without prior approval or documentation.

When would these options actually be correct?

A

If the question asked for the final step in a change management process after all approvals and testing are complete, then performing the replacement (Option A) would be correct.

B

Option B would be correct if the question asked: 'After the change request has been approved and a maintenance window scheduled, what is the next step?' In that scenario, implementing the change (e.g., replacing the switch) would be the appropriate action.

C

This option would be correct if the question asked for the first step after the change has been approved and scheduled, such as 'After the change window is approved, what should the administrator do next?'

Why candidates pick the wrong answer

A

Candidates may think the immediate action is to replace the failing hardware, overlooking the formal change management process that requires prior approval and documentation.

B

Candidates may think that since the switch is nearing end-of-life, immediate replacement is urgent, skipping formal change management steps. They might also confuse 'perform first' with 'perform the main action' rather than the initial procedural step.

C

Candidates may think that replacing a failing component is urgent and should be done immediately, overlooking the formal change management process.

365
MCQmedium

A network technician is troubleshooting a workstation that is experiencing intermittent connectivity and slow file transfers. The technician has confirmed that the patch cable passes a cable tester, the switch port is not error-disabled, and the workstation's NIC is configured for autonegotiation. The switch port is also set to autonegotiate. Which of the following should the technician check next?

A.The route table on the default gateway
B.The duplex and speed settings on both ends
C.The DNS server configuration
D.The MAC address filtering on the switch
AnswerB

A duplex mismatch occurs when one network device operates in half-duplex mode while the connected device operates in full-duplex mode, often due to autonegotiation failures or manual misconfiguration. This scenario leads to severe performance degradation because the full-duplex device transmits without listening for collisions, while the half-duplex device expects to detect collisions and retransmit. The result is excessive frame loss, retransmissions, and a drastic reduction in effective throughput, manifesting as intermittent connectivity and extremely slow file transfers.

Why this answer

Intermittent connectivity and slow file transfers, despite a passing cable test and autonegotiation on both ends, strongly indicate a duplex mismatch. When both sides are set to autonegotiate but one side fails to negotiate correctly (e.g., due to a faulty NIC or switch port), they may fall back to half-duplex while the other remains full-duplex, causing collisions, CRC errors, and retransmissions. The technician should verify the actual negotiated duplex and speed on both the workstation NIC and the switch port using commands like 'show interfaces' or NIC driver properties.

Exam trap

The N10-009 exam often tests the misconception that if a cable tester passes and autonegotiation is enabled on both ends, the link must be fully functional, but the trap is that autonegotiation can fail silently, resulting in a duplex mismatch that causes the exact symptoms described.

Why the other options are wrong

A

The route table on the default gateway affects routing between subnets, not intermittent connectivity or slow file transfers on a local switch port. The issue is likely at Layer 2 (duplex/speed mismatch), not Layer 3 routing.

C

Intermittent connectivity and slow file transfers with a confirmed good cable and autonegotiation on both ends point to duplex mismatch or speed negotiation issues, not DNS. DNS affects name resolution, not throughput or link stability.

D

The question describes intermittent connectivity and slow file transfers with confirmed cable integrity and autonegotiation settings, pointing to a duplex mismatch issue. MAC address filtering would cause complete connectivity failure for unauthorized devices, not intermittent issues or slow transfers.

When would these options actually be correct?

A

A workstation can reach local resources but not remote networks, and other devices on the same subnet have no issues. The technician should check the route table on the default gateway for missing or incorrect routes.

C

A user reports that they can access internal resources by IP address but not by hostname, and external websites fail to load. The technician should check DNS server configuration to resolve name resolution failures.

D

A technician is troubleshooting a workstation that cannot connect to the network at all, but other devices on the same switch work fine. The switch logs show 'MAC address violation' errors, and the workstation's MAC is not on the allowed list.

Why candidates pick the wrong answer

A

Candidates may think any connectivity issue involves routing, especially when 'intermittent' suggests path problems, but the symptoms (slow transfers, autonegotiation) point to duplex mismatch instead.

C

Candidates often associate any connectivity or performance issue with DNS because DNS is a common troubleshooting step, but the symptoms here (intermittent connectivity and slow transfers) are classic for layer 1/2 issues, not DNS.

D

Candidates may confuse MAC filtering as a common cause of connectivity problems, especially when they recall security features on switches, but they overlook that it typically results in total lack of access rather than intermittent performance issues.

366
MCQmedium

A network administrator needs to monitor network devices using SNMP. The security policy requires that both authentication and data encryption must be enforced for all SNMP operations. Which SNMPv3 security level should be configured?

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

The "authPriv" security level is the correct choice because it provides the highest level of security available in SNMPv3, satisfying requirements for both authentication and encryption. Authentication ensures message integrity and verifies the sender's identity using hashing algorithms like HMAC-MD5 or HMAC-SHA, preventing data tampering and spoofing. Concurrently, privacy (encryption) protects the confidentiality of the data in transit, typically employing algorithms such as CBC-DES or CFB-AES, which is crucial for securing sensitive network monitoring information.

Why this answer

The authPriv security level is correct because it enforces both authentication (via HMAC-MD5 or HMAC-SHA) and data encryption (via DES or AES) for SNMPv3 operations, satisfying the security policy requirement. SNMPv3 defines three security levels: noAuthNoPriv, authNoPriv, and authPriv, with authPriv being the only one that provides both authentication and encryption.

Exam trap

The trap here is that candidates often confuse 'authNoPriv' as sufficient because they think authentication alone meets security requirements, or they invent 'noAuthPriv' as a plausible-sounding option, but SNMPv3 strictly requires authentication before encryption can be applied.

Why the other options are wrong

B

The security policy requires both authentication and encryption, but noAuthNoPriv provides neither, failing to meet the requirement.

C

The question requires both authentication and encryption. authNoPriv provides authentication but no encryption, failing to meet the encryption requirement.

D

The security policy requires both authentication and data encryption. 'noAuthPriv' provides encryption but no authentication, which violates the requirement for authentication.

When would these options actually be correct?

B

A question where the security policy only requires authentication but not encryption, or where the environment is considered secure and performance is prioritized over security.

C

A network administrator needs to monitor devices with SNMPv3, and the security policy requires authentication but does not require data encryption. In that case, authNoPriv would be the correct choice.

D

A network administrator needs to monitor devices using SNMPv3 where data privacy is critical, but authentication is not required because the network is already trusted (e.g., isolated management network). The security policy specifies encryption only.

Why candidates pick the wrong answer

B

Candidates may mistakenly think that SNMPv3 always provides security by default, or they may confuse noAuthNoPriv with a 'no security' option that is acceptable in low-risk scenarios.

C

Candidates may confuse 'authNoPriv' as providing both because they see 'auth' and assume it includes encryption, or they may not fully understand the difference between authentication and privacy (encryption) in SNMPv3 security levels.

D

Candidates may confuse 'noAuthPriv' with 'authPriv' due to the presence of 'Priv', or mistakenly think that encryption alone satisfies the security policy without reading the authentication requirement.

367
MCQeasy

A user reports that they cannot access the internet. The network technician checks the workstation's IP configuration and finds the IP address 169.254.15.77. What does this address indicate?

A.The workstation has a static IP address configured.
B.The DHCP server is unreachable.
C.The DNS server is down.
D.The default gateway is misconfigured.
AnswerB

When a workstation is configured for dynamic IP addressing (DHCP) but cannot locate or communicate with a DHCP server, it resorts to Automatic Private IP Addressing (APIPA). This process assigns an IP address from the 169.254.0.0/16 range. Since APIPA addresses are non-routable and intended only for local link communication, the workstation cannot obtain a valid network configuration, including a default gateway, thus preventing internet access.

Why this answer

The IP address 169.254.15.77 falls within the Automatic Private IP Addressing (APIPA) range (169.254.0.0/16, per RFC 3927). This address is automatically assigned by the operating system when a DHCP client fails to receive a lease from a DHCP server, indicating that the DHCP server is unreachable or not responding.

Exam trap

The trap here is that candidates often confuse APIPA with a DNS failure or gateway issue, but APIPA specifically indicates a DHCP lease failure, not a problem with higher-layer services like DNS or routing.

Why the other options are wrong

A

A 169.254.x.x address is an Automatic Private IP Addressing (APIPA) address, assigned when a DHCP server is unreachable. A static IP address would be manually configured and not fall in this range.

C

The IP address 169.254.15.77 is an Automatic Private IP Addressing (APIPA) address, which indicates that the workstation failed to obtain an IP from a DHCP server. DNS server issues do not cause APIPA addresses; they affect name resolution after IP configuration.

D

A 169.254.x.x address is an Automatic Private IP Addressing (APIPA) address, assigned when DHCP fails. A misconfigured default gateway would not cause the workstation to self-assign an APIPA address; it would still receive a valid DHCP lease but lack connectivity.

When would these options actually be correct?

A

In a question where a user reports no internet access and the workstation has an IP like 192.168.1.100 with a subnet mask of 255.255.255.0, and the technician confirms it was manually set, then 'The workstation has a static IP address configured' would be correct.

C

A user reports they can access the internet by IP address but not by domain name. The workstation has a valid IP address (e.g., 192.168.1.10). In this scenario, a DNS server problem would be the correct answer.

D

In a scenario where a workstation has a valid IP address (e.g., 192.168.1.10) but cannot access the internet, and the technician verifies that the default gateway is set to an incorrect or unreachable IP, then 'The default gateway is misconfigured' would be the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse the presence of an IP address (even an APIPA address) with a static configuration, not realizing that APIPA is a fallback mechanism, not a manual assignment.

C

Candidates may confuse network connectivity issues with DNS problems, assuming that inability to access the internet is always due to DNS failure, without recognizing that APIPA indicates a DHCP failure instead.

D

Candidates may confuse symptoms of no internet access (often caused by gateway issues) with the specific APIPA address, assuming any connectivity problem points to the gateway, without recognizing the unique indicator of DHCP failure.

368
MCQhard

A network administrator needs to analyze bandwidth usage on a WAN link to determine which applications are generating the most traffic. The administrator requires detailed flow-level data including source/destination IP, ports, and protocol. Which technology should be used to collect this information?

A.NetFlow
B.SNMP
C.Syslog
D.ICMP
AnswerA

NetFlow, or similar IP Flow Information Export (IPFIX) technologies, is specifically designed to collect and export detailed information about network traffic flows. It aggregates packets into logical conversations based on common attributes like source/destination IP addresses, ports, and protocols. This granular per-flow data allows network administrators to precisely identify which applications, users, or services are consuming bandwidth on a WAN link, enabling in-depth analysis for capacity planning and troubleshooting.

Why this answer

NetFlow is the correct choice because it provides detailed flow-level data, including source and destination IP addresses, ports, and protocols, which is exactly what the administrator needs to analyze bandwidth usage per application on a WAN link. Unlike SNMP or Syslog, NetFlow captures per-flow metadata that allows identification of which applications are generating the most traffic.

Exam trap

The trap here is that candidates often confuse SNMP's interface utilization statistics with the detailed per-flow data that NetFlow provides, leading them to choose SNMP when the question explicitly asks for source/destination IP, ports, and protocol.

Why the other options are wrong

B

SNMP provides aggregate statistics (e.g., total bytes/packets) but not flow-level details like source/destination IP, ports, and protocol. It cannot identify individual application traffic flows.

C

Syslog is used for logging system events and messages, not for collecting detailed flow-level data like source/destination IP, ports, and protocol. It lacks the granular traffic analysis capabilities required for this scenario.

D

ICMP is used for network diagnostics (e.g., ping, traceroute) and does not provide flow-level data such as source/destination IP, ports, or protocol details needed for application traffic analysis.

When would these options actually be correct?

B

A network administrator needs to monitor overall bandwidth utilization and interface errors on a router over time, without requiring per-flow application details. SNMP polling with MIBs like IF-MIB would be appropriate.

C

Syslog would be correct if the question asked for collecting and centralizing system logs (e.g., authentication failures, device errors) from network devices for security monitoring or troubleshooting, without needing traffic flow details.

D

When the question asks for a tool to test basic network connectivity or measure round-trip time between hosts, ICMP (e.g., ping) would be the correct answer.

Why candidates pick the wrong answer

B

Candidates know SNMP is used for network monitoring and bandwidth usage, but they overlook that it lacks the granular flow-level data (IPs, ports, protocols) that NetFlow provides.

C

Candidates may confuse Syslog with NetFlow because both involve network monitoring and data collection, but Syslog focuses on event logs rather than traffic flows.

D

Candidates may confuse ICMP with a traffic monitoring tool because it is commonly used in network troubleshooting and can indicate packet loss or latency, but it lacks the detailed flow information required.

369
MCQmedium

A network administrator needs to collect traffic flow data from routers and switches to analyze bandwidth usage patterns. Which protocol should be implemented on the devices to export flow data to a collector?

A.SNMP
B.NetFlow
C.ICMP
D.LLDP
AnswerB

NetFlow is a Cisco-developed protocol specifically designed for collecting and exporting IP traffic flow information from network devices to a central collector. It aggregates packets into 'flows' based on common characteristics like source/destination IP addresses, ports, protocol, and Type of Service (ToS), then sends summarized records. This detailed metadata provides critical insights into network usage patterns, bandwidth consumption, and potential security anomalies, making it the ideal solution for traffic analysis.

Why this answer

NetFlow (or its standards-based equivalent, IPFIX) is the correct protocol because it is specifically designed to export traffic flow metadata—such as source/destination IPs, ports, and byte counts—from routers and switches to a collector for bandwidth usage analysis. SNMP can poll interface counters but does not provide per-flow granularity, making NetFlow the appropriate choice for detailed traffic pattern analysis.

Exam trap

The trap here is that candidates often confuse SNMP's ability to poll interface bandwidth utilization with the need for per-flow granularity, leading them to choose SNMP instead of recognizing that NetFlow is the dedicated protocol for exporting flow data.

Why the other options are wrong

A

SNMP is used for monitoring and managing network devices by polling MIB variables, not for exporting traffic flow data. It lacks the ability to provide detailed per-flow information like source/destination IPs and ports.

C

ICMP is used for network diagnostics (e.g., ping, traceroute) and does not export traffic flow data for bandwidth usage analysis.

When would these options actually be correct?

A

A network administrator needs to monitor the CPU utilization and interface errors on routers and switches. SNMP would be the correct protocol to poll these metrics from the devices.

C

When the question asks for a protocol to test network connectivity or measure round-trip time between devices, ICMP would be correct.

Why candidates pick the wrong answer

A

Candidates may confuse SNMP's monitoring capabilities with flow data collection, as both involve network management and data gathering.

C

Candidates may confuse ICMP's role in network monitoring with flow data collection, assuming any 'monitoring' protocol works for bandwidth analysis.

370
MCQmedium

An organization needs to connect two buildings that are 2 km apart with a point-to-point wireless link. Which antenna type is BEST suited for this long-distance directional connection?

A.Omni-directional antenna
B.Yagi antenna
C.Patch antenna
D.Parabolic dish antenna
AnswerD

Parabolic dish antennas are the optimal choice for establishing a 2 km point-to-point wireless bridge due to their exceptionally high gain and extremely narrow beamwidth. This design effectively concentrates the radio frequency energy into a tightly focused beam, ensuring maximum signal strength over long distances while minimizing signal dispersion. The narrow beam also significantly reduces interference from other wireless sources, which is critical for maintaining a stable and reliable link across such a span.

Why this answer

A parabolic dish antenna is the best choice for a 2 km point-to-point wireless link because it provides a very narrow beamwidth and high gain, focusing the signal in a specific direction to maximize distance and minimize interference. This makes it ideal for long-distance, high-throughput links where precise alignment is possible.

Exam trap

The trap here is that candidates often confuse 'directional' with 'high gain,' assuming a Yagi or patch antenna is sufficient for long distances, but the parabolic dish's superior focus and gain are critical for maintaining signal integrity over 2 km.

Why the other options are wrong

A

Omni-directional antennas radiate signal in all directions, which disperses power and reduces range. For a 2 km point-to-point link, they lack the necessary gain and focus, leading to weak signal and potential interference.

B

A Yagi antenna has moderate gain and directionality but is not designed for long-distance links of 2 km; its beamwidth is wider, leading to signal dispersion and lower focus compared to a parabolic dish.

C

A patch antenna has a relatively wide beamwidth (typically 30-180 degrees) and lower gain, making it unsuitable for a 2 km point-to-point link where focused, high-gain directionality is required to overcome path loss.

When would these options actually be correct?

A

An omni-directional antenna would be correct when an organization needs to provide wireless coverage to multiple clients in all directions from a central location, such as a Wi-Fi access point in an open office or a hotspot in a public area.

B

A Yagi antenna would be best for a point-to-multipoint link over a shorter distance (e.g., 500 m) where a directional but less focused beam is needed to cover a small sector, such as connecting a central office to multiple nearby buildings.

C

A patch antenna would be correct for a short-range (e.g., <100 m) point-to-point link within a building or between nearby buildings, or for a point-to-multipoint setup where a sector coverage pattern is needed, such as connecting multiple clients from a single access point.

Why candidates pick the wrong answer

A

Candidates may think omni-directional antennas are suitable for any wireless link because they are common in home/office Wi-Fi, overlooking the need for high gain and directionality in long-distance point-to-point connections.

B

Candidates may confuse Yagi antennas as highly directional due to their common use in TV reception and Wi-Fi bridging, overlooking that parabolic dishes provide superior gain and narrow beamwidth for long distances.

C

Candidates may confuse patch antennas as directional because they radiate in a hemisphere, but they lack the high gain and narrow beamwidth of a parabolic dish needed for long-distance links.

371
MCQeasy

A network administrator notices that log timestamps from different switches are inconsistent, making correlation of events difficult. Which protocol should be implemented to ensure all devices have the same time?

A.SNMP
B.NTP
C.SMTP
D.RIP
AnswerB

Network Time Protocol (NTP) is specifically designed to synchronize the clocks of computer systems and network devices over a packet-switched, variable-latency data network. It uses UDP port 123 and a hierarchical system of 'strata' to ensure highly accurate timekeeping. Consistent timestamps are crucial for correlating events across multiple devices, making troubleshooting and security analysis much more effective.

Why this answer

NTP (Network Time Protocol) is the standard protocol used to synchronize clocks across network devices. By configuring all switches to use the same NTP server, timestamps in logs become consistent, enabling accurate correlation of events across the network.

Exam trap

The N10-009 exam often tests NTP as the solution for time synchronization, but the trap here is that candidates may confuse SNMP (which can retrieve system uptime or timeticks) as a method to synchronize clocks, whereas SNMP only reads or writes management information, not the system clock itself.

Why the other options are wrong

A

SNMP is used for network management and monitoring, not for synchronizing time across devices. It does not provide time synchronization capabilities.

C

SMTP (Simple Mail Transfer Protocol) is used for sending email messages, not for synchronizing clocks across network devices. It does not provide time synchronization functionality.

D

RIP (Routing Information Protocol) is a distance-vector routing protocol used to exchange routing information between routers, not for synchronizing time across network devices.

When would these options actually be correct?

A

A network administrator needs to monitor and collect performance metrics from network devices. Which protocol should be implemented to gather this data?

C

A network administrator needs to configure email alerts for system events from switches. Which protocol should be used to send these alerts?

D

A network administrator needs to implement a dynamic routing protocol in a small to medium-sized network to automatically update routing tables without complex configuration. RIP would be the correct answer because it is simple to configure and suitable for such environments.

Why candidates pick the wrong answer

A

Candidates may confuse SNMP with NTP because both are network protocols, and SNMP can retrieve system time from devices, but it does not synchronize time.

C

Candidates may confuse SMTP with SNTP (Simple Network Time Protocol), a simplified version of NTP, due to the similar acronyms and both being network protocols.

D

Candidates may confuse RIP with NTP due to the similar acronym structure or mistakenly think RIP is related to time synchronization because it involves periodic updates.

372
MCQeasy

A network administrator wants to logically segment a single physical switch into multiple separate broadcast domains without purchasing additional hardware. Which concept should be used?

A.Spanning Tree Protocol (STP)
B.Virtual LAN (VLAN)
C.Subnetting
D.Quality of Service (QoS)
AnswerB

Virtual LANs (VLANs) logically segment a single physical switch into multiple distinct Layer 2 broadcast domains, effectively creating several virtual switches from one physical device. This segmentation isolates traffic within each VLAN, preventing broadcasts from one VLAN from reaching devices in another, thereby enhancing security and reducing broadcast traffic overhead. For devices in different VLANs to communicate, a Layer 3 device, such as a router or a Layer 3 switch, is required to perform inter-VLAN routing.

Why this answer

A VLAN logically segments a physical switch into multiple isolated broadcast domains by assigning switch ports to specific VLAN IDs (802.1Q). This prevents broadcast traffic from crossing VLAN boundaries without requiring additional hardware, as each VLAN functions as its own Layer 2 network.

Exam trap

The N10-009 exam often tests the misconception that subnetting alone can segment a switch, but subnetting is a Layer 3 concept and does not create separate broadcast domains on a single physical switch without VLANs.

Why the other options are wrong

A

STP prevents loops in a network topology but does not segment a switch into multiple broadcast domains; it operates at Layer 2 to manage redundant paths, not to create separate logical networks.

C

Subnetting is a logical division of an IP network at Layer 3, not a method to segment a single physical switch into multiple broadcast domains at Layer 2. VLANs operate at Layer 2 to create separate broadcast domains on the same switch.

D

QoS prioritizes network traffic but does not segment a switch into separate broadcast domains; it manages bandwidth allocation, not logical separation.

When would these options actually be correct?

A

A question asking: 'Which protocol prevents bridging loops in a redundant switched network?' would make STP the correct answer, as it ensures loop-free topology by blocking redundant links.

C

A network administrator needs to divide a single IP network into smaller, more manageable subnetworks to improve routing efficiency and reduce broadcast traffic at Layer 3, without changing the physical network topology.

D

A network administrator needs to prioritize voice traffic over data traffic on a congested link to ensure call quality. QoS policies would be the correct solution.

Why candidates pick the wrong answer

A

Candidates may confuse STP with VLANs because both are Layer 2 concepts, or they might think STP can segment traffic by blocking certain paths, but STP's purpose is loop prevention, not segmentation.

C

Candidates may confuse subnetting with VLANs because both involve segmentation, but subnetting is IP-based and works across routers, while VLANs are switch-based and create separate broadcast domains at Layer 2.

D

Candidates may confuse traffic management with segmentation, thinking QoS can isolate traffic types similarly to VLANs.

373
MCQmedium

A company is implementing network access control to ensure only authenticated users can connect to the wired network. Users must authenticate using their domain credentials before gaining full network access. Which standard should be implemented?

A.802.1X
B.802.3af
C.802.11i
D.802.1Q
AnswerA

802.1X provides authentication for devices attempting to connect to a network port, verifying credentials against a central server.

Why this answer

802.1X is the IEEE standard for port-based network access control (PNAC). It uses the Extensible Authentication Protocol (EAP) to authenticate devices attempting to connect to a wired or wireless LAN, requiring valid domain credentials before the switch port grants full network access.

Exam trap

The N10-009 exam often tests 802.1X by contrasting it with 802.11i, trapping candidates who confuse wireless security standards with wired port-based access control.

Why the other options are wrong

B

802.3af is a Power over Ethernet (PoE) standard that defines how power is delivered over Ethernet cabling, not a network access control mechanism for authenticating users.

C

802.11i is a wireless security standard (WPA2) that provides encryption and authentication for Wi-Fi networks, not for wired network access control.

D

802.1Q is a standard for VLAN tagging, not for network access control or authentication. It does not provide any mechanism to authenticate users before granting network access.

When would these options actually be correct?

B

A question asking which standard enables a switch to provide power to IP cameras or wireless access points over the same Ethernet cable would have 802.3af as the correct answer.

C

A company wants to secure its wireless network by implementing strong encryption and authentication for Wi-Fi connections, requiring users to authenticate with domain credentials before accessing the wireless LAN.

D

A question asking which standard is used to tag Ethernet frames with VLAN membership information, such as 'A company needs to separate traffic on a single physical switch into multiple logical networks. Which standard should be implemented?'

Why candidates pick the wrong answer

B

Candidates may confuse the '802.3' prefix with authentication standards or mistakenly think PoE involves some form of device authorization.

C

Candidates may confuse 802.11i with 802.1X because both involve authentication, but 802.11i is specific to wireless, while the question explicitly mentions a wired network.

D

Candidates may confuse 802.1Q with 802.1X due to similar numbering, or mistakenly think VLAN tagging involves authentication because it controls network segmentation.

374
MCQmedium

A security analyst notices that the network has been flooded with packets that have the same source IP address as the company's internal DNS server. This is likely an example of which type of attack?

A.Smurf attack
B.IP spoofing
C.Man-in-the-middle
D.ARP poisoning
AnswerB

IP spoofing is a technique where an attacker crafts IP packets with a forged source IP address, making them appear to originate from a different, often trusted, host. In the context of a network flood, this allows an attacker to send a massive volume of traffic without revealing their true identity or location. This obfuscation complicates traceback efforts and makes it harder for network defenders to block the malicious source effectively, contributing directly to the observed network congestion.

Why this answer

IP spoofing is the correct answer because the attacker is forging the source IP address of packets to impersonate the company's internal DNS server. By flooding the network with packets that appear to originate from a trusted internal server, the attacker can bypass security controls, launch reflection attacks, or cause denial of service. This directly matches the scenario where the source IP is falsified to match a legitimate internal host.

Exam trap

CompTIA often tests the distinction between IP spoofing and Smurf attacks, where candidates mistakenly choose Smurf because both involve spoofed source addresses, but Smurf specifically requires ICMP and broadcast amplification, not arbitrary packet flooding with a DNS server's IP.

Why the other options are wrong

A

A Smurf attack uses ICMP echo requests sent to a broadcast address with a spoofed source IP, causing all hosts to reply to the victim. This question describes packets with the same source IP as the internal DNS server, which is IP spoofing, not a Smurf attack.

C

A man-in-the-middle attack involves intercepting and potentially altering communications between two parties, but the question describes a flood of packets with a spoofed source IP, which is characteristic of IP spoofing, not MITM.

D

ARP poisoning involves manipulating ARP tables to associate a malicious MAC address with a legitimate IP address, but the question describes packets with a spoofed source IP address, not ARP table manipulation.

When would these options actually be correct?

A

A Smurf attack would be correct if the question described a network flooded with ICMP echo requests sent to a broadcast address, and the source IP was spoofed to be the victim's IP, causing all hosts on the network to reply to the victim.

C

A man-in-the-middle attack would be correct if the question described an attacker intercepting and modifying traffic between a client and the DNS server, such as by ARP spoofing or using a rogue access point, to eavesdrop or inject false responses.

D

An exam question describing an attacker intercepting traffic by sending forged ARP replies to associate their MAC address with the default gateway's IP address, causing traffic to be redirected through the attacker's machine.

Why candidates pick the wrong answer

A

Candidates may confuse IP spoofing with Smurf attacks because both involve spoofed source addresses, and Smurf attacks are a classic example of a DDoS using spoofing, leading them to select Smurf when the key detail is the spoofed source IP of the DNS server.

C

Candidates may confuse IP spoofing with MITM because both involve deceptive addressing, but MITM focuses on interception and relay, whereas IP spoofing is about falsifying the source address in packets.

D

Candidates may confuse IP spoofing with ARP poisoning because both involve impersonation at different layers, and ARP poisoning is a common attack type that can involve spoofed IP addresses in some contexts.

375
MCQeasy

A network technician sees that the link light on a switch port is not lit, even though the cable is connected to an active device. The port has been tested with a known good cable. Which of the following should the technician do next?

A.Replace the switch
B.Check if the port is administratively disabled
C.Check the VLAN configuration
D.Check the speed/duplex settings
AnswerB

When a switch port is administratively disabled, it is intentionally taken offline by a network administrator. This state prevents the port from establishing a physical link, resulting in no link light illumination, regardless of whether a cable is connected or a device is attached. Verifying the port's operational status using CLI commands like 'show interface <interface_id> status' is the crucial first step, and if found disabled, the 'no shutdown' command can reactivate it.

Why this answer

When a link light is off despite a known good cable and an active device, the most likely cause is that the switch port is administratively disabled (shutdown). This is a common Layer 1/2 issue where the interface is configured with the 'shutdown' command, preventing the port from negotiating a link. Checking the interface status with 'show interfaces status' or 'show interfaces [interface]' will confirm if the port is in an 'administratively down' state.

Exam trap

The trap here is that candidates often jump to VLAN or hardware failure (replace the switch) because they forget that an administratively down port is a common Layer 1 misconfiguration that completely prevents link establishment, even with a good cable and active device.

Why the other options are wrong

A

Replacing the switch is an extreme and premature action; the issue is likely isolated to a single port, and the switch itself is probably functional. The technician should first check for administrative disablement before considering hardware replacement.

C

The link light not lit indicates a Layer 1 or Layer 2 connectivity issue, not a VLAN mismatch. VLAN configuration problems typically allow the link to come up but prevent traffic forwarding, so checking VLAN config is premature before verifying basic port status.

D

Speed/duplex mismatches typically cause packet errors or slow performance, not a completely unlit link light. The link light not being lit indicates a Layer 1 issue (no electrical signal), which is not resolved by checking speed/duplex settings.

When would these options actually be correct?

A

A question where multiple ports on the same switch fail simultaneously with known good cables and devices, and power cycling the switch does not resolve the issue. In that scenario, the switch hardware may be faulty, making replacement the next logical step.

C

A technician sees that a switch port's link light is on, but the connected device cannot communicate with other devices on the same VLAN. The port is in the correct VLAN, but other ports in that VLAN are also unreachable. In this scenario, checking the VLAN configuration (e.g., VLAN existence, trunk allowed VLANs) would be the next step.

D

A technician sees intermittent connectivity or high error counts on a link, but the link light is lit. The cable and port are known good, and the question asks for the next step to resolve performance issues. In that case, checking speed/duplex settings would be appropriate.

Why candidates pick the wrong answer

A

Candidates may jump to replacing hardware when a link light is off, assuming physical failure, without systematically troubleshooting software or configuration causes first.

C

Candidates may confuse symptoms of VLAN misconfiguration (no connectivity) with physical link issues, or they might skip basic troubleshooting steps and jump to more complex Layer 2 checks.

D

Candidates may confuse symptoms of speed/duplex mismatch (like high errors or slow performance) with a complete loss of link, or they may think that mismatch can prevent the link from coming up entirely.

Page 4

Page 5 of 7

Page 6

All pages