Difficulty: Easy
Correct Answer: Application
Explanation:
Introduction / Context:
The OSI (Open Systems Interconnection) model has seven layers, each with distinct functions. Identifying the correct layer that provides user-facing services is key to mapping protocols and troubleshooting networking issues.
Given Data / Assumptions:
Concept / Approach:
The Application layer (Layer 7) is closest to the user. It provides the interface between applications and the underlying network services. Protocols like HTTP, SMTP, FTP, and Telnet operate at this layer. It does not include the graphical UI but defines the network service layer accessible by applications.
Step-by-Step Solution:
Verification / Alternative check:
Review OSI responsibilities: Layer 5 (Session) manages sessions; Layer 6 (Presentation) translates formats; Layer 7 (Application) interacts with user processes. Only Layer 7 fits the description.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Application.
Discussion & Comments