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

  • 1Classify networks by scope (PAN/LAN/MAN/WAN) and name common topologies
  • 2Match networking devices to their roles (modem, router, switch)
  • 3State internet basics — protocols, URL parts, email fields
  • 4Identify malware types and social-engineering attacks
  • 5Name the standard defences (firewall, encryption, OTP/2FA) and link them to banking safety
💡
Why this chapter matters in IBPS PO
Networking, internet and security is the connectivity slice of the small computer block — shallow but genuinely job-relevant, since a PO must protect customers from phishing and fraud daily. The security half overlaps directly with the digital-banking and cyber-fraud topics in banking awareness, so the same phishing/OTP knowledge scores in two sections. Learn the finite set of terms in one session for near-free Mains marks.

Networking, Internet & Security — IBPS PO

This chapter covers how computers talk to each other and how you keep that safe — network types, the devices that connect them, the internet's basic protocols, and the cyber-security threats and defences. For a banking exam it's doubly useful: the security half overlaps with the digital-banking and cyber-fraud topics in banking awareness, and it's exactly the knowledge a PO needs to protect customers. The syllabus is shallow and finite; learn the terms once and these are near-free Mains marks.


1. What IBPS actually asks

  • Network types & devices: LAN vs WAN, what a router/switch/modem does.
  • Internet basics: protocols (HTTP, FTP, SMTP), URL parts, email fields (To/Cc/Bcc), browsers vs search engines.
  • Security: types of malware, phishing, firewalls, encryption, strong-password/OTP hygiene.

2. Network types (by size)

TypeScope
PANPersonal (a few metres — Bluetooth)
LAN (Local Area Network)A building/campus
MAN (Metropolitan)A city
WAN (Wide Area Network)Countries/global — the Internet is the largest WAN

Topologies (how nodes are arranged): Bus, Star, Ring, Mesh — Star (all nodes to a central hub/switch) is the most common in offices.


3. Networking devices

  • Modem — converts digital ↔ analog signals to connect to the internet (modulate/demodulate).
  • Router — routes data between networks (your home network to the internet).
  • Switch — connects devices within a LAN and forwards data to the specific target.
  • Hub — a basic switch that broadcasts to all ports (older, less efficient).
  • NIC (Network Interface Card) — the hardware that connects a device to a network.

Common question: "which device connects two different networks?" → Router. "Which forwards data within a LAN?" → Switch.


