Internet

What Does the Internet Mean?

The Internet is a globally connected network system that facilitates communication and data services through a vast collection of private, public, business, academic, and government networks. 

Advertisements

The Internet is decentralized, which means there is no central authority governing its operations. To enable communication between devices, the internet relies on protocols and standards that govern how small units of data are formatted, addressed, and transmitted. 

The terms internet and World Wide Web (WWW) are often used as synonyms, but technically they are not the same thing. The Internet is a global network of interconnected computers and networks. The World Wide Web is a service that uses the Internet’s infrastructure to provide digital devices and applications with access to websites. Popular internet services include email, VoIP (Voice over IP), and SMS (Short Message Service).

History of the Internet

During the 1960s cold war, the United States Department of Defense’s Advanced Research Projects Agency (ARPA) was tasked with creating a robust, reliable communication network that would be capable of withstanding a nuclear attack. This new communication network needed to be decentralized to prevent a single point of failure (SPoF) and redundancy so information could be rerouted in real time if network operations were disrupted. 

The first network prototype was called the ARPANET (Advanced Research Projects Agency Network). It was one network that connected four major universities and research institutions. Historically, it is important because the researchers used packet-switching to transmit data across the network in small, manageable units.

In 1974, researchers Vint Cerf and Robert Kahn introduced the idea of an Internet Protocol Suite, commonly known as TCP/IP (Transmission Control Protocol/Internet Protocol). The two protocols provide a framework for computers to send and receive data over disparate, interconnected networks.

As the concept of internetworking gained momentum in the 1980s, the National Science Foundation established the National Science Foundation Network (NSFNET). The NSFNET became a backbone for the internet and essentially created a “network of networks” that expanded network access beyond the Department of Defense’s earlier ARPANET.

It wasn’t until 1989, however, when British computer scientist Sir Tim Berners-Lee proposed the idea of interconnecting digital content as well as networks that people began to appreciate the potential of the internet. In his proposal, Berners-Lee outlined the concept of hypertext and a new markup language to create an information-sharing system.

This system used HyperText Markup Language (HTML) to create the web pages and HTTP (HyperText Transfer Protocol) to transmit the data. The web, which sits on top of the internet and uses its infrastructure, opened up the potential of the internet for more everyday uses by making it easier to share and access information across networks.

The release of Mosaic, the first browser, marked another significant milestone in the popularization of the World Wide Web. Its graphical user interface (GUI), support for images, and intuitive navigation played a crucial role in making the Internet more accessible and visually engaging for early adopters. 

By the end of the 1990s, commercial Internet Service Providers (ISPs) began to offer dial-up connections to homes and businesses – and America Online (AOL) introduced millions of new users to the Internet. AOL’s marketing efforts, user-friendly interface, and bundled email, instant messaging, and web browsing services appealed to the general public and fostered the growth of e-commerce.

The turn of the 21st century brought a new chapter in internet history with the proliferation of mobile devices. The rise of smartphones and tablets unleashed unprecedented connectivity and allowed people around the world to access the internet from anywhere with an internet connection. Mobile applications, social media platforms, and streaming devices transformed the way people consumed information, shared content, communicated, did their jobs, and shopped.

By the second decade of the century, the Internet of Things (IoT) allowed everyday objects to be networked. Today, technologies such as blockchain and artificial intelligence (AI) have the potential to improve the Internet’s infrastructure and services. Improvements in LEO satellite internet will enable connectivity for sensors and smart devices in rural areas and open up new possibilities for precision agriculture and environmental monitoring in even the most remote regions of the world. 

Advancements in AI and machine learning (ML) technologies will improve cybersecurity threat detection and remediation on the Internet – and improvements in encryption algorithms and new Transport Layer Security (TLS) protocols will provide more robust protection against eavesdropping and other types of unauthorized packet interception.

Decade Key Internet Development
1960s Development of internetwork communication protocols by the Defense Advanced Research Projects Agency (DARPA) in the US.
1970s TCP/IP becomes the standard protocol for routing packets within and across networks.
1980s The term “Internet” is used to describe interconnected networks.
1990s HTML transforms the concept of the World Wide Web into a reality.
2000s User-generated content and mobile devices revolutionize how people access and interact with the Web.
2010s High-speed broadband internet enables the transformation of cloud computing into a business strategy.
2020s Covid-19 restrictions highlight the importance of treating the Internet as a utility by facilitating the shift to remote work, online learning, and virtual events.

