Difficulty: Easy
Correct Answer: three
Explanation:
Introduction / Context:
X.25 is an early packet-switched networking standard that predated today’s IP-based Internet. It defined how user equipment connects and exchanges packets over public data networks. Understanding where X.25 sits in the OSI model clarifies its scope and how it relates to higher-layer services.
Given Data / Assumptions:
Concept / Approach:
X.25 spans three OSI layers: Layer 1 (physical interface, often via X.21 or V-series), Layer 2 (LAPB — Link Access Procedure, Balanced), and Layer 3 (Packet Layer Protocol for virtual circuits). It does not define transport, session, presentation, or application functions.
Step-by-Step Solution:
Map X.25 physical attachment to OSI Layer 1.Map LAPB link control to OSI Layer 2.Map packet layer virtual circuits to OSI Layer 3.Total layers covered: three.
Verification / Alternative check:
Classic diagrams show X.25’s packet layer offering a network service to higher layers while relying on LAPB and a carrier physical interface below.
Why Other Options Are Wrong:
two: Omits one of the layers X.25 specifies.
Common Pitfalls:
Confusing X.25 end-to-end application services with its network-service role; transport and above are out of scope for the standard.
Final Answer:
three
Discussion & Comments