Orientation to Computing — I

Unit 4: Computer Network, Communication & Security Essentials

From sending a WhatsApp message to securing a UPI payment — understand how computers talk to each other across the globe, how data finds its destination, and how to protect it from the bad guys.

🏢 Industry-Aligned  |  📝 15 MCQs (Bloom's Taxonomy)  |  🔬 5 Lab Exercises  |  💼 Interview & Career Prep

Section 1

Why This Chapter Changes How You Think About the Digital World

Every time you book a ticket on IRCTC, scan a QR code on PhonePe, or stream a video on YouTube — data is travelling through a network. The message you sent on WhatsApp? It left your phone, travelled through your Wi-Fi router, bounced through Jio's fibre-optic backbone, crossed undersea cables, reached Meta's data centre, and arrived on your friend's device — all in under 200 milliseconds. Understanding how this works is the difference between being a user and being an engineer.

And here's the scary part: in 2023, cybercrime cost the world $8 trillion — more than the GDP of Japan. India alone saw 1.39 million cybersecurity incidents reported to CERT-In that year. AIIMS Delhi's servers were locked by ransomware for 15 days. CoWIN vaccination data was allegedly leaked. UPI fraud complaints crossed 95,000 cases in a single quarter. If you build systems without understanding security, you're building a house with no locks.

🏢 Industry Snapshot — Who Uses This Knowledge Daily?

Jio (Reliance) — India's largest telecom manages a network that carries 10+ exabytes of data per month. Their network engineers configure routers, design IP addressing schemes, and deploy firewalls across 400,000+ cell towers. Every concept in this chapter — from LAN/WAN to TCP/IP — is their daily bread.

CERT-In (Indian Computer Emergency Response Team) — India's cybersecurity agency handles real incident responses: the AIIMS ransomware attack, banking Trojan alerts, phishing campaign take-downs. They issue advisories based on the exact threat categories you'll study in Section 3.

Razorpay / PhonePe — Every UPI transaction passes through firewalls, TLS encryption, and multi-factor authentication. Their security teams defend against phishing, credential stuffing, and API abuse — using the exact defense mechanisms covered in this chapter.

🇮🇳 Jio🇮🇳 CERT-In🇮🇳 Razorpay🇮🇳 PhonePe🇮🇳 IRCTC🇮🇳 SBI

Prerequisite Checklist ✅

  • ✅ You've used Wi-Fi, mobile data, or a wired internet connection
  • ✅ You know what an IP address is (even vaguely — we'll build on it)
  • ✅ You've heard of hacking, viruses, or phishing — even from news headlines
  • ✅ You understand basic hardware components (CPU, RAM, NIC from Unit 1)
  • ✅ No programming experience needed — this chapter is about concepts and architecture
The first message ever sent over ARPANET (the ancestor of the internet) in 1969 was "LO" — the system crashed before they could complete "LOGIN." A network failure on day one! Since then, the internet has grown to connect 5.4 billion people across 40,000+ networks.
Section 2

Learning Outcomes — Bloom's Taxonomy

Bloom's LevelLearning Outcome
L1 — RememberList the 7 layers of the OSI model, name 7 types of computer networks (PAN–SAN), and identify common malware categories (virus, worm, trojan, ransomware, spyware)
L2 — UnderstandExplain how data flows from a browser to a web server using the TCP/IP model, describe the difference between IPv4 and IPv6, and explain why MFA is more secure than passwords alone
L3 — ApplyTrace a packet's journey through network devices (NIC → switch → router → ISP → server), apply subnet concepts to determine network vs host portions, and configure basic Windows Firewall rules
L4 — AnalyzeCompare Star vs Mesh topologies for a college campus network considering cost, fault tolerance, and scalability; analyze how the AIIMS ransomware attack propagated through the hospital network
L5 — EvaluateJustify the selection of firewall type (packet filtering vs WAF) for an e-commerce platform like Flipkart; evaluate whether a VPN or Zero Trust architecture is better for a remote-first startup
L6 — CreateDesign a secure network topology for a 500-student college campus including VLANs, firewall placement, and Wi-Fi coverage; create a cybersecurity incident response plan for a hospital