Development/Etc

[Window OS] Window에서 Ping, 특정 Port Ping 테스트하기

이쥬딩 2020. 10. 16. 14:57
728x90

# ping 테스트 방법

CMD창에 아래 명령어 입력한다.

ping <IP>

 

# 특정 Port ping 테스트 방법

아래 사이트 접속 후 tcping.exe 다운로드 후 설치한다.

 

tcping.exe - ping over a tcp connection

tcping.exe - ping over a tcp connection tcping.exe is a console application that operates similarly to 'ping', however it works over a tcp port. There are many different implementions of this floating around, written independently by different people. Ther

elifulkerson.com

CMD창에 아래 명령어 입력한다.

tcping <IP> <PORT>
728x90