Open afm719 opened 1 month ago
Let’s imagine you're sitting at home with your laptop, and you want to visit www.google.com
.
Private IP (within your home network):
192.168.1.10
assigned by your home router using DHCP. 192.168.x.x
), unique within your home.Public IP (visible to the outside world):
203.0.113.5
) assigned by your Internet Service Provider (ISP). This is the address visible to websites and services outside your home network.192.168.1.10
) with your home’s public IP (203.0.113.5
).DNS and IP conversion:
www.google.com
in your browser, your router uses DNS (Domain Name System) to convert that domain name into Google's IP address. For example, it might resolve to 172.217.16.206
(Google’s IP).Communication:
203.0.113.5
) to Google’s public IP (172.217.16.206
).NAT and Private IP Return:
203.0.113.5
) back to your laptop's private IP (192.168.1.10
), and your laptop receives the data.So:
192.168.1.10
for the laptop).203.0.113.5
for your home network).www.google.com
) to an IP address (172.217.16.206
).
1. What is a Network?
A network is a collection of devices connected to each other to share resources (like files or the internet) and allow communication between them. Networks can be small (local networks) or large (like the internet).
2. Types of Networks
3. Network Components
4. Network Topologies
5. Important Protocols
6. IP Addresses
7. OSI Model (Open Systems Interconnection)
The OSI model breaks network communication into 7 layers, which help standardize and explain how networks operate:
8. Network Security
9. Additional Concepts
10. Common Performance Metrics