N10-005 · Question #830
Which of the following commands can be used on a server to display IP information for a given interface?
The correct answer is C. ifconfig. ifconfig (interface configuration) is a Unix/Linux command used to display and configure network interface parameters, including IP address, subnet mask, and MAC address. On Windows, the equivalent is ipconfig. The other options serve different purposes: nbtstat displays…
Question
Which of the following commands can be used on a server to display IP information for a given interface?
Options
- Anbtstat
- Bdig
- Cifconfig
- Dmsconfig
How the community answered
(62 responses)- A2% (1)
- B2% (1)
- C94% (58)
- D3% (2)
Explanation
ifconfig (interface configuration) is a Unix/Linux command used to display and configure network interface parameters, including IP address, subnet mask, and MAC address. On Windows, the equivalent is ipconfig. The other options serve different purposes: nbtstat displays NetBIOS over TCP/IP statistics and name tables; dig is a DNS lookup tool; and msconfig is a Windows system configuration utility that manages startup programs and services - not network interfaces.
Topics
Community Discussion
No community discussion yet for this question.