Home - ananthan05/Networking-Fundamentals-IP- GitHub Wiki

  1. ipconfig command provides details about the computer's IP address, subnet mask, default gateway, and other network settings for all active network interfaces

ipconfig

2.ipconfig /all command is used to display detailed information about all network interfaces and their configuration.

ipconfig ALl ipconfig all2

  1. ipconfig /displaydns command will shows the list of domain names and their corresponding IP addresses that your computer has recently looked up.

display dns 2 3

4.ipconfig /flushdns command will clears or "flushes" the DNS (Domain Name System) resolver cache.

flush dns

5.ping command is used to check wheather the target device is active and properly connected to the network.

ping

  1. tracert command is used to know the number of hops between the source and destination node in network

tracert

7.nslookup command is used to find information about domain names and their corresponding IP addresses. It allows you to query a DNS server to get details about a specific domain name.

nsloopup

8.nslookup type A

type A

  1. nslookup SOA command is used to get important information about a domain's "Start of Authority" (SOA) record from a DNS server.

soa

10.netstat command is used to shows the list of all active network connections including the local address and the current status of each connection.

netstat

  1. arp-a command displays arp cache.

arp