Courseiva

CCNA Network Troubleshooting Questions

75 of 91 questions · Page 1/2 · Network Troubleshooting topic · Answers revealed

1
MCQmedium

A network technician is troubleshooting an issue where users on VLAN 20 can access internal servers and the default gateway but cannot reach any external websites. The router's ACL is configured to permit all outbound traffic. What is the most likely cause of this issue?

A.The DNS server is unreachable from the VLAN
B.The DHCP server is not providing a default gateway
C.NAT is not configured or is misconfigured on the router
D.The switch port for the router is in the wrong VLAN
AnswerC

NAT is required to translate private VLAN IPs to a public IP for internet access. Even if ACLs permit traffic, without proper NAT, packets will not be forwarded to the internet. This matches the symptom of being able to reach internal resources but not external ones.

Why this answer

Since users can access internal servers and the default gateway, Layer 3 connectivity within the VLAN is working, and the router's ACL permits all outbound traffic. The inability to reach external websites while internal resources are reachable strongly indicates that Network Address Translation (NAT) is either not configured or misconfigured on the router. Without NAT, private IP addresses from VLAN 20 cannot be translated to a public IP, so return traffic from external web servers has no route back to the internal hosts.

Exam trap

CompTIA often tests the misconception that an ACL permitting all outbound traffic is sufficient for internet access, but without NAT, private IP addresses are not routable on the public internet, so the ACL alone cannot fix the issue.

Why the other options are wrong

A

The question states users can access internal servers and the default gateway, which indicates DNS resolution for internal names works and the gateway is reachable. External website access failure with a permissive ACL points to a NAT issue, not DNS.

B

The question states users can access internal servers and the default gateway, so the DHCP server is providing a default gateway. The issue is external access, not gateway reachability.

D

The switch port for the router being in the wrong VLAN would prevent all traffic from that VLAN from reaching the router, but users can access internal servers and the default gateway, indicating the router is reachable. Thus, the issue is not at the switch port level.

2
MCQmedium

A user reports that they cannot access the internet. The technician verifies the workstation has IP address 192.168.1.10 with subnet mask 255.255.255.0 and default gateway 192.168.1.1. The user can ping the default gateway successfully. Other users on the same subnet can access the internet. Which command should the technician run on the workstation to further isolate the issue?

A.ipconfig /all
B.netstat -r
C.tracert 8.8.8.8
D.nslookup google.com
AnswerB

The `netstat -r` command (or `route print` on Windows) displays the local routing table, which dictates how the workstation forwards network traffic. Since the user can ping the default gateway but not an external IP address (8.8.8.8), the issue points to a problem with how the workstation routes traffic destined for the internet. Verifying the presence and correctness of the default route (0.0.0.0/0) pointing to the gateway (192.168.1.1) is crucial, as its absence or misconfiguration would prevent the workstation from knowing where to send internet-bound packets.

Why this answer

The user can ping the default gateway (192.168.1.1), indicating Layer 2 and basic Layer 3 connectivity to the local router. However, other users on the same subnet can access the internet, so the issue is likely with the workstation's routing table. The 'netstat -r' command displays the IP routing table, allowing the technician to check for a missing or incorrect default route (e.g., destination 0.0.0.0 with gateway 192.168.1.1).

This isolates whether the workstation knows how to forward traffic beyond the local subnet.

Exam trap

The N10-009 exam often tests the misconception that 'ipconfig /all' is the first step for any connectivity issue, but here the technician already has the IP configuration, so the trap is to overlook that the routing table must be examined when local connectivity works but internet access fails.

Why the other options are wrong

A

The technician already knows the workstation's IP configuration (IP, subnet mask, gateway) from the initial verification, so running ipconfig /all would provide no new information to isolate the issue.

C

The user can ping the default gateway, indicating Layer 3 connectivity to the local network. Since other users on the same subnet can access the internet, the issue is likely DNS or routing beyond the gateway. tracert would show the path to 8.8.8.8, but the problem is more likely DNS resolution, not routing.

D

The user can ping the default gateway, indicating Layer 3 connectivity to the local network. The issue is likely DNS resolution, but the question states other users on the same subnet can access the internet, so DNS is probably working. The technician needs to check the routing table to see if the default route is missing or incorrect, which `netstat -r` does. `nslookup` tests DNS, which is not the immediate next step given the symptoms.

3
MCQeasy

A user's workstation shows an IP address of 169.254.15.7 with a subnet mask of 255.255.0.0. The user cannot access any network resources. Which of the following is the most likely cause?

A.The DNS server is not responding
B.The DHCP server is unreachable
C.The subnet mask is incorrect
D.The default gateway is down
AnswerB

The IP address 169.254.15.7 is an Automatic Private IP Addressing (APIPA) address. This range (169.254.0.0/16) is automatically assigned by a client when it is configured to obtain an IP address via DHCP but fails to locate or communicate with a DHCP server on the network. Therefore, the workstation cannot obtain a valid IP configuration from the network's DHCP service, leading to this self-assigned address.

Why this answer

The IP address 169.254.15.7 with a /16 subnet mask is an Automatic Private IP Addressing (APIPA) address, assigned by Windows when a DHCP client fails to obtain a lease. This indicates the workstation cannot reach a DHCP server, so the most likely cause is that the DHCP server is unreachable.

Exam trap

The trap here is that candidates often confuse APIPA with a DNS or gateway issue, but APIPA specifically indicates DHCP failure, not a problem with higher-layer services or routing.

Why the other options are wrong

A

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

D

The IP address 169.254.15.7 is an Automatic Private IP Addressing (APIPA) address, which indicates the workstation failed to obtain an IP from a DHCP server. A down default gateway would not cause the workstation to self-assign an APIPA address; instead, the workstation would retain its DHCP-assigned IP but lose connectivity beyond the local subnet.

4
MCQeasy

A user reports that they cannot access the internet. The technician is able to ping the default gateway successfully but unable to ping a public IP address (e.g., 8.8.8.8). Which of the following is the most likely cause?

A.Incorrect DNS server configuration
B.The router's default route is missing or misconfigured
C.Duplicate IP address on the network
D.Faulty network interface card
AnswerB

The router's default route (0.0.0.0/0) is crucial for forwarding packets to destinations not explicitly listed in its routing table, which typically includes the entire internet. If this route is missing or misconfigured on the router, traffic destined for external networks will be dropped because the router has no instruction on where to send it. The ability to ping the gateway confirms local network connectivity, but the lack of internet access points directly to the router's inability to forward traffic beyond the local subnet.

Why this answer

Successful ping to the default gateway confirms Layer 2 and Layer 3 connectivity within the local subnet, but failure to ping a public IP like 8.8.8.8 indicates that traffic cannot leave the local network. This is most commonly caused by a missing or misconfigured default route on the router, which prevents the router from forwarding packets destined for external networks to the next-hop ISP gateway.

Exam trap

The trap here is that candidates often confuse DNS resolution with IP connectivity and incorrectly choose 'Incorrect DNS server configuration' when the question explicitly states a public IP address is being pinged, not a hostname.

Why the other options are wrong

A

The user can ping the default gateway but not a public IP like 8.8.8.8, indicating IP routing works locally but fails beyond the local network. DNS is not involved because the test uses an IP address, not a hostname.

C

The user can ping the default gateway but not a public IP, indicating layer 3 routing failure. A duplicate IP address would cause intermittent connectivity or inability to ping the gateway, not a specific failure to reach external IPs.

D

A faulty NIC would prevent successful pings to the default gateway, but the technician can ping the gateway, indicating the NIC is working.

5
MCQmedium

A user reports that they cannot connect to a file server on the same subnet. The technician checks the workstation's IP configuration: IP 192.168.1.10, subnet mask 255.255.255.0, default gateway 192.168.1.1. The workstation can ping the gateway but cannot ping the file server at 192.168.1.50. Which of the following is the most likely cause?

A.Incorrect subnet mask on the workstation
B.Incorrect default gateway on the workstation
C.The file server is powered off or disconnected from the network
D.A firewall on the workstation is blocking traffic to the server
AnswerC

The server being powered off or having its network cable disconnected would cause all traffic to fail, matching the symptoms.

Why this answer

The workstation can ping the gateway (192.168.1.1) but not the file server (192.168.1.50) on the same subnet. Since both are on the same subnet, the default gateway is not needed for local traffic. The inability to ping the server suggests the server itself is not responding.

The most likely causes are that the server is powered off, its network cable is disconnected, or it has a failed network interface. A firewall blocking ICMP would also prevent ping, but the question specifies that the correct answer is the server being powered off or disconnected (option C). Therefore, the most likely cause is that the file server is powered off or has a disconnected cable.

Exam trap

The trap here is that candidates assume a failed ping means a network connectivity issue, but CompTIA often tests that a host firewall can block ICMP while allowing other traffic, so a ping failure does not necessarily indicate a broken path.

Why the other options are wrong

A

Option A is not defined, but if it were a common distractor like 'incorrect subnet mask,' the subnet mask 255.255.255.0 is correct for the given IPs on the same subnet, so it would not cause connectivity issues between them.

B

The workstation can ping the gateway (192.168.1.1) but not the file server (192.168.1.50) on the same subnet. Since both are on the same subnet, the default gateway is not needed for local communication; the issue is likely with the file server itself or a local firewall, not the gateway.

D

Option D is not provided in the question, so it cannot be evaluated. The correct answer is C, which is undefined in the given context.

6
MCQhard

A user at a branch office reports that they cannot connect to a file server at the main office. The branch office connects to the main office via a site-to-site VPN, and the VPN tunnel shows as active. The user can ping the main office's default gateway but not the file server. Which of the following should the technician check NEXT?

A.A) Check the routing tables on the branch router
B.B) Check the DNS resolution for the file server
C.C) Check the VPN encryption settings
D.D) Check the file server's antivirus software
AnswerA

Correct. The branch router may not have a route to the file server's subnet, or the main office router may not have a route back to the branch subnet. Verifying routing tables on both ends is essential.

Why this answer

The VPN tunnel is active and the user can ping the main office's default gateway, which confirms that Layer 3 connectivity exists across the tunnel. However, the file server is unreachable, indicating that the traffic destined for the file server's subnet is not being forwarded correctly. The next logical step is to check the routing tables on the branch router to ensure there is a specific route (or a default route) pointing to the VPN tunnel interface for the file server's network.

Without this route, the branch router may be dropping the packets or sending them out the wrong interface.

Exam trap

The N10-009 exam often tests the misconception that a 'tunnel up' status guarantees end-to-end connectivity, but the trap here is that routing misconfiguration can allow the tunnel to be established while specific subnets remain unreachable.

Why the other options are wrong

B

The user can ping the main office's default gateway, indicating the VPN tunnel is working and routing is functional at the network layer. DNS resolution is not the issue because connectivity to the file server fails at the IP level, not due to name resolution.

C

The VPN tunnel is active and the user can ping the main office's default gateway, indicating the VPN is established and encryption settings are likely correct. The issue is connectivity to a specific server beyond the gateway, pointing to routing or firewall rules rather than encryption.

D

The file server's antivirus software is unlikely to cause connectivity issues from a remote branch office when the VPN tunnel is active and the user can ping the main office's default gateway. The problem is more likely related to routing or network segmentation within the main office.

7
MCQmedium

A user can ping the default gateway (192.168.1.1) but cannot ping the external IP address 8.8.8.8. Other users on the same subnet can ping 8.8.8.8 without issue. The user's IP configuration is correct: IP 192.168.1.10/24, default gateway 192.168.1.1, DNS 8.8.8.8. What is the most likely cause?

A.The computer's firewall is blocking outbound ICMP
B.The router is missing a default route to the internet
C.The DNS server is not resolving the hostname
D.The network cable is loose or faulty
AnswerA

If a user can successfully ping the default gateway (an internal network device) but fails to ping an external IP address like 8.8.8.8, it strongly suggests a local issue on the user's machine. Many operating system firewalls, by default or through custom configuration, are set to block outbound Internet Control Message Protocol (ICMP) echo requests to external destinations, while still permitting internal network communication. This selective blocking prevents external pings from leaving the host, even if the network path to the gateway is clear.

Why this answer

The user can ping the default gateway (192.168.1.1) but not the external IP 8.8.8.8, while other users on the same subnet can ping 8.8.8.8 without issue. This isolates the problem to the user's specific host, not the network infrastructure. A local firewall on the user's computer blocking outbound ICMP (Internet Control Message Protocol) traffic would prevent ping to external IPs while still allowing local subnet communication, as ICMP is often restricted by default in some security policies.

Exam trap

The trap here is that candidates often assume a routing or DNS issue when the problem is host-specific, but the key clue is that other users on the same subnet succeed, pointing to a local host configuration or firewall problem rather than a network-wide fault.

Why the other options are wrong

B

Other users on the same subnet can ping 8.8.8.8, which proves the router has a default route to the internet. The issue is isolated to this user's computer.

C

The user can ping the default gateway but not 8.8.8.8, and DNS is not involved in ICMP ping to an IP address. DNS resolution is only needed when pinging a hostname, not an IP.

D

The user can ping the default gateway, indicating the network cable is functional. A loose or faulty cable would prevent all network communication, including pinging the gateway.

8
MCQmedium

A user reports that their laptop is connected to the corporate Wi-Fi network but cannot access the internet. Other users in the same area are able to access the internet without issues. The laptop shows a valid IP address of 192.168.1.25/24 and the default gateway is 192.168.1.1. Which of the following should the technician check NEXT?

A.DNS server configuration on the laptop
B.DHCP server lease exhaustion
C.Access point channel utilization
D.Switch port status on the distribution switch
AnswerA