The history of the Internet is sometimes described in terms of Web 1.0, Web 2.0, and Web 3.0 to highlight significant shifts in the way people use and interact with the Internet.

  • Web 1.0 refers to the early days of the dial-up Internet when websites and web pages were static, and their primary purpose was to share information.
  • Web 2.0 is characterized by social media platforms, blogs, wikis, and other user-generated content platforms delivered over the internet.

Future iterations of the internet include both Web 3.0 and Web3.

Web 3.0 describes a future version of the internet that focuses on intelligent automation, context-aware applications, and enhanced privacy and security measures. It describes an internet supported by ultra-high broadband speeds and websites that use artificial intelligence and machine learning to provide website visitors with personalized user experiences.

Web3 is one possible implementation of the broader concept of Web 3.0. It describes a future version of the internet that focuses on blockchain technology, decentralized protocols, and smart contracts. Web3 is associated with the development of decentralized applications (dApps), decentralized finance (DeFi), non-fungible tokens (NFTs), and other blockchain-based innovations.

How Does the Internet Work?

The Internet is a complex network of interconnected networks governed by protocols and standards.

The foundation of the Internet is built on a protocol called IP (Internet Protocol). IP provides a set of rules that govern how data is transmitted across networks. Every device connected to the internet is assigned a unique IP address which serves as its virtual identifier.

IP addresses play a crucial role in routing data packets between different devices and ensuring the delivery of information across the internet. When a new computing device connects to the internet, it is assigned an IP address, either dynamically (temporary assignment) or statically (fixed assignment). The IP address allows other devices and servers to locate and communicate with the new device on the network. 

There are two main types of IP addresses: IPv4 and IPv6. IPv4 addresses consist of four sets of numbers separated by periods (e.g., 192.168.0.1), while IPv6 addresses are longer and consist of eight groups of hexadecimal numbers separated by colons (for example, 2001:0db8:85a3:0000:0000:8a2e:0370:7334).

When data is sent over the internet, it is broken down into small units called packets. These packets contain information about the source, destination, and sequence of the packets – as well as the actual data itself. The process of routing these packets efficiently through the network to reach their intended destination is called packet switching.

Routers play a crucial role in directing data packets to their destination. Routers communicate with each other and exchange information about network routes to ensure that packets are forwarded along the most efficient path to the destination IP address.

Unfortunately, IP addresses are not human-friendly, so the Domain Name System (DNS) acts as a directory and translates IP addresses into user-friendly domain names that people can remember. When someone types “Techopedia.com” into their web browser, for example, the DNS system resolves the domain name to the right IP address and allows the person’s computing device to connect to the Techopedia website.

The DNS supports internet redundancy by permitting each domain to host its DNS records on multiple name servers and balance the workload among the different servers. If one name server fails or becomes unavailable, the other name servers can still respond to requests. DNS caching mechanisms store resolved IP addresses locally, which improves internet performance by reducing the need for repeated lookups.

Internet Protocols

To ensure seamless communication between devices, the Internet relies on protocols and standards. Some well-known protocols include HTTP (Hypertext Transfer Protocol) for web browsing, TCP/IP (Transmission Control Protocol/Internet Protocol) for reliable data transmission, and  SMTP (Simple Mail Transfer Protocol) for email communication. Other important Internet protocols include: 

Transmission Control Protocol (TCP): A fundamental protocol that provides reliable, connection-oriented communication between devices over the Internet.

Hypertext Transfer Protocol Secure (HTTPS): An extension of HTTP that adds encryption and secure communication through the use of SSL/TLS protocols.

File Transfer Protocol (FTP): A protocol for transferring files between a client and a server on a computer network.

Dynamic Host Configuration Protocol (DHCP): A protocol that dynamically assigns IP addresses and network configuration settings to devices on a network.

Secure Shell (SSH): A cryptographic network protocol that provides secure, encrypted communication and secure remote access to devices over an unsecured network. 

Internet Message Access Protocol (IMAP) and Post Office Protocol (POP): Protocols used for retrieving email messages from a mail server to a client device.

Simple Network Management Protocol (SNMP): A protocol for managing and monitoring network devices and their performance. 

Border Gateway Protocol (BGP): The protocol used to exchange routing information between autonomous systems on the internet.

Transport Layer Security (TLS)/Secure Sockets Layer (SSL): Protocols that provide secure communication and encryption of data transmitted over the internet, commonly used for secure web browsing (HTTPS).

Multipurpose Internet Mail Extensions (MIME): A standard that extends the format of email messages to support non-text attachments, multimedia content, and character encodings.

