220-802 · Question #875
Which of the following command line tools can be used to display the default gateway, IP address, and DNS servers currently being used by a host?
The correct answer is B. IPCONFIG /ALL. IPCONFIG /ALL (B) displays comprehensive TCP/IP configuration for all network adapters, including the IP address, subnet mask, default gateway, DNS servers, DHCP status, MAC address, and more. TRACERT (A) traces the route packets take to a destination host. NSLOOKUP (C) is used…
Question
Which of the following command line tools can be used to display the default gateway, IP address, and DNS servers currently being used by a host?
Options
- ATRACERT
- BIPCONFIG /ALL
- CNSLOOKUP
- DPING -T
How the community answered
(15 responses)- A7% (1)
- B87% (13)
- C7% (1)
Explanation
IPCONFIG /ALL (B) displays comprehensive TCP/IP configuration for all network adapters, including the IP address, subnet mask, default gateway, DNS servers, DHCP status, MAC address, and more. TRACERT (A) traces the route packets take to a destination host. NSLOOKUP (C) is used to query DNS servers for name resolution information, not to display local network configuration. PING -T (D) continuously sends ICMP echo requests to test connectivity to a host but does not show network configuration details.
Topics
Community Discussion
No community discussion yet for this question.