A misconfigured DNS server address on the laptop prevents it from translating human-readable domain names into numerical IP addresses, which are necessary for network communication. Even if the laptop has a valid IP address and physical connectivity to the Wi-Fi network, it cannot locate external resources like websites or internal servers by name. This specific issue often manifests as "no internet access" despite being connected, affecting only the device with the incorrect DNS settings while other network functions might remain operational.

Why this answer

Since the laptop has a valid IP address (192.168.1.25/24) and default gateway (192.168.1.1), and other users can access the internet, the issue is isolated to this laptop. A common cause is incorrect or missing DNS server configuration, which prevents domain name resolution even though IP-level connectivity exists. The technician should verify the DNS server addresses in the laptop's IPv4 settings or run 'nslookup' to confirm resolution.

Exam trap

The trap here is that candidates assume a valid IP address and gateway mean full internet connectivity, overlooking that DNS misconfiguration is a classic isolated symptom where other users work fine.

Why the other options are wrong

B

The laptop has a valid IP address (192.168.1.25/24) and other users can access the internet, so DHCP lease exhaustion is unlikely. The issue is isolated to one device, pointing to a client-side problem like DNS.

C

The issue is isolated to a single laptop with a valid IP and gateway, so channel utilization affecting all users is not the cause.

D

The issue is isolated to one laptop with a valid IP and gateway, so the switch port on the distribution switch is unlikely to be the cause; a port problem would affect multiple users or cause complete connectivity loss.

9
MCQmedium

A user reports they can access internal servers and the default gateway but cannot reach external websites. The technician checks the router's ACL and finds a rule that permits all outbound traffic. What is the most likely cause?

A.DNS resolution failure
B.Incorrect default gateway
C.NAT configuration issue
D.Proxy server misconfiguration
AnswerC

Network Address Translation (NAT) is crucial for allowing devices with private IP addresses to communicate with the public internet. Without proper NAT configuration, the router will not translate the private source IP addresses of internal hosts into a routable public IP address. Consequently, while internal servers and the default gateway remain accessible, any packets destined for external internet resources will be dropped by upstream routers because their source IP is non-routable, effectively blocking all external communication despite ACLs permitting it.

Why this answer

The user can access internal servers and the default gateway, indicating Layer 3 connectivity within the local network. However, external websites are unreachable. Since the ACL permits all outbound traffic, the issue is not a blocked outbound rule.

The most likely cause is a NAT configuration issue, such as missing or incorrect IP masquerading (PAT) on the router's outside interface, which prevents internal private IP addresses from being translated to a public IP address for internet access.

Exam trap

CompTIA often tests the misconception that an ACL permitting all outbound traffic guarantees internet access, when in fact NAT must be properly configured to translate private IP addresses to a routable public IP address for external reachability.

Why the other options are wrong

A

The user can access internal servers and the default gateway, indicating that DNS resolution is working for internal resources. The issue is with external websites, which points to a NAT problem, not DNS.

B

The user can access internal servers and the default gateway, which indicates the default gateway is correctly configured. An incorrect default gateway would prevent access to both internal servers and external websites.

D

The user can access internal servers and the default gateway, which indicates that DNS resolution is working for internal resources. However, the inability to reach external websites points to a NAT issue, not a proxy misconfiguration, as the ACL permits all outbound traffic.

10
MCQmedium

A user reports that they cannot access a web server at 10.0.1.200. The user can ping the server's IP address but cannot open the web page. The web server is known to be running and accessible from other users on the same subnet. What is the most likely cause?

A.Default gateway is misconfigured
B.ACL blocking port 80 or 443
C.DNS resolution failure
D.Duplicate IP address
AnswerB

An Access Control List (ACL) is a set of rules configured on a network device, such as a router or firewall, to filter network traffic. The ability to successfully ping the web server indicates basic Layer 3 (IP) connectivity is established, as ping utilizes ICMP. However, the inability to access web services specifically suggests that TCP traffic destined for ports 80 (HTTP) or 443 (HTTPS) is being explicitly denied by an ACL, a common security measure.

Why this answer

The user can ping the server (ICMP works) but cannot access the web page, which indicates Layer 3 connectivity is fine but the specific TCP ports (80 for HTTP or 443 for HTTPS) are being blocked. An ACL applied on the server, a switch, or a router between the user and the server is the most likely cause, as it would permit ICMP echo requests while denying HTTP/HTTPS traffic. Other users on the same subnet can access the server, ruling out server-side or subnet-wide issues.

Exam trap

The trap here is that candidates assume a successful ping means full network connectivity, but ICMP and TCP are separate protocols that can be filtered independently by ACLs, so ping working does not guarantee web access.

Why the other options are wrong

C

DNS resolution failure would prevent the user from resolving a hostname to an IP address, but the user can ping the server's IP address (10.0.1.200) directly, indicating that name resolution is not the issue.

D

A duplicate IP address would cause intermittent connectivity or complete failure for both devices, but the user can ping the server successfully, ruling out an IP conflict.

11
MCQeasy

A user reports that they can access a website by its IP address but not by its domain name. Which of the following is most likely the issue?

A.A) DNS resolution failure
B.B) Incorrect default gateway
C.C) Duplicate IP address
D.D) Corrupted TCP/IP stack
AnswerA

A DNS resolution failure is the correct diagnosis because the Domain Name System (DNS) is solely responsible for translating human-readable domain names (like example.com) into numerical IP addresses. If DNS is not functioning correctly, the system cannot resolve the name to an IP, preventing access by name. However, since direct IP address access bypasses the DNS lookup process entirely, it would continue to work without issue.

Why this answer

Accessing a website by IP address but not by domain name indicates that the client can reach the web server over the network, but the name-to-IP translation process is failing. This is a classic symptom of a DNS resolution failure, where the client cannot query or receive a valid A or AAAA record for the domain from its configured DNS server.

Exam trap

The trap here is that candidates often confuse DNS failure with a gateway or routing issue, but the ability to reach the server by IP proves Layer 3 connectivity is working, isolating the problem to the application layer name resolution process.

Why the other options are wrong

B

The issue is that the user can access the website by IP address but not by domain name, which points to a name resolution problem, not a routing issue. An incorrect default gateway would prevent access to any external IP addresses, not just domain names.

C

A duplicate IP address would cause intermittent connectivity or complete loss of network access, but it would not specifically prevent domain name resolution while allowing access by IP address.

D

A corrupted TCP/IP stack would cause connectivity issues regardless of whether the destination is accessed by IP or domain name, but the user can access the website by IP, so the stack is functioning correctly.

12
MCQhard

A network engineer is troubleshooting intermittent call drops on a VoIP deployment. The network uses separate VLANs for voice (VLAN 20) and data (VLAN 10). Switch ports connecting the IP phones are configured with the correct voice VLAN. Which of the following is the MOST likely cause to check NEXT?

A.Verify that QoS markings and queuing are configured on the switches and routers
B.Check the DNS server for the phone's name resolution
C.Replace the patch cables from the phones to the switches
D.Increase the DHCP lease time for the phones
AnswerA

Verifying QoS markings and queuing is crucial because Quality of Service mechanisms are designed to prioritize real-time traffic like VoIP over less time-sensitive data. By configuring appropriate DSCP (Differentiated Services Code Point) or CoS (Class of Service) markings, network devices can identify voice packets and place them into high-priority queues. This ensures that even during periods of network congestion, voice packets are forwarded with minimal latency and jitter, preventing the intermittent call drops that occur when voice traffic competes equally with other data.

Why this answer

Intermittent call drops on a VoIP deployment with separate voice and data VLANs most likely stem from insufficient or misconfigured QoS markings and queuing. Voice traffic is sensitive to latency, jitter, and packet loss, which occur when data traffic competes for bandwidth without proper prioritization. Verifying that switches and routers have consistent QoS policies (e.g., marking with DSCP EF for RTP and queuing with strict priority) is the logical next step after ensuring the voice VLAN is correctly assigned.

Exam trap

CompTIA often tests the misconception that physical layer issues (like bad cables) are the primary cause of intermittent VoIP problems, when in fact intermittent drops are more commonly due to QoS misconfiguration in a converged network.

Why the other options are wrong

C

Intermittent call drops are typically caused by network congestion or QoS misconfiguration, not by physical cabling issues. Patch cable faults usually cause complete loss of connectivity or persistent problems, not intermittent drops.

D

Intermittent call drops are typically caused by network congestion or QoS misconfiguration, not DHCP lease time. Increasing DHCP lease time would not address the root cause of packet loss or jitter affecting voice traffic.

13
MCQmedium

A user reports intermittent connectivity on a laptop that moves between floors. The signal strength fluctuates. Which tool would best help identify signal interference and dead zones?

A.Cable tester
B.Multimeter
C.Spectrum analyzer
D.Protocol analyzer
AnswerC

This tool is crucial for diagnosing intermittent wireless connectivity issues, especially when a device moves between locations. A spectrum analyzer graphically displays the strength of radio frequency (RF) signals across different frequencies, allowing technicians to identify sources of interference (e.g., other Wi-Fi networks, microwave ovens, cordless phones) or areas with poor signal coverage. By observing the RF environment, it can pinpoint why a laptop experiences drops as it changes location, making it the most appropriate tool for this scenario.

Why this answer

A spectrum analyzer is the correct tool because it visualizes radio frequency (RF) energy across the 2.4 GHz and 5 GHz bands, allowing you to identify sources of interference (e.g., cordless phones, microwave ovens) and locate dead zones where signal strength drops below usable thresholds. Unlike other tools, it directly measures the RF environment rather than relying on logical-layer data.

Exam trap

The trap here is that candidates confuse a protocol analyzer (which sees logical traffic) with a spectrum analyzer (which sees physical RF energy), leading them to choose D because they think packet captures reveal interference, when in fact interference is invisible at the protocol level.

Why the other options are wrong

A

A cable tester is used to verify physical cabling (e.g., continuity, wiring faults) and cannot measure wireless signal interference or dead zones, which are the issues described in the question.

B

A multimeter measures electrical properties like voltage, current, and resistance, not wireless signal interference or dead zones. It cannot analyze RF spectrum or identify sources of Wi-Fi interference.

D

A protocol analyzer captures and decodes network traffic, but it does not measure signal strength or identify physical-layer interference and dead zones, which are the issues described in the question.

14
MCQeasy

A user reports that they cannot access any company resources. The technician runs 'ipconfig' and sees that the workstation has an IP address of 169.254.100.25 with a subnet mask of 255.255.0.0. The technician also notices that the 'Default Gateway' is blank. What is the most likely cause?

A.The DNS server is not responding.
B.The DHCP server is unavailable or unreachable.
C.The workstation has a static IP address configured.
D.The network cable is unplugged.
AnswerB

When a workstation is configured to obtain an IP address automatically via DHCP, it initiates a discovery process to locate a DHCP server. If the DHCP server is either offline, misconfigured, or unreachable on the network segment, the client will fail to receive a DHCP offer. In such scenarios, the operating system automatically assigns itself an APIPA (Automatic Private IP Addressing) address from the 169.254.0.0/16 range, which allows for limited local network communication but prevents access to external company resources.

Why this answer

The IP address 169.254.100.25 with a subnet mask of 255.255.0.0 is an Automatic Private IP Addressing (APIPA) address, which Windows assigns when a DHCP client fails to obtain a lease. The blank Default Gateway confirms that no DHCP server responded, so the workstation cannot reach any company resources beyond its local subnet.

Exam trap

The trap here is that candidates often confuse APIPA with a link-local address caused by a physical cable issue, but APIPA requires the interface to be in a connected state; a disconnected cable would show no IP address or a 'Media disconnected' status in ipconfig.

Why the other options are wrong

A

The IP address 169.254.100.25 is an Automatic Private IP Addressing (APIPA) address, which is assigned when DHCP fails. A non-responsive DNS server would not cause this; it would result in name resolution failures but the workstation would still have a valid DHCP-assigned IP and default gateway.

C

A static IP address would not result in an APIPA address (169.254.x.x). If a static IP were configured, the workstation would use that address, not self-assign an APIPA address.

D

An unplugged network cable would result in no IP address or a disconnected status, not an Automatic Private IP Addressing (APIPA) address like 169.254.100.25. The workstation would show 'Media disconnected' in ipconfig.

15
MCQmedium

A user reports that they can access the internet but cannot access the internal web server at 10.10.10.100. The technician can ping the server's IP from the router that serves as the user's default gateway. Which of the following is the MOST likely cause?

A.The server's default gateway is misconfigured
B.The user's workstation has a firewall blocking port 80
C.The router has a missing route to the server's network
D.The server's subnet mask is incorrect
AnswerA

The problem states the user can access the internet but not the internal web server, yet the router can ping the server. This implies the server can *receive* traffic from the router and, by extension, from the user. However, if the server's default gateway is incorrect, it will attempt to send its *reply* packets to the wrong router or an unreachable address. This results in a one-way communication where the server gets the request but the client never receives the response, manifesting as an inability to access the internal web.

Why this answer

The user can reach the internet but not the internal web server at 10.10.10.100, while the technician can ping that server from the router (the default gateway). This indicates that the router has a valid route to the server's network and the server is reachable from the router's perspective. The most likely cause is that the server's default gateway is misconfigured: the server does not know how to send return traffic back to the user's subnet, so the TCP handshake fails (the SYN-ACK never reaches the user).

Exam trap

The trap here is that candidates assume a successful ping from the router to the server means end-to-end connectivity is fine, but they overlook the fact that the server's return path to the user's subnet requires a correctly configured default gateway on the server itself.

Why the other options are wrong

B

The user can access the internet, indicating general connectivity works. The technician can ping the server from the router, so the router has a route. A workstation firewall blocking port 80 would not explain why the server is unreachable from the user's perspective if the server itself is reachable via ping from the router.

