GSEC · Question #225
Which of the following tools is used to configure, control, and query the TCP/IP network interface parameters?
The correct answer is D. IFCONFIG. IFCONFIG is the Unix/Linux command-line utility used to configure, display, and manage TCP/IP network interface parameters. IPCONFIG serves a similar purpose but is exclusive to Windows systems.
Question
Which of the following tools is used to configure, control, and query the TCP/IP network interface parameters?
Options
- ANSLOOKUP
- BIPCONFIG
- CARP
- DIFCONFIG
How the community answered
(26 responses)- A4% (1)
- B4% (1)
- C8% (2)
- D85% (22)
Why each option
IFCONFIG is the Unix/Linux command-line utility used to configure, display, and manage TCP/IP network interface parameters. IPCONFIG serves a similar purpose but is exclusive to Windows systems.
NSLOOKUP is a DNS diagnostic tool used to query name servers for domain name resolution, not for configuring network interface parameters.
IPCONFIG is a Windows-specific command that displays and refreshes TCP/IP settings; the question refers to the broader Unix/Linux utility IFCONFIG.
ARP (Address Resolution Protocol) is used to map IP addresses to MAC addresses on a local network, not to configure or query interface parameters.
IFCONFIG (Interface Configuration) is the standard Unix/Linux tool used to configure, query, and control network interface parameters such as IP address, subnet mask, and MAC address. It can bring interfaces up or down and assign addresses, making it the correct cross-platform answer for TCP/IP interface management. IPCONFIG is its Windows-only counterpart and does not apply here.
Concept tested: IFCONFIG command for network interface configuration
Source: https://linux.die.net/man/8/ifconfig
Topics
Community Discussion
No community discussion yet for this question.