Monitoring Ping Tool Monitoring & Address Resolution Protocol

Address Resolution Protocol
Memetakan OSI level 3 address ke OSI level 2 MAC address, digunakan dalam transport data antara host dengan router.

Monitoring Ping
Tool monitoring ping, ping user internet controle messeage protocol (ICMP) Echo mesagges to determine if a remote is active or inactive and to determine the round-trip dalay when communicating with it.
[admin@mikrotik] > ping 192.168.10.100
192.168.10.100 64 byte ping: ttl=64 time=1 ms
192.168.10.100 64 byte ping: ttl=64 time=1 ms
192.168.10.100 64 byte ping: ttl=64 time=1 ms
192.168.10.100 64 byte ping: ttl=64 time=1 ms
3 packets transnitted, 3 packets received, 0% packet loss round-trip min/avg/mac = 1/1.0/1 ms

Comments