C

The technician can ping the server's IP from the router, which means the router has a route to the server's network. A missing route would prevent the router from reaching the server, contradicting the given information.

D

An incorrect subnet mask on the server would prevent it from communicating with devices on other subnets, but the technician can ping the server from the router, indicating the server's IP configuration is reachable. The issue is that the user cannot access the web server, which suggests the server cannot reply to the user because its default gateway is misconfigured, not its subnet mask.

16
MCQhard

A user's computer obtains an IP address from DHCP, can ping the default gateway, but cannot access any external websites. The technician runs 'tracert 8.8.8.8' from the user's computer. The first hop shows the default gateway with low latency, but the second hop shows a timeout. What is the most likely cause?

A.The user's computer firewall is blocking outbound web traffic.
B.The DNS server is not resolving domain names.
C.The router's default route pointing to the ISP is missing or incorrectly configured.
D.The ISP's DNS server is unreachable.
AnswerC

When a traceroute successfully reaches the first hop (the local router) but fails at subsequent hops, it indicates the local router received the packet but cannot forward it further towards the destination. This scenario strongly suggests that the router lacks a proper default route (0.0.0.0/0) configured to point to the next-hop router at the Internet Service Provider (ISP). Without this critical route, the router doesn't know where to send traffic destined for external networks, causing packets to be dropped or timed out beyond the local network.

Why this answer

The traceroute shows that the user's computer can reach the default gateway (first hop) but times out at the second hop, which is the ISP's router. This indicates that the local router does not have a valid default route pointing to the ISP, so it cannot forward traffic beyond the local subnet. Without a correct default route, packets destined for external networks (like 8.8.8.8) are dropped, even though the user's computer can ping the gateway and obtain an IP via DHCP.

Exam trap

The trap here is that candidates often confuse a DNS resolution failure with a routing failure, but the traceroute to an IP address bypasses DNS entirely, so the timeout at the second hop isolates the issue to the router's default route rather than DNS or the local firewall.

Why the other options are wrong

A

The user can ping the default gateway and tracert shows the first hop succeeds, indicating outbound traffic is not blocked by the local firewall. The issue is beyond the gateway, at the second hop, which points to a routing problem.

B

The user can ping the default gateway and tracert shows the first hop succeeds, indicating local network connectivity is fine. DNS issues would prevent name resolution, but the question states the user cannot access external websites, and tracert to an IP address (8.8.8.8) shows a timeout at the second hop, which points to a routing problem beyond the gateway, not DNS.

D

The user can ping the default gateway, and tracert shows the first hop (gateway) succeeds, indicating local connectivity is fine. The second hop timeout suggests the issue is beyond the gateway, likely a missing or incorrect default route on the router, not the ISP's DNS server being unreachable.

17
MCQmedium

A user reports that they can access the company's intranet website by IP address but not by its hostname (intranet.company.local). A technician checks the DNS server and finds that the A record exists and returns the correct IP. However, the user's browser still cannot resolve the hostname. Which of the following is the most likely cause?

A.The DNS cache on the user's workstation is corrupt.
B.The web server's certificate is expired.
C.The default gateway is misconfigured.
D.The file server is overloaded.
AnswerA

A corrupt DNS cache on the user's workstation stores incorrect or outdated hostname-to-IP address mappings. When the user attempts to access the intranet by its hostname, the local system consults this faulty cache first, leading to a resolution failure. However, direct access via the IP address bypasses the entire name resolution process, allowing the connection to succeed without relying on the compromised cache. This specific symptom strongly points to a local DNS resolution issue.

Why this answer

The user can access the intranet by IP but not by hostname, which indicates that name resolution is failing. Since the DNS server has the correct A record, the issue is likely on the client side. A corrupt DNS cache on the workstation can cause the browser to use stale or invalid cached data, preventing successful resolution even though the authoritative DNS server returns the correct IP.

Flushing the DNS cache with `ipconfig /flushdns` would resolve this.

Exam trap

CompTIA often tests the distinction between server-side DNS configuration and client-side caching; the trap here is that candidates see 'A record exists and returns correct IP' and assume the DNS is fully functional, overlooking the client's local cache as the source of the problem.

Why the other options are wrong

B

An expired web server certificate would cause browser security warnings but would not prevent hostname resolution; the user can access by IP, indicating DNS resolution is working, but the browser fails to resolve the hostname, pointing to a client-side DNS caching issue.

D

An overloaded file server would not prevent DNS resolution of a hostname; the user can access the intranet via IP, indicating network connectivity and web server functionality are intact.

18
MCQmedium

A network technician is troubleshooting inter-VLAN routing. Hosts in VLAN 10 can communicate with hosts in VLAN 20, but cannot communicate with hosts in VLAN 30. All VLANs are configured on the same Layer 3 switch with SVIs. Which of the following should the technician verify FIRST?

A.VLAN 30 is not allowed on the trunk port to the switch.
B.The SVI for VLAN 30 is missing an IP address.
C.The default gateway on hosts in VLAN 10 is incorrect.
D.The routing table does not have a route to VLAN 30.
AnswerB

An SVI (Switched Virtual Interface) serves as the Layer 3 interface for a VLAN, acting as the default gateway for all devices within that VLAN. For inter-VLAN routing to function, each SVI must be configured with a unique IP address within its respective VLAN's subnet. If the SVI for VLAN 30 is missing an IP address, the Layer 3 switch cannot route traffic into or out of VLAN 30, effectively isolating it from other VLANs like VLAN 10 and VLAN 20.

Why this answer

Since all VLANs are configured on the same Layer 3 switch with SVIs, inter-VLAN routing occurs internally. Hosts in VLAN 10 can reach VLAN 20, proving the Layer 3 switch is routing correctly for those VLANs. The failure to reach VLAN 30 most likely indicates that the SVI for VLAN 30 is missing an IP address, which prevents the switch from having a local interface to route traffic to that subnet.

Exam trap

The N10-009 exam often tests the misconception that a missing VLAN on a trunk is the cause of inter-VLAN routing failure, but when all VLANs reside on the same Layer 3 switch, the SVI configuration is the first thing to verify.

Why the other options are wrong

A

The question states all VLANs are configured on the same Layer 3 switch with SVIs, so inter-VLAN routing occurs within the switch. A trunk port is not involved in this scenario, making VLAN 30 not allowed on a trunk irrelevant.

C

The question states that hosts in VLAN 10 can communicate with VLAN 20 but not VLAN 30, indicating inter-VLAN routing is partially working. If the default gateway on VLAN 10 hosts were incorrect, they would not be able to reach any other VLAN, including VLAN 20.

D

The routing table not having a route to VLAN 30 would cause inter-VLAN routing failure for all VLANs, but hosts in VLAN 10 can already communicate with VLAN 20, indicating routing is functional. The issue is specific to VLAN 30, suggesting a missing SVI IP rather than a missing route.

19
MCQmedium

A user reports that they can access internal resources such as file shares and printers by name, but they cannot access any external websites. The technician checks the IP configuration and finds the workstation has a valid IP address, subnet mask, default gateway, and DNS server addresses. The technician can successfully ping the default gateway and an external IP address like 8.8.8.8. Which of the following should the technician check NEXT?

A.Perform a traceroute to the external website to identify the point of failure.
B.Verify that the DNS server can resolve external domain names.
C.Check the Windows Firewall on the workstation to ensure it is not blocking outbound HTTP traffic.
D.Renew the DHCP lease on the workstation.
AnswerB

The user can access internal resources by name and can reach external IPs, so the DNS server must be able to resolve external names. If the DNS server is not configured to forward queries or is using a root hint that fails, this would explain the symptom.

Why this answer

The user can access internal resources by name and can ping an external IP address (8.8.8.8), which confirms that IP routing, the default gateway, and basic network connectivity are working. The inability to access external websites by name, despite having DNS server addresses configured, points directly to a DNS resolution failure for external domains. Therefore, the next logical step is to verify that the configured DNS server can resolve external domain names, such as by using `nslookup` or `dig` to query a public domain like google.com.

Exam trap

The trap here is that candidates assume a successful ping to an external IP means all network layers are fine, but they overlook that DNS resolution is a separate service that can fail independently, leading them to waste time on traceroute or firewall checks.

Why the other options are wrong

A

The technician can already ping an external IP (8.8.8.8), proving that routing to the internet works. Traceroute would only confirm the same path; the issue is name resolution, not routing.

C

The technician can already ping an external IP (8.8.8.8), proving outbound IP connectivity and that the firewall is not blocking all outbound traffic. The issue is name resolution, not HTTP blocking.

D

The workstation has a valid IP configuration and can ping external IPs, so DHCP is functioning correctly. Renewing the lease would not resolve DNS resolution issues.

20
MCQeasy

A user reports that they can browse to a website by typing its IP address (e.g., 93.184.216.34) but cannot access it by typing the domain name (e.g., www.example.com). The user's workstation receives IP configuration via DHCP. Which of the following is the most likely cause?

A.The default gateway is misconfigured.
B.The DNS server address is incorrect or unreachable.
C.The web server's SSL certificate is expired.
D.The workstation's hosts file has an incorrect entry.
AnswerB

The user can access resources by IP but not by name, which is a classic symptom of DNS failure. The technician should verify that the DNS server settings are correct and that the DNS server is reachable from the workstation.

Why this answer

The user can reach the website by IP address but not by domain name, which isolates the issue to name resolution. DNS translates domain names to IP addresses; if the DNS server address provided by DHCP is incorrect or unreachable, the workstation cannot resolve www.example.com to 93.184.216.34. This is the most likely cause because all other connectivity (default gateway, web server) is confirmed working by the successful IP-based access.

Exam trap

The trap here is that candidates confuse a DNS failure with a gateway or web server issue, but the key clue is that IP-based access works, which eliminates routing and server problems and points squarely to name resolution.

Why the other options are wrong

A

The default gateway is used for routing traffic to different networks. Since the user can access the website by IP address, routing is working; the issue is with name resolution, not gateway misconfiguration.

C

An expired SSL certificate would prevent HTTPS connections but would not affect the ability to browse via IP address or domain name over HTTP; the user can already access the site via IP, so SSL is not the issue.

D

An incorrect hosts file entry could cause a domain name to resolve to the wrong IP, but here the user cannot access the site by domain name at all, not that they go to a wrong site. The issue is that DNS resolution fails entirely, not that it resolves incorrectly.

21
MCQmedium

A network technician is troubleshooting communication between two switches. The trunk link between them is up, and both switches have the same list of allowed VLANs. However, devices in VLAN 10 on one switch cannot communicate with devices in VLAN 10 on the other switch. What is the MOST likely cause of this issue?

A.Native VLAN mismatch
B.Speed or duplex mismatch
C.Spanning Tree Protocol blocking the port
D.VLAN 10 is not created on one of the switches
AnswerA

A native VLAN mismatch occurs when the untagged VLAN configured on one end of an 802.1Q trunk link differs from the untagged VLAN on the other end. This causes untagged frames, including those from the native VLAN and potentially control traffic, to be misidentified and assigned to the wrong VLAN upon reception. Consequently, traffic for the specific native VLAN fails to communicate correctly across the trunk, while other VLANs that are explicitly tagged continue to function normally, precisely matching a problem affecting only one VLAN.

Why this answer

A native VLAN mismatch is the most likely cause because when two switches have different native VLANs configured on a trunk, they will incorrectly tag or fail to tag frames for that VLAN. In this scenario, devices in VLAN 10 cannot communicate because the native VLAN frames (which are sent untagged) are being dropped or misinterpreted by the receiving switch, even though both switches list VLAN 10 as allowed. The trunk is up and the allowed VLAN list matches, so the issue points directly to a mismatch in the native VLAN configuration.

Exam trap

CompTIA often tests the native VLAN mismatch scenario by presenting a trunk that is up and has matching allowed VLANs, leading candidates to overlook the native VLAN configuration and incorrectly choose options like STP blocking or VLAN not created.

Why the other options are wrong

B

A speed or duplex mismatch would cause connectivity issues at Layer 1, such as packet loss or link instability, but the trunk link is up and both switches have the same allowed VLANs. The symptom of VLAN-specific communication failure points to a Layer 2 problem like native VLAN mismatch, not a physical mismatch.

C

Spanning Tree Protocol blocking the port would prevent all traffic on the trunk, not just VLAN 10 traffic. Since the trunk is up and other VLANs may work, STP is not the issue.

D

The question states both switches have the same list of allowed VLANs, so VLAN 10 is allowed on the trunk. If VLAN 10 were not created on one switch, it would not appear in the allowed list, contradicting the given condition.

22
MCQmedium

A user reports that they can access the internet but cannot connect to an internal file server at IP address 192.168.1.50. The technician successfully pings the file server's IP address from the user's workstation. The file server is on the same subnet as the user. What is the most likely cause of this issue?

A.The file server has an incorrect default gateway configured.
B.The user's workstation has an incorrect DNS server configured.
C.The file server's firewall is blocking the file-sharing protocol while allowing ICMP.
D.The user's workstation has a duplicate IP address assigned.
AnswerC

The scenario describes successful internet access and successful ping to the file server, but failure to connect to an internal file share. This indicates that basic network connectivity (Layer 3) is present, as evidenced by ICMP (ping) working. However, the application-layer protocol for file sharing (e.g., SMB on TCP port 445 for Windows shares) is being blocked. A firewall on the file server itself is designed to filter traffic at higher layers, allowing specific protocols like ICMP while denying others, such as file-sharing protocols, thereby preventing the connection despite successful pings.

Why this answer

