By the end of this chapter you'll be able to…

  • 1Give full forms on sight: WWW, URL, HTTP/HTTPS, FTP, ISP, SMTP, POP3, IMAP, LAN/MAN/WAN/PAN, IP, DNS, VoIP
  • 2Split email protocols correctly — SMTP sends; POP3/IMAP receive — and distinguish CC from BCC
  • 3Classify networks by reach (PAN/LAN/MAN/WAN) and name the four topologies with their failure modes
  • 4Assign each device its one-line role: modem converts, router connects networks, switch connects within a LAN, repeater regenerates
  • 5State the addressing facts: IPv4 32-bit vs IPv6 128-bit, DNS as the name-to-IP translator, MAC as the hardware address
💡
Why this chapter matters in SSC CGL
Together with computer basics, this cluster carries the qualifying Computer Knowledge module — fail it and the merit marks earned everywhere else are void. Networking questions are the purest recall in the paper: full forms and one-line device roles, no reasoning at all. The same facts also feed the cyber-security questions (HTTPS, spam, phishing context), so this chapter pays twice.

Internet, Email and Networking — SSC CGL Computer Knowledge

Networking questions in SSC are a vocabulary test wearing a technical costume: what does HTTP stand for, which protocol sends mail, what does BCC hide, which network fits a building. Every answer is a full form or a one-line role. This chapter is that map, ordered by how often each fact is asked.


1. What SSC actually asks

Tier 2, Section III: typically 4–6 of the 20 questions. Three clusters: internet basics (WWW, URLs, browsers, HTTP/HTTPS), email (fields, protocols, attachment etiquette), and networking (LAN/WAN, topologies, devices, IP/DNS).


