What Is Networking? A Guide to How the Internet Really Works
- mirglobalacademy
- Nov 26, 2025
- 3 min read
If you’ve ever wondered “How does my message reach someone in another city in less than a second?” or “What exactly is a network?” — this is your starting point.
Today, we’re building the foundation that everything else in networking stands on.
🔹 What Exactly Is a Network?
A network is simply:
Two or more devices connected together to share data.
That’s it. Your laptop + WiFi router = a network. Your phone + WhatsApp server = a network. The entire internet = millions of networks stitched together.
Networks allow us to:
Send messages
Make video calls
Share files
Play online games
Access websites and cloud services
Without networking, our digital world collapses.

🔹 LAN, WAN, MAN — The Three Basic Types
Understanding these three is essential:
🟦 LAN — Local Area Network
A small network covering a home, office, school, or building. Examples:
Your home WiFi
Office network
🟩 MAN — Metropolitan Area Network
Covers a city or a large urban area. Used by ISPs and telecom companies.
🟥 WAN — Wide Area Network
Covers countries and continents. The internet is the biggest WAN.
🔹 Client–Server Model (The Heart of the Internet)
Almost everything online works using this simple model:
Client = your device (phone, laptop, app)
Server = powerful remote computer that stores data and handles requests
When you open WhatsApp:
Your phone = client
WhatsApp data center = server
When you open Google:
Your browser = client
Google search servers = server
The client sends a request. The server sends a response. That’s the entire internet.
🔹 IP Address — Your Device’s Street Address
Every device on a network has an IP address so data knows where to go.
Example:
192.168.0.10
Just like your home address helps deliver mail, your IP helps deliver:
Websites
WhatsApp messages
Video calls
Two important types:
✔ Private IP
Used inside your home or office. Example: 192.168.x.x
✔ Public IP
Visible on the internet.
Try this: Google: “What is my IP ?”
You'll see your public IP.
🔹 MAC Address — Permanent Hardware ID
Every device has a unique MAC address assigned by the manufacturer.
Example:
A4-B3-6D-55-9F-11
Think of it as your device’s permanent fingerprint.
🔹 Ports — Like Different Rooms in a House
A single device runs many apps. Ports help separate traffic.
Port | Purpose |
80 | Websites (HTTP) |
443 | Secure websites (HTTPS) |
22 | SSH |
25 |
When you visit a website, your browser contacts Port 443 on the server.
🔹 Essential Tools (You’ll Use These Daily)
Let’s test your network:
✔ 1. ping
Checks if a device is reachable.
Try in CMD/Terminal:
ping google.com
✔ 2. traceroute / tracert
Shows the path your data takes.
✔ 3. ipconfig / ifconfig
Shows your device’s IP address.
✔ 4. nslookup
Checks DNS mappings.
These tools will become your best friends.🔹
Why Day 1 Matters
Today’s concepts are the foundation for:
Routing
Switching
Subnetting
Cloud networking
Firewalls
Load balancers
Kubernetes networking
VPNs
Servers and APIs
If you understand today, everything after this will feel easier.
🔹 Quick Summary (Day 1 in 60 Seconds)
A network is devices connected to share data
LAN, MAN, WAN are network sizes
Client–server model powers apps like Google, WhatsApp, YouTube
IP address = home address of your device
MAC address = permanent hardware ID
Ports = different doors for different apps
Essential tools: ping, tracert, ipconfig, nslookup
🚀 What’s Coming Tomorrow (Day 2)
Tomorrow we dive deep into the OSI Model — the 7-layer system that explains everything from physical wires to apps like YouTube.
This is where real networking mastery starts.

Comments