The technician can ping the file server (ICMP success) but the user cannot connect to it using the file-sharing protocol (e.g., SMB on TCP/445). This indicates network-layer reachability is fine, but the application-layer service is blocked. The most likely cause is the file server's host-based firewall (e.g., Windows Defender Firewall) allowing ICMP Echo Requests while blocking inbound SMB traffic, which is a common misconfiguration.

Exam trap

The trap here is that candidates assume a successful ping guarantees full connectivity, but ICMP and application traffic use different protocols and ports, so a firewall can block one while allowing the other.

Why the other options are wrong

A

The user can ping the file server's IP, indicating layer-3 connectivity. An incorrect default gateway on the file server would prevent traffic from leaving its subnet, but since both are on the same subnet, the gateway is not needed for local communication.

B

The user can access the internet, which requires DNS resolution, so the DNS server configuration is correct. The issue is with internal file server access, not name resolution.

D

A duplicate IP address would cause intermittent connectivity or complete loss of network access, but the user can access the internet and ping the file server, which rules out an IP conflict.

23
MCQmedium

A user reports that they can access internal websites but cannot access any external websites. Other users in the same subnet can access external sites. The user's IP configuration shows a correct IP, subnet mask, and default gateway. What is the most likely cause?

A.The DNS server is not reachable.
B.The proxy server settings are incorrect.
C.The default gateway is misconfigured.
D.The web browser has a corrupted cache.
AnswerB

If a client's web browser or operating system is configured to use a proxy server for internet access, but the proxy settings are incorrect (e.g., wrong IP address, port, or authentication), all external web requests will fail. However, many network configurations include exceptions or bypass rules for internal network addresses, allowing direct access to internal websites without going through the misconfigured proxy. This precise behavior, where internal access works but external fails, directly aligns with incorrect proxy server configuration.

Why this answer

The user can access internal websites but not external ones, while other users in the same subnet have no issues. This points to a client-specific configuration problem rather than a network-wide issue. Incorrect proxy server settings on the user's machine can prevent external HTTP/HTTPS traffic from being routed correctly, even though internal traffic (which may bypass the proxy) works fine.

Exam trap

CompTIA often tests the distinction between network-layer issues (like default gateway or DNS) and application-layer issues (like proxy configuration), leading candidates to incorrectly choose DNS or gateway problems when the symptom is isolated to a single user with correct IP settings.

Why the other options are wrong

A

The user can access internal websites, which typically rely on internal DNS, and other users in the same subnet can access external sites, indicating the DNS server is reachable and functional. The issue is isolated to this user, not a network-wide DNS problem.

C

The default gateway is correctly configured because the user can access internal websites, which require the gateway to route within the subnet, and other users in the same subnet can access external sites, indicating the gateway is functional.

D

A corrupted browser cache typically causes issues like outdated content or display errors, but it would not prevent access to all external websites while internal sites remain accessible. The symptom of being unable to reach any external site points to a network or proxy configuration problem, not a local browser cache issue.

24
MCQmedium

A user reports that they can connect to the internet by IP address but cannot access any websites by domain name. Which command-line tool should a technician use first to isolate the issue?

A.ping
B.nslookup
C.tracert
D.netstat
AnswerB

The `nslookup` (Name Server Lookup) command-line utility is specifically designed to query Domain Name System (DNS) servers directly. It allows users to test the functionality of DNS by attempting to resolve hostnames to IP addresses, or vice-versa, and can even specify which DNS server to query. This makes `nslookup` the ideal tool for diagnosing issues where a client can successfully reach the internet by IP address but fails to access resources by domain name, pinpointing a problem with name resolution.

Why this answer

The user can reach the internet by IP address but not by domain name, which indicates a DNS resolution failure. The `nslookup` command queries DNS servers directly to test name resolution, making it the correct first step to isolate whether the issue is with the DNS server, the client's DNS configuration, or a network path to the DNS server.

Exam trap

The trap here is that candidates often choose `ping` first because it is the most familiar troubleshooting tool, but the symptom of working IP connectivity with failed domain resolution specifically points to DNS, making `nslookup` the targeted diagnostic command.

Why the other options are wrong

C

The user can connect by IP but not by domain name, indicating a DNS resolution issue. tracert traces the route to a destination but does not test DNS resolution, so it cannot isolate the problem.

D

netstat displays network connections, routing tables, and interface statistics, but it does not test DNS resolution. Since the user can connect by IP but not by domain name, the issue is likely DNS-related, and netstat cannot diagnose that.

25
MCQmedium

A network technician notices that a switch port connected to a user's computer is showing a high number of CRC errors and late collisions. The link is operating at 100 Mbps, full duplex according to the switch. Which of the following is the most likely cause of these errors?

A.Cable length exceeds 100 meters
B.Duplex mismatch
C.Faulty switch port
D.Electromagnetic interference
AnswerB

A duplex mismatch occurs when two connected network devices operate at different duplex settings, such as one at half-duplex and the other at full-duplex. This configuration error causes the full-duplex device to transmit without listening for collisions, while the half-duplex device attempts to transmit only when the line is clear. When both transmit simultaneously, the half-duplex device detects a collision late in its transmission, leading to late collisions and an increase in CRC errors, which are hallmark symptoms.

Why this answer

CRC errors and late collisions in a full-duplex link are classic symptoms of a duplex mismatch. When one side is set to full duplex and the other to half duplex, the half-duplex side does not sense the carrier before transmitting, leading to collisions that are detected late in the frame. The switch reports full duplex, so the user's NIC is likely stuck at half duplex, causing these errors.

Exam trap

The N10-009 exam often tests the misconception that CRC errors alone indicate a cabling issue, but the presence of late collisions alongside CRC errors is the key indicator of a duplex mismatch, not a cable length problem.

Why the other options are wrong

A

CRC errors and late collisions are not typically caused by cable length exceeding 100 meters; that would more likely cause attenuation and signal loss, not late collisions, especially in full-duplex mode where collisions should not occur.

D

Electromagnetic interference (EMI) typically causes CRC errors but not late collisions, which are a hallmark of duplex mismatch. In full-duplex mode, collisions should not occur, so late collisions indicate a duplex mismatch rather than EMI.

26
MCQhard

Users in VLAN 10 cannot obtain IP addresses from the DHCP server located in VLAN 20. The router interface for VLAN 10 has an ip helper-address 192.168.20.5 command configured, and users can ping the DHCP server IP (192.168.20.5) from the router. However, users receive APIPA addresses. What is the most likely cause?

A.The DHCP server does not have a scope configured for the 192.168.1.0/24 subnet (VLAN 10)
B.The router's ip helper-address is configured on the wrong interface
C.The switch port connecting users is configured as a trunk instead of an access port
D.The router's ACL is blocking DHCP offers from the server
AnswerA

When a DHCP relay agent (router) forwards a DHCP Discover broadcast from VLAN 10 users, it encapsulates it into a unicast packet and sets the 'giaddr' (gateway IP address) field to the IP address of the VLAN 10 interface (e.g., 192.168.1.1). The DHCP server uses this 'giaddr' to identify the originating subnet and select the appropriate IP address scope. If no scope exists on the DHCP server for the 192.168.1.0/24 network, the server will not find a matching pool of addresses and will consequently fail to generate a DHCP Offer, leaving users without an IP address.

Why this answer

The ip helper-address command on the router correctly forwards DHCPDISCOVER broadcasts from VLAN 10 to the DHCP server at 192.168.20.5. Since users can ping the server from the router, Layer 3 connectivity exists. However, the DHCP server must have a scope (or address pool) for the subnet of the requesting clients (192.168.1.0/24) to offer an IP address; without it, the server ignores the request, and clients fall back to APIPA (169.254.x.x).

Exam trap

CompTIA often tests the misconception that ip helper-address alone guarantees DHCP success, but the trap is that the DHCP server must have a scope matching the client's subnet (identified by the giaddr) to issue an address.

Why the other options are wrong

B

The router interface for VLAN 10 already has the ip helper-address configured, and users can ping the DHCP server, indicating the helper address is correctly placed and reachable. The issue is that the DHCP server lacks a scope for VLAN 10's subnet, so it cannot assign addresses.

C

Users in VLAN 10 can ping the DHCP server, so connectivity exists. The issue is that the DHCP server lacks a scope for VLAN 10's subnet, not that the switch port is misconfigured as a trunk.

D

The router can ping the DHCP server (192.168.20.5), indicating no ACL is blocking traffic. DHCP offers are unicast to the relay agent (router), which then forwards them to the client; an ACL on the router would also block the ping if it blocked DHCP offers.

27
MCQhard

Two routers are configured with OSPF in the same area, but they do not form an adjacency. Router A shows OSPF state EXSTART, and Router B shows state EXSTART. Which of the following is the most likely cause?

A.The OSPF Hello and Dead intervals are mismatched
B.The OSPF area IDs are different
C.The MTU is mismatched between the two routers
D.The network type is misconfigured (e.g., one side is broadcast, the other is point-to-point)
AnswerC

During the OSPF ExStart state, routers exchange Database Description (DBD) packets to negotiate the master/slave relationship and synchronize their link-state databases. If the Maximum Transmission Unit (MTU) values on the connected interfaces are mismatched, one router might send a DBD packet larger than the other router's configured MTU. The receiving router will then drop these oversized packets, preventing the successful exchange and acknowledgment of DBDs, thereby causing the adjacency to remain perpetually stuck in the ExStart state. This critical mismatch prevents progression to the Exchange state.

Why this answer

When OSPF routers are stuck in the EXSTART state, it indicates that they have progressed past the 2-Way and ExStart phases but are unable to exchange Database Description (DBD) packets. The most common cause is an MTU mismatch, because OSPF will not proceed to the Exchange state if a DBD packet exceeds the interface MTU of the neighbor. This causes the routers to continuously renegotiate the master/slave relationship without completing the exchange.

Exam trap

CompTIA often tests the MTU mismatch trap by having candidates confuse it with Hello/Dead interval mismatches, but the key clue is that both routers are stuck in EXSTART, not in INIT or 2-Way.

Why the other options are wrong

A

In this scenario, both routers are stuck in EXSTART state, which indicates a problem with the Database Description (DD) packet exchange. MTU mismatch is the classic cause of this issue, whereas Hello/Dead interval mismatches typically prevent the routers from reaching the 2-WAY state, not EXSTART.

B

In OSPF, mismatched area IDs prevent routers from forming an adjacency because they would be in different areas, but the question states both routers are in the same area. The EXSTART state indicates they have passed the 2-way state, which requires matching area IDs, so area ID mismatch cannot be the cause.

D

In this scenario, both routers are stuck in EXSTART, which indicates a problem during the database description (DD) packet exchange. A network type mismatch typically prevents the routers from reaching the 2-WAY state, not EXSTART.

28
MCQeasy

A user can ping the default gateway (192.168.1.1) but cannot access the internet (e.g., ping 8.8.8.8 fails). The user's IP is correctly configured as 192.168.1.10/24. What should the technician check next?

A.Check the PC's DNS server settings
B.Verify the subnet mask on the PC
C.Check the router's default route configuration
D.Examine the switch port VLAN assignment
AnswerC

The ability to ping the default gateway confirms local network connectivity between the PC and the router. However, if the router lacks a configured default route (0.0.0.0/0), it will not know where to forward packets destined for networks beyond its directly connected interfaces, such as the internet. Consequently, all traffic intended for external destinations would be dropped by the router, preventing the user from reaching anything outside the local subnet.

Why this answer

Since the user can ping the default gateway (192.168.1.1), Layer 2 and Layer 3 connectivity within the local subnet is working, and the PC's IP configuration is correct. The failure to reach 8.8.8.8 indicates that the router does not have a valid path to external networks, which is typically provided by a default route (0.0.0.0/0). Checking the router's default route configuration is the logical next step because without it, the router cannot forward traffic destined for non-local networks.

Exam trap

The N10-009 exam often tests the distinction between local connectivity (pinging the gateway) and external connectivity (pinging a public IP), where candidates mistakenly jump to DNS or subnet mask issues instead of recognizing the router's lack of a default route as the root cause.

Why the other options are wrong

A

The user can ping the default gateway, indicating Layer 3 connectivity to the router, but cannot reach the internet. This points to a routing issue beyond the local subnet, not DNS, since ping uses IP addresses, not hostnames.

B

The user can ping the default gateway, indicating that the subnet mask is correctly configured for local network communication. A subnet mask issue would prevent pinging the gateway, so it is not the next step.

D

The user can ping the default gateway, indicating Layer 2 and Layer 3 connectivity within the local subnet. A switch port VLAN misconfiguration would typically prevent communication with the default gateway, so it is not the issue here.

29
MCQmedium

A technician connects a user's workstation to a switch port. The cable passes a physical test, and the switch port LED is green, but the workstation cannot establish a network connection. What is the most likely cause?

A.Incorrect VLAN assignment on the switch port
B.Duplex mismatch between the workstation and the switch
C.The workstation has a static IP address in the wrong subnet
D.A faulty cable
AnswerB

A duplex mismatch occurs when one device operates in full-duplex mode while the other operates in half-duplex mode, or vice-versa, on the same link. This configuration error causes severe frame errors, excessive late collisions, and retransmissions, as devices attempt to transmit simultaneously without proper coordination or wait for a clear channel when the other device is transmitting. While the physical link may appear active with a green LED, indicating Layer 1 connectivity, successful Layer 2 communication is severely hampered, leading to extremely poor network performance or complete communication failure. This condition directly prevents successful data exchange despite a seemingly established physical connection.

Why this answer

A duplex mismatch occurs when one side of a link is set to full-duplex and the other to half-duplex, often due to a failed autonegotiation. Even though the cable passes a physical test and the switch port LED is green (indicating link at Layer 1), the mismatch causes excessive collisions and frame errors at Layer 2, preventing successful network communication. The workstation cannot establish a connection because the switch and NIC are not coordinating their transmission/reception timing correctly.

