218k views
5 votes
What utility is used to verify that tcp/ip installed, bound to the nic, configured correctly, and communicating with the network?

1 Answer

2 votes
PING is a utility that can verify that TCP/IP is installed, bound to the NIC, configured correctly, and communicating with the network. Ping is used diagnostically to ensure that a host computer the user is trying to reach is actually operating. Ping works by sending an Internet Control Message Protocol (ICMP) Echo Request to a specified interface on the network and waiting for a reply. Ping can be used for troubleshooting to test connectivity and determine response time.
User Tom Warner
by
8.2k points