Practice Question Set ICMP With Solutions
Practice Question Set ICMP With Solutions
Q1. Why isn't the one-way time for a packet simply the round-trip time divided by two?
The one way time is not the round trip divided by 2 because the request packet may have
traveled by a different route than the response packet. In this case, the transmission time in
one direction may be different than the transmission time in the other direction.
Q2. How can we determine if an IP packet is carrying an ICMP packet?
The value of the protocol field of an IP packet carrying an ICMP packet is 1.
Q3. A computer sends a timestamp request. If its dock shows 5:20:30 A.M. (Universal Time),
show the entries for the message.
5:20:30 AM = 5*60*60*1000 + 20*60*1000 + 30*1000 = 19,230,000 ms
Q4. A computer receives a timestamp request from another computer at 2:34:20 P.M. The
value of the original timestamp is 52,453,000. If the sender clock is 5 ms slow, what is the one-
way time?
2:34:20 PM = 52,460,000 ms
52,460,000 ms − 52,453,000 ms = 7000 ms
7000 ms + 5 ms = 7005 milliseconds
Q5. In this table given below mark tick for who sends the given ICMP packets