Internet Governance

The Internet is decentralized, so its governance involves multiple stakeholders and organizations. In addition to government and civil initiatives, the following organizations help maintain the stable and secure operation of the Internet.

  • Internet Corporation for Assigned Names and Numbers (ICANN)

ICANN is a nonprofit organization responsible for managing and coordinating the Domain Name System, IP address allocation, and protocol parameters. It oversees the assignment of domain names and IP addresses.

  • Regional Internet Registries (RIRs)

RIRs are organizations responsible for the allocation and management of IP addresses within specific regions. There are five RIRs worldwide, each serving a particular geographic area.

  • Internet Engineering Task Force (IETF)

The IETF is a global community of volunteers who develop and maintain Internet standards and protocols. They work on technical specifications that enable interoperability and smooth functioning of the internet, such as the TCP/IP suite. 

  • World Wide Web Consortium (W3C)

The W3C is an international consortium that develops technical standards and guidelines for the World Wide Web. They focus on ensuring web accessibility, interoperability, and the evolution of web technologies.

  • Internet Governance Forum (IGF)

The IGF is a global platform that facilitates dialogue and discussion on Internet governance-related issues. It brings together stakeholders from governments, civil society, the private sector, academia, and technical communities to address policy challenges and opportunities.

Internet Policies

Internet policies are guidelines, rules, and regulations that define how different stakeholders, such as governments, organizations, and users, can interact with and use the Internet. Some internet policies are international, but many are regional. 

Governments and organizations use policies to help create frameworks that promote a safe, fair, and inclusive Internet environment. These policies address a wide range of issues, including privacy, security, content regulation, intellectual property, network management, and accessibility. 

Examples of Well-Known Internet Policies

  • Web Content Accessibility Guidelines (WCAG) promotes accessibility standards to ensure that individuals with disabilities have equal access to online information;
  • Universal Service Fund (USF) aims to bridge the digital divide by subsidizing the cost of telecommunications infrastructure and services in underserved or rural areas through fees levied on telecommunications providers;
  • GDPR dictates how personal data in the European Union (EU) should be collected, stored, and used by online services;
  • Net Neutrality seeks to ensure that all internet traffic is treated equally by internet service providers.

Internet Services

The Internet has revolutionized various aspects of our lives, enabling a wide range of services and opportunities to take advantage of the Internet’s infrastructure. Here is a high-level overview of services made possible by the Internet:  

Categories Services
Communication Services Email: Instant electronic mail communication.
Instant Messaging: Real-time text-based communication through platforms like WhatsApp, Facebook Messenger, and Slack.
Voice and Video Calls: Services like Skype, Zoom, and FaceTime allow voice and video communication over the Internet.
Social Media: Platforms like Facebook, Twitter, Instagram, and LinkedIn facilitate social networking and communication.
Information and Content Services Search Engines: Access to vast amounts of information through search engines like Google, Bing, and Yahoo.
Online News and Media: Instant access to news articles, blogs, online magazines, and streaming media platforms.
Online Learning: E-learning platforms like Coursera, Udemy, and Khan Academy offer online courses and educational resources.
Digital Libraries: Access to e-books, academic journals, research papers, and online archives.
E-commerce and Online Shopping Online Marketplaces: Platforms like Amazon, eBay, and Alibaba enable online selling and buying.
Online Payment Services: Services like PayPal, Stripe, and Square facilitate secure online transactions.
Food Delivery: Apps and websites like Uber Eats, DoorDash, and Grubhub allow users to order food for delivery.
Financial Services Online Banking: Access to bank accounts, fund transfers, bill payments, and financial management services through online banking platforms.
Digital Wallets: Services like Apple Pay, Google Pay, and PayPal provide secure online payment options.
Investment and Trading: Investment and trading web platforms and apps allow individuals to manage investments and trade various financial instruments online.
Entertainment and Media Streaming Video Streaming: Services like Netflix, Amazon Prime Video, Hulu, and Disney+ offer on-demand movies, TV shows, and documentaries.
Music Streaming: Platforms like Spotify, Apple Music, and Pandora provide access to a vast library of music for streaming.
Podcasts: Online platforms such as Spotify, Apple Podcasts, and Google Podcasts host and distribute podcasts on various topics.
Travel and Transportation Services Online Travel Booking: Platforms like Expedia, Booking.com, and Airbnb enable people to book flights, hotels, vacation rentals, and other travel services online.
Ride-Sharing: Services like Uber, Lyft, and Grab provide convenient and on-demand transportation services through smartphone apps.
Health and Telemedicine Services Online Health Information: Access to medical resources, health advice, and information through websites and online health portals.
Telemedicine: Remote medical consultations, diagnosis, and treatment facilitated by video conferencing and telecommunication technologies.
Online Communities Online Forums: Platforms like Reddit, Stack Exchange, and Quora facilitate discussions and knowledge sharing in specific interest areas.
Professional Networking: Services like LinkedIn offer platforms for professional networking, job searching, and career development.
Cloud Computing Cloud Storage: Services like Google Drive, Dropbox, and OneDrive provide online storage for files, documents, and data backup.
Software as a Service (SaaS): Access to web-based applications and software tools through subscription-based services like Microsoft Office 365, Google Workspace, and Adobe Creative Cloud.
Online Government Portals: Access to government services, information, and transactions through official websites and access portals.

