To introduce networking basics and practical skills
1. What is Networking? π
-
Definition: Connecting two or more computers/devices to share data and resources.
-
Purpose: File sharing, internet access, printer sharing, gaming, communication.
2. Types of Networks π π’π
-
LAN (Local Area Network): Small area, e.g., home or office π
-
WAN (Wide Area Network): Large area, e.g., internet π
-
MAN (Metropolitan Area Network): City-wide coverage π’
-
PAN (Personal Area Network): Devices close to a person, e.g., Bluetooth π΅
3. Network Devices π₯️π
-
Router: Connects networks and directs traffic π‘
-
Switch: Connects multiple devices in a LAN π
-
Hub: Simple device to connect devices (less intelligent than switch)
-
Modem: Connects LAN to ISP (Internet Service Provider) π
-
Firewall: Protects network from unauthorized access π‘️
4. Network Cables & Topologies π
-
Cables:
-
Ethernet (Cat5, Cat6) π¦
-
Fiber optic (high speed) π
-
-
Topologies:
-
Star: Central hub/switch connects devices ⭐
-
Bus: Single cable connects all devices ➖
-
Ring: Devices connected in a circle π
-
5. IP Address & DNS π·️
-
IP Address: Unique address for each device (like a house number) π
-
DNS (Domain Name System): Converts website names to IP addresses π➡️π
Practical: Check your IP on Windows:
ipconfig
On Linux:
ifconfig
6. Network Setup & Hands-on Skills π»π ️
-
Set up a small LAN:
-
Connect 2–4 PCs with a switch and Ethernet cables
-
Assign IP addresses manually (static) or via DHCP (automatic)
-
-
Ping Test: Check connectivity between devices:
ping 192.168.1.2
-
File Sharing: Share a folder from one PC to another π️
-
Wi-Fi Setup: Configure router, set SSID, password π
-
Traceroute: See the path to a website:
tracert google.com
7. Troubleshooting Common Network Issues ⚡
| Issue | Cause | Solution |
|---|---|---|
| No internet | ISP, cable, router | Restart modem/router, check cables |
| Slow network | Congestion, weak Wi-Fi | Reboot devices, change Wi-Fi channel |
| Cannot ping device | Firewall, wrong IP | Check firewall, verify IP |
| IP conflict | Duplicate IP | Assign a new IP manually |
8. Advanced Networking Concepts (Optional) π§©
-
Subnetting: Dividing a network for efficiency
-
VLANs: Virtual LANs to segment networks
-
Port Forwarding: Access services behind a router
-
Network Security: Firewalls, antivirus, encryption π
π‘ Pro Tip: Always start small: build a home LA
Comments
Post a Comment