You can use an application like Angry IP Scanner to scan the remote machine or network for open ports.
Here is the link:
<a href="http://www.angryip.org/w/Home">Angry IP Scanner</a>
Update:
This app scans for both TCP and UDP ports but there are tons of other out there, just have a quick google search.
Last Wiki Answer Submitted: June 6, 2010 3:30 pm by Matt Mather3,610 pts.
All Answer Wiki Contributors: Matt Mather3,610 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Also, if the port is a TCP port, simply use telnet to see if the port is open: telnet ip port. If the port is open, a blank screen will presented. If not open, then an error message will be returned.
Or you can try with SuperScan application. A powerful connect-based TCP port scanner, pinger and hostname resolver.
nmap is an excellent tool for scanning ports on even firewalled systems – Use NMap to quickly scan a large subnet for MAC or IP addresses – even firewalled systems!
Also, if the port is a TCP port, simply use telnet to see if the port is open: telnet ip port. If the port is open, a blank screen will presented. If not open, then an error message will be returned.
Keep in mind that some port scanners are detected as malware by some antivirus programs.