In the OSI reference model, Microsoft NetBEUI (NetBIOS Extended User Interface) primarily provides services at which layers, conceptually aligning with how the protocol manages conversations between endpoints?

Difficulty: Easy

Correct Answer: transport and session

Explanation:


Introduction / Context:
In classic Microsoft networking, NetBEUI (NetBIOS Extended User Interface) underpins NetBIOS sessions and datagrams. Understanding where NetBEUI fits in the OSI model clarifies why it is non-routable and how it supports application conversations. This question tests the mapping between protocol functions and OSI layers, especially the roles of the transport and session layers in managing reliable exchanges and dialogs.



Given Data / Assumptions:

  • NetBEUI supports NetBIOS name service, datagrams, and sessions inside small LANs.
  • OSI mapping is conceptual (Microsoft stacks do not implement OSI literally).
  • Routing across IP subnets is not provided by NetBEUI.


Concept / Approach:
Transport-layer duties include segmenting, sequencing, and error recovery; session-layer duties include establishing, maintaining, and terminating conversations (sessions). NetBEUI provides reliable transport for NetBIOS over small Ethernet/Token Ring LANs and manages session-type exchanges, so its functions are best described as spanning the transport and session layers conceptually. It does not provide network-layer routing and is not limited to MAC/LLC-only forwarding.



Step-by-Step Solution:

Identify what NetBEUI does: supports NetBIOS name resolution, datagrams, and sessions.Map these to OSI: reliable data movement (transport) and dialog control (session).Eliminate network-layer choices because NetBEUI is non-routable.Select 'transport and session' as the best conceptual fit.


Verification / Alternative check:
Legacy Windows networking texts describe NetBEUI as a small, fast, non-routable transport for NetBIOS that handles sessions (for example, file/print sharing) inside a LAN—aligning with transport/session responsibilities.



Why Other Options Are Wrong:

  • Network and transport: NetBEUI does not implement routing across subnets.
  • Physical and data link / MAC and LLC: too low-level; NetBEUI sits above these to manage sessions.
  • None of the above: incorrect because transport and session is a correct mapping.


Common Pitfalls:
Confusing NetBEUI with NetBIOS over TCP/IP (NBT). NBT rides on IP and is routable; NetBEUI alone is not.



Final Answer:
transport and session

More Questions from Windows NT

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion