Hubbry Logo
search button
Sign in
Network utility
Network utility
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Network utility
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Network utility Wikipedia article. Here, you can discuss, collect, and organize anything related to Network utility. The purpose of the hub is to connect p...
Add your contribution
Network utility

Network utilities are software utilities designed to analyze and configure various aspects of computer networks. The majority of them originated on Unix systems, but several later ports to other operating systems exist.

The most common tools (found on most operating systems) include:

  • ping, ping a host to check connectivity (reports packet loss and latency, uses ICMP).
  • traceroute shows the series of successive systems a packet goes through en route to its destination on a network. It works by sending packets with sequential TTLs which generate ICMP TTL-exceeded messages from the hosts the packet passes through.
  • nslookup, used to query a DNS server for DNS data (deprecated on Unix systems in favour of host and dig; still the preferred tool on Microsoft Windows systems).
  • vnStat, useful command to monitor network traffic from the console. vnstat allows to keep the traffic information in a log system to be analyzed by third party tools.


Other network utilities include:

  • netstat, displays network connections (both incoming and outgoing), routing tables, and a number of network interface and network protocol statistics. It is used for finding problems in the network and to determine the amount of traffic on the network as a performance measurement.[1]
  • spray, which sprays numerous packets in the direction of a host and reports results[2]
  • netsh allows local or remote configuration of network devices, Microsoft Windows

Some usages of network configuration tools also serve to display and diagnose networks, for example:

References

[edit]
  1. ^ "IBM Systems Information Center". 8 May 2007.
  2. ^ "FreeBSD 11.0 - man page for spray (freebsd section 8) - Unix & Linux Commands". Unix.com. Retrieved 15 April 2016.

Further reading

[edit]