Blockchain and Its Impact on the Internet 

Generative Artificial Intelligence allows computing devices to create content that resembles human-generated text, images, and videos. Unfortunately, the immense amount of data required to train generative AI models are often obtained by scraping public internet websites. 

While this practice benefits developers, it is creating significant challenges for website publishers and content creators. Blockchain technology offers a promising solution to address these concerns and ensure fair attribution, protection, and compensation for original content.

Here are some ways blockchain technology is expected to change content creation and distribution on the Internet: 

  • Blockchain will enable content creators to timestamp and register their work on a decentralized ledger and establish a verifiable record of ownership. This will make it easier for publishers to legally prove authorship and request proper attribution and/or remuneration.
  • Original content can be linked to blockchain-enabled smart contracts to automate and enforce fair compensation mechanisms. Content creators will be able to receive direct micropayments or royalties whenever their original work is used to train large language models (LLMs) or other types of generative AI. 

Blockchain is also being positioned as a way for billions of interconnected devices in the IoT to autonomously conduct transactions through smart contracts. For example, if a printer connected to a blockchain network runs low on toner, it could initiate a smart contract to purchase new toner. 

AI and the Future of the Internet

Artificial intelligence has been gradually transforming the Internet’s infrastructure – as well as the services provided over it – by optimizing network operations. Today, machine learning is being used to predict traffic patterns and proactively improve network performance and bandwidth utilization by rerouting data to avoid network bottlenecks.

AI is also enhancing user experience (UX). With the help of AI algorithms, internet platforms can analyze vast amounts of user data and use recommendation engines to personalize content and advertisements. AI-powered visual search also enables users to find products based on images and makes it easier to discover and purchase items online.

Virtual assistants that use natural language processing (NLP) to understand and respond to user queries enable hands-free browsing and smart home integration. This type of AI-enabled advancement has made the internet more accessible and user-friendly for individuals with disabilities, as well as those who prefer voice commands over traditional text-based user interfaces.

AI is also playing a vital role in safeguarding user privacy online. With the implementation of AI, internet platforms can employ advanced techniques like differential privacy, which protects individual data while still providing valuable insights for analysis. Furthermore, AI algorithms can detect and flag suspicious activities related to privacy breaches and empower users with greater control over their personally identifiable information (PII).

Additionally, AI transfer learning algorithms can use lessons learned from past cyberattacks to identify vulnerabilities and strengthen security policies. 

AI-powered cybersecurity systems can detect and mitigate threats in real time by analyzing patterns, identifying anomalies, and predicting potential attack surfaces and vectors. This proactive approach enables faster response times and reduces the risk of data breaches, identity theft, and other cybercrimes.

This is especially important today because, in the future, quantum computing is expected to break current internet encryption standards, and artificial intelligence is expected to play an important role in creating new ways to protect data in transit and data at rest.

The creation of encryption algorithms is a complex task that often involves trial and error. Machine learning algorithms, especially reinforcement learning algorithms, can be used to automatically generate and test new encryption algorithms. This has the potential to greatly accelerate tomorrow’s quantum internet.

Advertisements

Related Terms

Latest Cybersecurity Terms

Related Reading

Margaret Rouse

Margaret Rouse is an award-winning technical writer and teacher known for her ability to explain complex technical subjects to a non-technical, business audience. Over the past twenty years her explanations have appeared on TechTarget websites and she's been cited as an authority in articles by the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine and Discovery Magazine.Margaret's idea of a fun day is helping IT and business professionals learn to speak each other’s highly specialized languages. If you have a suggestion for a new definition or how to improve a technical explanation, please email Margaret or contact her…