How to discover if a specific address/port is reachable?
- by marco.ragogna
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?