Normally application opens a port in a server or pc for specific purpose. we can check if the port is open or not from local pc by using telnet command.
1. go to command prompt.
2. type "telnet 10.18.55.33 2312" and enter.
where 10.18.55.33 is ip address of computer for which you want to check port and 2312 is port number.
if the above command is successful and it will bring you a prompt to type telnet command and this confirms port is open. you can quit the prompt by pressing ctrl+} and type quit and press enter button.
1. go to command prompt.
2. type "telnet 10.18.55.33 2312" and enter.
where 10.18.55.33 is ip address of computer for which you want to check port and 2312 is port number.
if the above command is successful and it will bring you a prompt to type telnet command and this confirms port is open. you can quit the prompt by pressing ctrl+} and type quit and press enter button.