ExamGecko
Question list
Search
Search

List of questions

Search

Question 26 - CCST-Networking discussion

Report
Export

A user initiates a trouble ticket stating that an external web page is not loading. You determine that other resources both internal and external are still reachable.

Which command can you use to help locate where the issue is in the network path to the external web page?

A.

ping -t

Answers
A.

ping -t

B.

tracert

Answers
B.

tracert

C.

ipconfig/all

Answers
C.

ipconfig/all

D.

nslookup

Answers
D.

nslookup

Suggested answer: B

Explanation:

The tracert command is used to determine the route taken by packets across an IP network. When a user reports that an external web page is not loading, while other resources are accessible, it suggests there might be an issue at a certain point in the network path to the specific web page. The tracert command helps to diagnose where the breakdown occurs by displaying a list of routers that the packets pass through on their way to the destination. It can identify the network segment where the packets stop progressing, which is valuable for pinpointing where the connectivity issue lies. Reference := Cisco CCST Networking Certification FAQs -- CISCONET Training Solutions, Command Prompt (CMD): 10 network-related commands you should know, Network Troubleshooting Commands Guide: Windows, Mac & Linux - Comparitech, How to Use the Traceroute and Ping Commands to Troubleshoot Network, Network Troubleshooting Techniques: Ping, Traceroute, PathPing.

* tracert Command: This command is used to determine the path packets take to reach a destination. It lists all the hops (routers) along the way and can help identify where the delay or failure occurs.

* ping -t: This command sends continuous ping requests and is useful for determining if a host is reachable but does not provide path information.

* ipconfig /all: This command displays all current TCP/IP network configuration values and can be used to verify network settings but not to trace a network path.

* nslookup: This command queries the DNS to obtain domain name or IP address mapping, useful for DNS issues but not for tracing network paths.

* Microsoft tracert Command: tracert Command Guide

* Troubleshooting Network Issues with tracert: Network Troubleshooting Guide

asked 11/10/2024
Newton Vela
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first