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:
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:
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:
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
Discussion & Comments