nerdexam
CompTIA

LX0-104 · Question #335

Which smb.conf directive is required to configure a Samba server to act as a WINS server?

The correct answer is C. wins support. To configure a Samba server to function as a WINS server, the wins support = yes directive must be specified in the smb.conf file.

Administrative Tasks

Question

Which smb.conf directive is required to configure a Samba server to act as a WINS server?

Options

  • Awins proxy
  • Bwins server
  • Cwins support
  • DNothing needs to be done. All Samba servers are automatically a WINS server.

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    90% (19)

Why each option

To configure a Samba server to function as a WINS server, the `wins support = yes` directive must be specified in the `smb.conf` file.

Awins proxy

The `wins proxy = yes` directive configures Samba to act as a WINS proxy agent, forwarding NetBIOS broadcasts to a WINS server, not to be a WINS server itself.

Bwins server

The `wins server = IP_ADDRESS` directive configures Samba to *use* an existing WINS server for NetBIOS name resolution, making it a WINS client, not a WINS server.

Cwins supportCorrect

The `wins support = yes` directive in `smb.conf` instructs the Samba `nmbd` daemon to operate as a WINS server, maintaining a database of NetBIOS names and responding to WINS registration and query requests.

DNothing needs to be done. All Samba servers are automatically a WINS server.

Samba servers do not automatically become WINS servers; this functionality must be explicitly enabled through configuration.

Concept tested: Samba WINS server configuration

Source: https://www.samba.org/samba/docs/current/manpages/smb.conf.5.html

Topics

#Samba#smb.conf#WINS server#name resolution

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice