Internet
Internet
Internet
INTERNET
works?
How the Internet works?
Good question, but getting into that we must know som basics lets recall it.
What is a Computer?
A computer is a device that can store, retrieve, and process information. It has
several parts:
What is a Network?
Local Area Network (LAN): A network within a small area, like a home or
office.
Wide Area Network (WAN): A network that connects devices over a
large area, like the internet.
2. Communication Protocols
What is a Protocol?
1. Physical Layer: This layer deals with the physical connection, like wires or
Wi-Fi signals. Think of it as the "highway" that carries the data.
2. Data Link Layer: It makes sure the data gets transferred in little chunks
called "frames" and handles the connection between devices.
3. Network Layer: It’s responsible for finding the best route for the data
to travel (using IP addresses).
4. Transport Layer: It ensures that data is transferred reliably and
correctly between devices (using TCP).
5. Session Layer: Manages sessions or connections between two devices (like
logging into an account).
6. Presentation Layer: Deals with how the data is formatted or encrypted so
that the receiving device can understand it.
7. Application Layer: The layer closest to the user that includes software
like web browsers or email clients. This is where you interact with data.
What is an IP Address?
What is DNS?
The DNS (Domain Name System) is like the internet’s phonebook. When you
type a website address (like www.example.com), the DNS translates that into
an IP address that your device uses to find the website’s server.
6. Security Basics
What is Encryption?
Encryption is the process of turning data into a secret code so that only
authorized people (or devices) can read it. This keeps your personal information
safe from hackers.
For example, when you visit a website with HTTPS, the data sent to and
from that website is encrypted.
Cybersecurity Basics:
Cloud computing allows you to store and access data and applications over the
internet, instead of on your device. Think of it as renting storage space on the
internet instead of using your own hard drive. Examples include Google Drive,
Dropbox, or using online apps like Gmail.
Data centers are physical facilities that house servers (large computers)
where websites, apps, and services are stored. These centers ensure that data
is available 24/7 for users around the world.
This is the basic knowledge you need to understand how the internet works.
Now get back to the question, “How Internet works?”
When you want to access a website, for example, here's what happens:
Your Device: You open a browser (like Chrome, Safari, or Firefox) and
type in a website address (URL), like www.example.com.
Request to a Server: Your device sends a request over the internet to a
server that hosts the website. Servers are powerful computers that
store websites and other data.
Domain Name System (DNS): The website URL you typed in is a human-
friendly name, but computers use IP addresses (like 192.168.1.1) to find
each other. The DNS (like a phonebook for the internet) translates the
website name into its corresponding IP address.
The server where the website is stored receives your request, processes it,
and sends back the necessary data (like HTML files, images, etc.) to your
device. The data travels back through the internet backbone and reaches you.
Once the data reaches your device, your browser interprets it and displays the
website on your screen. The website could have text, images, videos, and other
elements, all of which are rendered by your device’s browser.
HTTP (Hypertext Transfer Protocol): This is the set of rules for how
data is transferred on the web. When you enter a website address, it
typically starts with "http://" or "https://".
HTTPS: The "S" stands for "secure". It means the data being sent and
received is encrypted, so it’s safer.
7. Internet Infrastructure
In Short:
1. Your Device Requests Information: When you want to visit a website, you
type the website’s address (like www.example.com) into your browser.
2. DNS Translates the Address: The DNS (Domain Name System) converts
the website's name into a unique number called an IP address.
3. The Request Travels Across the Internet: Your request travels through
the internet’s network of cables, routers, and servers to reach the web
server where the website is stored.
4. The Web Server Responds: The server sends the data (like the
webpage's text, images, etc.) back to your device.
5. Your Device Displays the Website: Your browser interprets the data and
shows the website on your screen.
So in simple word:
You ask (your device), the internet finds the info (DNS), the server sends
it, and your device shows it.