CN Notes
Understanding the differences between internet, intranet, and extranet is fundamental to network design and information security. These three concepts...
Understanding the differences between internet, intranet, and extranet is fundamental to network design and information security. These three concepts represent different scopes of network access — from completely public to completely private, with a controlled middle ground. Let us explore each one in depth, understand their architectures, and learn when organizations use each type.
The Internet
The internet is a global network of interconnected computer networks that spans the entire world. It is the largest computer network in existence, connecting over five billion users and billions of devices across every country on Earth. No single organization owns or controls the internet — it operates through cooperative agreements between thousands of internet service providers, governed by standards bodies like ICANN, IETF, and W3C.
How the Internet Works
The internet uses the TCP/IP protocol suite as its foundation. When you access a website, your request travels through multiple networks operated by different organizations:
- Your device sends data to your home router
- Your router forwards it to your ISP (Internet Service Provider)
- Your ISP routes it through their backbone network
- The data crosses peering points between ISPs
- It reaches the destination ISP
- Finally arrives at the web server
Each hop uses IP addressing to route packets toward their destination. The entire journey typically takes milliseconds, even across continents.
Internet Services
The internet enables an enormous variety of services:
| Service | Protocol | Purpose |
|---|---|---|
| World Wide Web | HTTP/HTTPS | Web pages, applications |
| SMTP, POP3, IMAP | Electronic messaging | |
| File Transfer | FTP, SFTP | Sharing large files |
| Video Streaming | HLS, DASH | Netflix, YouTube |
| Voice/Video Calls | SIP, WebRTC | Zoom, WhatsApp calls |
| Online Gaming | UDP-based | Multiplayer games |
| DNS | DNS protocol | Domain name resolution |
Key Characteristics of the Internet
- Public access — anyone can connect with an internet subscription
- Decentralized — no single point of control or failure
- Global reach — connects users across all countries
- Unregulated content (mostly) — anyone can publish information
- Uses public IP addresses visible to other internet users
The Intranet
An intranet is a private network that belongs to a single organization and uses internet technologies (web browsers, web servers, TCP/IP) but is accessible only to authorized members of that organization. Think of it as a private internet — same technology, restricted audience.
Purpose of an Intranet
Organizations build intranets to provide employees with centralized access to internal resources:
- Company policies and handbooks — always up-to-date, one source of truth
- Employee directory — contact information, org charts, photos
- HR systems — leave requests, payslips, benefits enrollment
- Project management tools — task tracking, documentation, wikis
- Internal news — company announcements, event calendars
- Knowledge bases — best practices, procedures, training materials
- IT support portals — ticketing systems, FAQ, self-service tools
How an Intranet is Protected
The key feature of an intranet is that it is NOT accessible to the public:
Protection mechanisms include:
- Firewalls blocking all external access to intranet servers
- Authentication systems requiring corporate credentials (username/password, SSO)
- VPN connections for remote employees who need intranet access from outside
- Network segmentation isolating intranet servers from internet-facing systems
- Access control lists restricting which employees can access which resources
Benefits of an Intranet
- Improves internal communication by centralizing information
- Reduces paper-based processes through digital workflows
- Provides consistent experience regardless of employee location
- Enables knowledge management and institutional memory
- Supports onboarding by giving new employees one place to find everything
The Extranet
An extranet is an extension of an organization's intranet that allows controlled access to selected external parties — business partners, suppliers, customers, or contractors. It sits between the public internet and the private intranet, providing a secure gateway for authorized outsiders to access specific internal resources.
How an Extranet Works
External parties authenticate through the internet (using VPN, SSL, or web portal) and gain access to ONLY the specific resources they are authorized to see. The rest of the internal network remains invisible and inaccessible.
Real-World Extranet Examples
Manufacturing company: Gives suppliers access to a portal showing purchase orders, inventory levels, and delivery schedules. Suppliers can confirm orders and update shipping information without phone calls or emails.
Hospital network: Gives referring physicians access to specific patient records, test results, and imaging studies. Each physician sees only the records of patients they have referred.
Law firm: Gives clients access to a portal showing their case documents, court dates, billing information, and communication history. Each client sees only their own files.
University: Gives alumni access to a career portal, alumni directory, and event registration — separate from the full student/faculty intranet.
Extranet Security
Extranets require rigorous security because they expose internal resources to external users:
- Strong authentication — multi-factor authentication for all external users
- Granular authorization — each user sees only what they are permitted to access
- Encryption — all data in transit encrypted with TLS/SSL
- Audit logging — every access recorded for compliance and security review
- Session management — automatic timeouts, IP restrictions, device verification
Comparison Table
| Feature | Internet | Intranet | Extranet |
|---|---|---|---|
| Access | Public (anyone) | Private (employees only) | Controlled (selected partners) |
| Ownership | No single owner | Single organization | Single org + partners |
| Scope | Global | Organizational | Organizational + external |
| IP Addresses | Public | Private (10.x, 172.x, 192.168.x) | Mix of public/private |
| Security | User's responsibility | Organization-controlled | Highly controlled per user |
| Regulation | Minimal | Organization policies | Contracts + policies |
| Purpose | Information sharing | Internal operations | B2B collaboration |
| Cost | ISP subscription | Infrastructure investment | Infrastructure + partner management |
How They Relate to Each Other
Think of these three as concentric circles of access:
- Intranet (innermost) — only employees, full internal access
- Extranet (middle) — employees + authorized partners, limited access
- Internet (outermost) — everyone, public information only
An organization typically has all three simultaneously. The website (internet-facing) shows public marketing content. The extranet provides partner portals and customer self-service. The intranet holds everything internal — from salary data to strategic plans.
Key Takeaways
- The internet is public and global — no access restrictions, no single owner
- An intranet is private and organizational — uses web technology behind firewalls
- An extranet extends the intranet to specific trusted external parties under strict access controls
- All three use the same underlying TCP/IP technology but differ in access policies
- Understanding these distinctions is critical for network security design and compliance
- Exam questions frequently ask you to identify scenarios and classify them as internet, intranet, or extranet use cases
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Internet, Intranet, and Extranet.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Computer Networks topic.
Search Terms
computer-network-master, computer networks, computer, network, master, types, internet, intranet
Related Computer Networks Topics