Difficulty: Easy
Correct Answer: 3
Explanation:
Introduction:
X.25 defined a complete suite for connecting Data Terminal Equipment (DTE) to a packet-switched network via a serial interface. Its layering mirrors the lower portion of the OSI model and clarifies responsibilities at the network edge.
Given Data / Assumptions:
Concept / Approach:
X.25 specifies three layers: (1) Physical layer (e.g., X.21, V.24/V.28) provides electrical/connector characteristics; (2) Data link layer uses LAPB for reliable framing and error control; (3) Packet layer provides virtual circuits and network addressing/flow control. Together they deliver reliable packet service to higher layers.
Step-by-Step Solution:
1) Identify physical signaling needs → Physical layer.2) Ensure reliable frame transport → Data link via LAPB.3) Provide virtual circuit services → Packet layer (level 3) of X.25.
Verification / Alternative check:
Host stacks historically implemented these three levels to reach PDNs, with higher-layer protocols (transport/session) riding above the packet layer.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing X.25’s three-layer model with the full seven-layer OSI model or with TCP/IP layering.
Final Answer:
3
Discussion & Comments