Exam trap

The N10-009 exam often tests duplex mismatch by pairing a green link LED (Layer 1 OK) with a complete lack of connectivity, tricking candidates into thinking the issue must be at Layer 3 (IP addressing) or Layer 2 (VLAN), when the real problem is a Layer 2 duplex negotiation failure that corrupts frames without breaking the physical link.

Why the other options are wrong

A

In this scenario, the switch port LED is green, indicating Layer 1 connectivity is established. Incorrect VLAN assignment would not prevent the link from coming up; the workstation would still get a link light but might not receive DHCP or communicate beyond the VLAN, but the question states 'cannot establish a network connection' which is more consistent with a duplex mismatch causing excessive errors.

C

The workstation cannot establish a network connection despite the switch port LED being green and the cable passing a physical test, indicating Layer 1 is functional. A static IP in the wrong subnet would still allow link-local communication and ARP, but the symptom here is no connection at all, which points to a Layer 2 issue like duplex mismatch.

D

The cable passed a physical test and the switch port LED is green, indicating the cable is functional and the link is established. A faulty cable would likely cause a physical layer issue, not allow the link to come up.

30
MCQmedium

A network technician is troubleshooting an intermittent link between two switches connected via single-mode fiber. The interface logs show frequent 'link up / link down' events, sometimes several times per hour. The technician has verified that the SFPs are compatible and the fiber cable is within distance specifications. Which of the following is the most likely cause of the issue?

A.Electromagnetic interference (EMI) from nearby power cables
B.Dirty or contaminated fiber connectors
C.Mismatched VLAN configurations on the switches
D.Duplex mismatch between the two switch ports
AnswerB

Contamination on fiber end-faces can attenuate the optical signal, causing intermittent connections. Cleaning the connectors often resolves such issues.

Why this answer

Intermittent link flaps on single-mode fiber, despite compatible SFPs and correct distance, are most often caused by dirty or contaminated fiber connectors. Even microscopic dust or oil on the end face can scatter light, causing signal loss that triggers the switch's optical receiver to lose sync and flap the link. This matches the symptom of frequent 'link up / link down' events without any configuration mismatch.

Exam trap

The trap here is that candidates assume fiber is immune to physical-layer issues and jump to configuration problems like duplex mismatch or EMI, but CompTIA often tests the fact that fiber connectors are the most common source of intermittent link flaps due to contamination.

Why the other options are wrong

A

Single-mode fiber uses light, not electrical signals, so it is immune to electromagnetic interference (EMI). EMI affects copper cabling, not fiber optics.

C

Mismatched VLAN configurations cause connectivity issues for specific VLANs, not intermittent link flaps at the physical layer. The question describes frequent 'link up / link down' events, which are physical-layer problems, not logical configuration mismatches.

D

Duplex mismatch typically causes symptoms like CRC errors, late collisions, or poor performance, not frequent link flaps. The link up/down events described are more consistent with physical layer issues like dirty connectors.

31
MCQeasy

A user reports that they cannot connect to a file server on the same subnet. The technician checks the IP configuration and sees an IP address of 169.254.5.10. What is the most likely cause?

A.The DHCP server is unreachable
B.The default gateway is misconfigured
C.The DNS server is down
D.The file server is offline
AnswerA

When a client fails to obtain an IP address from a DHCP server, it automatically assigns itself an Automatic Private IP Addressing (APIPA) address from the 169.254.0.0/16 range. This self-assigned address allows for limited local network communication but prevents connectivity to resources requiring a routable IP, such as a file server that might be on the same subnet but requires proper network configuration to be reached reliably. Therefore, an unreachable DHCP server directly leads to APIPA and the inability to connect.

Why this answer

The IP address 169.254.5.10 is an Automatic Private IP Addressing (APIPA) address from the 169.254.0.0/16 range, which Windows assigns when a DHCP client fails to obtain a lease from a DHCP server. Since the user is on the same subnet as the file server, a missing default gateway or DNS server would not prevent local connectivity, but the inability to reach the DHCP server indicates a broader network issue that also prevents the client from obtaining a valid IP address.

Exam trap

The trap here is that candidates often confuse APIPA with a DNS or gateway issue, but APIPA specifically indicates a DHCP failure, and local subnet connectivity does not require a gateway or DNS to function.

Why the other options are wrong

C

A 169.254.x.x address is an Automatic Private IP Addressing (APIPA) address, assigned when DHCP fails. DNS being down would not cause this; it would affect name resolution but not IP address assignment.

D

The user's IP address (169.254.5.10) is an APIPA address, which indicates a failure to obtain an IP from a DHCP server. This occurs regardless of whether the file server is online or offline, so the file server's status is irrelevant to the symptom.

32
MCQmedium

A technician is troubleshooting a connectivity issue. A client can successfully ping its default gateway but cannot ping a server located on a different subnet. The router's routing table shows a valid route to the server's network. What should the technician check NEXT?

A.The ACL applied to the router interface
B.The DNS resolution for the server
C.The ARP cache on the client
D.The duplex settings on the client NIC
AnswerA

An Access Control List (ACL) applied to a router interface inspects packets *after* the routing table determines the next hop. If the client can ping its default gateway, routing to the local subnet is functional. However, a specific ACL rule could be blocking traffic destined for the server's IP address or port, while still permitting ICMP to the gateway or other general traffic, leading to selective connectivity issues. This scenario perfectly explains why some destinations are reachable and others are not, despite a valid route.

Why this answer

Since the client can ping its default gateway but not a server on a different subnet, Layer 3 routing is working (the router has a valid route). The most likely cause is an ACL on the router interface that is blocking traffic to the server's network. ACLs filter traffic based on source/destination IP, protocol, or port, and can permit or deny packets even when a valid route exists.

Exam trap

CompTIA often tests the misconception that a valid route in the routing table guarantees end-to-end connectivity, but ACLs can override routing decisions by filtering traffic at the interface level.

Why the other options are wrong

B

The client can ping the default gateway, indicating Layer 3 connectivity to the local subnet, and the router has a valid route to the server's network. DNS resolution is irrelevant because the issue is with IP connectivity, not name resolution.

C

The client can ping its default gateway, indicating Layer 3 connectivity to the local subnet. Since the router has a valid route to the server's network, the issue is likely at the router's outbound interface, such as an ACL blocking traffic, not the client's ARP cache.

D

The client can ping its default gateway successfully, indicating Layer 2 connectivity is functional. Duplex mismatch typically causes packet loss or poor performance, not a complete inability to reach a different subnet when the gateway is reachable.

33
MCQeasy

A user calls the help desk stating that they cannot access any network resources. The technician asks the user to run ipconfig and the output shows an IP address of 169.254.15.20 with a subnet mask of 255.255.0.0. Which of the following is the most likely cause?

A.The DNS server is not responding
B.The DHCP server is unreachable
C.The default gateway is misconfigured
D.There is a duplicate IP address on the network
AnswerB

When a client device fails to locate or communicate with a DHCP server, it cannot obtain a valid IP address, subnet mask, or default gateway from the network. In such scenarios, Windows operating systems automatically fall back to Automatic Private IP Addressing (APIPA), assigning itself an IP address in the 169.254.0.0/16 range. This link-local address prevents the device from communicating with any network resources beyond its immediate segment, directly causing the inability to access 'any' network services.

Why this answer

The IP address 169.254.15.20 with a subnet mask of 255.255.0.0 is an Automatic Private IP Addressing (APIPA) address, which Windows assigns when a DHCP client fails to receive a lease from a DHCP server. Since the user cannot access any network resources, the most likely cause is that the DHCP server is unreachable, preventing the client from obtaining a valid IP address, default gateway, and DNS server settings.

Exam trap

The trap here is that candidates often confuse APIPA with a DNS failure or gateway issue, but APIPA specifically indicates the DHCP process failed, not that other network services are misconfigured.

Why the other options are wrong

A

The IP address 169.254.15.20 is an Automatic Private IP Addressing (APIPA) address, which indicates that the DHCP server was unreachable, not that DNS is failing. DNS issues would not cause the client to self-assign an APIPA address.

C

The IP address 169.254.15.20 is an Automatic Private IP Addressing (APIPA) address, which indicates the client failed to obtain an IP from a DHCP server. A misconfigured default gateway would not cause the client to self-assign an APIPA address; it would still have a valid IP from DHCP.

D

A duplicate IP address typically causes intermittent connectivity or address conflict errors, not a 169.254.x.x APIPA address. The 169.254.x.x address indicates DHCP failure, not a duplicate IP.

34
MCQmedium

A network administrator is troubleshooting an intermittent link between two switches connected by single-mode fiber. The interface log shows "Link up / Link down" events multiple times per hour. Which of the following is the most likely cause?

A.Incorrect VLAN configuration on the switch ports
B.Crossed fiber pairs
C.Dirty fiber connectors
D.Duplex mismatch between the switches
AnswerC

Dirty fiber connectors are a very common cause of intermittent link flapping because microscopic dust or oil particles on the ferrule end-face can partially block or scatter the optical signal. This attenuation can cause the received light power to intermittently drop below the receiver's sensitivity threshold, leading to a loss of carrier and subsequent link re-negotiation. Cleaning the connectors with appropriate tools often restores stable link operation by ensuring clear signal transmission.

Why this answer

Dirty fiber connectors cause intermittent signal loss by scattering or absorbing light, which leads to CRC errors and repeated link flaps as the optical transceiver struggles to maintain synchronization. This matches the 'Link up / Link down' pattern seen in the logs, especially on single-mode fiber where precise alignment is critical.

Exam trap

The trap here is that candidates often jump to duplex mismatch or VLAN misconfiguration as common causes of link issues, but the intermittent 'Link up / Link down' pattern specifically points to a physical-layer problem like dirty connectors, not a Layer 2 configuration error.

Why the other options are wrong

A

Incorrect VLAN configuration would cause connectivity issues for specific VLANs, not intermittent link flaps on the physical interface. The log shows physical layer events (link up/down), which are unrelated to VLAN settings.

B

Crossed fiber pairs (e.g., TX/RX swapped) typically cause a complete link failure, not intermittent link flaps. The symptom described is frequent link up/down events, which is more consistent with physical layer issues like dirty connectors rather than a wiring error.

35
MCQmedium

A user reports that they cannot access the internal web server by its fully qualified domain name (intranet.company.com). The workstation's IP configuration shows a DNS server of 8.8.8.8, but the internal DNS server is 10.0.0.10. The user can successfully ping the server's IP address (10.0.0.50). What is the MOST likely cause of the issue?

A.A: The workstation is using the wrong DNS server address
B.B: The subnet mask on the workstation is incorrect
C.C: The network cable is faulty
D.D: The default gateway is misconfigured
AnswerA

If the workstation is configured to use an external DNS server (e.g., a public internet DNS resolver), it will be unable to resolve internal hostnames like "internalwebserver.local" because external DNS servers lack records for private network zones. While IP-based connectivity is confirmed by the successful ping to the server's IP address, the failure to access it by hostname indicates a breakdown in the name resolution process specifically for internal resources. This prevents accessing the web server by its friendly name, even though it is physically reachable.

Why this answer

The workstation's DNS server is set to 8.8.8.8 (a public Google DNS server), which cannot resolve the internal domain name 'intranet.company.com' because that zone is only hosted on the internal DNS server at 10.0.0.10. Since the user can ping the server's IP address (10.0.0.50), network connectivity is fine, confirming the issue is name resolution. The most likely cause is that the workstation is using the wrong DNS server address.

Exam trap

The trap here is that candidates often confuse a DNS resolution failure with a network connectivity issue, but the ability to ping the IP address proves the problem is strictly name resolution, not layer 2 or layer 3 problems.

Why the other options are wrong

B

The user can successfully ping the server's IP address (10.0.0.50), which indicates that the network cable is functional and the subnet mask is correct for local communication. An incorrect subnet mask would typically prevent communication with hosts on the same subnet, but pinging the server's IP works, so the subnet mask is not the issue.

C

The user can successfully ping the server's IP address, which rules out a faulty network cable. A faulty cable would cause connectivity issues at the IP level, making pings fail.

D

The user can successfully ping the server's IP address (10.0.0.50), which indicates that the network path is functional. A misconfigured default gateway would prevent communication with external networks, but internal traffic within the same subnet does not require a gateway. Since the server is on the same network (10.0.0.x), the gateway is not needed for this access.

36
MCQhard

A switch is connected to a network printer. The switch port is manually configured for 100 Mbps and full duplex. The printer is configured for auto-negotiation. The link is up, but there are many FCS errors on the switch port. What is the most likely cause?

A.Duplex mismatch
B.Bad Ethernet cable
C.Speed mismatch
D.Printer driver issues
AnswerA

The manually-configured full duplex setting forces the link to operate at full duplex, but the printer's auto-negotiation may negotiate half duplex, leading to a duplex mismatch and errors.

Why this answer

The most likely cause is a duplex mismatch. The switch port is manually set to full duplex, while the printer is using auto-negotiation. When one side is manually configured and the other is set to auto-negotiation, the auto-negotiating side fails to detect the manual setting and defaults to half duplex.

This mismatch causes collisions and frame check sequence (FCS) errors on the full-duplex side, as the half-duplex side does not properly handle simultaneous transmission.

Exam trap

CompTIA often tests the misconception that a speed mismatch causes FCS errors, but the trap here is that a speed mismatch prevents the link from coming up, while a duplex mismatch allows the link to be up but with errors.

Why the other options are wrong

B

FCS errors indicate frame corruption at Layer 2, often due to duplex mismatch causing collisions. A bad cable would cause link instability or CRC errors, but the link is up and stable, making cable issues less likely than duplex mismatch.

