Networking II SS3 Digital Technologies Lesson Note
Download Lesson NoteTopic: Networking II
The IP Address (The Digital House Address)
Imagine you want to send a physical letter to a friend. If you don’t write their house address on the envelope, the postman won’t know where to take it.
In the world of the internet, every device (your phone, your laptop, even a smart fridge) has a unique “house address” called an IP Address (Internet Protocol Address).
An IP address (IPv4) usually looks like this: 192.168.1.15.
It consists of two parts:
- The Network ID: Think of this as the Street Name. All houses on the same street share this part.
- The Host ID: Think of this as the House Number. This must be unique so the postman knows exactly which door to knock on.
IPv4 vs. IPv6 (Running out of Space)
When the internet first started, we used IPv4. These addresses are made of 4 sets of numbers. However, there’s a problem: there are billions of people on earth, and most of us have 3 or 4 devices. We literally ran out of IPv4 addresses!
To fix this, we created IPv6.
- IPv4: Uses numbers only (e.g., 172.16.254.1). It allows for about 4 billion addresses.
- IPv6: Uses numbers and letters (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334). It allows for trillions and trillions of addresses—enough for every grain of sand on earth to have its own IP!
Subnetting (Dividing the Big Room)
Imagine you have a giant hall with 200 students. If everyone talks at once, it’s chaos (this is called “Network Congestion”). To fix this, you put up glass walls to divide the big hall into 4 smaller classrooms. Now, each group can focus without hearing the others.
Subnetting is exactly that. It is the process of splitting one large network into smaller, manageable sub-networks (subnets).
Why do we do it?
- Security: Students in Classroom A can’t see what’s on the board in Classroom B.
- Speed: It reduces “traffic jams” on the network.
- Organization: It’s easier for a Network Admin to find where a problem is.
The Protocols (The Rules of the Game)
A Protocol is just a fancy word for a “Rule.” For two people to communicate, they must speak the same language. If I speak Yoruba and you speak French, we have no protocol, and communication fails.
Here are the “Common Languages” of the internet:
- HTTP/HTTPS: The language for web browsers. (HTTPS is the “Secure” version—always look for the padlock!).
- FTP (File Transfer Protocol): The rule used when you are uploading or downloading large files.
- SMTP: The rule for sending emails.
- IP (Internet Protocol): The rule that handles the actual “addressing” and moving of data packets.
How a Packet Travels (TCP/IP)
When you send a photo on WhatsApp, it doesn’t travel as one big chunk. It gets chopped up into tiny pieces called Packets.
Think of it like a Lego castle. You can’t mail the whole castle in one box, so you break it into individual bricks, put them in envelopes, and mail them.
The TCP/IP Process:
- TCP (The Manager): Chops the data into packets and numbers them (1, 2, 3…).
- IP (The Delivery Driver): Delivers the packets to the right address.
- TCP (The Manager) at the other end: Receives the packets, checks if any are missing, and puts them back together in the right order.
Summary Checklist:
- IP Address: Your unique ID on the internet.
- IPv6: The “New and Improved” address with more space.
- Subnetting: Cutting a big network into smaller, faster pieces.
- Protocols: The set of rules that allow devices to understand each other.