working of ping and goopher?

Answer Posted / sudharsan

Ping (Packet Internet Groper)is used to check a particular host is reachable across the network. It is also used to self test the NIC of the computer.

The command takes the form ping <ip_address>

Ping uses ICMP (Internet Control Message Protocol) for its operation. It sends ICMP echo request packets to the designated host. If the device is reachable before a time-out period, an ICMP echo reply message will be received.

Ping measures the round-trip time and records any packet loss, and prints when finished a statistical summary of the echo response packets received, the minimum, mean, max

The following is a sample output of pinging en.wikipedia.org from within the command prompt

ping en.wikipedia.org
Pinging rr.pmtpa.wikimedia.org [208.80.152.2] with 32 bytes of data:

Reply from 208.80.152.2: bytes=32 time=330ms TTL=51
Reply from 208.80.152.2: bytes=32 time=330ms TTL=51
Reply from 208.80.152.2: bytes=32 time=330ms TTL=51
Reply from 208.80.152.2: bytes=32 time=330ms TTL=51

Ping statistics for 208.80.152.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 330ms, Maximum = 330ms, Average = 330ms

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain Attenuation?

689


Differentiate between Link state and Distance Vector Routing algorithm.

1109


Explain any three error detection and correction techniques.

1253


what is scsi?. what we do if scsi/scsi drive failed?.

1886


Explain Traffic shaping using token bucket algorithm

1088






Discuss the different factors affecting congestion control algorithms. ?

2806


Write two ways in which computer applications differ from network applications ?

1201


Explain pure-ALOHA and slotted- ALOHA systems. Give the expression for throughout for each,clearly explaining the various terms.

1689


whtch file system support the tcp/ip , http protocal and ftp protocal?

1801


In which of the 7 layers of OSI will a service handling conversion of characters is from EBCDIC to ASCII be normally implemented ?

1138


What is NVT (Network Virtual Terminal)

720


If the transmitted code word is 10011000 and the received code word is 11001001. What is the error word ? Write transmitted code word , received code word and error word as polynomials.

2446


What is ISO-OSI reference model ? Compare it with TCP/IP reference model.

1256


Differentiate between stop-and wait ARQ and Go-back-N protocol.

3578


On a nexus, is the metric-type keyword not available in the "default-information originate" command?

676