Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:
Proxy servers sit between internal clients and external services, brokering requests and enforcing policy. They add control points for security, caching, logging, and data loss prevention, making them a common element in enterprise perimeter and zero-trust designs.
Given Data / Assumptions:
Concept / Approach:
By terminating client sessions and initiating new ones outward, a proxy can enforce rules, mask internal addressing, cache responses, and inspect content. Thus, the statement that it “controls the passage of messages or files through to the organization’s network” accurately reflects proxy purpose and operation.
Step-by-Step Solution:
Verification / Alternative check:
Enterprise secure web gateway (SWG) and mail gateway products are proxies that explicitly implement these control functions.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing proxies with NAT or simple routers; assuming proxies are only for caching rather than enforcement.
Final Answer:
Correct
Discussion & Comments