CCNA Network Troubleshooting Questions

30 questions · Network Troubleshooting topic · All types, answers revealed

1
MCQeasy

During a site survey, a technician finds that users in the break room experience very slow Wi-Fi while those in offices nearby have excellent speeds. What is the most likely cause?

A.The access point in the break room is overheating.
B.Users in the break room are connecting to a 5 GHz network with poor range.
C.A microwave oven in the break room is causing interference.
D.The break room has too many walls blocking the signal.
AnswerC

Correct. Microwave ovens emit strong 2.4 GHz signals that disrupt Wi-Fi.

Why this answer

This scenario tests knowledge of wireless interference sources. Microwaves operate at 2.4 GHz, which is the same frequency band used by many Wi-Fi networks, causing significant interference and performance degradation.

2
MCQhard

A technician is setting up a new wireless network in a crowded office building. Users report that their laptops frequently disconnect from the Wi-Fi and have slow speeds, even when close to the access point. The technician scans the area and sees many overlapping Wi-Fi networks. What is the best solution to improve performance?

A.Increase the transmit power of the access point.
B.Change the access point to a less congested channel.
C.Disable SSID broadcast to hide the network.
D.Replace the access point with a higher-gain antenna model.
AnswerB

Using a channel with less overlap reduces interference, improving connection stability and speed in crowded environments.

Why this answer

In a dense environment with many overlapping networks, channel congestion is a major cause of interference and disconnections. Changing the access point to a less congested channel reduces co-channel interference and improves stability and throughput.

3
MCQhard

A user reports that their laptop's Wi-Fi connection drops every 10 minutes, but reconnects immediately. The technician notices that the laptop is connected to a 5 GHz SSID. What is the most likely cause?

A.The laptop's Wi-Fi driver is outdated.
B.The access point is configured with a short DHCP lease time.
C.The user is at the edge of the 5 GHz coverage area.
D.There is interference from a microwave oven.
AnswerC

Correct—5 GHz has limited range; periodic drops indicate signal strength fluctuations near the coverage boundary.

Why this answer

5 GHz signals have shorter range and are more easily obstructed. If the user is at the edge of coverage, the signal may intermittently drop. The periodic nature suggests a weak signal, not interference or driver issues.

4
MCQmedium

A small office has a single switch connecting all workstations. Users report that they can see each other on the network but cannot access the internet. The router's link light is off. What should the technician check first?

A.Replace the switch.
B.Check the Ethernet cable between the switch and router.
C.Reboot all workstations.
D.Update the router's firmware.
AnswerB

Correct—a dead link light suggests a physical connection issue, and the cable is the easiest component to verify.

Why this answer

The link light being off indicates a physical layer problem between the switch and router. The most common cause is a faulty or loose cable, so checking the cable connection is the logical first step in network troubleshooting.

5
MCQmedium

During a network upgrade, a technician installs a new 802.11ax (Wi-Fi 6) access point in a conference room. Users now report intermittent disconnections on their older laptops. What is the most likely cause?

A.The access point is overheating.
B.The channel width is set too wide for older clients.
C.The DNS server is misconfigured.
D.The power over Ethernet (PoE) injector is faulty.
AnswerB

Correct—older Wi-Fi clients may not support 80 or 160 MHz channels, leading to disconnections.

Why this answer

Wi-Fi 6 access points can operate in mixed mode, but older clients may struggle with channel width or band-steering settings. The most common issue is that the AP is using a channel width (e.g., 160 MHz) that older devices do not support, causing instability.

6
MCQmedium

A customer complains that their VoIP phone intermittently drops calls and has poor audio quality. The phone is connected to a switch port that also carries data traffic for a nearby workstation. What is the most likely cause?

A.The switch port is set to half-duplex.
B.The network cable is too long.
C.Quality of Service (QoS) is not configured on the switch port.
D.The phone’s firmware is outdated.
AnswerC

Without QoS, data traffic can overwhelm the port, causing VoIP packets to be delayed or dropped, leading to call quality issues.

Why this answer

VoIP is sensitive to latency and packet loss. When a switch port carries both voice and data without proper QoS, data traffic can congest the link, causing dropped packets and poor audio. QoS prioritizes voice traffic to prevent this.

7
MCQmedium

