QuestionQ1018

IP Connectivity

Which Windows command is used in place of the route print command to display the contents of the IP routing table?

  • A ipconfig
  • B netstat -r
  • C netstat -n
  • D ifconfig
Explanation

In Windows, netstat -r displays the IP routing table and serves as an alternative to route print. The other commands do not perform that function: ipconfig shows TCP/IP configuration details, netstat -n lists connections using numeric addresses, and ifconfig is not the standard Windows command for viewing routes.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!