Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Updated Jul 2025

NBNS

NBNS (sometimes called WINS) stands for NetBIO Name Serviceexternal_link, which is a protocol for name resolution.

NBNS performs the same function as LLMNR, but using UDP broadcast packets instead of multi cast packets. Browsers normally only attempt to use NBNS after attempts to use LLMNR have failed.

ipconfigUSE_NBNS must be set to 1 in FreeRTOSIPConfig.h for NBNS to be enabled. As with LLMNR, the application writer must provide the xApplicationDNSQueryHook() callback function which takes a character pointer as a parameter and returns pdTRUE if the name passed into the function matches a name used to identify the node.