Is ping a connectionless or a connection-oriented program, and which layer and protocol does it use?

What will be an ideal response?

Ping communications are connectionless, using the ICMP Internet layer protocol.

Computer Science & Information Technology

You might also like to view...

What are the two elements used when accessing websites?

a. Internet name b. Private IP address c. Personal name d. Public IP address

Computer Science & Information Technology

catch blocks are not required to contain:

a. Braces { }. b. Parentheses ( ). c. Some form of parameter type indication. d. A parameter name.

Computer Science & Information Technology