I need a simple utility that allow me to check if a PC, attached to a local network, is able to reach a specified address:port using specified protocol like TCP or UDP
Machine's OS I will use to do the check is Windows XP.
Can you help me, please?
|
I need a simple utility that allow me to check if a PC, attached to a local network, is able to reach a specified address:port using specified protocol like TCP or UDP Machine's OS I will use to do the check is Windows XP. Can you help me, please?
| |||
|
feedback
|
|
Use simply
If you get a connection, something replies on that port. If you get an error message, no program is listening on that port, or the hostname is invalid:
| |||||||||
feedback
|