Hey A. I dunno why the question was wrong, but I can see someone else's reasoning why.
Netbios basically stands for:
Net
Basic
Input
Output
System
NetBEUI is similar, just a modified/extended ver:
NetBIOS
Extended
User
Interface
What the netbios/netbeui handles is the data being transferred over a network, similar to TCP/IP, IPX, except in different form. It sends the very basic data when transmitting, primarily three things -
1 - the ethernet adapter
2 - SSAP - source server (or service? forgot) access point - says where the data is being sent
3 - DSAP - destination server/service access point - says which unit to reach.
An example that would still use the NetBeui/NetBIOS extension today would be the office xerox machines to the office PC's. they operate a bit differently from your home printer and that's the method that I believe the older machines use, and some still use (unless its outdated today, I haven't kept up with much of the printer industry).
When it sends those 3 data, that's all that is needed for a connectionless communication. Although, I just googled up why netbios would not be connectionless, and from what microsoft stated, in often cases the method transmitted deemed
unreliable. I don't know how to explain this, but perhaps microsoft can do a better job that me
Microsoft:
Microsoft Corporation
Enthusiast:
NetBIOS Specification - Index
You should ask your teacher about it. See what "his view" on it is. Sources otherwise prove that NetBIOS/NetBEUI are connectionless.