InterviewSolution
Saved Bookmarks
| 1. |
What is a Ping? |
|
Answer» A ping is a computer program that is used to determine whether a host is reachable and CAPABLE of accepting requests ACROSS an IP NETWORK. It operates by sending an ICMP (Internet Control Message Protocol) Echo to a network computer and waiting for a response. It can be used for troubleshooting as WELL. |
|