Which command is used to find Networking information
-
netstat
-
ifconfig/all
-
ipconfig/all
-
nslookup
A
Correct answer
Explanation
The netstat command displays active network connections, routing tables, and interface statistics across various operating systems. While ipconfig /all is used on Windows to view IP configuration details, it is written here with an incorrect syntax (ipconfig/all). nslookup is restricted specifically to querying DNS servers.