Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
NetBIOS Frames
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{short description|Microsoft Windows networking protocol}} '''NetBIOS Frames''' ('''NBF''') is a non-[[routable]] [[network layer|network-]] and [[transport layer|transport]]-level data [[communication protocol|protocol]] most commonly used as one of the layers of [[Microsoft Windows]] networking in the 1990s. NBF or [[NetBIOS]] over [[IEEE 802.2]] [[Logical Link Control|LLC]] is used by a number of network operating systems released in the 1990s, such as [[LAN Manager]], [[LAN Server]], [[Windows 3.1x#Windows for Workgroups|Windows for Workgroups]], [[Windows 95]] and [[Windows NT]]. Other protocols, such as NBT ([[NetBIOS over TCP/IP]]), and NBX (NetBIOS-over-[[IPX/SPX]]) also implement the NetBIOS/NetBEUI services over other protocol suites. The NBF protocol is broadly, but incorrectly, referred to as ''NetBEUI''. This originates from the confusion with NetBIOS Extended User Interface, an [[NetBIOS#NetBEUI|extension to the NetBIOS API]] that was originally developed in conjunction with the NBF protocol; both the protocol and the ''NetBEUI'' [[emulator]] were originally developed to allow NetBIOS programs to run over [[IBM]]'s new [[Token Ring]] network.<ref>{{cite web|url=http://ourworld.compuserve.com/homepages/timothydevans/intro.htm|title=NetBios NetBEUI NBF Networking Introduction|accessdate=2007-07-03 |archiveurl = https://web.archive.org/web/20070207171212/http://ourworld.compuserve.com/homepages/timothydevans/intro.htm <!-- Bot retrieved archive --> |archivedate = 2007-02-07}}</ref> [[Microsoft]] caused this confusion by labelling its NBF protocol implementation ''NetBEUI''. NBF is a protocol and the original NetBEUI was a NetBIOS [[application programming interface]] extension.{{cn|date=June 2023|reason=Cited source doesn't support the alleged controversy that the protocol implemented by NetBIOS emulator over 802.2 would be different between Token Ring and Ethernet networks.}} ==Overview== NBF protocol uses [[802.2]] type 1 mode to provide the NetBIOS/NetBEUI name service and [[datagram]] service, and [[802.2]] type 2 mode to provide the NetBIOS/NetBEUI session service ([[virtual circuit]]). NBF protocol makes wide use of [[broadcasting (networking)|broadcast]] messages, which accounts for its reputation as a [[wikt:chatty|chatty]] interface. While the protocol consumes few network resources in a very small network, broadcasts begin to adversely impact performance and speed when the number of hosts present in a network grows. [[Sytek Inc|Sytek]] developed NetBIOS for [[IBM]] for the [[PC-Network]] program and was used by Microsoft for MS-NET in 1985. In 1987, Microsoft and [[Novell]] utilized it for their network operating systems LAN Manager and [[NetWare]]. Because NBF protocol is unroutable it can only be used to communicate with devices in the same [[broadcast domain]], but being bridgeable it can also be used to communicate with network segments connected to each other via [[network bridge|bridges]]. The lack of support for routable networks means that NBF is only well-suited for small to medium-sized [[Computer network|networks]], where it has such an advantage over TCP/IP that requires little configuration. The NetBIOS/NetBEUI services must be implemented atop other protocols, such as IPX and TCP/IP (see above) in order to be of use in an internetwork.<ref>{{cite web|url=http://ourworld.compuserve.com/homepages/timothydevans/encap.htm|title=NetBios NetBEUI NBF Networking Encapsulation|accessdate=2006-11-24 |archiveurl = https://web.archive.org/web/20060915105324/http://ourworld.compuserve.com/homepages/timothydevans/encap.htm <!-- Bot retrieved archive --> |archivedate = 2006-09-15}}</ref> ==Services== NetBIOS/NetBEUI provides three distinct services: * Name service for name registration and resolution * [[Datagram]] distribution service for connectionless communication * Session service for connection-oriented communication NBF protocol implements all of these services. ===Name service=== In order to start sessions or distribute datagrams, an application must register its NetBIOS/NetBEUI name using the name service. To do so, an "Add Name Query" or "Add Group Name Query" packet is broadcast on the network. If the NetBIOS/NetBEUI name is already in use, the name service, running on the host that owns the name, broadcasts a "Node Conflict" message on the network. In addition, to start a session or to send a datagram to a particular host rather than to broadcast the datagram, NBF protocol has to determine the [[MAC address]] of the host with a given NetBIOS/NetBEUI name; this is done by sending a "Name Query" packet, the response to which will have the MAC address of the host sending the response, i.e. the host with that name. ===Datagram distribution service=== Datagram mode is "[[connectionless]]". A datagram is sent with a "Datagram" packet if it is being sent to a particular NetBIOS/NetBEUI name, or a "Datagram Broadcast" packet if it is being sent to all NetBIOS/NetBEUI names on the network. ===Session service=== Session mode lets two computers establish a connection for a "conversation," allows larger messages to be handled, and provides error detection and recovery. Sessions are established by exchanging packets. The computer establishing the session sends a "Name Query" request, specifying that a session should be initialized. The computer with which the session is to be established will respond with a "Name Recognized" response indicating either that no session can be established (either because that computer is not listening for sessions being established to that name or because no resources are available to establish a session to that name) or that a session can be established (in which case the response will include a local session number to be used in subsequent packets). The computer that is starting the session will then send a "Session Initialize" request which will prompt a "Session Confirm" response. Data is transmitted during an established session by data packets. IEEE 802.2 handles flow control and retransmission of data packets. Because NetBIOS/NetBEUI allows packets to be sent that are larger than the largest packet that could be transmitted on a particular [[MAC layer]], a NetBIOS/NetBEUI packet might have to be transmitted as a sequence of "Data First Middle" packets and a "Data Only Last" packet; packets that do not need to be segmented in that fashion will be sent as a single "Data Only Last" packet. An acknowledgment will be sent for all "Data Only Last" packets that are successfully received; this will also acknowledge all preceding "Data First Middle" packets. Sessions are closed by sending a "Session End" request. ==Availability== NBF protocol β apart from DOS, [[OS/2]] and Unix implementations β was officially supported by Microsoft on almost every version of Windows up to [[Windows 2000]],<ref>{{cite web|url=http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/intwork/inde_nbf_hlpj.mspx|title=NetBEUI support on Windows 2000|website=[[Microsoft]]|accessdate=2007-03-19}}</ref> but its use has decreased quickly since the development of [[NetBIOS over TCP/IP|NBT]]. Microsoft officially dropped support starting with [[Windows XP]],<ref>{{cite web|url=http://support.microsoft.com/kb/306059|title=The NetBEUI Protocol Is Not Available in Windows XP (KB306059)|accessdate=2007-03-19|archiveurl=https://web.archive.org/web/20100220050135/https://support.microsoft.com/kb/306059|archivedate=20 February 2010}}</ref> but it is included on the Windows XP CD-ROM and can be installed manually.<ref>{{cite web|url=http://support.microsoft.com/kb/301041|title=How to install NetBEUI on Windows XP (KB301041)|accessdate=2007-03-19|archiveurl=https://web.archive.org/web/20100817041414/https://support.microsoft.com/kb/301041|archivedate=17 August 2010}}</ref> Windows Vista does not include ''NetBEUI'' (means NBF) support at all, but the Windows XP ''NetBEUI'' support drivers can be used.<ref>{{cite web|url=http://www.mac-net.com/174984.page|title=NetBeui on XP and Vista|archiveurl=https://web.archive.org/web/20160307185221/http://www.mac-net.com/174984.page|archivedate=7 March 2016}}</ref> ==References== {{Reflist}} == External links == * [http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/BK8P7001/CCONTENTS LAN Technical Reference: 802.2 and NetBIOS APIs] β includes NBF protocol specifications * [https://jeffpar.github.io/kbarchive/kb/128/Q128233/ Comparison of Windows NT Network Protocols] {{DEFAULTSORT:Netbios Frames Protocol}} [[Category:Windows communication and services]] [[Category:Network protocols]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite web
(
edit
)
Template:Cn
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)