Internet Basics for SBI Clerk — Protocols, DNS, HTTP, Email & Web Services

beginner 14 min read

Concept

The internet is a global network of interconnected computers that communicate using a shared set of rules called protocols. Think of it like a postal system — your letter (data) needs a language the sender and receiver both understand (protocol), an address (IP address), and a translator if you only know names rather than numbers (DNS).

The World Wide Web (WWW) is not the same as the internet — this distinction trips up a lot of candidates. The internet is the physical infrastructure: cables, routers, servers. The WWW is one service that runs on top of it — a system of interlinked documents (web pages) accessible through a browser. Email, FTP, DNS — all of these are also services running on the internet but are not part of the WWW.

Here's a useful mental map:

For SBI Clerk, this chapter shows up as direct fact-recall. You will be asked which protocol does what, what an abbreviation stands for, which port number maps to which protocol, and what specific HTTP status codes mean. There is almost no calculation involved — it is purely memory-based, which means with the right hooks, you can convert every question in this section into a guaranteed mark.

The key protocols you absolutely must know: HTTP, HTTPS, SMTP, POP3, IMAP, FTP, DNS, DHCP. Know each one's purpose, its port number, and any common trap comparisons (like SMTP vs POP3 for email).


Deep Dive

Protocols — What They Are and Why You Need to Know Them

A protocol is a standardised set of rules that defines how data is transmitted and received. Think of it as the agreed-upon language two computers use to talk to each other.

HTTP (HyperText Transfer Protocol) Used to transfer web pages from a server to your browser. When you type a URL and hit Enter, your browser sends an HTTP request to the server. Default port: 80.

HTTPS (HyperText Transfer Protocol Secure) The secure version of HTTP. It adds SSL/TLS encryption on top — meaning the data exchanged between your browser and the server is encrypted. Default port: 443. Any website handling logins or payments should use HTTPS — look for the padlock icon in the browser.

FTP (File Transfer Protocol) Used specifically to transfer files between computers over a network. You use FTP to upload files to a web server or download from one. Default port: 21 (control), 20 (data transfer).

SMTP (Simple Mail Transfer Protocol) Used for sending email. When you click Send in Gmail or Outlook, SMTP is doing the work. Default port: 25 (or 587 for submission). The critical exam point: SMTP is for outgoing mail only.

POP3 (Post Office Protocol version 3) Used for receiving email. It downloads emails from the server to your local device and (by default) deletes them from the server. Default port: 110.

IMAP (Internet Message Access Protocol) Also used for receiving email, but unlike POP3, it syncs the mailbox on the server. You can access the same emails from multiple devices. Default port: 143.

DNS (Domain Name System) DNS translates human-readable domain names (like www.sbi.co.in) into IP addresses (like 192.168.1.1) that computers actually use to find each other. Without DNS, you would need to remember numeric IP addresses for every website. Default port: 53.

DHCP (Dynamic Host Configuration Protocol) Automatically assigns IP addresses to devices on a network. When your phone connects to a Wi-Fi network, DHCP is what gives it an IP address automatically.

HTTP Status Codes

Status codes are three-digit numbers a web server sends back to indicate what happened with your request.

| Code | Meaning | |------|---------| | 200 | OK — request successful | | 301 | Moved Permanently — page has been redirected | | 400 | Bad Request | | 401 | Unauthorised | | 403 | Forbidden | | 404 | Not Found — the resource does not exist on the server | | 500 | Internal Server Error — problem on the server side |

For the exam, focus on 200, 301, 404, and 500 — these four appear most frequently.

URL Structure

A URL (Uniform Resource Locator) is the complete address of a resource on the internet. Breaking down https://www.sbi.co.in/careers/index.html:

ISP and WWW

ISP (Internet Service Provider) is the company that gives you internet access — BSNL, Jio, Airtel, etc. Without an ISP, your device has no gateway to the internet.

WWW (World Wide Web) — frequently asked as a full-form question. It is an information system of interlinked hypertext documents accessed via the internet using a browser.

Port Number Summary Table

| Protocol | Port | |----------|------| | FTP (data) | 20 | | FTP (control) | 21 | | SMTP | 25 | | DNS | 53 | | HTTP | 80 | | POP3 | 110 | | IMAP | 143 | | HTTPS | 443 |

