Difficulty: Easy
Correct Answer: One is public, the other is private
Explanation:
Introduction / Context:
Organizations often deploy private networks that look and feel like the web (browsers, web apps, internal portals) but are accessible only to authorized users. Distinguishing an intranet from the public Internet is foundational for IT policy, security, and architecture.
Given Data / Assumptions:
Concept / Approach:
The essential difference is scope and access. The Internet is globally addressable and open (with local restrictions), while an intranet is private, typically behind firewalls, VPNs, and access controls. Both can use the same technologies (HTTP/HTTPS, DNS, email) and both can be monitored; security and safety depend on configuration, not on the label Internet/intranet per se.
Step-by-Step Solution:
Identify the axis that always distinguishes them: public vs. private reachability.Eliminate claims about inherent safety or inability to monitor—those are not universally true.Select “One is public, the other is private.”
Verification / Alternative check:
Corporate IT documentation often defines intranet resources as internal-only and reachable via internal DNS or VPN, whereas Internet resources are globally reachable via public DNS and AS-level routing.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming intranets are automatically secure. They still require authentication, patching, and segmentation.
Final Answer:
One is public, the other is private
Discussion & Comments