A user’s laptop is connected to a Wi-Fi network with a strong signal, but the user cannot access any network resources. The IP configuration shows an address of 192.168.1.50 with a subnet mask of 255.255.255.0 and a default gateway of 192.168.1.1. The technician pings the gateway successfully. What should the technician check next?

A.Replace the Wi-Fi adapter.
B.Check the DNS server settings on the laptop.
C.Verify the SSID is correct.
D.Disable the firewall temporarily.
AnswerB

Successful gateway ping indicates layer 3 connectivity, so the problem is likely name resolution; incorrect DNS settings would prevent browsing.

Why this answer

Since the gateway is reachable, the issue is likely beyond the local network. DNS is the most common cause of being unable to access resources by name when basic connectivity exists. Checking DNS resolution is the logical next step.

8
MCQmedium

A technician is troubleshooting a network where users can access the internet but cannot reach a specific internal web server by its hostname. Pinging the server's IP address works. What is the most likely issue?

A.The web server's firewall is blocking ICMP.
B.The DHCP server is not assigning correct IP addresses.
C.The DNS server does not have a record for the server's hostname.
D.The network switch is dropping packets to the server.
AnswerC

Correct. Missing DNS record prevents hostname resolution while IP works.

Why this answer

This question tests DNS resolution. If the IP works but the hostname does not, the problem is with DNS—either the server's A record is missing or the DNS server is not responding for that zone.

9
MCQmedium

A user reports that their computer is connected to the network but cannot access any websites. The technician checks the IP configuration and sees an IP address of 169.254.1.5. What does this indicate?

A.The computer has a valid static IP address.
B.The DNS server is not responding.
C.The DHCP server is unavailable or the computer cannot reach it.
D.The network cable is unplugged.
AnswerC

APIPA is assigned when DHCP fails, so the computer cannot get a routable IP, preventing internet access.

Why this answer

An IP address in the 169.254.x.x range is an Automatic Private IP Addressing (APIPA) address, assigned when a DHCP server is unreachable. This means the computer failed to get a valid IP from DHCP, so it cannot communicate beyond the local link.

10
MCQmedium

A user's laptop cannot connect to any network after a recent OS update. The Wi-Fi adapter shows as enabled in Device Manager with no errors, and other devices on the same network work fine. What should the technician do first?

A.Replace the Wi-Fi adapter.
B.Reset the network switch.
C.Run ipconfig to check the IP address.
D.Disable the Windows Firewall.
AnswerC

Correct. This checks if the adapter received an IP or has an APIPA address, guiding further steps.

Why this answer

This question tests systematic troubleshooting. Since the hardware appears fine and other devices work, the issue is likely software-related. Checking IP configuration with ipconfig is the logical first step to see if the adapter has a valid IP or is stuck with an APIPA address.

11
MCQhard

A user reports that their computer can access the internet but cannot connect to a network printer that is on the same subnet. The technician pings the printer’s IP address from the computer and gets a reply. What is the most likely cause?

A.The printer’s IP address has changed.
B.The printer is not set as the default printer.
C.The printer’s print queue is paused or the printer is offline.
D.The network switch port for the printer is disabled.
AnswerC

A printer that is reachable via ping but not printing is often in an offline state or has a paused queue, which stops print jobs from being processed.

Why this answer

Since the ping succeeds, the printer is reachable at the network level. The issue is likely with the printer configuration or the print spooler on the computer. Common causes include the printer being offline, paused, or having a driver issue.

12
MCQeasy

A customer complains that their desktop computer loses network connectivity every time a large file is transferred. The issue does not occur during normal web browsing. What hardware component is most likely at fault?

A.The CPU is overheating.
B.The power supply unit is underpowered.
C.The network interface card (NIC) is failing.
D.The Ethernet cable is too long.
AnswerC

Correct—a failing NIC can handle low traffic but fails under high throughput due to heat or hardware defects.

Why this answer

This is a classic symptom of a failing or overheating network interface card (NIC). High data throughput generates heat, and a marginal NIC may fail under sustained load, while low-bandwidth tasks work fine.

13
MCQeasy

A user reports that their laptop can connect to the corporate Wi-Fi but cannot access the internet. Other devices on the same network work fine. What is the most likely cause of this issue?

