Pergunta de entrevista da empresa Google

what happens exactly when traceroute command is issued?

Respostas da entrevista

Sigiloso

20 de mar. de 2016

traceroute issues packet(s) for the destination with RTT set as 1 on random ports which, on reaching the first router, expires and ICMP expired message is received back. Now RTT is set to 2 and more packets are sent. They expire on the second router and ICMP messages are returned back. This is done to map the reachability of source to the destination. This methodology is gradually extended until we reach the destination (and ICMP messages starts coming back from them).

1

Sigiloso

9 de mar. de 2010

TTL timer set for dummy packets increases everytime....