I'm trying to find out the operating system of a server on which a website is located for my homework.
I figured I could do this by using the combination of tracert and ping commands.
However, when I use tracert I always get 1 less hop than I should (I think?).
When I ping www.google.com the TTL value I get is 119 but tracert only shows 8 hops. I'm assuming the sum of those two values should equal 128.
Similarly when I ping my virtual machine, it shows 1 hop and TTL of 64. Since I'm pinging the local host I would expect 0 hops.
I'm sure there is an easy explanation for this but I haven't been able to found it online or maybe I just worded it poorly.
Thanks for any help with this.