Networking Basics
✅ What is Computer Networking?
A computer network is a group of connected devices (like computers, smartphones, servers) that share data, resources, and communicate with each other.
👉 Networking allows devices to:
Share files and printers.
Access the internet.
Communicate via email, chat, and video calls.
Connect to remote servers (cloud, websites).
🌐 Types of Networks
LAN (Local Area Network)
Small network in one location (office, home).
Wi-Fi at home, office network.
WAN (Wide Area Network)
Large network connecting multiple locations.
The Internet, corporate networks.
MAN (Metropolitan Area Network)
Covers a city or large campus.
City-wide public Wi-Fi.
PAN (Personal Area Network)
Small network around a person.
Bluetooth devices, smartwatch to phone.
📶 Basic Networking Components
Router
Connects devices to the internet, manages traffic.
Home Wi-Fi router.
Switch
Connects devices in a network, sends data to correct device.
Office network switch.
Modem
Connects to the ISP (Internet Service Provider).
Fiber or cable modem.
Access Point
Extends Wi-Fi range.
Wi-Fi extender in large homes.
Firewall
Protects network from attacks.
Hardware firewall or Windows Firewall.
Server
Provides services (web, mail, file sharing).
Google servers for Gmail.
🛜 Common Networking Devices:
Computer/PC
Connects to network to send/receive data.
Smartphone
Accesses internet and apps via Wi-Fi/mobile data.
Printer (Networked)
Shared by multiple users over the network.
Smart TV
Streams content over the internet.
📊 Networking Protocols (Languages for Communication):
HTTP/HTTPS
Web browsing (secure).
FTP (File Transfer Protocol)
File sharing and transfer.
TCP/IP (Transmission Control Protocol/Internet Protocol)
Basic internet communication rules.
DNS (Domain Name System)
Translates domain names (like google.com) to IP addresses.
DHCP (Dynamic Host Configuration Protocol)
Assigns IP addresses to devices automatically.
SMTP/IMAP/POP3
Email sending/receiving.
🔑 Key Networking Terms to Know:
IP Address
Unique number assigned to each device on a network. (e.g., 192.168.1.1)
MAC Address
Unique hardware address of network card.
SSID
Name of a Wi-Fi network.
Bandwidth
Maximum data transfer rate (e.g., 100 Mbps).
Firewall
Security system that controls incoming/outgoing traffic.
VPN (Virtual Private Network)
Secure, private connection over the internet.
Ping
Test network connection to another device.
🔗 How Internet Works (Simplified Flow):
Device (Laptop/Phone) connects to Router via Wi-Fi.
Router connects to Modem.
Modem connects to ISP (Internet Service Provider).
ISP connects to the Internet.
Request goes to Web Server (e.g., Google) and returns results.
🔒 Network Security Basics:
Unauthorized Access
Set strong Wi-Fi passwords, enable WPA3.
Viruses, Malware
Use firewalls, antivirus software.
Data Interception
Use VPN, HTTPS websites.
Phishing Attacks
Educate users, use email filters.
⚙️ Basic Network Troubleshooting Steps:
Check device connection (Wi-Fi/Ethernet).
Restart router/modem.
Check IP address (cmd:
ipconfig
in Windows).Ping test (cmd:
ping google.com
).Check if only one device or all devices are affected.
Contact ISP if the internet is down.
✅ Summary (In Simple Words):
Computer networking connects devices to share information, resources, and internet access. Tools like routers, switches, and modems help devices talk to each other. Common problems can often be fixed by restarting equipment or checking connections.
Last updated