4. Internet & web basics

  • Protocols: HTTP/HTTPS (web pages; the S = secure/encrypted), FTP (file transfer), SMTP/POP3/IMAP (email send/receive), TCP/IP (the internet's core protocol suite).
  • URL parts: https://www.example.com/page — protocol + domain + path. Top-level domains: .com, .org, .gov, .in.
  • IP address uniquely identifies a device; DNS translates a domain name to an IP.
  • Browser vs search engine: a browser (Chrome, Firefox) displays web pages; a search engine (Google, Bing) finds them.
  • Email fields: To (primary), Cc (visible copy), Bcc (hidden copy).

5. Cyber-security — threats

  • Malware umbrella: Virus (attaches to files, spreads on execution), Worm (self-replicates across networks), Trojan (disguised as legitimate software), Ransomware (locks data for ransom), Spyware (secretly monitors).
  • Phishing: fake emails/sites tricking you into revealing credentials — the #1 banking fraud vector.
  • Vishing / Smishing: phishing via voice call / SMS.
  • Keylogger: records keystrokes to steal passwords.

6. Cyber-security — defences

  • Firewall: filters incoming/outgoing network traffic — the first barrier.
  • Antivirus: detects and removes malware.
  • Encryption: scrambles data so only authorised parties can read it (HTTPS uses it).
  • Authentication: passwords, OTP (one-time password), 2FA/MFA (two/multi-factor), biometrics.
  • Password hygiene: long, mixed-character, unique, never shared — and never share an OTP (the core banking-safety message).

The security half is where computer aptitude meets banking awareness — the same phishing/OTP knowledge answers questions in both sections and is the customer-safety advice a PO gives daily.


Solved examples

Question 1 of 5

Q1 (network). The Internet is an example of which type of network?

Show explanation

Solution. A WAN (Wide Area Network) — the largest.

Question 2 of 5

Q2 (device). Which device connects two different networks?

Show explanation

Solution. A Router.

Question 3 of 5

Q3 (protocol). In HTTPS, what does the 'S' stand for?

Show explanation

Solution. Secure — the connection is encrypted.

Question 4 of 5

Q4 (security). A program that self-replicates and spreads across networks without attaching to a file is a:

Show explanation

Solution. Worm.

Question 5 of 5

Q5 (email). To send a copy of an email without other recipients seeing that address, use:

Show explanation

Solution. Bcc (Blind carbon copy).


8. The protocol

  1. Learn networks by size — PAN < LAN < MAN < WAN (Internet), plus Star topology.
  2. Match devices to roles — modem (internet access), router (between networks), switch (within LAN).
  3. Know the protocols — HTTP/HTTPS, FTP, SMTP, TCP/IP — and URL/email basics.
  4. Master the security terms — malware types, phishing/vishing, firewall, encryption, OTP/2FA.
  5. Link security to banking awareness — the phishing/OTP knowledge scores in both sections; keep prep to one focused session.

Key formulas & results

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

Network scope
PAN < LAN < MAN < WAN (Internet = largest WAN)
Star is the most common office topology.
Devices
Modem = internet access; Router = between networks; Switch = within a LAN
NIC connects a device to a network.
Protocols
HTTP/HTTPS (web), FTP (files), SMTP/POP3/IMAP (email), TCP/IP (core)
HTTPS 'S' = secure/encrypted.
Web basics
URL = protocol + domain + path; DNS maps domain → IP
Browser displays pages; search engine finds them.
Malware types
Virus, Worm, Trojan, Ransomware, Spyware
Worm self-replicates; Trojan is disguised.
Defences
Firewall, Antivirus, Encryption, OTP/2FA/MFA
Never share an OTP — the core banking-safety rule.
⚠️

Traps IBPS PO sets — and how to dodge them

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

WATCH OUT
Confusing router and switch
A router connects DIFFERENT networks (your LAN to the internet); a switch forwards data WITHIN a LAN. 'Between networks' ⇒ router.
WATCH OUT
Mixing up virus, worm and Trojan
A virus attaches to a file and needs execution; a worm self-replicates across networks on its own; a Trojan is disguised as legitimate software. The self-replicating one is the worm.
WATCH OUT
Thinking a browser and a search engine are the same
A browser (Chrome, Firefox) displays web pages; a search engine (Google, Bing) finds them. Google is a search engine, not a browser.
WATCH OUT
Missing what HTTPS adds over HTTP
The 'S' means secure — the connection is encrypted. Banking sites use HTTPS so credentials can't be read in transit.
WATCH OUT
Treating Cc and Bcc as identical
Cc recipients are visible to all; Bcc (blind copy) recipients are hidden from the others. Use Bcc to copy someone privately.

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 Networking, Internet & Security?

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

6 questions~4 min worth ~2 marks in IBPS PO exams

5-minute revision

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

  • Networks by size: PAN < LAN < MAN < WAN (Internet); Star topology most common.
  • Modem = internet access; Router = between networks; Switch = within a LAN.
  • Protocols: HTTP/HTTPS, FTP, SMTP/POP3/IMAP, TCP/IP; HTTPS 'S' = secure.
  • URL = protocol + domain + path; DNS maps domain → IP; browser ≠ search engine.
  • Malware: Virus (file), Worm (self-replicate), Trojan (disguised), Ransomware, Spyware.
  • Phishing/vishing/smishing steal credentials; keyloggers record keystrokes.
  • Defences: firewall, antivirus, encryption, OTP/2FA — never share an OTP.
  • Security overlaps with banking awareness — prep once, score twice.

IBPS PO question blueprint

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

Typical weightage: Mains: 1–2 marks (within the ~3–5 computer questions)

Question styleMarks eachTypical countWhat it tests
Networks & devices1 each0–1LAN/WAN, router vs switch
Internet & protocols1 each0–1HTTP/HTTPS, URL, email fields
Cyber-security1 each1Malware types, phishing, defences
Prep strategy
  • One session: network types/devices, protocols, and the security term list.
  • Cross-revise the security half with the banking-awareness cyber-fraud topics.
  • Make a one-page terms sheet and revise weekly with the other computer chapters.

Exam-hall strategy

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

  1. Learn networks by scope and devices by role.
  2. Know the core protocols and URL/email basics.
  3. Master the malware and social-engineering terms.
  4. Name the standard defences (firewall, encryption, OTP/2FA).
  5. Lean on the banking-awareness overlap; cap prep at one session.

Beyond the exam

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

Customer fraud protection

A PO constantly warns customers about phishing, OTP sharing and secure sites — this chapter is that advice, formalised.

Digital safety

Understanding encryption, firewalls and 2FA is practical security hygiene for anyone banking online.

Where else this topic is tested

Prepare once, score in every exam that asks it.

IBPS Clerk / SBI PO & Clerk (Mains)High — networking and security terms
RRB PO & Clerk (Mains)High — internet and computer basics
RBI Grade B / AssistantMedium — cyber-security awareness

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Only 1–2 within the small computer portion of Mains, but the security half overlaps with the digital-banking and cyber-fraud questions in the awareness section, so the effective value is higher. It's near-free marks once the terms are learned.

A router connects different networks — for example, joining your local network to the internet and directing traffic between them. A switch works within a single LAN, forwarding data to the specific connected device. 'Between networks' means router; 'within a LAN' means switch.

A virus attaches to a file and spreads when that file runs; a worm self-replicates and spreads across networks by itself; a Trojan hides inside apparently legitimate software; ransomware locks your data for ransom; spyware secretly monitors you. The self-spreading one with no host file is the worm.

Because phishing, OTP misuse and weak passwords are the main ways bank customers get defrauded. The same knowledge answers computer-aptitude questions and digital-banking/cyber-fraud questions in the awareness section, and it's the safety advice a PO gives customers every day.
Header Logo