2. Internet basics

  • WWW — invented by Tim Berners-Lee (1989, CERN); the web is a service on the internet, not the internet itself.
  • URL — Uniform Resource Locator, a page's address: protocol://domain/path.
  • HTTP — HyperText Transfer Protocol; HTTPS adds encryption (S = Secure, via SSL/TLS — the padlock icon).
  • Browser (Chrome, Edge, Firefox) displays pages; a search engine (Google, Bing) finds them — SSC loves this distinction.
  • ISP — Internet Service Provider (Jio, Airtel, BSNL); Wi-Fi — wireless LAN access; hotspot — a device sharing its connection.
  • Other protocols: FTP (file transfer), TCP/IP (the internet's core protocol suite), VoIP (voice calls over the internet).

3. Email

  • Address anatomy: [email protected] — the @ separates the user name from the domain (chosen by Ray Tomlinson).
  • To = main recipients; CC = Carbon Copy, visible to all; BCC = Blind Carbon Copy — recipients hidden from everyone else. "Which field hides recipients?" is a guaranteed question.
  • Protocols: SMTP sends (Simple Mail Transfer Protocol); POP3 and IMAP receive (POP3 downloads to one device; IMAP syncs across devices).
  • Attachment — a file sent with the mail; Subject — the one-line topic; Spam — unsolicited bulk mail; Draft — composed but unsent.

4. Network types and topologies

TypeReachExample
PANPersonal, a few metresBluetooth earbuds
LANOne building/campusOffice network
MANA cityCable-TV network
WANCountries/globalThe internet

Topologies (layout of connections): star — all nodes to a central hub (most common; hub failure kills all); bus — one backbone cable; ring — each node to the next in a loop; mesh — everyone to everyone (most cable, most robust).


5. Devices and addressing

  • Modemmodulator-demodulator: converts digital ↔ analog signals over phone/cable lines.
  • Router — routes data between networks (your home LAN ↔ the internet).
  • Switch/Hub — connect devices within a LAN (switch is intelligent, hub broadcasts to all).
  • Repeater — regenerates weakening signals over distance.
  • IP address — a device's numeric address; IPv4 = 32-bit (four numbers 0–255, e.g. 192.168.1.1), IPv6 = 128-bit (created because IPv4 ran out).
  • DNS — Domain Name System: translates human names (google.com) into IP addresses — "the internet's phonebook".
  • MAC address — hardware address burned into the network card.

6. Solved PYQ-style examples

Q1. Which protocol is used to SEND email? Solution. SMTP (POP3/IMAP are for receiving). Memory hook: SMTP = Send.

Q2. BCC in email stands for… Solution. Blind Carbon Copy — BCC recipients are invisible to all other recipients.

Q3. The 'S' in HTTPS stands for… Solution. Secure — the connection is encrypted (SSL/TLS); shown by the browser padlock.

Q4. A network confined to a single office building is a… Solution. LAN. (City = MAN, country/global = WAN, personal Bluetooth = PAN.)

Q5. Which device converts digital signals to analog for transmission over telephone lines? Solution. Modem — modulator-demodulator; the name is the function.


7. Exam protocol

  1. Full forms first: HTTP, HTTPS, URL, SMTP, POP3, IMAP, LAN/WAN/MAN/PAN, ISP, DNS, IP — each is a potential direct question.
  2. Anchor the send/receive split: SMTP sends; POP3/IMAP receive. Half the email questions test exactly this.
  3. Devices by role: modem converts, router connects networks, switch connects within, repeater boosts, DNS translates.
  4. Network types by reach: metres–PAN, building–LAN, city–MAN, world–WAN.
  5. Browser ≠ search engine; internet ≠ WWW — the two conflations SSC checks most.

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

Email protocol split
Hook: SMTP — S for Send. POP3 downloads to one device; IMAP syncs across devices.
Network reach ladder
Bluetooth = PAN, office = LAN, cable-TV city grid = MAN, internet = WAN.
Device roles
Repeater regenerates signals; hub is a dumb switch that broadcasts to all.
Addressing
IPv6 exists because IPv4's address space ran out; MAC is the card's burned-in hardware address.
⚠️

Traps SSC CGL sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Marking SMTP as the protocol for receiving mail.
SMTP only SENDS (S = Send). Receiving is POP3 or IMAP. This single split settles the most-repeated email question.
WATCH OUT
Confusing CC with BCC.
CC recipients are visible to everyone; BCC (Blind) recipients are hidden from all others. 'Which field hides recipients?' → BCC.
WATCH OUT
Treating browser and search engine as the same thing.
A browser (Chrome, Firefox) DISPLAYS pages; a search engine (Google, Bing) is a website that FINDS pages. Google Chrome vs Google Search is the deliberate confusion.
WATCH OUT
Saying the WWW and the internet are identical.
The internet is the global network; the WWW (Tim Berners-Lee, 1989) is one service running on it, alongside email, FTP and VoIP.
WATCH OUT
Swapping router and modem roles.
The modem converts signals (digital ↔ analog); the router directs traffic between networks. Home 'router' boxes combine both, which is why the exam separates them.
WATCH OUT
Writing IPv4 as 64-bit or giving it six octets.
IPv4 = 32 bits = four numbers 0–255 (192.168.1.1). IPv6 = 128 bits, written in hex. There is no 64-bit IP version.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Internet, Email and Networking?

10 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

10 questions~7 min

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • WWW: Tim Berners-Lee, 1989, CERN; the web is a service ON the internet, not the internet
  • URL = Uniform Resource Locator; HTTP fetches pages; HTTPS = HTTP + Secure (SSL/TLS padlock)
  • Browser displays (Chrome), search engine finds (Google Search) — different things
  • SMTP sends; POP3/IMAP receive (POP3 one device, IMAP syncs)
  • CC visible to all; BCC = Blind, recipients hidden
  • PAN metres → LAN building → MAN city → WAN world
  • Topologies: star (central hub), bus (one backbone), ring (loop), mesh (all-to-all, most robust)
  • Modem converts digital↔analog; router between networks; switch within LAN; repeater regenerates
  • IPv4 = 32-bit four octets; IPv6 = 128-bit; DNS translates names → IPs; MAC = hardware address
  • FTP = file transfer; TCP/IP = core internet suite; VoIP = calls over internet

SSC CGL question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: 18

Question styleMarks eachTypical countWhat it tests
Internet & email share of the 20-Q module9–12 (3–4 Q × 3 marks)
Networking & devices share3–6 (1–2 Q × 3 marks)
Prep strategy
  • Flashcards for full forms — one side acronym, other side expansion + one-line role
  • Drill the SMTP/POP-IMAP split and CC/BCC until instant
  • Draw the four topologies once from memory with their failure modes
  • Read alongside the cyber-security chapter in the final week — shared vocabulary

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. Bank every full-form question in under 10 seconds — they are the module's guaranteed marks.
  2. Recite the two anchors before the exam: 'SMTP sends, POP/IMAP receive' and 'PAN-LAN-MAN-WAN by reach'.
  3. Device questions: answer by role, one line each — converts, routes, switches, repeats.
  4. Remember the module is qualifying with −1 negatives: answer the sure 15, skip true unknowns.
  5. Revise this chapter together with cyber security — the facts overlap and reinforce.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

Office email discipline

Knowing BCC hides the recipient list is practical etiquette — mass mails that expose hundreds of addresses in CC are a real and common data-privacy blunder.

Home network troubleshooting

Modem vs router vs Wi-Fi, and why restarting which box fixes what — the exam's device-role facts are the actual diagnostic checklist.

Safe browsing

Checking for HTTPS before entering card details is the security habit built directly on this chapter's padlock fact.

Where else this topic is tested

Prepare once, score in every exam that asks it.

SSC CHSLSame module — identical fact set
IBPS PO / ClerkComputer awareness — networking is a core scoring block
RRB NTPC2–3 Q inside GA
State PSC clericalStandard computer-awareness syllabus

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Typically 4–6 of the 20 questions, split across internet basics, email and network hardware. With computer basics (10–13 Q) they cover most of the module.

No. SSC asks full forms and one-line roles — 'TCP/IP is the internet's core protocol suite' is the entire required depth. No packet diagrams, no subnetting.

The SMTP/POP3 split ('which protocol sends email?') and the BCC definition compete for first place, with LAN/WAN classification close behind.

Occasionally: both connect devices within a LAN, but a switch sends data only to the intended device while a hub broadcasts to all. Knowing 'switch = intelligent hub' is enough.

Directly — HTTPS/padlock, spam, and safe-email habits are the vocabulary the security questions build on. Reading this chapter first makes the cyber-security chapter half-familiar.
Header Logo