nerdexam
CompTIA

LX0-104 · Question #580

What DHCP option can be set on a ISC DHCP server to tell NETBIOS clients that the WINS server has the IP address 192.168.1.2?

The correct answer is D. option netbios-name-servers 192.168.1.2;. To inform NetBIOS clients about the WINS server's IP address (192.168.1.2) using an ISC DHCP server, the option netbios-name-servers must be configured.

Networking Fundamentals

Question

What DHCP option can be set on a ISC DHCP server to tell NETBIOS clients that the WINS server has the IP address 192.168.1.2?

Options

  • Aoption netbios-wins-servers 192.168.1.2;
  • Boption wins-netbios-servers 192.168.1.2;
  • Coption wins-name-servers 192.168.1.2;
  • Doption netbios-name-servers 192.168.1.2;

How the community answered

(34 responses)
  • A
    3% (1)
  • C
    3% (1)
  • D
    94% (32)

Why each option

To inform NetBIOS clients about the WINS server's IP address (192.168.1.2) using an ISC DHCP server, the `option netbios-name-servers` must be configured.

Aoption netbios-wins-servers 192.168.1.2;

`option netbios-wins-servers` is not the correct or standard DHCP option syntax for specifying WINS server addresses.

Boption wins-netbios-servers 192.168.1.2;

`option wins-netbios-servers` is not the correct or standard DHCP option syntax for specifying WINS server addresses.

Coption wins-name-servers 192.168.1.2;

`option wins-name-servers` is not the correct or standard DHCP option syntax for specifying WINS server addresses.

Doption netbios-name-servers 192.168.1.2;Correct

The `option netbios-name-servers` is the standard DHCP option (option 44) used within an ISC DHCP server configuration to provide NetBIOS clients with the IP address of their designated WINS server. This allows clients to correctly resolve NetBIOS names.

Concept tested: ISC DHCP WINS server option

Source: https://manpages.ubuntu.com/manpages/jammy/man5/dhcpd.conf.5.html

Topics

#DHCP#WINS#NetBIOS#configuration options

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice