edited by
4,663 views
6 votes
6 votes

Which statement is false?

  1. PING is a TCP/IP application that sends datagrams once every second in the hope of an echo response from the machine being PINGED
  2. If the machine is connected and running a TCP/IP protocol stack, it should respond to the PING datagram with a datagram of its own
  3. If PING encounters an error condition, an ICMP message is not returned
  4. PING display the time of the return response in milliseconds or one of several error message
edited by

4 Answers

Best answer
21 votes
21 votes

Ans:C

selected by
7 votes
7 votes
PING uses ICMP to check connectivity of host to Internet(IP) layer. It send message to host computer to destination computer and then echoed back from destination to host computer. It also checks RTT. So, If it is not echoed back then there must be some error
6 votes
6 votes

answer is : Option C

In case of error, the target host or an intermediate router sends back an ICMP error message, for example "host unreachable" or "TTL exceeded in transit".


Try once more....definitely you can

Answer:

Related questions

10.3k
views
3 answers
16 votes
go_editor asked Jun 20, 2016
10,277 views
Which layers of the OSI reference model are host-to-host layers?Transport, session, presentation, applicationSession, presentation, applicationDatalink, transport, presentation, applicationPhysical, datalink, network, transport
5.7k
views
2 answers
8 votes
go_editor asked Jun 19, 2016
5,737 views
In a class B subnet, we know the IP address of one host and the mask as given below:IP address $: 125.134.112.66$Mask $: 255.255.224.0$What is the first address(Network address)?$125.134.96.0$125.134.112.0$125.134.112.66$125.134.0.0$
4.2k
views
1 answers
11 votes
go_editor asked Jun 19, 2016
4,228 views
In CRC if the data unit is $100111001$ and the divisor is $1011$ then what is dividend at the receiver?$100111001101$100111001011$100111001$100111001110$
10.6k
views
3 answers
9 votes
go_editor asked Jun 19, 2016
10,579 views
How many characters per sec $(7 \;\text{bits} + 1 \;\text{parity})$ can be transmitted over a $2400$ bps line if the transfer is synchronous $( 1$ start and $1$ stop bit)?$300$240$250$275$