nerdexam
Linux_Foundation

LFCS · Question #589

When no WINS server is present, all name registrations and lookups are done by UDP _______.

The correct answer is A. broadcast. In the absence of a WINS server, NetBIOS name registrations and lookups rely on UDP broadcasts to communicate with other devices on the local network segment.

Submitted by haru.x· Apr 18, 2026Networking

Question

When no WINS server is present, all name registrations and lookups are done by UDP _______.

Options

  • Abroadcast
  • Bmulticast
  • Cunicast
  • DNone of the above.

How the community answered

(61 responses)
  • A
    93% (57)
  • B
    2% (1)
  • C
    3% (2)
  • D
    2% (1)

Why each option

In the absence of a WINS server, NetBIOS name registrations and lookups rely on UDP broadcasts to communicate with other devices on the local network segment.

AbroadcastCorrect

Without a WINS server, NetBIOS over TCP/IP (NetBT) clients revert to using UDP broadcasts (specifically over port 137) for name registration and resolution. This allows devices to discover each other on the local subnet by sending packets to all hosts.

Bmulticast

Multicast is a different addressing scheme that targets a group of recipients, not all hosts on a local subnet for basic NetBIOS name resolution.

Cunicast

Unicast is a one-to-one communication, which requires knowing the recipient's IP address beforehand, contrary to the discovery nature of NetBIOS in the absence of WINS.

DNone of the above.

This is incorrect as broadcast is the method used.

Concept tested: NetBIOS name resolution without WINS

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-netbios-over-tcp-ip

Topics

#Name Resolution#UDP Broadcast#NetBIOS#WINS

Community Discussion

No community discussion yet for this question.

Full LFCS Practice