DEV Community

yunicorn.log
yunicorn.log

Posted on

What is the “Internet”? (Part 1)

(You want to read this post in Korean? Check out here!)

As far as I remember, I have had access to the Internet at home or at school since I was very young. Reflecting back, I was very fortunate. For a long time, however, I just took the Internet for granted.

When I was young, I understood the Internet as a black box that somehow magically connects my family and myself to our friends. Later, I knew the Internet is a system that allows devices to communicate with each other. But I did not understand how this system actually works.

A few months ago, I found a resource about the backend developer roadmap. There, I saw the first recommended step is to learn more about the Internet. I took that guidance as a motivation factor and decided to learn about the fundamentals of the Internet.
Backend Developer Roadmap

There are a lot of great resources to learn about the Internet, but for me, I have been mainly using "How the Internet works" on the Khan Academy. I reconstructed the contents from there in a way that helps me to understand the Internet better.

In this post, I am going to cover the definition of the Internet and its origin.

Part 1: What is the internet?

(1) Definition

If you google/bing ‘Internet’, you will see its Wikipedia definition.

“The Internet (or internet) is the global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices.”

Let me paraphrase in a less technical way. I define the Internet as below.

Yunicorn’s Definition

Internet

  • A communication system that enables the exchanging of information between two entities (can be a person or device).
  • This communication system is a network of computer networks.
    • Each computer network generally consists of a group of computers.
    • As such, you may think the Internet is a network of a large number of computers.
    • As a reference, by the end of 2018, the number of devices connected to the internet reached 22 billion worldwide.

After I learned about the definition, I wanted to know why this communication system was created. It’s mainly because sometimes the ‘why’ of something impacts the design and the architecture of that something.

(2) The origin of the Internet

For the Internet to work as it is today, there have been numerous scientists who contributed to the invention of the Internet. Among them, the well known major pioneers of this invention are Vint Cert and Robert E.Kahn (or Bob Kahn). In the Khan Academy videos, Vint shares the origin and its architecture in a quite simple and comprehendible manner.

Right: Vint Cert, Left: Bob Khan in the early 1970s
(Right: Vint Cert, Left: Bob Khan in the early 1970s)

Vint explains that the Internet was originally created for military purpose. It was a result of ARPANET (Advanced Research Project Agency NETwork), which was a Defense Department research project. The intent of the project was to create a communication system that can survive under nuclear attack.

So, the other pioneer, Bob Khan, came up with an idea to create a system

  1. that does not have a centralized control by connecting many networks,
  2. that sends messages (information) as fast as possible by “breaking each message up into blocks (aka packets) and sending them in every possible direction through the mesh of network”.

As a result, they created a national wide experimental distributed packet network and validated that the system effectively transferred the information between two entities without a risk of the complete failure of the network.
ARPANET 1969-1977
(ARPANET 1969-1977 (Image Ref))

After I learned about the origin of the internet, I identified three important characteristics of the Internet:

  1. Communication
    • The Internet is essentially a communication system. As such, there are a sender of the data and a receiver of that data. Both should somehow know how to talk to each other (ex: if there are rules/processes, both should know.)
  2. Reliability
    • The Internet should transfer the data no matter what kind of situation it encounters. As such, it should have many options for sending data from point A to point B.
  3. Scalability
    • The Internet is a network of computer networks. It should be able to handle new networks getting connected to the existing network of networks.

We will see how these characteristics are reflected as we learn more about the Internet. As of now, let’s remember that the Internet is a distributed communication system that is made of lots of computers connected to each other to exchange information reliably on a global scale.
Alt Text

Part 1 Summary

Until so far, we covered,

  • The definition of the Internet
  • The origin of the Internet

For the next post, I will share more about the infrastructure needed for the Internet to operate.

Next Topic:

  • Part 2: What is the infrastructure that the Internet needs to operate? (Wires, Cables and Wifi)

Top comments (1)

Collapse
 
veteranlogix11 profile image
veteranlogix11

Internet is very important now a days. Even poor countries are working on internet they are just focusing on youth and investing on Information technology. In internet, there are many websites and websites are made up of two parts like frontend and backend if you want to learn backend roadmap then you should click the link.