PC1 wants to send data to another device on the same network but only knows its IP address. What protocol does it use to find the MAC address, and how does the switch and router respond if the MAC isn’t known?
PC1 uses ARP (Address Resolution Protocol). The switch forwards the request if it doesn’t know the MAC. If the destination is outside the local network, the router responds with its MAC address to forward the packet.
A technician notices a spike in CRC errors on a network interface. What might this indicate?
Faulty cabling or electromagnetic interference.
A technician is using the tracert command to diagnose routing issues. What do the -h, -w, and -d options do?
-h: Sets the maximum number of hops
-w: Sets the timeout for each reply in milliseconds
-d: Prevents DNS name resolution for faster results
After you establish a theory of probable cause, what should you do next?
Test the Theory — confirm whether your hypothesis is correct before taking action. If the theory fails, reassess and try another.
Why should you test the theory before creating a plan of action?
Testing prevents wasted effort. Acting on an unproven theory could lead to unnecessary changes, downtime, or missed root causes.
After you implement the solution, what’s the next step?
Verify System Functionality — ensure the fix resolved the issue and didn’t introduce new problems. This confirms success before closing the case.
What’s the first step in the troubleshooting methodology, and why is it critical?
Identify the Problem — it sets the foundation by gathering user input, observing symptoms, and performing backups if needed. Without this, later steps may target the wrong issue.
You’re tasked with capturing and analyzing packets to troubleshoot a network issue. Which tool should you use?
Wireshark — it’s a protocol analyzer used for packet capture and inspection.
Which tool helps you analyze when and where traffic is flowing across your network for performance tuning?
NetFlow Analyzer — ideal for monitoring, troubleshooting, and analyzing traffic flow data.
What can Nmap do in network diagnostics, and why is it commonly used?
Nmap scans for open ports and active IP addresses. It’s widely used for network mapping, host discovery, and service enumeration.
What do the commands ifconfig up and ifconfig down
ifconfig up → Activates a network interface
ifconfig down → Disables a network interface
You need to analyze captured traffic with a graphical interface. How does tcpdump support this workflow?
Use tcpdump to save traffic into a PCAP file, then open it in Wireshark for deep packet analysis.
You’re troubleshooting live network traffic from the command line. Which tool lets you view packets in real time and filter by protocol or port?
tcpdump — a CLI tool that captures and displays TCP/IP and other packets as they flow across the network.
What are the primary capabilities of Nmap in network reconnaissance?
Host discovery — find active devices on a network
Service detection — identify open ports and running services
OS detection — determine the target’s operating system
You need to check a port’s stats — including bandwidth, MTU size, and error counts — on a network device. Which command would you use?
show interface
You need to review a device’s saved setup — including system, SNMP, IP, DNS, and logging settings — to confirm how it’s currently configured. Which command would you use?
show config
You need to see a device’s list of known networks, along with how it reaches them and the cost of each path. Which command would you use?
show route
Which switch command shows which MAC addresses are learned on which ports?
show mac address-table — maps MAC addresses to their corresponding switch ports.
You need to find the MAC address associated with a specific IP address on a device. Which command do you use?
show arp — displays the ARP table mapping IP addresses to MAC addresses.
Which command displays and manages power settings, including Power over Ethernet status?
show power — shows PoE configuration and power usage.
What does LLDP allow devices on a network to do?
(Link Layer Discovery Protocol) Advertise themselves and discover information about other devices.
Which discovery protocol is similar to LLDP but designed for Cisco-based environments?
CDP (Cisco Discovery Protocol).
In network troubleshooting, which tool would you use for each of the following:
Testing attenuation and dB loss on fiber
Detecting interference on Wi‑Fi
Fiber: Fiber Light Meter
Wi‑Fi: Spectrum Analyzer
What is the difference between a cable certifier and a cable analyzer?
Cable Certifier – Checks if a cable meets a specific standard (e.g., Cat 6) and passes required tests.
Cable Analyzer – Measures signal loss and other issues for troubleshooting, without certifying to a standard.