On Linux we have a service running which is listening on port 9999 but when we try to check it from a Windows machine on same network with PING it says :
Ping request could not find host 10.32.9.82:9999
while when I tried using telnet like
telnet 10.32.9.82 9999
and Telnet got connected successfully.
So what I am trying to understand that why the telnet worked but does PING not as the service is listening on the IP and port on TCP.