The internet did not have a single invention date, but rather grew from a 1969 military network into the system we use today
Most people think the internet was invented on one day by one person. That is not what happened. The internet started as ARPANET, a computer network built by the U.S. Department of Defense in 1969. It connected four universities: UCLA, Stanford Research Institute, UC Santa Barbara, and the University of Utah. The first message sent over ARPANET went from UCLA to Stanford on October 29, 1969. But ARPANET was not the internet yet — it was a closed military and research network that only a few hundred people could access.
The internet as we know it today emerged from decades of additions, standards, and open access. The World Wide Web, invented by Tim Berners-Lee at CERN (a physics laboratory in Switzerland) in 1989, made the internet usable for ordinary people. Before the web, the internet existed but was difficult to navigate. Berners-Lee created the browser, the hyperlink, and the system of web addresses (URLs) that let people click from one document to another. This made the internet accessible to non-technical users, and commercial internet service providers began offering public access in the early 1990s.
Key Takeaways
- ARPANET, launched in 1969 by the U.S. Department of Defense, was the first network that worked like the internet, connecting four universities and sending the first message between computers.
- The internet remained a closed research and military network for decades, with only scientists and military personnel able to access it.
- Tim Berners-Lee invented the World Wide Web in 1989, creating the browser and hyperlink system that made the internet usable for regular people.
- Public internet access began in the early 1990s when commercial internet service providers started offering connections to homes and businesses.
- The internet and the web are not the same thing — the internet is the network of connected computers, while the web is one system that runs on top of it.
ARPANET: The First Network That Worked Like the Internet
ARPANET was built to solve a specific military problem. In the 1960s, the U.S. Department of Defense wanted a communication system that could survive a nuclear attack. A traditional phone network had a central hub — if that hub was destroyed, the whole system failed. ARPANET was designed differently: every computer could talk to every other computer through multiple routes. If one connection broke, data could find another path.
The network used a technology called packet switching, which broke messages into small chunks (packets) and sent them separately. Each packet could take a different route to its destination and be reassembled when it arrived. This is still how the internet works today. On October 29, 1969, a computer at UCLA sent the first ARPANET message to Stanford Research Institute. The message was supposed to be "LOGIN" but the system crashed after sending "LO" — the first internet message was an accident.
ARPANET grew slowly. By 1971, it connected 15 computers at universities and research centers. By 1981, it had about 200 nodes. But it remained closed to the public. Only researchers, military personnel, and university scientists could use it. The network used different communication standards and protocols, making it hard for outsiders to understand or join.
How Email and File Transfer Became Possible
In the early 1970s, ARPANET users developed tools that made the network useful for communication. Email was invented in 1971 by Ray Tomlinson, who worked on ARPANET. He created a way to send messages to other users on the network and chose the @ symbol to separate the user name from the computer name — the same format we use today. Before email, people shared information by storing files on a central computer that others could access, but email let people send private messages directly.
File transfer was another early tool. FTP (File Transfer Protocol), developed in 1973, let users move files between computers on ARPANET. These tools made the network valuable for researchers who needed to share data and communicate across distances. But they were still difficult to use — you had to type commands and know exactly what you were looking for.
The Shift from ARPANET to the Modern Internet
In the 1980s, ARPANET began to change. The military split off its own separate network called MILNET in 1983, and ARPANET became focused on research. More importantly, other networks started connecting to ARPANET. Universities built their own networks, and these networks began linking together. The term internet (short for "internetwork") started being used to describe this growing web of connected networks.
A major shift happened in 1983 when ARPANET adopted TCP/IP, a new set of communication standards. TCP/IP let different types of networks talk to each other using the same language. This is the same standard the internet uses today. Before TCP/IP, each network had its own rules, and connecting them was complicated. After TCP/IP, any network that followed the standard could join the internet.
By the late 1980s, the internet connected thousands of computers across universities, research centers, and military sites. But it was still not open to the public. Most people had never heard of it, and there was no straightforward way for ordinary people to connect.
Tim Berners-Lee and the World Wide Web
In 1989, Tim Berners-Lee, a British physicist working at CERN (a research laboratory in Switzerland), invented the World Wide Web. He was frustrated that scientists at CERN used many different computers and file systems, making it hard to share information. Berners-Lee created a system where documents could be linked together and accessed through a straightforward interface.
The web had three key parts. First, HTML (HyperText Markup Language) was a way to format documents so they could include links to other documents. Second, HTTP (HyperText Transfer Protocol) was a standard way to request and send these documents over the internet. Third, the browser was software that let people view these documents and click on links. Berners-Lee wrote the first browser in 1990, and it was both the browser and the editor — you could read and write web pages with the same tool.
The web was revolutionary because it was straightforward. You did not need to know computer commands or understand how networks worked. You just clicked on links and read documents. Berners-Lee released the web to the public in 1991, and he made it free to use. He did not patent it or try to make money from it. This decision made the web available to everyone.
Public Internet Access Begins in the Early 1990s
The first commercial internet service providers (ISPs) began offering public access in 1989 and 1990. The World, based in Massachusetts, was one of the first. It charged $20 per month for dial-up access. Users connected through a modem and a phone line, and the connection was slow — typically 2,400 bits per second, which meant downloading a single image could take several minutes.
In 1991, the National Science Foundation lifted restrictions on commercial use of the internet. Before this, the internet was supposed to be used only for research and education. After 1991, businesses could offer internet services and sell products online. This opened the door to the modern internet economy.
The first web browser for ordinary people was Mosaic, released in 1993. It was much easier to use than Berners-Lee's original browser, and it could display images alongside text. Mosaic made the web attractive to non-technical users. By 1994, there were about 3,000 websites. By 1995, there were over 100,000. The internet had shifted from a research tool to a public network.
The Internet and the Web Are Not the Same Thing
Many people use the words "internet" and "web" interchangeably, but they mean different things. The internet is the physical network of connected computers and the protocols (rules) that let them communicate. It includes email, file transfer, video calls, online games, and many other services. The web is one system that runs on top of the internet. It is the part you see in your browser — the pages, links, and addresses that start with "http://" or "https://".
You can use the internet without using the web. Email does not use the web. Video calls do not use the web. Online games do not use the web. But most of what people do online today involves the web, so the two terms have become blurred in everyday language.
Frequently Asked Questions
Who actually invented the internet?
The internet was not invented by one person. ARPANET was created by the U.S. Department of Defense with contributions from many researchers. The World Wide Web was invented by Tim Berners-Lee. The internet as we know it today is the result of decades of work by thousands of people building networks, creating standards, and writing software.
Why did the military create ARPANET?
The Department of Defense wanted a communication system that could survive a nuclear attack. A traditional phone network had one central hub, so destroying it would destroy the whole system. ARPANET was designed so that every computer could talk to every other computer through multiple routes, so the network could keep working even if parts of it were destroyed.
When did regular people start using the internet?
Commercial internet service providers began offering public access in 1989 and 1990, but it was expensive and slow. The internet became widely used by ordinary people in the mid-1990s, after the World Wide Web made it straightforward to navigate and after the National Science Foundation allowed commercial use in 1991.
What was the first thing ever sent over the internet?
The first message sent over ARPANET was "LO" on October 29, 1969, from UCLA to Stanford Research Institute. The person sending it was trying to type "LOGIN" but the system crashed after the first two letters. The first complete message sent later that day was "LOGIN".
Is the internet still growing?
Yes. The internet continues to expand as more devices connect to it. Smartphones, smart home devices, and Internet of Things (IoT) devices are constantly being added. The number of websites and online services also continues to grow, though the basic structure and standards of the internet have remained stable since the 1980s.