Command line Utilities-Tracert Command



 

Network connectivity between source and destination not limited to two hosts, it can be more than two hosts. Ping command just show the status whether source can reach destination or not but in case of tracert it check each intermediate hope between source host and destination hop. It’s better to know where the problem in the network.

clip_image002

Figure-1

Figure-1 show the attributes can be use with the tracert command.

clip_image002[4]

Figure-2

Tracert can traverse the path of the domain name (destination) show the number of hopes between source and destination. Tracert can traverse up to 30 hops, as you can see the URL is found on 2nd hop and IP address of the web server is 10.0.1.30.

clip_image002[6]
Figure-3
The website can be accessed using the IP address as shown in Figure-3.

clip_image002[8]

Figure-4
The “-d” attribute in the tracert tell the command to not resolve the address for the provided IP address.

clip_image002[10]

Figure-5

The “-h” attributes define the maximum number of hopes to search for the destination in fig-5 case domain 78601.com is two hops away but –h set maximum hops to 1. Tracert can only traverse on hop.

clip_image002[12]

Figure-6

“-w” attribute change the default 1000 millisecond time for each hop to 2000 millisecond in figrure-6.

Share this tutorial:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Live
  • PlugIM
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati
  • TwitThis
  • YahooMyWeb
  • description
  • E-mail this story to a friend!
  • MisterWong
  • BlinkList
  • LinkedIn
  • MySpace
  • Print this article!
  • Yahoo! Buzz

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

About the Author

Adam has written 384 stories on this site.

Related Tutorials & Articles

Command Line Utilities- How to use Ping Command?
  Ping Command Ping command normally used for troubleshooting, it help to check whether the destination host is reachable or not. If the ping timeout period expires then “host unreachable host” message will be shown on command line.  Following are some essential uses of Ping command •    Ping your computer to identify whether TCP/IP suite is working properly. •   ...Read more
Command line Utilities-FTP (File Transfer Protocol)
  File transfer protocol is used to transfer files from local to remote machine. It establishes session with remote computer by using port 21. Figure-1   Figure-2 Open command access the remote computer username and password is required for file transfer and receiving. Figure-3 After establishing the connection with remote computer username and password is required for authentication. Figure-3 shows that ftp...Read more
Bridge - Connects Network Segments
Bridge is the network device which connects multiple segments on the network. Bridge works at data link layer have the ability to read the frame generated from source designated for the destination. Frame is the protocol data unit on data link layer, bridge take forwarding decision by extracting destination address from the frame and look...Read more
Network Switch-Connect Network Devices
Network Switch (Network device) Switch works on data link layer of OSI model (Layer-2). Switch physically similar to the hub and perform the same task of providing single connection platform to peripherals (hosts, servers etc). Switch is the network device replaces the hub by overcoming its problem. Switch is an intelligent device; it can take decision...Read more
Interior Gateway Routing Protocol
By default, a router running IGRP sends an update broadcast every 90 seconds. It declares a route inaccessible if it does not receive an update from the first router in the route within 3 update periods (270 seconds). After 7 update periods (630 seconds), the Cisco IOS software removes the route from the routing table. IGRP...Read more

Write a Comment

Gravatars are small images that can show your personality. You can get your gravatar for free today!

Copyright © 2010 Sooper Tutorials. All rights reserved. Powered by WordPress.org, Website by ISolution.org.