Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain how traceroute, ping, and tcpdump work and what
they are used for?

Answers were Sorted based on User's Feedback



Explain how traceroute, ping, and tcpdump work and what they are used for?..

Answer / abhilash

Traceroute;

Traceroute works by increasing the "time-to-live" value of
each successive batch of packets sent. The first three
packets sent have a time-to-live (TTL) value of one
(implying that they are not forwarded by the next router and
make only a single hop). The next three packets have a TTL
value of 2, and so on. When a packet passes through a host,
normally the host decrements the TTL value by one, and
forwards the packet to the next host. When a packet with a
TTL of one reaches a host, the host discards the packet and
sends an ICMP time exceeded (type 11) packet to the sender.
The traceroute utility uses these returning packets to
produce a list of hosts that the packets have traversed en
route to the destination. The three timestamp values
returned for each host along the path are the delay (aka
latency) values typically in milliseconds (ms) for each
packet in the batch. If a packet does not return within the
expected timeout window, a star (asterisk) is traditionally
printed. Traceroute may not list the real hosts. It
indicates that the first host is at one hop, the second host
at two hops, etc. IP does not guarantee that all the packets
take the same route. Also note that if the host at hop
number N does not reply, the hop will be skipped in the output.

Ping:

It works by sending ICMP “echo request” packets to the
target host and listening for ICMP “echo response” replies.
Ping estimates the round-trip time, generally in
milliseconds, and records any packet loss, and prints a
statistical summary when finished.

Is This Answer Correct ?    20 Yes 2 No

Explain how traceroute, ping, and tcpdump work and what they are used for?..

Answer / sachin vaish

traceroute, ping, and tcpdump test the connectivity of the
detination in question by sending icmp packets and checking
the responce(TTL) which is the routers encountered in the
path.They are used to check the connectivity and the
distance to the destination

Is This Answer Correct ?    13 Yes 2 No

Explain how traceroute, ping, and tcpdump work and what they are used for?..

Answer / malhari

ping is a command used to check the connectivity between source & destination.
tracert is a command used to track the route followed by packet to reach towards destination & time required to reach the destination.
TCPDUMP is different
its a NETWORK PACKET ANALYZER. tcpdump uses libpacp/winpcap
to capture data and uses it extensive protocol definitions
build inside to analyze the captured packets. Its mainly
used to debug the protocol of the captured packet which in
turn reveals the network traffic characterstics.

Is This Answer Correct ?    11 Yes 1 No

Explain how traceroute, ping, and tcpdump work and what they are used for?..

Answer / mayur

traceroute and ping work on the ICMP protocol and are used
for network connectivity testing. but TCPDUMP is different
its a NETWORK PACKET ANALYZER. tcpdump uses libpacp/winpcap
to capture data and uses it extensive protocol definitions
build inside to analyze the captured packets. Its mainly
used to debug the protocol of the captured packet which in
turn reveals the network traffic characterstics.

Is This Answer Correct ?    8 Yes 3 No

Post New Answer

More Networking Administration Interview Questions

Which of the following protocols are application protocols? a. ARP b. RIP c. FTP d. NFS

1 Answers  


Define proxy servers and how do they protect computer networks?

0 Answers  


UDP is which type of connection.

1 Answers  


Tell me what protocols fall under the application layer of the tcp/ip stack?

0 Answers  


How long does an entry stay in the arp table by default ?

1 Answers  


Command to add a route to server1 via router1 with 3 hops :

1 Answers  


what is topologies?

15 Answers   IBM, TCP,


how to add a new host to DNS?

1 Answers  


Which file does a workstation consult to find out which DNS servers shiuld be consulted to resolve names ?

1 Answers  


Which command would you use to kill a process by name ?

1 Answers  


Your class C network has been subnet-ed. Mask for the new subnets is 255.255.255.248. How many subnets and how many nodes per subnet can you have ? a. 30, 6 b. 30, 7 c. 62, 2 d. 62, 6 e. 62, 7

1 Answers  


what is mean topoplogy? you have which topology use the network?

9 Answers   IBM, Reliance,


Categories
  • Networking Protocols Interview Questions Networking Protocols (671)
  • Networking Administration Interview Questions Networking Administration (1008)
  • Networking Security Interview Questions Networking Security (196)
  • Networking General Interview Questions Networking General (266)
  • Networking AllOther Interview Questions Networking AllOther (430)