A.The wireless router has failed.
B.The laptop's DNS server settings are incorrect.
C.The network cable is unplugged.
D.The ISP is down.
AnswerB

Correct—DNS translates domain names to IP addresses; incorrect settings prevent internet access while local connections work.

Why this answer

This scenario points to a client-specific configuration problem. Since other devices work, the issue is isolated to the user's laptop, and a misconfigured DNS setting is a common cause for internet access failure while local network connectivity remains intact.

14
MCQhard

A technician is troubleshooting a network where a single workstation cannot access any network resources. The link light on the NIC is solid, and the IP configuration shows an address of 192.168.1.100 with a subnet mask of 255.255.255.0. The workstation can ping its own IP but not the default gateway (192.168.1.1). What is the most likely cause?

A.The DNS server is unreachable.
B.The switch port is configured with the wrong VLAN.
C.The Ethernet cable is a crossover cable.
D.The workstation's subnet mask is wrong.
AnswerB

Correct—if the switch port is in a different VLAN, the workstation cannot reach the gateway, even with a valid IP.

Why this answer

The workstation has a valid IP and can ping itself, indicating the NIC and stack are working. However, it cannot reach the gateway, which suggests a Layer 2 issue—likely an incorrect or missing default gateway configuration, or a VLAN mismatch on the switch port.

15
MCQmedium

A technician is troubleshooting a network where a user's PC has an IP address of 169.254.12.34. The PC is connected to a switch that is uplinked to a router with DHCP enabled. What is the most likely cause?

A.The DHCP server is out of IP addresses.
B.The Ethernet cable between the PC and the switch is faulty.
C.The PC's DNS settings are incorrect.
D.The router's firewall is blocking DHCP requests.
AnswerB

Correct—a faulty cable prevents the PC from reaching the DHCP server, causing it to self-assign an APIPA address.

Why this answer

An APIPA address (169.254.x.x) indicates the PC failed to get a DHCP lease. Since the router has DHCP enabled, the issue is likely a bad Ethernet cable or a port problem preventing communication with the DHCP server.

16
MCQeasy

A user reports that their VoIP phone works but the PC connected to the phone's passthrough port has no network access. What should the technician check first?

A.The PC's IP configuration.
B.The Ethernet cable between the phone and the PC.
C.The VoIP phone's firmware version.
D.The switch port the phone is connected to.
AnswerB

Correct. The passthrough port relies on that cable; a bad cable breaks the PC's connection.

Why this answer

This question tests understanding of VoIP passthrough ports. The PC's lack of connectivity is often due to a faulty or unseated Ethernet cable between the phone and PC. The phone itself is working, so the upstream connection is fine.

17
MCQeasy

A user reports that their laptop can connect to the internet via Ethernet but cannot connect to any Wi-Fi networks. The wireless adapter is enabled and shows available networks, but connecting always fails. What is the most likely cause?

A.The DHCP server is out of IP addresses.
B.The wireless adapter driver is corrupted.
C.The wireless security settings are incorrect.
D.The router’s SSID is hidden.
AnswerC

Seeing networks but failing to connect often indicates a mismatch in security key or encryption type, which is a configuration issue.

Why this answer

When a device can connect via Ethernet but not Wi-Fi, the issue is usually with the wireless configuration or hardware, not the network itself. Incorrect wireless security settings, such as a mismatched encryption type or password, are a common cause of connection failure after the network is detected.

18
MCQeasy

A small office has a single switch connecting all workstations. Several users report that they cannot access the internet, but they can still communicate with each other on the local network. What is the most likely cause?

A.The switch has a bad port.
B.The router is not properly routing traffic to the internet.
C.The DNS server is unreachable.
D.The workstations have incorrect subnet masks.
AnswerB

If the router is down or misconfigured, local traffic within the switch works, but internet-bound traffic fails because routing is broken.

Why this answer

Local communication working while internet access fails points to a problem with the router or the connection between the switch and the router. The switch itself is functioning correctly for local traffic, so the issue is upstream.

19
MCQhard

A company's network uses a 10.0.0.0/8 private IP scheme. A remote user connects via VPN and gets an IP of 172.16.0.5. They can access the internet but cannot reach internal servers at 10.1.1.50. What is the most likely cause?

