Saved Bookmarks
| 1. |
During debugging, we can use the ____________ program to find if a host is alive and responding.(a) traceroute(b) shell(c) ping(d) java |
|
Answer» Correct option is (c) ping To explain I would say: Ping program is used to find if a host is alive and responding. It is to be entered into a command line with the syntax “ping (IP address)” to be executed. Traceroute is a program used to find the shortest route to the destination IP. |
|