The Internet is a global network of networks — millions of computers and devices connected together using a standardized set of rules called protocols. Think of it like the Indian Railways network: individual city railways are separate systems, but they all connect at shared junctions using common gauge standards so a train from Mumbai can reach Delhi. The Internet works the same way — your home Wi-Fi, your office LAN, a university network in Chennai, a data centre in Singapore — all of them "speak" the same protocol language (TCP/IP) so they can talk to each other.
The World Wide Web (WWW) is not the same as the Internet. This is one of the most commonly tested distinctions. The Internet is the physical infrastructure — cables, routers, servers. The WWW is one service that runs on top of it: a collection of web pages linked together via hyperlinks and accessed through browsers. Email is another service. File transfer (FTP) is another. They all ride on the Internet, but they are not the Internet itself.
Email (Electronic Mail) works like the postal system. When you send a letter, you drop it in a postbox, it travels through sorting centres, and lands in the recipient's mailbox. With email, your mail client (like Outlook or Gmail) hands the message to a mail server using a sending protocol, the message travels through intermediate servers, and lands in the recipient's mailbox on their mail server. The recipient then retrieves it using a receiving protocol.
The key vocabulary SSC CGL tests repeatedly falls into three buckets:
Get these three buckets clean and you will not drop marks on this topic.
When you type a website address into your browser and hit Enter, a precise sequence of events happens:
142.250.77.46) that identifies the server on the network.HTTP — HyperText Transfer Protocol: The set of rules defining how a browser requests a web page and how a server responds. "HyperText" refers to text containing links to other texts. "Transfer" is the key word in the full form — it transfers hypertext. "Protocol" means a set of rules. This expansion is tested directly and repeatedly.
HTTPS — HyperText Transfer Protocol Secure: HTTPS is HTTP with encryption added (via SSL/TLS). The padlock icon in your browser indicates HTTPS. All financial and login pages should use HTTPS.
URL — Uniform Resource Locator: The complete address of a resource on the web. A typical URL looks like:
https://www.example.gov.in/page/about
Breaking this down:
https:// — the protocolwww — subdomain (World Wide Web)example — domain name.gov.in — domain extension (government of India)/page/about — path to the specific resource"Uniform" means the format is standardised. "Resource" means any file — a page, image, video, document. "Locator" means it pinpoints the location. The word "Universal" is a common wrong option — the U stands for "Uniform", not "Universal".
| Extension | Stands for | Used by | |---|---|---| | .com | Commercial | Businesses | | .org | Organisation | Non-profits | | .edu | Education | Universities | | .gov | Government | Government bodies | | .net | Network | ISPs, networking | | .in | India | Indian entities |
Every device on the Internet has a unique numeric identifier called an IP address. IPv4 addresses look like 192.168.1.1 (four groups of numbers, 0–255 each). IPv6 was introduced because IPv4 addresses were running out — it uses hexadecimal notation and provides far more combinations.
This is the highest-yield sub-topic in this chapter. Three protocols handle email; each has a different role:
SMTP — Simple Mail Transfer Protocol
POP3 — Post Office Protocol version 3
IMAP — Internet Message Access Protocol
The exam almost always asks which protocol sends email. That is SMTP. IMAP and POP3 are both for receiving — if asked to distinguish them, remember IMAP keeps mail on the server, POP3 downloads and removes it.
| Term | Full Form | Meaning | |---|---|---| | To | — | Primary recipient(s) | | CC | Carbon Copy | Secondary recipients; all can see who is CC'd | | BCC | Blind Carbon Copy | Hidden copy; other recipients cannot see BCC'd addresses | | Attachment | — | File sent along with the email | | Spam | — | Unsolicited bulk email | | Phishing | — | Fraudulent email designed to steal credentials |
CC vs BCC: CC is "Carbon Copy" — the term comes from the physical carbon paper used to make duplicate copies of typed documents. BCC is "Blind Carbon Copy" — blind because the To and CC recipients cannot see the BCC list.
A web browser is software that retrieves and displays web pages: Chrome, Firefox, Edge, Safari, Opera. A search engine is a website/service that indexes the web and responds to queries: Google, Bing, DuckDuckGo. A browser is the vehicle; a search engine is one of the many destinations.
ISP — Internet Service Provider: The company that provides your Internet connection (BSNL, Airtel, Jio, etc.).
When asked which protocol sends email, use the mnemonic "SMTP = Send Mail To People". The S in SMTP maps to "Send". IMAP and POP3 are both receive-side — just remember that neither starts with S, so neither sends. Standard approach: re-reading all four options and second-guessing yourself wastes 20-25 seconds. With this anchor, you lock SMTP in under 5 seconds.
The most common wrong option for URL is "Universal Resource Locator". Lock the word "Uniform" using this: a URL is a standard, uniform format — like a uniform dress code, everyone follows the same pattern. The word "Universal" is broader and vaguer — eliminate any option using it. This eliminates 1-2 wrong options instantly, reducing the question from 4-choice to 2-choice in under 3 seconds.
Three wrong options for HTTP exploit the word after "HyperText": Transmission, Technical, or High. Lock the correct word — "Transfer" — by noting that HTTP literally transfers a document (a HyperText file) from server to browser. "Transmission" is used in TV broadcasting contexts (like HDTV). "Technical" makes no sense in context. Spotting "Transfer" correctly takes 4 seconds vs. 20+ seconds of deliberation.
IMAP keeps mail In the server (accessible from multiple devices). POP3 Pulls it down and removes it. This two-letter anchor (I = In, P = Pull) resolves the most common IMAP/POP3 confusion question in 6 seconds. Without this, students often guess and lose marks on a conceptual question that is 100% definition-based.
CC in email stands for "Carbon Copy", not "Courtesy Copy" (which sounds plausible and is the most popular wrong answer). Anchor it to the physical object: carbon paper was placed between sheets on a typewriter to make duplicate copies. Email CC does the same thing digitally. "Courtesy Copy" is not a real technical term — the moment you see it as an option, eliminate it. Saves 10-15 seconds of uncertainty on a straightforward definition question.
When you see a Computer Awareness question on Internet/Email in the exam hall, run this decision tree in your head:
Step 1 — Is it an acronym expansion question? Yes → Go directly to the correct expansion from memory. Check for the one trap word (URL: Uniform not Universal; HTTP: Transfer not Transmission; SMTP: Simple not Standard).
Step 2 — Is it a protocol function question? Yes → Sending email = SMTP. Receiving email = IMAP or POP3. Web pages = HTTP/HTTPS. File transfer = FTP. Remote login = Telnet/SSH.
Step 3 — Is it an email terminology question? Yes → CC = Carbon Copy (not Courtesy). BCC = Blind Carbon Copy. Spam = unsolicited bulk mail.
Step 4 — Is it a WWW vs Internet distinction? Yes → WWW is a service on the Internet, not the Internet itself. WWW = World Wide Web (not Web World Wide or any other word order).
General rule: These are definition questions with zero calculation. You either know them or you don't — there is no working-it-out. If you are blank, use elimination: remove options with obviously wrong words (Technical, Transmission, Universal, Courtesy). Then pick from what remains. Do not spend more than 30 seconds on any single computer awareness question.
Why this question: HTTP is the single most-tested acronym in SSC CGL Computer Awareness. The four options are engineered to test whether you know the exact word "Transfer".
Solving path: Scan the options. All start with "HyperText" except option D ("High Transfer Text"). Eliminate D — "High Transfer Text" is grammatically wrong as a protocol name. Now you have three HyperText options. The distinguishing word is the third word: Technical (B), Transfer (C), Transmission (A). "Technical Protocol" is meaningless — eliminate B. "Transmission" is used in broadcasting contexts — eliminate A. Lock C: HyperText Transfer Protocol.
Why this question: WWW is tested in word-order traps. All four options use the same three words — you must know the correct sequence.
Solving path: This is pure recall. WWW = World Wide Web, in that exact order. The wrong options simply rearrange the words: "Web World Wide", "Wide World Web", "World Web Wide". None of the rearrangements make conceptual sense. If you blanked, note that "World Wide" is a compound modifier — you would say "a world-wide phenomenon", not "a wide-world phenomenon". World → Wide → Web is the logical English sequence.
Why this question: SMTP vs IMAP is the highest-frequency email protocol distinction. Students often confuse IMAP (receiving) with SMTP (sending).
Solving path: The question asks for the sending protocol. FTP is file transfer — eliminate. HTTP is web pages — eliminate. That leaves IMAP and SMTP. Apply the rule: SMTP = Send. IMAP = receive (keeps mail on server). Select SMTP (option C). Do not overthink this — the S-for-Send anchor is all you need.
Why this question: URL is tested with "Uniform vs Universal" as the core trap. Both sound plausible; only one is correct.
Solving path: Scan for "Uniform Resource Locator" — option D. Option B says "Universal Resource Locator" — eliminate, the U is Uniform not Universal. Option A says "Uniform Resource Link" — "Link" is wrong, it's "Locator". Option C says "United Resource Locator" — United is wrong. Only option D has all three words correct: Uniform + Resource + Locator.
Why this question: CC is tested because "Courtesy Copy" is a believable-sounding distractor that many students fall for.
Solving path: The correct answer is "Carbon Copy" (option C). "Courtesy Copy" (option B) is the trap — it sounds professional and reasonable but is not the actual technical term. "Copied Content" (option A) and "Common Copy" (option D) are obviously wrong. The carbon paper origin story seals it: CC predates email, originating from physical typewriter carbon copies.
Confusing WWW with the Internet: Students write "WWW = Internet" or treat them as synonyms. They are not. The Internet is the underlying network infrastructure. WWW is one service (collection of web pages) that runs on that infrastructure. Email, FTP, online gaming — these also run on the Internet but are not part of the WWW.
Choosing "Universal" for URL: The most common error on URL questions. "Universal Resource Locator" looks authoritative and is a very popular wrong answer. The U stands for Uniform (standardised format), not Universal.
Choosing "Transmission" for HTTP: "HyperText Transmission Protocol" appears in options frequently because "transmission" and "transfer" are near-synonyms in everyday language. In protocol naming, it is always Transfer. Lock this.
Selecting IMAP as the sending protocol: IMAP is for receiving, not sending. Because IMAP is a more modern and feature-rich protocol than POP3, some students assume it must also handle sending. It does not. SMTP handles all outgoing mail.
Writing CC as "Courtesy Copy": This is arguably the most common wrong answer in email terminology questions. "Courtesy Copy" sounds like formal business language, which is why it traps students. The origin is physical carbon paper, making it "Carbon Copy".
Treating HTTPS as a completely different protocol from HTTP: HTTPS is HTTP with an added security/encryption layer (SSL/TLS). It is not a separate protocol with a different name expansion. The S simply stands for Secure. Some students over-complicate this and confuse HTTPS with SSH (Secure Shell), which is an entirely different protocol used for remote login.