answersLogoWhite

0


Best Answer

On windows OS the command is tracert X . instead of the X you input either IP or the destination or a domain name, Google.com for example. On Linux OS i think the command is tracepath.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Open a command promt. Type tracert (the website which you want traced) and press Enter. This should give you the route the packets take to get to the website.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

tracert ip-address or domain

e.g. tracert Yahoo.com

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

traceroute.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

tracert

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which Windows command will identify the route that a packet takes through a network?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you reboot a computer through command line on a network?

shutdown -r


If we are working on DOS Prompt through Windows how can we come back to Windows?

Just run "exit" command.


What is windows shell commor?

Windows shell commor is also known as Windows shell common. This term refers to a type of command that allows you to access folders through the desktop or command search.


How you shutdown a computer through command line on other computer while both PC are on the different network or same network DurbanPoizin?

Shutdown over Network... You can simply go to the computer on the network through the command prompt and type: Shutdown -s This will turn your computer off in 60 seconds to stop this just type: Shutdown -a There are many more options to the Shutdown command.


How do you bring up windows command prompt in xp if you have limited admin rights and cant normally get it?

How do i go to command prompt without booting the windows. I pressed F8 and selected safe mode with command prompt. The reason i am trying is I forgot my windows pwd and i found one option to change the pwd through command prompt


Windows XP and Windows 7 file sharing?

XP and 7 supports file sharing through network or any Windows supported storage device.


How do you disable registry through command prompt through Reg Add command?

Go to the following RootKey and locate the SubkeyHKCU\Software\Policies\Microsoft\Windows\SystemCreate a new DWord "DisableCMD"


What is the difference between Windows and windows live?

Windows in an operating system, windows live is a network accessible through an internet browser. Both are owned by Microsoft, and generate much wealth for the company.


How do shutdown lan connected computer through their ip address?

If you are the legitimate administrator of the (Windows) computer in question, you can do this using the Computer Management tool. If you are not, this is illegal (and the odds are you won't be able to anyway).


How can you get your computer off a network?

Pull the Ethernet cable out of the back of the unit is the easiest solution. Either that or disable the Local Area Connection through "Network Connections" (Accessed through control panel in Windows).


How you shutdown a computer through command line other computer in same network?

Yes shutdown <computer IP shutdown>


What utility attempts to trace the path that a packet takes through the network?

tracert (traceroute on unix-like systems) will do this. use the command tracert /? for more information on options for this command, such as the maximum number of "hops".