TechGuru80 wrote: » Devices like firewalls get configured to prevent ICMP packets like ping from getting responses so that's why you don't see a response. Prevents things like recon for malicious people trying to attack those devices.
ProFamous wrote: » So I am studying routing protocols and TTL/hop count/etc etc etc for Net+, and decided to mess around with tracert in cmd. I traced google.com. Why does each hop have 3 separate values? Why is 1 not sufficient? For example on the 3rd hop it says 16, 10, and 11 ms. Also, the 2nd hop timed out, what allows the trace to continue after a hop timed out? I would think it would just cancel. I have pasted the first part of the trace for better understanding: 1 1 ms 1 ms 1 ms . [192.168.2.1] 2 * * * Request timed out. 3 16 ms 10 ms 11 ms 24.29.2.13 4 10 ms 10 ms 21 ms tge0-13-0-1.fpkhoh0301r.midwest.rr.com [65.29.34 .232] 5 16 ms 13 ms 24 ms be11.blasohdp01r.midwest.rr.com [65.29.33.66] Thanks yall!