Traceroute
This is not usually relevant to my life. I do consider DNS one of those Very Complicated things to Really Understand, that, if I Understood it, would make me a Real Programmer. And then I go back to building software that people use and like for a pretty nice salary, and feel wistful about DNS, because it is how things Actually Work and understanding that is important.
Today I was looking at a traceroute which I can’t paste here but which had some similar elements to the below.
Things I learned:
Time Warner Cable is actually Roadrunner (see the *.rr.com) which buys from XO Communications
!H means “Host, network or protocol unreachable” but also “In Cisco routers, the codes for a traceroute command reply are: ! - success, H - host unreachable” - Dinger
“no reply” (between successful steps in a traceroute) - possibly means that the machine just does not allow ping
PMTU “Path Maximum Transmission unit” i.e “When a host needs to transmit data out an interface, it references the interface’s Maximum Transmission Unit (MTU) to determine how much data it can put into each packet. Ethernet interfaces, for example, have a default MTU of 1500 bytes” - packetlife
asymm “asymm means the the path to the hop and back have been different (asymmetric). This usually happens when there is some link in one direction jammed or the network architecture encourages different paths for the different directions. The number after asymm shows the grade of asymmetry (i.e. how many hops are different).” - txwikinger
“**” in traceroute: “Three probes are sent at each TTL setting and a line is printed showing the TTL, address of the gateway and round trip time of each probe. If there is no response within the timeout interval, a “” is printed for that probe.” - sachin-divekar