ping - 네트워크 연결성 테스트
Windows, Linux 및 macOS에서 종합적인 핑 명령 및 네트워크 연결 테스트.
기본 사용
간단한 연결성 제품정보
| | Platform | Command | Description | |
| --- | --- | --- |
| | All | ping hostname
| Basic connectivity test | |
| | All | ping 8.8.8.8
| Test with Google DNS | |
| | All | ping google.com
| Test with domain name | |
플랫폼 사양 차이
| | Feature | Windows | Linux/macOS | |
| --- | --- | --- |
| | Default count | 4 packets | Continuous | |
| | Stop continuous | N/A | Ctrl+C | |
| | IPv6 | ping -6
| ping6
or ping -6
| |
고급 옵션
패킷 카운트 및 타이밍
| | Platform | Command | Description | |
| --- | --- | --- |
| | Windows | ping -n 10 hostname
| Send 10 packets | |
| | Linux/macOS | ping -c 10 hostname
| Send 10 packets | |
| | Windows | ping -t hostname
| Continuous ping | |
| | Linux/macOS | ping hostname
| Continuous (default) | |
소포 크기와 간격
| | Platform | Command | Description | |
| --- | --- | --- |
| | Windows | ping -l 1024 hostname
| Set packet size to 1024 bytes | |
| | Linux/macOS | ping -s 1024 hostname
| Set packet size to 1024 bytes | |
| | Windows | ping -w 5000 hostname
| Timeout in milliseconds | |
| | Linux/macOS | ping -W 5 hostname
| Timeout in seconds | |
| | Linux/macOS | ping -i 2 hostname
| 2-second interval between packets | |
고급 테스트
| | Platform | Command | Description | |
| --- | --- | --- |
| | All | ping -f hostname
| Flood ping (requires root on Linux/macOS) | |
| | Linux/macOS | ping -D hostname
| Print timestamp | |
| | Linux/macOS | ping -a hostname
| Audible ping | |
| | Windows | ping -a hostname
| Resolve hostname to IP | |
IPv6 지원
IPv6 Ping 명령
| | Platform | Command | Description | |
| --- | --- | --- |
| | Windows | ping -6 hostname
| IPv6 ping | |
| | Linux | ping6 hostname
| IPv6 ping (traditional) | |
| | Linux | ping -6 hostname
| IPv6 ping (modern) | |
| | macOS | ping6 hostname
| IPv6 ping | |
IPv6 예제
카지노사이트
네트워크 진단
사이트맵 팟캐스트
| | Platform | Command | Description | |
| --- | --- | --- |
| | Windows | ping -f -l 1472 hostname
| Test MTU (don't fragment) | |
| | Linux/macOS | ping -M do -s 1472 hostname
| Test MTU (don't fragment) | |
시험 방법
카지노사이트
문제 해결
일반적인 문제 및 솔루션
| | Problem | Symptoms | Solution | | | --- | --- | --- | | | Request timeout | No response | Check firewall, network connectivity | | | | Destination unreachable | ICMP error | Check routing, DNS resolution | | | | Permission denied | Flood ping fails | Use sudo/administrator privileges | | | | Name resolution failed | Unknown host | Check DNS settings | |
진단 명령
카지노사이트
성능 분석
통계 Interpretation
| | Metric | Description | Good Value | | | --- | --- | --- | | | RTT (Round Trip Time) | Time for packet round trip | < 50ms local, < 200ms internet | | | | Packet Loss | Percentage of lost packets | 0% ideal, < 1% acceptable | | | | Jitter | Variation in RTT | < 10ms | |
연속 모니터링
카지노사이트
스크립트 및 자동화
Bash 스크립트 예제
카지노사이트
PowerShell 예제
카지노사이트
보안 고려 사항
방화벽 및 ICMP
- 많은 방화벽은 ICMP 트래픽을 차단
- 몇몇 네트워크 disable ping 응답
- ping이 차단되는 경우 대안 도구 사용
비율 제한
- 생산 네트워크에 홍수를 피
- 네트워크 정책 및 속도 제한
- 감시를 위한 적합한 간격을 사용하십시오
최고의 연습
네트워크 테스트
- ** 간단한 시작 **: 알려진 호스트에 기본 핑 시작
- ** 시험 층 **: IP를 시험하고, 그 후에 DNS, 그 후에 신청
- Document Results: 네트워크 테스트 로그 유지
- 명세 ** 다중 대상 사용 ** : 다양한 목적지를 테스트
- 명세 Consider Time: 네트워크 성능은 시간에 따라 다릅니다.
관련 기사
- Baseline: 정상적인 성과 미터를 설치하십시오
- Alerting: 패킷 손실 또는 높은 지연에 대한 경고 설정
- Trending: 시간에 따른 트랙 성능
- 명세 Correlation: 다른 네트워크 메트릭과 비교
- 명세 Documentation: 문서 네트워크 topology 및 예상 성능