# Internet, Intranet, and Extranet
## 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 billions of devices across every country. The internet uses the TCP/IP protocol suite as its foundation. It carries an enormous variety of information and enables many services including the World Wide Web, email, file transfer, video streaming, voice communication, and online gaming. No single organization owns or controls the internet. It is governed through cooperative agreements between internet service providers, governing bodies such as ICANN, and technical standards organizations.
The internet was created from the interconnection of thousands of individual networks operated by universities, governments, businesses, and internet service providers. When you access a website, your data travels across multiple networks operated by different organizations before reaching the web server. The internet's distributed architecture means there is no single point of failure, making it highly resilient.
## The Intranet
An intranet is a private network that belongs to a single organization and uses internet technologies such as web browsers, web servers, and TCP/IP protocols, but is accessible only to members of that organization. An intranet functions like a private internet for internal use. Organizations build intranets to provide employees with access to internal resources such as company policies, employee directories, internal news, HR systems, project management tools, and knowledge bases.
The key feature of an intranet is that it is not accessible to the public. It is protected by firewalls and authentication systems that prevent outsiders from accessing internal resources. Employees typically access the intranet through a web browser, often by logging in with their company credentials. From a user perspective, using an intranet is very similar to browsing the internet, but the content and services are specific to the organization.
Intranets improve internal communication by giving all employees access to the same information and tools. They reduce the need for paper-based processes by digitizing forms, policies, and procedures. They can significantly improve organizational efficiency by making information easily searchable and accessible.
## The Extranet
An extranet is an extension of an organization's intranet that allows controlled access to selected external parties such as business partners, suppliers, customers, or contractors. The extranet sits between the public internet and the private intranet. External parties can access only the specific parts of the organization's network that they are authorized to see, while the rest of the internal network remains protected.
For example, a manufacturing company might give its suppliers access to an extranet portal where they can view purchase orders, inventory levels, and delivery schedules. A hospital might give referring physicians access to specific patient records through an extranet. A law firm might give clients access to a portal where they can view their case documents.
Extranets are secured using authentication to verify the identity of external users, encryption to protect data transmitted over the internet, and authorization controls to ensure each user can only access the data they are permitted to see.
## Differences Between the Three
The internet is a public global network with no restrictions on who can access it. The intranet is a private network accessible only to members of a specific organization. The extranet is a controlled extension of the intranet that allows specific external parties to access limited internal resources. The internet uses public IP addresses accessible to anyone. The intranet uses private IP addresses accessible only within the organization. The extranet provides a secure gateway that allows authorized external users to cross the boundary between the public internet and the private intranet.Back to Course