Difficulty: Medium
Correct Answer: Offering a virtual-circuit interface to a packet-switched service for end-to-end delivery
Explanation:
Introduction:
The OSI model separates responsibilities so that each layer solves a specific part of the end-to-end communication problem. This question checks whether you can distinguish what truly belongs to the Network layer (Layer 3) versus what is confined to the Data Link layer (Layer 2).
Given Data / Assumptions:
Concept / Approach:
The Network layer’s hallmark is inter-network delivery: routing between subnets and often providing a virtual-circuit abstraction (as in X.25). Data Link focuses on a single link segment (framing, MAC addressing). Therefore, a description that centers on end-to-end virtual circuits for packet-switched services belongs to Layer 3, not Layer 2.
Step-by-Step Solution:
Verification / Alternative check:
In X.25, PLP (Packet Layer Protocol) provides virtual circuits across the network, whereas LAPB (Data Link) manages a single hop. This confirms that end-to-end virtual-circuit service belongs to the Network layer.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing single-link responsibilities (Layer 2) with multi-hop end-to-end services (Layer 3); assuming “All of the above” when one choice clearly belongs to a different layer.
Final Answer:
Offering a virtual-circuit interface to a packet-switched service for end-to-end delivery.
Discussion & Comments