Ping

Pemantauan

Definisi

Utilitas jaringan yang mengirimkan paket ICMP echo request ke host target dan mengukur waktu pulang-pergi (RTT) dari balasannya. Alat paling dasar untuk menguji keterjangkauan jaringan dan mengukur latensi.

How Ping Works

The ping command sends ICMPInternet Control Message Protocol. A network-layer protocol used for diagnostic and error-reporting purposes. Ping (echo request/reply) and traceroute both rely on ICMP messages. Echo Request datagrams to a target host and waits for Echo Reply datagrams in return. The round-trip time (RTT) for each packet is printed, along with a summary of minimum, average, maximum, and mean deviation latency across the sequence. Ping requires no open TCPTransmission Control Protocol. A reliable, connection-oriented transport protocol that guarantees ordered, error-checked delivery of data through three-way handshakes, acknowledgments, and retransmission. The foundation of HTTP, SSH, and most internet services. port on the target — it uses raw ICMP at the network layer. However, many hosts and FirewallA network security device or software that monitors and filters incoming and outgoing traffic based on predefined rules. Firewalls can block traffic by IP address, port number, protocol, or application-layer content. configurations block or rate-limit ICMP, causing ping to report request timeout even when the host is fully reachable by other protocols.

Interpreting Results

Consistent RTTs with low variance indicate a stable path. High variance (jitter) suggests queuing delay from congestion. Increasing RTT over successive hops in a TracerouteA network diagnostic tool that maps the path packets take from source to destination by sending probes with incrementing TTL values. Each responding router reveals one hop in the route, along with its latency. shows where propagation delay accumulates. Packet LossThe percentage of data packets that fail to reach their destination, typically caused by network congestion, faulty hardware, or wireless interference. Even 1-2% packet loss can noticeably degrade voice and video quality. in ping results is reported as a percentage of sent packets with no reply received within the timeout window. Loss rates above 1-2% typically indicate a problem; occasional single-packet loss may be ICMP de-prioritization at a transit RouterA network device that forwards data packets between different networks by examining destination IP addresses and consulting its routing table. Routers operate at Layer 3 (Network) of the OSI model..

Beyond Basic Ping

Ping Test provides web-based ping without requiring command-line access or firewall exceptions on the client. For continuous monitoring, tools like SmokePing graph RTT and packet loss over time, revealing patterns invisible in a single ping run — for example, congestion that occurs only during peak hours. Ping to the GatewayA network device (typically a router) that serves as the access point from a local network to other networks. The default gateway is the first hop for traffic destined outside the local subnet. distinguishes local network problems from internet path problems: if gateway ping is clean but external ping shows loss, the issue is beyond your ISPInternet Service Provider. A company that provides internet access to consumers and businesses, assigning public IP addresses and routing traffic to the wider internet. Examples include Comcast, AT&T, and SK Broadband..

Istilah Terkait

Lainnya di Pemantauan