1. arp: used to view and manage the arp cache, can be used to look at the Layer 3-to-Layer 2 mapping on an Ethernet network for most Windows- and Linux-based devices.
  2. dig: verify DNS resolution.
  3. dhclient: releases your computer’s IP address to get a new one from the DHCP server
  4. host: performs DNS lookups – give a domain name, it returns an IP address
  5. ipconfig displays and configures your TCP/IP network interface configurations on Windows
  6. ifconfig displays and configures your TCP/IP network interface configurations on Linux
  7. man command is the command related to documentation built in to most Linux-based operating systems.
  8. nbtstat shows the netBIOS information on a Windows computer.
  9. netcat: networking service for reading from and writing network connections
  10. netstat: displays incoming and outgoing network connections and shows IP-based connection information on a Windows or Linux computer.
  11. nslookup: looks up IP address associated with a domain name, returns DNS server, allows testing of DNS resolution for Windows- and Linux-based devices.
  12. ping: used to check connectivity between networking devices verifies basic network connectivity between two points on the network.
  13. route: command show or manipulate the IP routing table, can allow the creation, deletion, or viewing of routes on a Windows or Linux host.
  14. tracert on Windows; used to view the entire path of a packet from one device to another; can show the routers in the path between the PC and a remote target.
  15. tracepath: similar to ping but provides information about the path a packet takes
  16. traceroute command sends packets to a destination asking each router along the way to reply and is the Linux equivalent to Window’s tracert.
  17. tcpdump: a packet analyzer which displays TCP/IP packets transmitted and received

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.