220-802 · Question #766
A system has three different network adapters installed. Which of the following should a technician use to get the details of all the adapters at the same time?
The correct answer is A. IPCONFIG /ALL. IPCONFIG /ALL is the correct command. It displays detailed configuration information for every network adapter installed on the system, including Ethernet adapters, wireless adapters, loopback adapters, and virtual adapters. The output for each adapter includes its description…
Question
A system has three different network adapters installed. Which of the following should a technician use to get the details of all the adapters at the same time?
Options
- AIPCONFIG /ALL
- BNETSTAT /A
- CNBTSTAT /ALL
- DPING LOCALHOST
How the community answered
(29 responses)- A90% (26)
- B7% (2)
- C3% (1)
Explanation
IPCONFIG /ALL is the correct command. It displays detailed configuration information for every network adapter installed on the system, including Ethernet adapters, wireless adapters, loopback adapters, and virtual adapters. The output for each adapter includes its description, physical (MAC) address, DHCP enabled/disabled status, IP address(es), subnet mask, default gateway, DNS servers, WINS servers, and lease information. The other options are incorrect: NETSTAT /A shows active network connections and listening ports (not adapter details); NBTSTAT /ALL is not a valid switch (nbtstat uses different flags like -n, -r); and PING LOCALHOST simply tests the loopback interface and provides no adapter configuration details.
Topics
Community Discussion
No community discussion yet for this question.