C

A speed mismatch would prevent the link from coming up entirely, or cause intermittent connectivity, not FCS errors on an active link. The link is up, so speed is negotiated correctly.

D

Printer driver issues would not cause FCS errors on the switch port. FCS errors indicate physical layer problems like collisions or duplex mismatches, not software or driver issues.

37
MCQhard

A network technician is troubleshooting an issue where Server A can ping Server B by IP address, but Server B cannot ping Server A. Both servers are in the same VLAN and subnet, connected to the same switch. The switch ports are configured identically, and there are no ACLs or firewalls between them. Which of the following is the MOST likely cause?

A.Server A's firewall is blocking incoming ICMP
B.Server B's firewall is blocking outgoing ICMP
C.The cable connecting Server A is faulty
D.There is a duplex mismatch on Server B's switch port
AnswerA

If Server A's firewall is configured to block incoming ICMP echo requests (ping), Server B's ping attempts to Server A will time out. However, if Server A initiates a ping to Server B, the firewall typically permits the outgoing ICMP echo request and allows the corresponding incoming ICMP echo reply, demonstrating full connectivity from Server A's perspective. This creates the observed one-way communication failure where Server B cannot reach Server A via ping, but Server A can reach Server B.

Why this answer

Server A can ping Server B by IP address, meaning ICMP echo requests from Server A reach Server B and echo replies return successfully. However, Server B cannot ping Server A, which indicates that ICMP echo requests from Server B are not reaching Server A or their replies are blocked. Since both servers are in the same VLAN/subnet with no ACLs or firewalls between them, the most likely cause is that Server A's host-based firewall is blocking incoming ICMP (echo requests), preventing Server B's pings from being processed.

This is a classic symptom of a one-way firewall rule that permits outbound ICMP but denies inbound ICMP.

Exam trap

CompTIA often tests the misconception that a firewall blocking outgoing ICMP on Server B would cause the symptom, but the correct reasoning is that the blocking must be on the target server (Server A) for incoming ICMP, creating a one-way ping scenario.

Why the other options are wrong

B

Server B can ping Server A by IP, meaning ICMP traffic from B to A works. If B's firewall blocked outgoing ICMP, B could not send pings to A, contradicting the given success.

C

A faulty cable on Server A would cause both directions of communication to fail, but Server A can ping Server B successfully, indicating the cable is functional.

38
MCQmedium

A network technician is troubleshooting a user's inability to access a specific internal web application hosted on a server at 10.10.10.15:8080. The user can ping the server's IP address successfully, but the web browser displays 'connection refused'. The technician verifies that the web application service is running on the server. What is the most likely cause of the issue?

A.The server's firewall is blocking inbound connections to port 8080.
B.The web application is listening on a different port than 8080.
C.The user's web browser is configured to use an incorrect proxy server.
D.The DNS resolution is failing for the server's hostname.
AnswerA

Connection refused often indicates that a firewall is blocking the specific port. Since the server is reachable via ping, the issue is at the port level. Checking the server firewall rules for port 8080 is the next step.

Why this answer

Since the user can ping the server (ICMP success) but receives 'connection refused' on port 8080, and the service is confirmed running, the most likely cause is that the server's firewall is blocking inbound TCP connections to port 8080. A firewall rule can permit ICMP echo requests while denying TCP SYN packets to specific ports, resulting in a successful ping but a TCP RST or no response at the application layer, which manifests as 'connection refused' in the browser.

Exam trap

CompTIA often tests the distinction between ICMP reachability (ping) and TCP port accessibility, trapping candidates into thinking a successful ping means all network connectivity is fine, when in fact firewalls can selectively block specific ports while allowing ICMP.

Why the other options are wrong

B

The technician verified the web application service is running, so it is listening on some port. If it were listening on a different port, the browser would not get 'connection refused' but rather a timeout or no response, unless that port is also blocked. The 'connection refused' error indicates the server actively rejected the connection, which is typical of a firewall blocking the specific port.

C

The user can successfully ping the server, indicating network connectivity and DNS resolution are working. The 'connection refused' error suggests the server is actively rejecting the connection, which points to a firewall blocking port 8080, not a proxy misconfiguration.

D

The user can successfully ping the server's IP address (10.10.10.15), indicating that network connectivity and IP-level communication are working. DNS resolution is not involved because the user is accessing the server by IP address, not by hostname. Therefore, a DNS failure cannot be the cause.

39
MCQhard

Users in a warehouse report that their wireless tablets lose connectivity when moving near large metal racks. The signal strength remains high but throughput drops significantly. What is the most likely cause?

A.Signal attenuation
B.Multipath interference
C.Co-channel interference
D.Insufficient DHCP scope
AnswerB

Metal racks in a warehouse environment are highly reflective surfaces for radio frequency (RF) signals, causing the wireless signal to travel multiple paths to reach the receiver. These reflected signals arrive at slightly different times and phases, interfering with the direct signal. This multipath interference leads to signal cancellation or distortion, resulting in high perceived signal strength but corrupted data and poor throughput. Users experience connectivity loss even when their devices report strong signal.

Why this answer

When wireless signals reflect off large metal surfaces, multiple copies of the signal arrive at the receiver at slightly different times, causing multipath interference. This phase cancellation effect corrupts the signal, forcing the 802.11 MAC layer to retransmit frames, which drastically reduces throughput even though the received signal strength indicator (RSSI) remains high. The metal racks in the warehouse act as reflective surfaces, creating a classic multipath environment.

Exam trap

The trap here is that candidates confuse high signal strength with good signal quality, not realizing that multipath can cause high RSSI but poor throughput due to phase cancellation and retransmissions.

Why the other options are wrong

A

Signal attenuation refers to the reduction of signal strength over distance or through obstacles. In this scenario, signal strength remains high, so attenuation is not the cause; the issue is multipath interference caused by reflections off the metal racks.

C

Co-channel interference occurs when multiple access points use the same frequency channel, causing contention. The described issue is localized near metal racks, not due to overlapping channels, and signal strength remains high, ruling out co-channel interference.

D

Insufficient DHCP scope would cause devices to fail to obtain an IP address, not cause high signal strength with low throughput. The issue here is interference from metal racks, not IP address exhaustion.

40
MCQmedium

A user reports intermittent connectivity issues. The technician runs ping tests and notices that pings to the default gateway sometimes fail and sometimes succeed. While pinging, the technician observes that some replies have high latency. Which tool should the technician use to analyze the path and identify where packets are being delayed?

A.traceroute / tracert
B.nslookup
C.ipconfig
D.arp
AnswerA

Traceroute, or `tracert` on Windows, is the correct tool because it maps the entire network path to a destination by sending packets with progressively increasing Time-To-Live (TTL) values. Each intermediate router decrements the TTL and, when it reaches zero, sends an ICMP Time Exceeded message back to the source, revealing its IP address and the latency to that hop. This hop-by-hop analysis is crucial for pinpointing exactly where intermittent delays or packet loss are occurring along the route, which `ping` alone cannot determine.

Why this answer

Traceroute (tracert on Windows) is the correct tool because it sends packets with incrementing Time-to-Live (TTL) values to map the entire Layer 3 path from source to destination. By measuring the round-trip time (RTT) for each hop, it can pinpoint exactly which router or link is introducing high latency or packet loss, addressing the intermittent connectivity and delayed replies observed in the ping tests.

Exam trap

CompTIA often tests that candidates confuse ping (which only tests end-to-end reachability and latency) with traceroute (which isolates the problematic hop), leading them to overlook traceroute when the question explicitly asks for path analysis.

Why the other options are wrong

B

nslookup is used for DNS queries to resolve domain names to IP addresses, not for analyzing network path or packet delays. It cannot identify where packets are being delayed along a route.

C

ipconfig displays IP configuration settings (e.g., IP address, subnet mask, default gateway) but does not trace network paths or measure latency between hops, so it cannot identify where packets are being delayed.

D

ARP is used to resolve IP addresses to MAC addresses on a local network, not to trace the path or measure latency across multiple hops. It cannot identify where packets are being delayed along a route.

41
MCQmedium

A network technician runs the command "traceroute 8.8.8.8" from a workstation. The output shows the first hop as the default gateway, the second hop as an internal router, and then a series of asterisks (* * *) before reaching the destination. What does the series of asterisks indicate?

A.The destination is unreachable
B.The intermediate routers are not responding to ICMP time-exceeded messages
C.The TTL expired at the last hop
D.The connection is encrypted
AnswerB

Traceroute works by sending packets with incrementally increasing Time-to-Live (TTL) values. When a router receives a packet with a TTL of 1, it decrements it to 0 and, by protocol, should send an ICMP Time Exceeded message back to the source. Asterisks in traceroute output signify that an intermediate router failed to send this expected ICMP response, often because its firewall is configured to drop such messages or due to rate limiting to prevent denial-of-service attacks, rather than forwarding them. This prevents the traceroute utility from identifying that specific hop.

Why this answer

The series of asterisks indicates that intermediate routers beyond the second hop are not responding with ICMP Time-Exceeded messages when the TTL expires. Traceroute relies on these ICMP responses to identify each hop; if a router is configured to drop ICMP or not send the message, the output shows asterisks for that hop. The destination is still reachable, as the final hop succeeds, so the asterisks do not indicate unreachability.

Exam trap

The N10-009 exam often tests the misconception that asterisks mean the destination is unreachable, but the key is that traceroute still reaches the final hop, so the asterisks only indicate missing ICMP responses from intermediate routers, not a failure to reach the target.

Why the other options are wrong

A

A series of asterisks in traceroute indicates that ICMP time-exceeded messages were not received from intermediate routers, not that the destination is unreachable. The destination (8.8.8.8) is reached, as shown by the final hop completing.

D

Encryption does not affect traceroute's ability to receive ICMP time-exceeded messages; asterisks indicate lack of response, not encryption.

42
MCQhard

A user reports intermittent inability to access websites. When the issue occurs, the user can ping external IP addresses (e.g., 8.8.8.8) but cannot ping domain names like google.com. The user's IP configuration shows a DNS server address of 8.8.8.8. What is the most likely cause?

A.The DNS server is reachable but not responding due to high load.
B.The default gateway is down.
C.The corporate firewall is blocking UDP port 53.
D.The user's machine has a corrupted DNS cache.
AnswerA

Correct. If the DNS server is overloaded, it may drop queries intermittently. The user can still ping the server (ICMP is different from DNS), but DNS queries time out.

Why this answer

The user can ping external IP addresses (e.g., 8.8.8.8) but cannot resolve domain names like google.com, which indicates that IP connectivity is working but DNS resolution is failing. Since the DNS server address is 8.8.8.8 and the user can ping it, the server is reachable; however, intermittent failures suggest the server is overwhelmed and dropping or not responding to queries. This matches the symptom of a reachable but unresponsive DNS server due to high load, where ICMP (ping) succeeds but UDP/53 DNS queries time out.

Exam trap

The trap here is that candidates often assume a reachable server (via ping) means all services are working, but CompTIA Network+ exams test the distinction between ICMP reachability and UDP/TCP service availability, especially for DNS where high load can cause intermittent failures.

Why the other options are wrong

B

If the default gateway were down, the user would not be able to ping external IP addresses like 8.8.8.8, but the user can ping them successfully.

C

The user can ping external IP addresses (8.8.8.8) but not domain names, indicating DNS resolution failure. A firewall blocking UDP port 53 would prevent all DNS queries, making it impossible to ping domain names, but the user's DNS server is 8.8.8.8 (Google's public DNS), which is external. A corporate firewall typically blocks outbound DNS to external servers, but here the issue is intermittent and the DNS server is reachable (since pings to 8.8.8.8 succeed).

D

A corrupted DNS cache would cause consistent resolution failures, not intermittent issues. The user can ping external IPs but not domain names, indicating DNS resolution fails intermittently, which points to a server-side problem rather than a local cache issue.

43
MCQmedium

A technician is troubleshooting a user's computer that cannot access any network resources. The technician runs ipconfig and sees an IP address of 169.254.18.33 with a subnet mask of 255.255.0.0. The computer is connected to a switch port configured for VLAN 10. The DHCP server is located in a different subnet (VLAN 200) and is reachable via a router. The technician confirms that the switch port is in the correct VLAN and that the cabling is good. Which of the following is the MOST likely cause of the issue?

A.The DHCP server is not authorized in Active Directory
B.The router does not have a DHCP relay (ip helper-address) configured
C.The computer's NIC is faulty
D.The switch port is in the wrong VLAN
AnswerB

Without a DHCP relay configured on the router, DHCP broadcast requests from clients cannot traverse different IP subnets or VLANs to reach a DHCP server located in another segment. The `ip helper-address` command (or equivalent) is essential for the router to convert these broadcasts into unicast packets and forward them to the specified DHCP server. Consequently, the client's DHCP discovery request never reaches the server, leading to a timeout and the assignment of an Automatic Private IP Addressing (APIPA) address.

Why this answer

The 169.254.x.x address is an Automatic Private IP Addressing (APIPA) address, assigned when a DHCP client fails to receive a lease. Since the DHCP server is on VLAN 200 and the client is on VLAN 10, a DHCP relay (ip helper-address) must be configured on the router interface facing VLAN 10 to forward DHCP broadcast requests as unicast to the DHCP server. Without this relay, the DHCP server never receives the client's discover message, causing the client to self-assign an APIPA address.

Exam trap

The trap here is that candidates see a 169.254.x.x address and immediately blame a faulty NIC or DHCP server issue, overlooking the need for a DHCP relay when the server is on a different subnet.

Why the other options are wrong

A

