in Computer Networks edited by
657 views
0 votes
0 votes
Which statement is false?

PING is a TCP/IP application that sends datagrams once every second in the hope of an echo response from the machine being PINGED

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

If PING encounters an error condition, an ICMP message is not returned

PING display the time of the return response in milliseconds or one of several error message
in Computer Networks edited by
by
657 views

1 Answer

4 votes
4 votes
Ans-option (C) is incorrect

ping command is used to check self connectivity ,here loop back address 127.0.0.1 is used .

(A)- PING is a TCP/IP application that sends datagrams once every second in the hope of an echo response from the machine being PINGED

(B)- 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

(C)-if ping encounters an error condition ,in that case ICMP error message is returned.

(D)- PING display the time of the return response in milliseconds or one of several error message

3 Comments

What does it mean bt TCP/IP application ?
0
0
actually TCP/IP  is a model like OSI model
0
0
PING request itself is an ICMP packet.

And there is no ICMP generated for an ICMP packet.

Then why you are saying that option C is incorrect?
1
1

Related questions