Network Diagnostics
# send test packets to designated network hosts
ping $host
# display a network path to a destination
traceroute $host
# mytraceroute: combines ping + traceroute and creates a continously-updated table of hosts/routes
mtr $hostname
# DNS resolution
dig $hostname