Internet and Email for SSC CGL — HTTP, URL, SMTP, WWW and More

beginner 18 min read

Concept

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:

  1. Expansion of acronyms — HTTP, HTTPS, WWW, URL, SMTP, IMAP, POP3, IP, ISP, HTML, DNS
  2. Function of protocols — which one sends email, which one receives, which one handles web pages
  3. Components of a URL — what each part means, what domain extensions (.gov, .edu, .com) indicate

Get these three buckets clean and you will not drop marks on this topic.


Deep Dive

The World Wide Web and HTTP/HTTPS

When you type a website address into your browser and hit Enter, a precise sequence of events happens:

  1. Your browser looks up the domain name via DNS (Domain Name System) to find the server's IP address — the actual numeric address (like 142.250.77.46) that identifies the server on the network.
  2. Your browser connects to that server and sends a request using HTTP (HyperText Transfer Protocol) or its secure version HTTPS.
  3. The server returns the web page content (HTML, CSS, images), and your browser renders it.

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:

"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".

Domain Extensions

| 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 |

IP Address

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.

Email Protocols — The Critical Distinction

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.

Email Terminology

| 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.

Browsers and Search Engines

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.).


Memory Tricks and Shortcuts

patternSMTP = Send Mail To People

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.

eliminationURL's U = Uniform, not Universal

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.

patternHTTP's T = Transfer, not Transmission or Technical

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.

patternIMAP vs POP3: I = In the server, P = Pull and delete

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.

patternCC = Carbon Copy — the physical paper link

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.


Fast-Solving Framework

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.


Solved PYQs

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".

Previous Year Questionपिछले वर्ष का प्रश्न
What does 'HTTP' stand for in the context of the Internet?
इंटरनेट के संदर्भ में 'HTTP' का पूरा नाम क्या है?
  1. High Transfer Text Protocol
  2. HyperText Technical Protocol
  3. HyperText Transfer Protocol
  4. HyperText Transmission Protocol
  1. High Transfer Text Protocol
  2. HyperText Technical Protocol
  3. HyperText Transfer Protocol
  4. HyperText Transmission Protocol
Solutionसमाधान
HTTP stands for HyperText Transfer Protocol. It is the foundation of data communication on the World Wide Web, defining how messages are formatted and transmitted between web browsers and servers.
HTTP का पूरा नाम HyperText Transfer Protocol है। यह वर्ल्ड वाइड वेब पर डेटा संचार की नींव है, जो वेब ब्राउज़र और सर्वर के बीच संदेशों के प्रारूप और प्रसारण को परिभाषित करता है।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
What is the full form of 'WWW' in the context of the Internet?
इंटरनेट के संदर्भ में 'WWW' की full form क्या है?
  1. World Wide Web
  2. Web World Wide
  3. Wide World Web
  4. World Web Wide
  1. World Wide Web
  2. Web World Wide
  3. Wide World Web
  4. World Web Wide
Solutionसमाधान
WWW stands for World Wide Web. It is an information system where documents and other web resources are identified by URLs, interlinked by hypertext links, and accessible via the Internet.
WWW का पूरा नाम World Wide Web है। यह एक सूचना प्रणाली है जहाँ दस्तावेज़ और अन्य वेब संसाधन URL द्वारा पहचाने जाते हैं, हाइपरटेक्स्ट लिंक द्वारा परस्पर जुड़े होते हैं और इंटरनेट के माध्यम से सुलभ होते हैं।

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).

Previous Year Questionपिछले वर्ष का प्रश्न
Which protocol is used to send emails over the Internet?
इंटरनेट पर ईमेल भेजने के लिए कौन सा प्रोटोकॉल इस्तेमाल किया जाता है?
  1. IMAP
  2. FTP
  3. SMTP
  4. HTTP
  1. IMAP
  2. FTP
  3. SMTP
  4. HTTP
Solutionसमाधान
SMTP (Simple Mail Transfer Protocol) is the standard protocol used to send emails from a client to a mail server and between mail servers. IMAP and POP3 are used for receiving emails, not sending.
SMTP (Simple Mail Transfer Protocol) वह मानक प्रोटोकॉल है जिसका उपयोग किसी क्लाइंट से मेल सर्वर तक और मेल सर्वरों के बीच ईमेल भेजने के लिए किया जाता है। IMAP और POP3 का उपयोग ईमेल प्राप्त करने के लिए किया जाता है, भेजने के लिए नहीं।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
What does 'URL' stand for?
'URL' का पूरा नाम क्या है?
  1. Uniform Resource Link
  2. Universal Resource Locator
  3. United Resource Locator
  4. Uniform Resource Locator
  1. Uniform Resource Link
  2. Universal Resource Locator
  3. United Resource Locator
  4. Uniform Resource Locator
Solutionसमाधान
URL stands for Uniform Resource Locator. It is the address used to access resources on the Internet, such as web pages, images, and other files. A URL typically begins with 'http://' or 'https://'.
URL का पूरा नाम Uniform Resource Locator है। यह वह पता है जिसका उपयोग इंटरनेट पर संसाधनों जैसे वेब पेज, चित्र और अन्य फ़ाइलों तक पहुँचने के लिए किया जाता है। URL आमतौर पर 'http://' या 'https://' से शुरू होता है।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
What does 'CC' stand for in an email?
ईमेल में 'CC' का मतलब क्या होता है?
  1. Copied Content
  2. Courtesy Copy
  3. Carbon Copy
  4. Common Copy
  1. Copied Content
  2. Courtesy Copy
  3. Carbon Copy
  4. Common Copy
Solutionसमाधान
CC in an email stands for Carbon Copy. It is used to send a copy of the email to additional recipients beyond the primary recipient listed in the 'To' field. All recipients can see who has been CC'd.
ईमेल में CC का अर्थ Carbon Copy है। इसका उपयोग 'To' फ़ील्ड में सूचीबद्ध प्राथमिक प्राप्तकर्ता के अलावा अतिरिक्त प्राप्तकर्ताओं को ईमेल की एक प्रति भेजने के लिए किया जाता है। सभी प्राप्तकर्ता देख सकते हैं कि किसे CC किया गया है।

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.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →