TRACERT
- The tracert command is very similar to ping ,and is used to visually see a network packet being sent and received and the amount of hops required for that packet to get to its destination.
- It shows you exactly how far a packet can go before it fails.
- This will help you know if the connection problem is close or more toward the destination.
must be written in this form
tracert [address/address name]
EX. tracert www.google.com
i have describe in below
press Enter
- then you can get all information which packet of data in which of the time is sent and which time it received
- plus how many packet are sent it
note:WHENEVER use ping must need to type [address /address name]
tracert [address/address name]
EX. ping -t www.google.com/ [209.85.253.184]
Comments