Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
"tracert" - Trace Routing on Winndows
How to use the "tracert" command to Trace Routing on Winndows systems?
✍: FYIcenter.com
"tracert" command allows you to trace IP routing on Windows systems.
The output lists the interface IP address of each gateway
reached by a dummy message fired from the local host to the specified destination.
For example, the local host has an IP address of 172.16.0.3. The destination host has an IP address of 11.1.0.1. The output of the "tracert" command tells us that an IP message from the local host can reach the destination over 10 subnets. In other words, a message will jump over 10 hops to reach the destination.
fyicenter> tracert 216.58.200.99 Tracing route to 216.58.200.99 over a maximum of 30 hops: 1 1 ms 1 ms 1 ms 172.16.0.5 2 1 ms 1 ms 1 ms 192.168.0.50 3 3 ms 5 ms 2 ms 122.56.168.186 4 2 ms 2 ms 3 ms 122.56.99.240 5 4 ms 2 ms 3 ms 122.56.119.53 6 27 ms 27 ms 27 ms 202.50.232.242 7 28 ms 27 ms 26 ms 72.14.217.100 8 27 ms 27 ms 27 ms 108.170.247.33 9 27 ms 27 ms 27 ms 209.85.250.139 10 27 ms 27 ms 27 ms 216.58.200.99
2021-04-30, 1271🔥, 0💬
Popular Posts:
How to test I/O performance on INTEL SSDPEKKF256G8L SSD (Solid State Disk) with SQLIO? INTEL SSDPEKK...
What is "OneNote Notes about Word Documents" add-in in Microsoft Word? Should I disable it? "OneNote...
How to add comments on slides? I am reviewing someone else's presentation and I want to add some com...
How to start and stop FileZilla Server service? I have FileZilla installed on my Windows computer. Y...
What is Microsoft Teams? Microsoft Teams is a Microsoft cloud service that combines workplace chat, ...