Internet, IoT & LAN/MAN/WAN
Contents
Why This Topic Matters
If you master these concepts, you can easily score 8–15 marks in most Computer Science examinations including GATE, UGC NET, NIELIT, Rajasthan BCI, Informatics Assistant, and DSSSB.
What is a Computer Network?
A Computer Network is a collection of interconnected computers and devices that communicate with one another to share:
- Data
- Resources
- Hardware
- Internet connection
- Applications
- All computers in one lab → LAN
- All schools within Jaipur city → MAN
- Schools connected across India → WAN
LAN vs MAN vs WAN
| Feature | LAN | MAN | WAN |
|---|---|---|---|
| Full Form | Local Area Network | Metropolitan Area Network | Wide Area Network |
| Coverage | Up to 1 km | 10–50 km | More than 100 km |
| Speed | Highest | Medium | Lowest to High |
| Cost | Low | Medium | High |
| Ownership | Private | Public / Private | Public |
| Delay | Very Low | Moderate | High |
| Error Rate | Lowest | Medium | Highest |
| Example | Office / Home | City Network | Internet |
Network Devices Used
Internet: The World's Largest Network
The Internet is simply a network of interconnected networks. It follows the TCP/IP Protocol Suite, which enables billions of devices to communicate reliably.
TCP/IP Model
TCP vs UDP
| TCP | UDP |
|---|---|
| Connection-Oriented | Connectionless |
| Reliable | Faster |
| Error Checking & Recovery | No Recovery |
| Ordered Delivery | No Ordering |
| Used by HTTP, HTTPS, FTP | Used by DNS, VoIP, Streaming |
IPv4 vs IPv6
| Feature | IPv4 | IPv6 |
|---|---|---|
| Address Size | 32-bit | 128-bit |
| Example | 192.168.1.1 | 2001:db8::1 |
| Address Count | 2³² (4.3 billion) | 2¹²⁸ (340 undecillion) |
| Notation | Decimal | Hexadecimal |
| Header | Variable length | Fixed length |
| Security | Optional (IPSec) | Built-in (IPSec) |
192.168.1.10 · IPv6 → 8 hex groups 2001:db8:85a3::8a2e
DNS, HTTP & HTTPS
Think of DNS as the phonebook of the Internet.
Port Number = 53 Uses UDP (mostly) and TCP (zone transfer).
HTTP vs HTTPS
| HTTP | HTTPS |
|---|---|
| Port 80 | Port 443 |
| Not Secure | Secure |
| Plain Text | TLS/SSL Encryption |
| No Certificate | SSL Certificate Required |
ARP vs RARP
ARP
MAC Address
RARP
IP Address
Introduction to IoT
The Internet of Things (IoT) connects physical devices to the Internet, enabling them to collect, share, and analyse data automatically.
IoT Architecture
Common IoT Sensors
IoT Communication Protocols
| Protocol | Transport | Best Use |
|---|---|---|
| MQTT | TCP | Publish/Subscribe Messaging |
| CoAP | UDP | Lightweight RESTful API |
| Zigbee | IEEE 802.15.4 | Home Automation |
| LoRaWAN | Long Range | Smart Cities, Agriculture |
| Bluetooth LE | Low Energy | Wearables, Fitness |
| NFC | Short Range | Contactless Payment |
| 6LoWPAN | IPv6 | Low-Power IoT Networks |
Quick Revision Sheet
Exam Booster (Most Expected)
Interactive MCQ Practice 30 Questions
Click an option to check your answer. Track your progress below.
- ✅ Remember IEEE 802.3 = Ethernet and 802.11 = Wi-Fi.
- ✅ Learn the common ports: HTTP (80), HTTPS (443), DNS (53).
- ✅ Memorise ARP = IP → MAC and RARP = MAC → IP.
- ✅ Understand the TCP/IP model and the role of each layer.
- ✅ Revise IoT protocols: MQTT, CoAP, Zigbee, LoRaWAN, and 6LoWPAN.
- ✅ TCP is connection-oriented; UDP is connectionless.
Master these concepts to score 8–15 marks in your exam. Good luck!