나는 네트워킹에 종사하지 않으며 Linux ping 명령 과 관련하여 다음과 같은 질문이 있습니다 .
주소 만 핑할 수 있습니까? 예를 들면 다음과 같습니다.
miner@raspberrypi ~ $ ping onofri.org
PING onofri.org (67.222.36.105) 56(84) bytes of data.
64 bytes from onofri.org (67.222.36.105): icmp_req=1 ttl=47 time=202 ms
64 bytes from onofri.org (67.222.36.105): icmp_req=2 ttl=47 time=206 ms
64 bytes from onofri.org (67.222.36.105): icmp_req=3 ttl=47 time=215 ms
또는 address : port를 핑할 수도 있습니다 ( 예 : onofri.org:80) ?
이 것을 시도하면 작동하지 않습니다.
miner@raspberrypi ~ $ ping onofri.org:80
ping: unknown host onofri.org:80
address : port 와 같은 것을 핑할 수 있습니까? 가능하다면 시도한 것이 효과가없는 이유는 무엇입니까?
GET /index.html HTTP\1.1
하고 결과 마크 업과 함께 200 응답 (또는 오류 코드)을 입력 하고 확인할 수 있습니다.
HTTP\1.1
? 정말?
HTTP/1.1
...