The computer received an APIPA address (169.254.x.x), indicating it failed to get a DHCP lease. DHCP server authorization in Active Directory is irrelevant because the issue is that DHCP requests from VLAN 10 are not reaching the DHCP server in VLAN 200 due to missing relay configuration.

C

A faulty NIC would typically cause no link or intermittent connectivity, but the computer obtained an APIPA address (169.254.x.x), indicating the NIC is functional and can communicate on the local link. The issue is that DHCP requests are not reaching the DHCP server across VLANs.

D

The question states the technician confirmed the switch port is in the correct VLAN (VLAN 10), so the port is not in the wrong VLAN. The IP address 169.254.x.x indicates APIPA, which occurs when DHCP fails, not due to VLAN misconfiguration.

44
MCQmedium

After replacing a faulty network cable, a user reports that they can access local resources but not the internet. The technician verifies that the user's IP address is 192.168.1.100 with a subnet mask of 255.255.255.0 and a default gateway of 192.168.1.1. The technician can ping the default gateway successfully. Which of the following should the technician check NEXT?

A.A) DNS configuration
B.B) DHCP server
C.C) Router's firewall ACLs
D.D) Switch port VLAN assignment
AnswerA

If a user can successfully ping the default gateway (an IP address) but cannot access external websites by their domain names, it strongly indicates a DNS resolution failure. DNS (Domain Name System) is responsible for translating human-readable domain names into numerical IP addresses that computers use for routing. Without correct DNS configuration, the client cannot resolve domain names to IP addresses, preventing access to external resources even if underlying network connectivity to the internet gateway exists.

Why this answer

The user can access local resources and successfully ping the default gateway, which confirms that Layer 2 and Layer 3 connectivity to the local network is working. The inability to access the internet while local access works points to a name resolution failure, as the browser relies on DNS to translate domain names to IP addresses. Checking DNS configuration is the logical next step because a misconfigured or missing DNS server would prevent internet access even when IP connectivity is intact.

Exam trap

The trap here is that candidates assume internet access failure must be a gateway or routing issue, but the successful ping to the default gateway proves Layer 3 connectivity is fine, forcing the focus to DNS as the most common cause of 'can't browse but can ping local.'

Why the other options are wrong

B

The user can access local resources and ping the default gateway, indicating DHCP and IP configuration are correct. The issue is internet access, which typically points to DNS resolution, not DHCP.

C

The technician can already ping the default gateway successfully, indicating that the router's firewall ACLs are not blocking traffic at Layer 3. The issue is likely DNS resolution, not firewall rules.

D

The user can access local resources and ping the default gateway, indicating Layer 2 and Layer 3 connectivity within the local subnet. A switch port VLAN misconfiguration would typically prevent local communication or gateway access, not just internet access.

45
MCQmedium

A user reports that they cannot access the internet. The user's workstation has an IP address of 192.168.1.100/24, with a default gateway of 192.168.1.1. The user can ping the default gateway but cannot ping 8.8.8.8. Other users on the same subnet can ping 8.8.8.8. The technician checks the switch and sees the user's port is up. What should the technician check next?

A.Check the router's routing table for a route to the internet
B.Check the workstation's IP configuration for a misconfigured default gateway or DNS
C.Check the DNS server configuration on the workstation
D.Check the switch port for VLAN misconfiguration
AnswerB

The user can ping the gateway, so the gateway IP (192.168.1.1) is reachable. But if the gateway is not the correct router for internet access, or if the workstation has a local firewall blocking outbound traffic, internet access may fail.

Why this answer

Since the user can ping the default gateway (192.168.1.1) but not 8.8.8.8, while other users on the same subnet can reach 8.8.8.8, the issue is isolated to this workstation. The most likely cause is a misconfigured default gateway (e.g., wrong IP or subnet mask) or DNS settings, as the gateway is reachable but traffic is not being forwarded correctly. Option B directly addresses checking the workstation's IP configuration for these misconfigurations, which is the logical next step after verifying local connectivity.

Exam trap

The trap here is that candidates often jump to checking the router's routing table (Option A) or DNS (Option C) when the symptom is a ping failure to an IP address, but the key clue is that other users on the same subnet are unaffected, isolating the problem to the workstation's configuration.

Why the other options are wrong

A

The user can ping the default gateway but not 8.8.8.8, while other users on the same subnet can. This indicates the router's internet routing is working; the issue is isolated to the workstation, not the router's routing table.

C

The user can ping the default gateway but not 8.8.8.8, indicating the issue is with routing beyond the local network, not DNS. DNS is irrelevant because the test uses an IP address (8.8.8.8), not a hostname.

D

The user can ping the default gateway but not 8.8.8.8, while other users on the same subnet can ping 8.8.8.8. This indicates the issue is isolated to the workstation, not a VLAN misconfiguration on the switch, which would affect all users in that VLAN.

46
MCQmedium

Users in a department report that the network is extremely slow. A technician checks the access switch and notices that a single port shows a high number of CRC errors and runts. The link LED is solid green. Which of the following is the most likely cause of the issue?

A.Duplex mismatch between the switch port and the connected device
B.Faulty network cable
C.Broadcast storm
D.VLAN misconfiguration
AnswerA

A duplex mismatch occurs when one device operates in full-duplex mode while the connected device operates in half-duplex mode, or vice-versa. This fundamental communication conflict leads to severe performance degradation because one device attempts to transmit while the other is simultaneously trying to receive, resulting in a high number of collisions, CRC errors, and runt frames. These errors necessitate frequent retransmissions, drastically reducing effective throughput and causing the network to feel extremely slow for users.

Why this answer

A duplex mismatch occurs when one device operates at full duplex and the other at half duplex. The full-duplex side does not perform Carrier Sense Multiple Access with Collision Detection (CSMA/CD), so it transmits without checking for collisions. The half-duplex side detects collisions, causing late collisions that manifest as CRC errors and runts on the switch port.

The solid green link LED indicates Layer 1 connectivity is intact, ruling out a physical cable fault.

Exam trap

CompTIA often tests duplex mismatch by showing a solid green link LED alongside CRC errors and runts, tricking candidates into thinking the cable is faulty because they assume a solid LED means perfect physical connectivity.

Why the other options are wrong

C

A broadcast storm causes excessive broadcast traffic, leading to high CPU utilization and general network congestion, but it does not specifically cause CRC errors or runts on a single port. CRC errors and runts are typically physical-layer issues, not broadcast-related.

47
MCQmedium

A user reports intermittent connectivity issues. The technician notices that the link lights on both the PC and the switch are solid, but the user experiences periodic drops. The technician runs a cable test and finds that one pair of wires is open. Which standard is the cable likely violating?

A.TIA/EIA-568
B.IEEE 802.3
C.ISO 9001
D.RFC 1918
AnswerA

TIA/EIA-568 is the definitive standard for structured cabling in commercial buildings, specifying the wiring schemes like T568A and T568B for twisted-pair cables. An "open pair" directly violates these precise pinout requirements, preventing proper signal transmission and causing the reported intermittent connectivity issues. Adherence to this standard ensures reliable physical layer communication and simplifies troubleshooting of cabling faults.

Why this answer

The TIA/EIA-568 standard specifies the wiring pinouts and performance requirements for twisted-pair cabling, including that all four pairs must be properly terminated and continuous. An open pair violates this standard because it breaks the required electrical continuity, leading to signal degradation and intermittent connectivity. The solid link lights indicate basic electrical connectivity on some pairs, but the open pair causes periodic drops when the network attempts to use that pair for data transmission.

Exam trap

The trap here is that candidates see 'link lights solid' and assume the cable is fully functional, but solid link lights only indicate that at least one pair (or the necessary pairs for the negotiated speed) is electrically connected, not that all pairs meet the TIA/EIA-568 standard for the expected speed.

Why the other options are wrong

B

IEEE 802.3 defines Ethernet standards for physical and data link layers, but it does not specify cabling pinouts or pair configurations. An open pair violating wiring standards is a cabling issue, not a protocol issue.

C

ISO 9001 is a quality management standard, not a cabling or networking standard. An open wire pair violates TIA/EIA-568 cabling specifications, not ISO 9001.

D

RFC 1918 defines private IP address ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) and is unrelated to cabling standards or physical layer issues like an open wire pair.

48
MCQmedium

A user reports that they can connect to the corporate Wi-Fi network but cannot access any network resources including the intranet and internet. The IP configuration shows an IP address of 169.254.25.100 with a subnet mask of 255.255.0.0. What is the most likely cause?

A.The DNS server is not responding
B.The DHCP server is unavailable or the request is not reaching it
C.The subnet mask is incorrect
D.The switch port has port security enabled that has blocked the device
AnswerB

When a client obtains an APIPA address (169.254.x.x), it signifies a fundamental failure in the DHCP process. This occurs because the client's DHCP discovery broadcast did not receive an offer from a DHCP server within a specified timeout period. Potential causes include the DHCP server being offline, a misconfigured DHCP relay agent preventing broadcasts from reaching the server across subnets, or a VLAN mismatch isolating the client from the DHCP server's broadcast domain. Consequently, the client cannot obtain a routable IP address for broader network communication.

Why this answer

The IP address 169.254.25.100 with a subnet mask of 255.255.0.0 is an Automatic Private IP Addressing (APIPA) address, which is assigned by the operating system when a DHCP server is unavailable or the DHCP request fails. Since the user can connect to Wi-Fi but cannot access any network resources, the most likely cause is that the DHCP server is not responding or the DHCP discover/offer/request/ack sequence is failing, leaving the device with a link-local address that cannot route to the corporate network or internet.

Exam trap

The trap here is that candidates often confuse APIPA with a DNS failure, but the 169.254.x.x address is a definitive indicator of DHCP failure, not a name resolution problem.

Why the other options are wrong

A

The IP address 169.254.25.100 is an Automatic Private IP Addressing (APIPA) address, which indicates that the DHCP server was not reached. DNS issues would not cause the client to obtain an APIPA address; they would typically result in name resolution failures while the client still has a valid DHCP-assigned IP.

C

The IP address 169.254.25.100 is an Automatic Private IP Addressing (APIPA) address, which is assigned when DHCP fails. A subnet mask of 255.255.0.0 is correct for APIPA addresses (169.254.0.0/16), so the subnet mask is not the cause of the connectivity issue.

D

The IP address 169.254.25.100 is an Automatic Private IP Addressing (APIPA) address, which indicates DHCP failure, not port security. Port security would typically cause a complete loss of connectivity or a specific error, not an APIPA address.

49
MCQmedium

A user reports that they can access the company's intranet but not the internet. The technician checks the IP configuration and finds that the default gateway is set to 192.168.1.1, and the user can ping that IP. Which of the following is the most likely cause?

A.The DNS server address is incorrect.
B.The router's NAT configuration is faulty.
C.The DHCP server is not providing a default gateway.
D.The user's workstation has a static IP address.
AnswerB

This is the correct answer. The user can access the intranet and ping the default gateway, indicating local network connectivity and a valid gateway IP. However, the inability to reach the internet strongly suggests a problem with Network Address Translation (NAT). NAT is essential for translating private internal IP addresses into public routable IP addresses, allowing multiple internal devices to share a single public IP for internet access. A faulty NAT configuration would prevent this translation, blocking outbound internet traffic while internal network access remains functional.

Why this answer

Since the user can ping the default gateway (192.168.1.1) and access the intranet, Layer 3 connectivity to the local router is functional. The inability to reach the internet, despite having a valid gateway, points to a failure in the router's NAT (Network Address Translation) configuration. NAT is required to translate private RFC 1918 addresses (like 192.168.1.x) to a public IP for internet access; without it, packets are routed to the gateway but cannot be forwarded beyond the local network.

Exam trap

The trap here is that candidates often assume internet access failure is always a DNS or gateway issue, but the ability to ping the gateway and access local resources isolates the problem to the router's NAT translation, not the workstation's IP configuration.

Why the other options are wrong

A

The user can access the intranet and ping the default gateway, indicating IP connectivity is fine. DNS is not required for intranet access or pinging, and incorrect DNS would prevent name resolution but not all internet access (IP-based access would still work).

C

The user can ping the default gateway (192.168.1.1), which indicates the gateway is reachable. If DHCP were not providing a default gateway, the user would have no gateway or an incorrect one, and pinging 192.168.1.1 would fail.

D

A static IP address would not cause the described symptom because the user can access the intranet and ping the default gateway, indicating proper IP configuration and connectivity to the local network. The issue is with internet access, which points to a routing or NAT problem, not the IP assignment method.

50
MCQmedium

After replacing a faulty switch, several users in the same VLAN report that they cannot communicate with the server that is on a different subnet. The switch is connected to the router via a trunk port. Which command should the administrator run on the router to verify that the VLAN is allowed on the trunk?

A.show vlan
B.show interfaces trunk
C.show mac address-table
D.show ip route
AnswerB

The `show interfaces trunk` command is indispensable for diagnosing inter-switch connectivity issues affecting specific VLANs. It provides a comprehensive overview of all trunking interfaces on the switch, detailing their operational status, encapsulation type (e.g., IEEE 802.1Q), and, critically, the list of VLANs explicitly allowed to traverse each trunk link. If the VLAN where users are experiencing problems is not included in the allowed list on the trunk connecting the new switch to the network, traffic for that VLAN will be dropped, preventing communication.

Why this answer

The `show interfaces trunk` command displays which VLANs are allowed on each trunk port. Since the switch is connected to the router via a trunk, this command verifies whether the VLAN of the affected users is permitted on that trunk. If the VLAN is missing from the allowed list, traffic to the server on a different subnet will be dropped at the router interface.

Exam trap

