When trace route fails to get a timely response for a packet after three tries, which action will it take?
It will print '* * *' for the attempts and increase the maximum hop count by one.
It will exit gracefully, and indicate to the user that the destination is unreachable.
It will increase the timeout for the hop and resend the packets.
It will print '* * *' for the attempts, increment the TTL and try again until the maximum hop count.
Submit