A.The internal server's firewall is blocking the VPN IP range.
B.The VPN client is using split tunneling and no route to 10.0.0.0/8 is defined.
C.The VPN server's DHCP scope is exhausted.
D.The user's DNS server is set to a public DNS like 8.8.8.8.
AnswerB

Correct—split tunneling sends only specific traffic through the VPN; without a route to the internal subnet, traffic goes to the internet instead.

Why this answer

The VPN client receives a different subnet (172.16.0.0) than the internal network (10.0.0.0). This is a routing issue—the VPN client's traffic to the internal network may not be routed correctly, or split tunneling is misconfigured. The most common fix is to ensure the VPN routes include the internal subnet.

20
MCQmedium

After deploying a new 802.11ac access point, users report that some devices can connect but others cannot, even though they are in the same room. All devices support 5 GHz. What is the most likely cause?

A.The access point is using a non-overlapping channel.
B.The access point has 2.4 GHz radios disabled.
C.The devices have incorrect SSID credentials.
D.The access point is overloaded with clients.
AnswerB

Correct. If only 5 GHz is enabled, devices that only support 2.4 GHz cannot connect.

Why this answer

This scenario tests knowledge of wireless standards and band compatibility. 802.11ac operates only on 5 GHz. If the access point is configured to use only 5 GHz, older devices that only support 2.4 GHz will not connect, but 5 GHz-capable devices will.

21
MCQhard

A company's remote site connects to the main office via a site-to-site VPN. Recently, users at the remote site report that they can access internal servers at the main office but cannot reach the internet. The main office users have full internet access. What is the most likely cause?

A.The remote site's DNS server is down.
B.The VPN is configured as a full tunnel and the main office's internet link is down.
C.The remote site's firewall is blocking port 443.
D.The VPN encryption algorithm is mismatched.
AnswerB

Correct. Full tunnel sends all traffic through the main office; if that link fails, remote users lose internet.

Why this answer

This question tests advanced routing and VPN concepts. A split-tunnel configuration allows remote traffic to go directly to the internet, while a full-tunnel sends all traffic through the VPN. If the VPN is full-tunnel and the main office's internet gateway is misconfigured or down, remote users lose internet access.

22
MCQeasy

A customer reports that their laptop can connect to the internet via Wi-Fi but cannot access any network shares on the local file server. Other devices on the same network can access the shares. What is the most likely cause?

A.The file server is powered off.
B.The laptop has a misconfigured subnet mask.
C.The Wi-Fi router is overloaded.
D.The laptop's firewall is blocking all traffic.
AnswerB

Correct. A wrong subnet mask can allow internet access but block local LAN communication.

Why this answer

This scenario tests understanding of network segmentation and IP addressing. The laptop can reach the internet (default gateway works) but not local resources, indicating a subnet mask or VLAN mismatch. The most common cause is an incorrect subnet mask, which prevents the laptop from recognizing the file server as local.

23
MCQmedium

A small office uses a single router with four switch ports. Users on port 4 cannot access the internet, but they can communicate with each other. Port 4's LED is solid green. What is the most likely cause?

A.Port 4 is administratively disabled.
B.The cable on port 4 is faulty.
C.Port 4 is assigned to a different VLAN without internet access.
D.The router's DHCP pool is exhausted.
AnswerC

Correct. VLAN misconfiguration can isolate the port from the router's default gateway.

Why this answer

This scenario tests understanding of VLANs and router configuration. Inter-VLAN routing is required for different VLANs to reach the internet. If port 4 is on a different VLAN without a route to the internet, users can talk locally but not externally.

24
MCQeasy

During a network upgrade, a new switch is installed. After connecting all devices, one workstation cannot obtain an IP address via DHCP, while all other workstations on the same switch work fine. What is the first step to troubleshoot this issue?

A.Replace the network cable.
B.Check if the network cable is securely connected and the link lights are on.
C.Restart the DHCP service on the router.
D.Assign a static IP address to the workstation.
AnswerB

This is the simplest first step to rule out a physical layer issue, which is a common cause for a single device failure.

Why this answer

When a single workstation fails to get an IP address but others succeed, the problem is likely with that workstation or its cable. Checking the physical connection is the quickest and easiest first step before moving to software or configuration checks.

25
MCQmedium