This table is high-yield — memorise it in full.


Memory Tricks & Shortcuts

patternSMTP Sends, POP3 Picks Up

The most common trap question pairs SMTP against POP3/IMAP and asks which one sends email.

Pattern: SMTP = Send. POP3/IMAP = receive (Pick up/Access).

Micro-example: "Which protocol sends email?" — You see SMTP, POP3, IMAP, HTTP. The moment you read "send," your brain fires: S = Send = SMTP. Done in under 5 seconds vs. 30 seconds of trying to recall from raw memory.

Step count: Without pattern — recall from memory (3–5 steps, error-prone). With pattern — one letter association (1 step, zero error).

patternPort Numbers: 80-443 Ladder

HTTP is plain, port 80. HTTPS is secure (plus SSL layer), port 443.

Association: 80 is the base. 443 is almost exactly 80 × 5 + 43 — but a cleaner hook: think "4-4-3 = Secure (four letters in 'safe' + three extra for encryption)." More practically: 80 → 443 is an upgrade, just as HTTP → HTTPS is an upgrade.

For FTP: ports 20 and 21 come in a pair, data and control — think "20–21, twin ports, file twins."

Standard recall time: 15–20 seconds per port. With these two anchors locked, you retrieve all four in under 8 seconds total.

patternDNS = Phone Book of the Internet

Every exam repeats some version of "which service converts domain names to IP addresses?" The answer is always DNS.

Anchor: DNS : Domain Names :: Phone Book : Names-to-Numbers. A phone book translates a person's name (domain) into their phone number (IP address). Lock this analogy once; it covers every phrasing of this question.

Distractor watch: DHCP also assigns IP addresses — but to devices on a local network, not by translating domain names. When the question says "translates domain names," it is DNS, not DHCP. Recognising this distinction saves you from the most common wrong answer here.

Standard method (trying to recall the definition): 20 seconds. With the phone-book anchor: 4 seconds.

patternStatus Code Groups: 2xx Good, 4xx Your Fault, 5xx Server's Fault

HTTP status codes follow a group pattern:

  • 2xx — Success (200 OK)
  • 3xx — Redirection (301 Moved Permanently)
  • 4xx — Client error, i.e., your fault (404 Not Found, 403 Forbidden)
  • 5xx — Server error, i.e., server's fault (500 Internal Server Error)

If you blank on the exact code, the hundred-digit tells you the category. For the exam, only 200, 301, 404, and 500 are tested — the above pattern eliminates two or three wrong options instantly.

Elimination time: 3 seconds per option vs. 15 seconds of rote recall.

eliminationWWW Full-Form Trap: Sequence Matters

Full-form questions for WWW give distractors that shuffle the word order: "World Web Wide," "Wide World Web," "Web World Wide." Only one sequence is correct — World Wide Web.

Quick test: Say it naturally in a sentence — "I browsed the World Wide Web." You would never say "I browsed the Wide World Web." Natural language order eliminates all distractors in 3 seconds without memorising anything.

This works on any full-form where the real term sounds natural as an English phrase — ISP (Internet Service Provider), URL (Uniform Resource Locator), etc.


Fast-Solving Framework

When you see an Internet Basics question in the exam hall, run this decision tree:

Step 1 — Is it a full-form question? Yes → read each option aloud mentally. The one that sounds like natural English is almost always correct. (WWW, ISP, URL, DNS, FTP — all read cleanly in order.)

Step 2 — Is it a "which protocol does X" question?

Step 3 — Is it a port number question? Apply the ladder: 20/21 = FTP, 25 = SMTP, 53 = DNS, 80 = HTTP, 110 = POP3, 143 = IMAP, 443 = HTTPS.

Step 4 — Is it an HTTP status code question? Apply the group rule: 2xx = success, 4xx = client error (404 = Not Found), 5xx = server error (500 = Internal Server Error).

Step 5 — Is it about secure vs. non-secure? HTTP = plain, port 80. HTTPS = encrypted (SSL/TLS), port 443. Any question about "secure transmission" or "padlock in browser" points to HTTPS.

Target: every question in this section answered in under 10 seconds.


Solved PYQs