The trap here is that candidates confuse `show vlan` (which shows local switch VLANs) with `show interfaces trunk` (which shows VLAN filtering on the trunk), leading them to pick A when the real issue is trunk permission, not VLAN existence.

Why the other options are wrong

A

The 'show vlan' command displays VLAN information on the switch, not the router. The question specifies verifying VLAN allowed on a trunk from the router, which requires 'show interfaces trunk' on the router or switch.

C

The 'show mac address-table' command displays MAC address forwarding table entries, not VLAN trunking information. It cannot verify whether a specific VLAN is allowed on a trunk port.

D

The 'show ip route' command displays the routing table, which is used for determining the path to reach different subnets. It does not show VLAN information or trunk port configurations, so it cannot verify whether a specific VLAN is allowed on a trunk.

51
MCQhard

A network technician is troubleshooting an intermittent connectivity issue between two switches connected via fiber optic cable. The link status shows up/down flapping. The technician checks the optical power levels and finds they are within acceptable range. Which of the following is the most likely cause?

A.Dirty fiber connectors
B.Electromagnetic interference
C.Incorrect VLAN configuration
D.Duplex mismatch
AnswerA

Contamination on fiber end faces, such as dust, oil, or residue, can significantly attenuate the optical signal, leading to intermittent signal degradation. This occurs because the foreign material obstructs the light path, causing reflections and refractions that reduce the received power. The intermittent nature often arises from slight movements, vibrations, or temperature changes affecting the contact points, causing the signal to drop below a usable threshold and then recover, manifesting as link flapping.

Why this answer

Dirty fiber connectors cause intermittent connectivity by scattering or absorbing light, leading to bit errors and link flaps even when average optical power levels appear within acceptable range. The flapping occurs because transient contaminants (e.g., dust or oil) momentarily disrupt the optical signal, triggering link down events that recover when the connector is jostled or the contaminant shifts. Since the power meter measures average power, it may not detect brief attenuation spikes caused by dirt.

Exam trap

The trap here is that candidates assume acceptable average optical power levels rule out physical-layer issues, but The N10-009 exam often tests that intermittent faults like dirty connectors cause flapping despite passing a static power measurement.

Why the other options are wrong

B

Fiber optic cables are immune to electromagnetic interference (EMI) because they transmit light, not electrical signals. Thus, EMI cannot cause flapping on a fiber link.

C

Incorrect VLAN configuration typically causes consistent connectivity failures or inability to communicate across VLANs, not intermittent link flapping. The link status up/down issue is physical layer, not logical layer 2.

D

Duplex mismatch typically causes symptoms like high error rates or slow performance, not link flapping. The question specifies that optical power levels are acceptable, and fiber links are generally immune to duplex issues because they use separate transmit and receive paths.

52
MCQhard

A network technician is troubleshooting a router that is not forwarding packets to a remote destination network. The routing table shows a valid route learned via OSPF. The technician can successfully ping the next-hop IP address from the router. However, packets to the destination network are not being forwarded. Which of the following is the MOST likely cause?

A.Hardware switching/forwarding is disabled or the forwarding table is corrupted
B.The OSPF neighbor relationship is in the EXSTART state
C.The outbound interface has been administratively shut down
D.There is an ACL blocking the return traffic
AnswerA

A router maintains both a routing table (control plane) and a forwarding table (data plane). Even with a valid route in the routing table, if the forwarding table is corrupted or not properly synchronized, packets will not be forwarded. This is a common issue in hardware-based switching.

Why this answer

When a router has a valid OSPF-learned route and can ping the next-hop IP but still fails to forward packets, the issue is often with the data plane rather than the control plane. Hardware switching mechanisms (such as fast switching or generic forwarding engines) handle packet forwarding; if they are disabled or the forwarding information base (FIB) becomes corrupted, the router will not forward packets even though the routing table (RIB) is correct. Disabling hardware switching forces the router to use process switching, which can also cause forwarding failures.

Exam trap

The trap here is that candidates assume a valid route in the routing table and a successful ping to the next-hop guarantee packet forwarding, but CompTia tests the distinction between the control plane (routing table) and the data plane (forwarding table).

Why the other options are wrong

B

The OSPF neighbor relationship being in EXSTART state prevents OSPF adjacency formation, but the routing table already shows a valid OSPF-learned route, indicating the neighbor relationship is fully established (FULL state). Thus, EXSTART is not relevant.

C

The outbound interface being administratively shut down would prevent the technician from successfully pinging the next-hop IP address from the router, which contradicts the scenario where the ping succeeds.

D

The router can successfully ping the next-hop IP, indicating that outbound traffic is not blocked by an ACL. The issue is with forwarding packets to the destination network, not with return traffic, and the problem persists despite a valid OSPF route and reachable next-hop.

53
MCQhard

Users on a VLAN report intermittent network disconnections lasting a few seconds. The network technician checks the switch and notices a high number of CRC errors on the port connecting to the core switch. The cable test passes. What is the most likely cause?

A.Duplex mismatch between the two switches
B.STP reconvergence due to topology change
C.Broadcast storm caused by a loop
D.Faulty SFP transceiver on the core switch
AnswerA

A duplex mismatch occurs when one side of a link operates in full-duplex mode while the other operates in half-duplex. This fundamental misconfiguration causes severe packet collisions, as the half-duplex device expects to wait for a clear channel before transmitting, while the full-duplex device transmits whenever it has data. These collisions lead to a high number of Cyclic Redundancy Check (CRC) errors and frame retransmissions, resulting in the reported intermittent network disconnections and poor performance for users.

Why this answer

A duplex mismatch causes one side to send frames while the other is still transmitting, leading to collisions that are interpreted as CRC errors on the receiving interface. Since the cable test passes, the physical layer is fine, and the intermittent nature (lasting seconds) matches the symptom of a duplex mismatch where the half-duplex side backs off after collisions, causing brief outages.

Exam trap

The N10-009 exam often tests the misconception that CRC errors always indicate a bad cable or physical layer issue, but the trap here is that a passing cable test points to a duplex mismatch as the root cause, especially when combined with intermittent disconnections.

Why the other options are wrong

B

CRC errors indicate physical-layer issues like duplex mismatch or cabling problems, not STP reconvergence. STP reconvergence causes brief connectivity loss but does not produce CRC errors.

C

CRC errors indicate layer 1 or layer 2 issues like duplex mismatch, not a broadcast storm. A broadcast storm would cause high utilization and packet drops, not CRC errors.

54
MCQmedium

A user's laptop frequently disconnects from the Wi-Fi network when they move to the conference room. Other devices in the conference room maintain stable connections. The laptop shows a strong signal in the conference room. What is the most likely cause?

A.Laptop's wireless adapter driver is outdated or faulty
B.AP channel is congested
C.Laptop is using the 5 GHz band while the AP uses 2.4 GHz
D.Interference from microwave ovens
AnswerA

A driver acts as the interface between the operating system and the hardware, translating commands and managing device functions. An outdated, corrupted, or incompatible wireless adapter driver can lead to miscommunication, causing the adapter to fail to maintain a stable connection, drop packets, or incorrectly handle roaming requests. This specific issue often manifests as intermittent disconnects affecting only that particular device, even when other clients on the same network are stable.

Why this answer

The laptop disconnects only when moving to the conference room, while other devices remain stable, ruling out environmental issues. A strong signal but frequent disconnects points to a client-side problem, most commonly an outdated or faulty wireless adapter driver that fails to handle roaming or power-save transitions properly.

Exam trap

CompTIA often tests the trap that a strong signal guarantees a stable connection, but in reality, client-side driver issues or misconfigured power-save settings can cause disconnects despite excellent RSSI.

Why the other options are wrong

B

The question states that other devices maintain stable connections, ruling out AP channel congestion as the cause since it would affect all devices.

C

The laptop shows a strong signal and other devices work fine, so the issue is not band mismatch. If the laptop were using 5 GHz and the AP only 2.4 GHz, the laptop would not connect at all or would have no signal, not just disconnect when moving.

D

The question states that other devices maintain stable connections, ruling out environmental interference like microwave ovens. The issue is specific to one laptop, indicating a client-side problem.

55
MCQhard

A technician is troubleshooting intermittent connectivity issues on a fiber link between two switches. The link light on both switches is green. Which of the following tools should the technician use to further investigate the issue?

A.Multimeter
B.Tone generator
C.Optical power meter
D.Cable certifier
AnswerC

An optical power meter (OPM) is the primary tool for diagnosing signal strength issues on fiber optic links. It precisely measures the amount of light power (in dBm) being transmitted or received, allowing technicians to quantify signal loss or attenuation. Intermittent connectivity often stems from marginal signal levels, where the received power is barely above the receiver's sensitivity threshold, making the OPM essential for identifying excessive loss caused by dirty connectors, tight bends, or faulty splices.

Why this answer

The correct tool is an optical power meter because the link lights are green, indicating Layer 1 signal presence, but intermittent connectivity suggests the signal strength may be marginal or fluctuating. An optical power meter measures the exact light level in dBm to verify it falls within the receiver's sensitivity range, which a simple link LED cannot detect.

Exam trap

The trap here is that candidates assume a green link light guarantees a healthy connection, but The N10-009 exam often tests that Layer 1 indicators only confirm signal presence, not signal quality, so an optical power meter is required to diagnose marginal power levels causing intermittent errors.

Why the other options are wrong

A

A multimeter measures electrical properties like voltage, current, and resistance, not optical power. Since the issue is on a fiber link, a multimeter cannot test light levels or fiber continuity.

B

A tone generator is used to trace copper cables by injecting an audio signal; it cannot test optical power or detect signal loss on a fiber link, which is needed for intermittent connectivity issues.

D

A cable certifier is used to verify that a cabling installation meets performance standards (e.g., Cat6a, fiber) by testing parameters like attenuation and return loss, but it is overkill and not the best tool for troubleshooting intermittent connectivity issues when the link light is green. An optical power meter is more appropriate for measuring light levels to identify marginal signal strength.

56
MCQeasy

A user reports that they cannot access the company's internal web application at https://apps.internal.company.com. The technician can ping the server's IP address (10.10.10.20) successfully and also successfully telnet to 10.10.10.20 on port 443. However, the web browser displays 'Unable to connect'. What is the most likely cause?

A.The web server service is stopped
B.DNS resolution is failing for the FQDN
C.The browser is configured to use an incorrect proxy server
D.A firewall is blocking TCP port 443
AnswerC

If the browser is set to use a proxy server that is unavailable or misconfigured, it will fail to connect to the web server even though network connectivity is fine. Telnet and ping bypass proxy settings, confirming the server is reachable.

Why this answer

The technician can ping the server IP and telnet to port 443, proving the server is reachable and the HTTPS service is listening. However, the browser fails to load the page, which points to a client-side issue. An incorrect proxy server configuration in the browser would cause the browser to send requests to a proxy that cannot reach the internal server, resulting in 'Unable to connect' despite successful network-level connectivity tests.

Exam trap

The trap here is that candidates assume successful telnet to port 443 implies the web application is fully functional, overlooking that the browser may use a proxy server that is not involved in the telnet test, leading them to incorrectly choose a firewall or DNS issue.

Why the other options are wrong

A

The technician can successfully telnet to 10.10.10.20 on port 443, which indicates that the web server service is running and listening on that port. If the service were stopped, telnet would fail.

B

The technician can ping the server's IP address and telnet to port 443 successfully, indicating that DNS resolution is not the issue because connectivity to the server is already established via IP.

D

The technician successfully telneted to port 443, proving that TCP port 443 is not blocked by a firewall. Therefore, a firewall blocking port 443 cannot be the cause.

57
MCQmedium

A network administrator is deploying a new PoE security camera. The camera is connected to a PoE-enabled switch port, but the camera does not power on. The administrator confirms the switch port has PoE enabled and the cable is tested and functional. What is the most likely cause?

A.The cable is a crossover cable.
B.The camera requires 802.3bt (PoE++), but the switch only supports 802.3af (PoE).
C.The port is configured as an access port.
D.The camera is using a passive PoE injector.
AnswerB

This is the most probable cause. An 802.3af (PoE) compliant switch can deliver up to 15.4 watts of power at the port, with 12.95 watts available at the powered device. However, a modern, feature-rich security camera, especially one with pan-tilt-zoom capabilities, heaters, or advanced analytics, often requires the significantly higher power provided by 802.3bt (PoE++), which can supply up to 60W or even 100W at the source. If the camera's power demand exceeds the switch's output capability, the camera will fail to power on or operate reliably.

Why this answer

The camera requires 802.3bt (PoE++) which can deliver up to 60W or 90W, but the switch only supports 802.3af (PoE) which provides a maximum of 15.4W per port. Since the camera's power demand exceeds the switch's capability, the camera will not power on even though PoE is enabled and the cable is functional.

Exam trap

The trap here is that candidates often assume any PoE switch will power any PoE device, overlooking the critical power budget differences between 802.3af, 802.3at, and 802.3bt standards.

Why the other options are wrong

A

The cable is tested and functional, so a crossover cable would not prevent power delivery; PoE works over crossover cables as well.

C

Configuring a port as an access port does not affect PoE power delivery; PoE operates independently of VLAN or port mode settings. The camera would still receive power regardless of whether the port is access or trunk.

D

The camera is directly connected to a PoE-enabled switch port, so a passive PoE injector is not part of the setup. The issue is power negotiation, not the injector type.

58
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.

59
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.

60
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.

61
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.

62
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.

63
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.

64
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.

65
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.

66
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.

67
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.

68
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.

69
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.

70
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.

71
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.

72
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.

73
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.

74
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

Why the other options are wrong

A

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

C

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

D

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

75
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

Why the other options are wrong

B

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

C

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

D

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

Page 1 of 2 · 91 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Network Troubleshooting questions.