Networks Security Question:
Download Questions PDF

Explain How does traceroute work? Now how does traceroute make sure that the packet follows the same path that a previous (with ttl - 1) probe packet went in?

Answer:

First of all see traceroute works using ICMP packets. First source sends an ICMP packet with Time to Live (TTL) field as 1 to the destination address. Now intermediate router receives the packet and sees that TTL field has expired, so it sends a ICMP TTL expired reply. Now the source machine again sends the ICMP packet with TTL field as 2. This time second intermediate router replies. This process is repeated till destination is reached. That way the source can get the entire route upto destination.

Download Networks and Security Interview Questions And Answers PDF

Previous QuestionNext Question
What is Kerberos Protocol?Explain What are all the technical steps involved when the data transmission from server via router?