Why this question: The WWW full-form appears in almost every iteration of banking computer awareness. It tests whether you know WWW is a specific service, not the internet itself.

Previous Year Questionपिछले वर्ष का प्रश्न
What does WWW stand for?
WWW का पूरा नाम क्या है?
  1. World Wide Web
  2. World Web Wide
  3. Wide World Web
  4. Web World Wide
  1. World Wide Web
  2. World Web Wide
  3. Wide World Web
  4. Web World 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 hyperlinks, and accessible via the internet.
WWW का मतलब वर्ल्ड वाइड वेब है। यह एक सूचना प्रणाली है जहाँ दस्तावेज़ों और अन्य वेब संसाधनों को URL द्वारा पहचाना जाता है और हाइपरलिंक द्वारा जोड़ा जाता है।

Solving path: Read each option aloud. "World Wide Web" is natural English. "World Web Wide" and "Wide World Web" invert the adjective order. Eliminate in 3 seconds. Answer: A.


Why this question: SMTP vs. POP3 vs. IMAP is the single most repeated email-protocol question in SBI Clerk and IBPS Clerk papers. Examiners know aspirants confuse sending and receiving.

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

Solving path: The question says "sending." S = Send = SMTP. POP3 and IMAP are both receiving protocols — eliminate both. HTTP is for web pages — eliminate. Answer: C (SMTP).


Why this question: DNS vs. DHCP is a high-frequency distractor pair. Both deal with IP addresses — but in completely different ways.

Previous Year Questionपिछले वर्ष का प्रश्न
Which service translates domain names to IP addresses?
कौन सी सर्विस डोमेन नेम को IP एड्रेस में बदलती है?
  1. DHCP
  2. DNS
  3. FTP
  4. SMTP
  1. DHCP
  2. DNS
  3. FTP
  4. SMTP
Solutionसमाधान
DNS (Domain Name System) is responsible for translating human-readable domain names into IP addresses that computers can understand. It acts like a phonebook for the internet.
DNS (डोमेन नेम सिस्टम) मानव-पठनीय डोमेन नामों को IP पतों में अनुवादित करने के लिए जिम्मेदार है जिन्हें कंप्यूटर समझ सकते हैं।

Solving path: Key phrase — "translates domain names to IP addresses." DNS is the phone book. DHCP assigns IPs to devices but does not translate names. FTP is file transfer. SMTP is email. Eliminate FTP and SMTP first, then distinguish DNS from DHCP using the "domain names" cue. Answer: B (DNS).


Why this question: ISP full-form tests a basic but frequently missed abbreviation. The distractor "Internet Security Protocol" is designed to catch candidates who confuse ISP with security-related terms.

Previous Year Questionपिछले वर्ष का प्रश्न
What does ISP stand for?
ISP का पूरा नाम क्या है?
  1. Internet Service Provider
  2. Internet Security Protocol
  3. Internal System Process
  4. Internet Service Process
  1. Internet Service Provider
  2. Internet Security Protocol
  3. Internal System Process
  4. Internet Service Process
Solutionसमाधान
ISP stands for Internet Service Provider. These are companies that provide internet access to individuals, businesses, and organizations, offering various types of internet connections.
ISP का मतलब इंटरनेट सर्विस प्रोवाइडर है। ये वे कंपनियां हैं जो व्यक्तियों, व्यवसायों और संगठनों को इंटरनेट एक्सेस प्रदान करती हैं।

Solving path: ISP = the company that gives you internet access. Jio, BSNL, Airtel — all ISPs. "Internet Service Provider" is the only option that matches this real-world function. "Internet Security Protocol" sounds plausible but ISP is not a security term. Answer: A.


Why this question: HTTP status code 404 is tested because it is universally encountered but frequently confused with 400 (Bad Request) or 500 (Server Error).

Previous Year Questionपिछले वर्ष का प्रश्न
Which HTTP status code indicates 'Not Found'?
कौन सा HTTP स्टेटस कोड 'Not Found' को दर्शाता है?
  1. 200
  2. 301
  3. 404
  4. 500
  1. 200
  2. 301
  3. 404
  4. 500
