N10-005 · Question #293
Which of the following commands will display the associated IP address of a network adapter in Windows and Linux environments? (Select TWO).
The correct answer is D. ifconfig E. ipconfig. 'ipconfig' (E) is the Windows command-line tool used to display IP address configuration for all network adapters. 'ifconfig' (D) is its Unix/Linux equivalent that displays interface configuration including IP addresses, subnet masks, and MAC addresses. 'dig' (A) and 'nslookup'…
Question
Which of the following commands will display the associated IP address of a network adapter in Windows and Linux environments? (Select TWO).
Options
- Adig
- Bnslookup
- Cnbstat
- Difconfig
- Eipconfig
How the community answered
(42 responses)- A2% (1)
- B2% (1)
- C7% (3)
- D88% (37)
Explanation
'ipconfig' (E) is the Windows command-line tool used to display IP address configuration for all network adapters. 'ifconfig' (D) is its Unix/Linux equivalent that displays interface configuration including IP addresses, subnet masks, and MAC addresses. 'dig' (A) and 'nslookup' (B) are DNS lookup tools, not adapter configuration tools. 'nbstat' (C) - the correct command is 'nbtstat' - displays NetBIOS over TCP/IP statistics and name tables, not IP address assignments. Note: modern Linux systems often use 'ip addr' instead of ifconfig, but ifconfig remains a valid and widely tested answer.
Topics
Community Discussion
No community discussion yet for this question.