Describe how traceroute checks the routing between different networks.

What will be an ideal response?


The traceroute diagnostic tool is primarily used to check the routing between different networks. To achieve this task, traceroute sends packets with an increasing TTL value to the destination host, whereby three packets of each value are sent.
Traceroute also uses UDP packets, which are called datagrams.
First, three datagrams with a TTL=1 are sent to the host, then three packets with a TTL=2, and so on. Every time a datagram passes through a router, its TTL is reduced by one.
When the TTL reaches zero (0), the datagram is discarded and a message is sent to the sender. Because the TTL is increased by one every three packets, traceroute can collect information about every router on the way to the destination host.
You normally include a hostname with the traceroute command, but it is also possible to use an IP address instead of the hostname.

Computer Science & Information Technology

You might also like to view...

Excel uses ________ cell referencing by default in formulas and functions

A) absolute B) relative C) named range D) mixed

Computer Science & Information Technology

In Microsoft Word 2016, the Numbering button is in the _____ on the Home tab.?

A. ?Font group B. ?Paragraph group C. ?Editing group D. ?Clipboard group

Computer Science & Information Technology

____ is a new feature that enables a client to run an application without loading a remote desktop on the client computer.

A. TS Gateway B. App-V C. RemoteApp D. Hyper-V

Computer Science & Information Technology

What are the benefits to using a layered approach?

What will be an ideal response?

Computer Science & Information Technology