Solutionसमाधान
HTTP status code 404 indicates 'Not Found', meaning the server cannot find the requested resource. This is one of the most commonly encountered error messages on the web.
HTTP स्टेटस कोड 404 'नॉट फाउंड' को दर्शाता है, जिसका मतलब है कि सर्वर अनुरोधित संसाधन नहीं खोज सकता। यह वेब पर सबसे आम त्रुटि संदेशों में से एक है।

Solving path: Apply group rule — 4xx codes are client-side errors. 404 specifically = resource not found on the server. 200 = success (eliminate immediately). 301 = redirect (eliminate). 500 = server error, not "not found" (eliminate). Answer: C (404).


Why this question: FTP vs. HTTP is a common confusion — both transfer data, but for very different purposes.

Previous Year Questionपिछले वर्ष का प्रश्न
Which protocol is used for file transfer over the internet?
इंटरनेट पर फ़ाइल ट्रांसफर के लिए कौन सा प्रोटोकॉल इस्तेमाल किया जाता है?
  1. HTTP
  2. SMTP
  3. FTP
  4. DNS
  1. HTTP
  2. SMTP
  3. FTP
  4. DNS
Solutionसमाधान
FTP (File Transfer Protocol) is specifically designed for transferring files between computers over a network. It allows users to upload and download files to and from servers.
FTP (फ़ाइल ट्रांसफ़र प्रोटोकॉल) विशेष रूप से नेटवर्क पर कंप्यूटरों के बीच फ़ाइलों को स्थानांतरित करने के लिए डिज़ाइन किया गया है।

Solving path: "File transfer" is the specific phrase. FTP = File Transfer Protocol — the name itself contains the answer. HTTP transfers web pages, not generic files. SMTP is email. DNS is name resolution. Answer: C (FTP).


Why this question: Secure vs. non-secure protocol is a recurring theme in SBI Clerk computer sections. HTTPS appears both as a direct question and embedded in browser-security questions.

Previous Year Questionपिछले वर्ष का प्रश्न
Which protocol is primarily used for secure data transmission over the internet?
इंटरनेट पर सुरक्षित डेटा ट्रांसमिशन के लिए मुख्य रूप से कौन सा प्रोटोकॉल उपयोग किया जाता है?
  1. HTTP
  2. HTTPS
  3. FTP
  4. SMTP
  1. HTTP
  2. HTTPS
  3. FTP
  4. SMTP
Solutionसमाधान
HTTPS (HyperText Transfer Protocol Secure) is the secure version of HTTP that uses SSL/TLS encryption to protect data transmission between web browsers and servers. It ensures data integrity and privacy during communication.
HTTPS (हाइपरटेक्स्ट ट्रांसफर प्रोटोकॉल सिक्योर) HTTP का सुरक्षित संस्करण है जो वेब ब्राउज़र और सर्वर के बीच डेटा ट्रांसमिशन को सुरक्षित रखने के लिए SSL/TLS एन्क्रिप्शन का उपयोग करता है।

Solving path: "Secure data transmission" + "SSL/TLS encryption" = HTTPS. HTTP is the non-secure version. FTP has a secure variant (SFTP) but FTP itself is not secure and is not the primary choice here. SMTP is email. Answer: B (HTTPS).


Why this question: Port numbers are tested directly. Port 80 is the most commonly asked, with 443 (HTTPS) as a close second.

Previous Year Questionपिछले वर्ष का प्रश्न
What is the default port number for HTTP?
HTTP के लिए डिफ़ॉल्ट पोर्ट नंबर क्या है?
  1. 21
  2. 25
  3. 80
  4. 443
  1. 21
  2. 25
  3. 80
  4. 443
Solutionसमाधान
The default port number for HTTP is 80. This port is automatically used when accessing websites using the HTTP protocol unless specifically specified otherwise in the URL.
HTTP के लिए डिफ़ॉल्ट पोर्ट नंबर 80 है। HTTP प्रोटोकॉल का उपयोग करके वेबसाइटों तक पहुंचने पर यह पोर्ट स्वचालित रूप से उपयोग होता है।

Solving path: Port 21 = FTP (eliminate). Port 25 = SMTP (eliminate). Port 80 = HTTP (correct). Port 443 = HTTPS. Since the question asks for HTTP specifically (not HTTPS), answer is 80, not 443. Answer: C (80).


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →