nerdexam
GIAC

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.

Networking and Core Concepts

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)
  • A
    4% (1)
  • B
    4% (1)
  • C
    8% (2)
  • D
    85% (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.

ANSLOOKUP

NSLOOKUP is a DNS diagnostic tool used to query name servers for domain name resolution, not for configuring network interface parameters.

BIPCONFIG

IPCONFIG is a Windows-specific command that displays and refreshes TCP/IP settings; the question refers to the broader Unix/Linux utility IFCONFIG.

CARP

ARP (Address Resolution Protocol) is used to map IP addresses to MAC addresses on a local network, not to configure or query interface parameters.

DIFCONFIGCorrect

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

#ifconfig#network configuration#TCP/IP#Linux networking

Community Discussion

No community discussion yet for this question.

Full GSEC Practice