Difficulty: Easy
Correct Answer: Network Server
Explanation:
Introduction / Context:
LANs rely on systems that make resources available to multiple users and enforce access control. The machine that hosts shared folders, databases, print queues, directory services, or application services is commonly referred to as a network server. Distinguishing it from software (the OS) or services (VPN) avoids conceptual confusion on exams and in design discussions.
Given Data / Assumptions:
Concept / Approach:
A network server is a host that offers services to clients: file/print services, web/database hosting, directory and authentication, and sometimes centralized backup. It runs a network operating system that enables these services, but the OS itself is not the “server”—the machine performing the server role is. VPNs provide secure remote connectivity, and OSI is a conceptual model, not a device or role.
Step-by-Step Solution:
Verification / Alternative check:
Administrative consoles for file and print services, Active Directory/LDAP, and application servers are hosted on servers accessible to many clients—concretely matching the definition of a network server in LANs.
Why Other Options Are Wrong:
Common Pitfalls:
Equating the OS with the role; using “server” to mean both hardware and software indiscriminately without recognizing the context of the question.
Final Answer:
Network Server
Discussion & Comments