A company’s web server is accessible from the internal network but not from the internet. The server has a static IP of 192.168.1.10, and the router’s public IP is 203.0.113.50. What configuration is most likely missing?

A.The server’s default gateway is incorrect.
B.A firewall rule on the server is blocking inbound traffic.
C.Port forwarding is not configured on the router.
D.The DNS A record for the server points to the wrong IP.
AnswerC

Port forwarding maps the public IP and port to the server’s private IP, allowing internet users to reach it.

Why this answer

For a server on a private IP to be accessible from the internet, the router must have port forwarding configured to direct incoming traffic to the server’s private IP. Without it, requests to the public IP are dropped.

26
MCQhard

A network administrator is troubleshooting intermittent connectivity issues on a fiber optic link between two buildings. The link works but has occasional errors. The technician inspects the fiber and finds that the connectors are dirty. After cleaning them, the issue persists. What should the technician check next?

A.Replace the entire fiber cable.
B.Check the light level with a power meter.
C.Swap the SFP modules on both ends.
D.Run a loopback test on the switch ports.
AnswerB

A power meter measures signal strength, helping to identify if the signal is too weak due to attenuation, which cleaning alone cannot fix.

Why this answer

Dirty connectors are a common cause of fiber issues, but if cleaning doesn't resolve it, the next step is to verify the light level using a power meter. This will determine if the signal is strong enough or if there is attenuation from other causes like bends or damaged cables.

27
MCQmedium

A technician is setting up a new printer on a network. The printer has a static IP address of 192.168.1.50, but users cannot ping it from their workstations. The workstations are on the 192.168.1.0/24 subnet. What should the technician check first?

A.Check the printer's default gateway setting.
B.Verify the switch port status and cable connection.
C.Change the printer's IP address to a DHCP address.
D.Reboot the router.
AnswerB

Correct—a physical layer issue is the most common cause of a device being unreachable on the same subnet.

Why this answer

Since the printer and workstations are on the same subnet, the issue is likely at Layer 2 or Layer 1. The first step is to verify the physical connection and link status on the switch port, as a bad cable or disabled port would prevent communication.

28
MCQeasy

A user complains that their desktop PC loses network connectivity intermittently, especially when the printer on the same desk starts printing. What is the most likely cause?

A.The printer is using too much bandwidth.
B.The network cable is run too close to power cables.
C.The desktop has a duplicate IP address.
D.The switch port is administratively down.
AnswerB

Correct. EMI from the printer's power supply or motor can disrupt unshielded twisted pair cabling.

Why this answer

This question focuses on physical layer interference. Intermittent connectivity linked to a device starting suggests electromagnetic interference (EMI) from the printer's motor or power supply. Network cables near strong EMI sources can experience packet loss or disconnects.

29
MCQhard

A technician is called to a warehouse where a newly installed IP camera shows 'No Signal' on the NVR. The camera is connected via a 100-meter Cat6 cable to a PoE switch. The switch port LED is off. What is the most likely cause?

A.The camera's IP address is conflicting with another device.
B.The cable length exceeds the maximum specification for Ethernet.
C.The PoE switch does not support the camera's power requirement.
D.The camera is configured for a different VLAN.
AnswerB

Correct. 100 meters is the limit; at that length, signal loss can prevent link.

Why this answer

This question tests knowledge of Ethernet cable length limits. Cat6 is rated for 100 meters; at exactly that distance, signal degradation can cause link failure. The PoE switch may not provide enough power over that distance, or the cable may be slightly too long.

30
MCQmedium

A company deploys a new VoIP phone system. Users report that calls are choppy and sometimes drop. The network uses a single flat subnet with no QoS. What is the most likely cause?

A.The VoIP phones have incorrect DNS settings.
B.The switch ports are set to half-duplex.
C.There is no Quality of Service (QoS) configured.
D.The Ethernet cables are Cat5 instead of Cat6.
AnswerC

Correct—without QoS, voice packets compete with data traffic, leading to jitter and dropped calls.

Why this answer

VoIP traffic is sensitive to latency, jitter, and packet loss. Without QoS, data traffic can congest the network, causing choppy audio and dropped calls. Implementing QoS prioritizes voice traffic.

Ready to test yourself?

Try a timed practice session using only Network Troubleshooting questions.