Class 12 Computer Networks Complete Notes
Class 12 Computer Networks Complete Notes
2. Types of Networks
- **LAN (Local Area Network):** Small area network (e.g., home, office).
- **MAN (Metropolitan Area Network):** Covers a city (e.g., cable TV network).
- **WAN (Wide Area Network):** Large area (e.g., the Internet).
- **PAN (Personal Area Network):** Small devices (e.g., Bluetooth, Hotspot).
- **VPN (Virtual Private Network):** Secure private network over the Internet.
3. Network Topologies
- **Bus:** Single cable, simple but failure-sensitive.
- **Star:** Central hub, reliable but costly.
- **Ring:** Circular path, efficient but one failure affects all.
- **Mesh:** Every device connects to all, reliable but expensive.
- **Tree:** Combination of bus & star, scalable.
- **Hybrid:** Mix of different topologies, flexible but complex.
4. Networking Devices
- **Hub:** Broadcasts data to all devices.
- **Switch:** Sends data only to the intended device.
- **Router:** Connects different networks and directs traffic.
- **Modem:** Converts digital data to analog and vice versa.
- **Gateway:** Connects networks with different protocols.
- **Repeater:** Amplifies weak signals in a network.
- **Bridge:** Connects two LANs.
5. Transmission Media
- **Wired:** Twisted Pair (Ethernet), Coaxial, Fiber Optic (Fastest).
- **Wireless:** Radio Waves (Wi-Fi), Microwaves (Satellite), Infrared (Remote control).
6. IP Addressing
- IPv4 (32-bit, e.g., 192.168.1.1) vs. IPv6 (128-bit, e.g., 2001:db8::1).
- Private vs. Public IP.
- Static (fixed) vs. Dynamic (changes each session).
8. Network Protocols
- **HTTP/HTTPS:** Web browsing.
- **FTP:** File transfer.
- **SMTP/POP3/IMAP:** Email communication.
- **TCP/IP:** Internet communication.
- **UDP:** Fast but unreliable data transfer.
- **ICMP:** Used for error reporting (e.g., ping command).