Menu

Computer Networks for IBPS SO IT Officer 2026: Complete Revision Guide, Notes, MCQs & Free Mock Tests

Jitendra Chadar
July 13, 2026
19 min read
IBPS SO IT Officer
Computer Networks for IBPS SO IT Officer 2026: Complete Revision Guide, Notes, MCQs & Free Mock Tests

Computer Networks for IBPS SO IT Officer 2026

Computer Networks is a high-weightage topic in the IBPS SO IT Officer Professional Knowledge paper, testing the OSI Model, TCP/IP Model, IP Addressing, Network Devices, Routing, Switching, TCP vs UDP, and common protocols with their port numbers. Most questions are conceptual and comparison-based (e.g., Hub vs Switch, TCP vs UDP) rather than numerical, which makes structured revision more effective than solving random questions.

This guide is a single-page revision hub: concise notes, comparison tables, and a priority order for what to study first, followed by topic-wise and full-length mock tests.

Topic Priority for Revision

Previous year papers show a consistent pattern in which topics get tested most. Use this single table to sequence your revision — no need to revisit priority elsewhere in this guide.

TopicExam WeightageRevise
OSI Model⭐⭐⭐⭐⭐First
TCP/IP Model⭐⭐⭐⭐⭐First
Network Devices⭐⭐⭐⭐⭐First
IP Addressing (IPv4 & IPv6)⭐⭐⭐⭐⭐First
Network Protocols & Port Numbers⭐⭐⭐⭐⭐First
TCP vs UDP⭐⭐⭐⭐⭐First
Routing⭐⭐⭐⭐☆Second
Switching Techniques⭐⭐⭐⭐☆Second
Subnetting⭐⭐⭐⭐☆Second
Network Topologies⭐⭐⭐☆☆Third
Transmission Media⭐⭐⭐☆☆Third
Network Security Basics (Firewall/VPN/IDS-IPS)⭐⭐⭐☆☆Third

Exam-day shortage of time? Cover every "First" row above, then TCP vs UDP and port numbers — together these account for the majority of Computer Networks questions in past IBPS SO IT Officer papers.

Free Practice

Start Your Computer Networks Revision

Revise the topics above, then reinforce them with an AI-generated topic-wise mock test built for the IBPS SO IT Officer exam.

1. Computer Network Fundamentals

A Computer Network is a collection of two or more devices connected through wired or wireless channels to exchange data and share resources using standard protocols.

Essential Terms

TermDefinition
NodeAny device connected to a network (computer, printer, router).
HostA node with its own IP address that can send and receive data.
ProtocolA set of rules governing communication between devices.
BandwidthMaximum data that can be transmitted per second (capacity).
ThroughputActual data successfully transmitted (real-world result).
LatencyTime taken for a packet to travel from source to destination (delay).
PacketA small unit of data transmitted across a network.

Q: What is the difference between Bandwidth and Throughput? A: Bandwidth is the maximum theoretical transmission capacity of a channel; Throughput is the actual amount of data successfully delivered, which is usually lower due to congestion, errors, or overhead.

Quick Revision

  • A network connects devices for communication and resource sharing using protocols.
  • Data travels as packets.
  • Every host is a node, but not every node is a host.
  • Bandwidth = capacity; Throughput = actual delivery; Latency = delay.

2. Types of Networks & Topologies

Networks by Coverage Area

Network TypeFull FormCoverage AreaExample
PANPersonal Area NetworkUp to ~10 metersBluetooth, Smartwatch
LANLocal Area NetworkHome, Office, BuildingOffice Network
CANCampus Area NetworkUniversity/Org CampusCollege Network
MANMetropolitan Area NetworkA CityCity-wide ISP Network
WANWide Area NetworkCountry / WorldwideThe Internet

Q: Which network type has the largest coverage area? A: WAN (Wide Area Network) covers the largest area; the Internet is the largest example of a WAN. Coverage increases in the order PAN → LAN → CAN → MAN → WAN.

Network Topologies

TopologyKey FeatureAdvantageLimitation
BusSingle shared backbone cableLow costBackbone failure disrupts entire network
StarAll devices linked to a central hub/switchEasy to manage & troubleshootCentral device failure disconnects all
RingDevices connected in a closed loopPredictable, orderly data flowOne node's failure can disrupt the ring
MeshEvery device connected to multiple devicesHighest reliabilityExpensive, complex cabling
TreeCombination of Star and BusHighly scalableDepends on the backbone
Click to enlarge
Types of Network Topologies
Quick comparison of common network topologies used in Computer Networks.

Quick Revision

  • Coverage order: PAN < LAN < CAN < MAN < WAN.
  • Star is the most common LAN topology today; Mesh is the most fault-tolerant but costliest.
  • Physical topology = actual device layout; Logical topology = how data actually flows.

3. OSI Model

The OSI (Open Systems Interconnection) Model is a 7-layer conceptual framework, developed by ISO, that standardizes how data travels from one device to another across a network.

Layer No.LayerFunctionProtocols / Devices
7ApplicationInterface for end-user network servicesHTTP, HTTPS, FTP, SMTP, DNS
6PresentationTranslation, encryption, compressionSSL/TLS, JPEG, ASCII
5SessionEstablishes, manages, terminates sessionsNetBIOS, RPC
4TransportEnd-to-end delivery, reliability, flow controlTCP, UDP
3NetworkLogical (IP) addressing and routingIP, ICMP, Router
2Data LinkFraming, MAC addressing, error detectionEthernet, Switch, Bridge
1PhysicalTransmission of raw bits over the mediumHub, Repeater, Cables
Click to enlarge
OSI Model Layers
The seven layers of the OSI Model and their primary responsibilities.

Mnemonic (Layer 7 → 1): All People Seem To Need Data Processing Mnemonic (Layer 1 → 7): Please Do Not Throw Sausage Pizza Away

Q: Which OSI layer does a Router operate at? A: A Router operates at Layer 3, the Network Layer, using IP addresses for routing decisions.

Q: Which OSI layer does a Switch operate at? A: A Switch operates at Layer 2, the Data Link Layer, forwarding frames using MAC addresses.

Quick Revision

  • OSI has 7 layers; Physical Layer transmits raw bits, Application Layer talks to end-user software.
  • Data Link Layer → MAC address; Network Layer → IP address & routing.
  • Router → Layer 3, Switch/Bridge → Layer 2, Hub/Repeater → Layer 1.
  • Learn at least one protocol per layer (see table above).

4. TCP/IP Model

The TCP/IP Model is the practical 4-layer networking model that the Internet actually runs on, in contrast to the conceptual 7-layer OSI Model.

TCP/IP LayerFunctionProtocols
ApplicationNetwork services for end-user applicationsHTTP, HTTPS, FTP, SMTP, DNS, DHCP, SNMP
TransportEnd-to-end communication, reliability, flow controlTCP, UDP
InternetLogical addressing and routingIP, ICMP, ARP
Network AccessData transmission over the physical networkEthernet, Wi-Fi, PPP

OSI ↔ TCP/IP Mapping

OSI LayerTCP/IP Layer
Application, Presentation, SessionApplication
TransportTransport
NetworkInternet
Data Link, PhysicalNetwork Access

Q: Why does the TCP/IP Model have only 4 layers instead of OSI's 7? A: TCP/IP merges OSI's Application, Presentation, and Session layers into a single Application layer, and merges the Data Link and Physical layers into a single Network Access layer.

Quick Revision

  • TCP/IP = 4 layers: Application, Transport, Internet, Network Access.
  • Internet Layer performs routing via IP; this maps to OSI's Network Layer.
  • The Internet runs on TCP/IP, not OSI, which is why TCP/IP vs OSI is a favorite comparison question.

5. Network Devices

Network devices are hardware components — Hub, Switch, Router, Bridge, Gateway, Repeater, Modem, and Firewall — that connect devices and forward data across a network, each operating at a specific OSI layer.

DeviceFunctionOSI Layer
HubBroadcasts incoming data to all connected devicesPhysical (1)
RepeaterRegenerates weak signals to extend distancePhysical (1)
BridgeFilters traffic between LAN segments using MAC addressesData Link (2)
SwitchForwards frames only to the intended device via MAC addressData Link (2)
RouterForwards packets between networks using IP addressesNetwork (3)
GatewayConnects networks using different protocolsMultiple (typically Application)
ModemConverts digital signals to analog and backPhysical (1)
FirewallFilters incoming/outgoing traffic for securityNetwork / Application
Click to enlarge
Common Network Devices
Frequently used network devices and their primary functions.

Q: What is the difference between a Hub and a Switch? A: A Hub broadcasts incoming data to every connected device with no intelligence, while a Switch reads MAC addresses and forwards data only to the intended recipient, making it faster and more secure.

Q: What is the difference between a Switch and a Router? A: A Switch connects devices within the same LAN using MAC addresses (Layer 2); a Router connects different networks using IP addresses (Layer 3).

Quick Revision

  • Hub → broadcasts; Switch → MAC-based forwarding; Router → IP-based forwarding.
  • Bridge = LAN segmentation; Repeater = signal regeneration; Modem = digital↔analog conversion.
  • Gateway = protocol converter between different network types.

6. Transmission Media

Transmission media is the physical or wireless channel that carries data between devices, classified as Guided (wired) or Unguided (wireless).

MediumTypeKey FeatureCommon Use
Twisted Pair CableGuidedLow cost, easy install, noise-proneEthernet LANs, telephone lines
Coaxial CableGuidedBetter shielding & bandwidth than twisted pairCable TV, broadband
Optical FiberGuidedHighest bandwidth, immune to EM interferenceInternet backbone, data centers
Radio WavesUnguidedOmnidirectional, long rangeWi-Fi, mobile networks
MicrowavesUnguidedRequires line-of-sight, high bandwidthSatellite, cellular networks
InfraredUnguidedShort range, blocked by wallsTV remotes
SatelliteUnguidedVery large geographical coverageGPS, broadcasting

Q: Which transmission medium offers the highest bandwidth and is immune to electromagnetic interference? A: Optical Fiber — it offers the highest bandwidth, longest transmission distance, and immunity to electromagnetic interference among common transmission media.

Quick Revision

  • Guided = physical cable; Unguided = electromagnetic waves through air.
  • Optical Fiber wins on bandwidth, distance, and EMI immunity.
  • Microwave communication needs line-of-sight; Infrared is strictly short-range.

7. Switching Techniques

Switching is how data moves from source to destination through intermediate nodes; the three types are Circuit Switching, Packet Switching, and Message Switching.

TechniqueConnection NeededData UnitDelayExample
Circuit SwitchingYesContinuous streamLow after setupTraditional telephone network
Packet SwitchingNoPacketsVariableInternet
Message SwitchingNoComplete messageHighTelegraph (historical)

Q: Which switching technique does the Internet use? A: The Internet uses Packet Switching. Data is broken into packets that may travel independent routes and are reassembled at the destination, making bandwidth usage efficient.

Q: What is Store-and-Forward switching? A: Store-and-Forward is the mechanism used in Message Switching, where the entire message is received and stored at each intermediate node before being forwarded to the next node.

Quick Revision

  • Circuit Switching → dedicated path, connection-oriented (telephone networks).
  • Packet Switching → efficient, scalable, powers the Internet.
  • Message Switching → store-and-forward, high delay, largely obsolete.

8. IP Addressing

An IP Address is a unique logical address assigned to every device on a network, enabling devices to identify and communicate with each other.

IPv4 vs IPv6

FeatureIPv4IPv6
Address Length32 bits128 bits
FormatDecimal (192.168.1.1)Hexadecimal (2001:db8::1)
Total Addresses~4.3 billionVirtually unlimited (2¹²⁸)
SecurityOptional (IPSec)Built-in IPSec support
NATTypically requiredGenerally not required

IPv4 Classes & Private Ranges

ClassPublic RangeDefault MaskPrivate Range (if any)
A1.0.0.0 – 126.255.255.255255.0.0.010.0.0.0 – 10.255.255.255
B128.0.0.0 – 191.255.255.255255.255.0.0172.16.0.0 – 172.31.255.255
C192.0.0.0 – 223.255.255.255255.255.255.0192.168.0.0 – 192.168.255.255
D224.0.0.0 – 239.255.255.255N/A (Multicast)
E240.0.0.0 – 255.255.255.255N/A (Experimental)

Special addresses: 127.0.0.1 = loopback · 0.0.0.0 = unspecified · 255.255.255.255 = limited broadcast · 169.254.0.0/16 = APIPA.

Q: What is the difference between a Public IP and a Private IP? A: A Public IP is globally unique and assigned by an ISP for direct Internet communication; a Private IP is used only within a local network and is not directly reachable from the Internet.

Q: What is the purpose of 127.0.0.1? A: 127.0.0.1 is the loopback address, used by a device to refer to itself (localhost) for testing network software without using a physical network interface.

Quick Revision

  • IPv4 = 32-bit; IPv6 = 128-bit.
  • Class D = Multicast; Class E = Experimental.
  • Private ranges: 10.x (A), 172.16–172.31.x (B), 192.168.x (C).
  • IP Address = logical address; MAC Address = physical address.

9. Subnetting

Subnetting divides a large network into smaller subnetworks using a subnet mask to separate the Network ID from the Host ID, improving address utilization and security.

CIDRSubnet MaskHost Bits
/8255.0.0.024
/16255.255.0.016
/24255.255.255.08
/30255.255.255.2522

Q: What does a larger CIDR prefix (e.g., /30) mean for host addresses? A: A larger CIDR prefix means fewer host bits and therefore fewer usable host addresses; a smaller prefix (e.g., /16) leaves more host bits and more usable addresses.

Quick Revision

  • Subnet Mask separates Network ID from Host ID.
  • CIDR (e.g., /24) replaced traditional classful addressing.
  • /24 = 255.255.255.0 is the most commonly tested subnet mask.

10. Routing

Routing is the process by which a Router selects the best path to forward packets from a source network to a destination network, using routing tables and routing protocols.

ProtocolTypeAlgorithmKey Fact
RIPDistance VectorBellman-FordMax hop count = 15
OSPFLink StateDijkstraFaster convergence than RIP
BGPPath VectorPath SelectionRoutes between Autonomous Systems (used on the Internet)
EIGRPHybridDUALCisco-proprietary

Q: Which routing protocol uses the Dijkstra algorithm? A: OSPF (Open Shortest Path First) uses the Dijkstra algorithm to calculate the shortest path, and it is a Link State protocol.

Q: Which routing protocol is used for routing on the Internet? A: BGP (Border Gateway Protocol) is the standard protocol for routing between Autonomous Systems and is the core routing protocol of the Internet.

Quick Revision

  • Static Routing = manual; Dynamic Routing = automatic via protocols.
  • RIP → Distance Vector, hop count (max 15).
  • OSPF → Link State, Dijkstra algorithm.
  • BGP → inter-network/Internet routing.

11. TCP vs UDP

TCP and UDP are the two Transport Layer protocols: TCP is connection-oriented and reliable, while UDP is connectionless and faster but unreliable.

FeatureTCPUDP
ConnectionConnection-orientedConnectionless
ReliabilityReliable, guaranteed deliveryBest-effort, unreliable
Flow/Congestion ControlYesNo
Header Size20–60 bytes8 bytes
SpeedSlowerFaster
Common UsesHTTP/HTTPS, FTP, SMTP, SSHDNS, DHCP, VoIP, gaming, streaming

Q: Which protocol should be used when reliability matters more than speed? A: TCP, because it guarantees ordered, error-checked, and acknowledged delivery via flow and congestion control.

Q: Which protocol is preferred for real-time applications like video calls or gaming? A: UDP, because it has minimal overhead and lower latency, tolerating occasional data loss in exchange for speed.

Quick Revision

  • TCP = reliable, connection-oriented, slower.
  • UDP = fast, connectionless, best-effort.
  • If the question says "reliability" → TCP; if it says "speed/real-time" → UDP.

12. Important Network Protocols & Port Numbers

A network protocol is a set of rules governing device communication; competitive exams frequently test each protocol's default port number and transport layer (TCP or UDP).

ProtocolPortTransportPurpose
HTTP80TCPWeb communication
HTTPS443TCPSecure web communication
FTP21TCPFile transfer
SSH22TCPSecure remote login
Telnet23TCPRemote login (insecure)
SMTP25TCPSending emails
DNS53UDP/TCPDomain name resolution
DHCP67, 68UDPAutomatic IP allocation
TFTP69UDPSimple file transfer
POP3110TCPReceiving emails
IMAP143TCPEmail synchronization
SNMP161UDPNetwork monitoring

Port assignments follow the IANA Service Name and Transport Protocol Port Number Registry.

Q: Which protocol uses port 443? A: HTTPS uses port 443 for secure, encrypted web communication over TCP.

Quick Revision

  • HTTP (80) / HTTPS (443) — web; FTP (21) — file transfer; SSH (22) — secure login.
  • SMTP (25) sends mail; POP3 (110) and IMAP (143) receive mail.
  • DNS (53) and DHCP (67/68) primarily use UDP.

13. Network Security Basics

Network security protects data and infrastructure from unauthorized access using tools such as Firewalls, VPNs, SSL/TLS, and Intrusion Detection/Prevention Systems.

TechnologyPurpose
FirewallFilters incoming/outgoing network traffic
VPNCreates an encrypted tunnel over a public network
SSL/TLSEncrypts client-server communication
IDSDetects suspicious network activity
IPSDetects and automatically blocks malicious traffic
AntivirusDetects and removes malware

Q: What is the difference between IDS and IPS? A: An IDS (Intrusion Detection System) only detects and alerts on suspicious activity, while an IPS (Intrusion Prevention System) detects and automatically blocks the malicious traffic.

Quick Revision

  • Firewall = traffic filter; VPN = encrypted tunnel; SSL/TLS = encryption.
  • IDS = detection only; IPS = detection + prevention.

Quick Revision Cheat Sheet

One final scan before your mock test.

ConceptRemember
OSI Layers7 (Physical → Application)
TCP/IP Layers4 (Network Access → Application)
MAC AddressPhysical address
IP AddressLogical address
SwitchUses MAC address, Layer 2
RouterUses IP address, Layer 3
IPv4 / IPv632-bit / 128-bit
TCP / UDPReliable / Fast
Internet's switchingPacket Switching
Internet's routingBGP
HTTP / HTTPS port80 / 443

Frequently Asked Questions

Is Computer Networks important for the IBPS SO IT Officer exam? Yes. Computer Networks is one of the highest-weightage technical subjects in the Professional Knowledge section, and questions from it appear almost every year.

Which Computer Networks topics are most important for IBPS SO IT Officer? OSI Model, TCP/IP Model, IP Addressing, Network Devices, Network Protocols, TCP vs UDP, Routing, Switching Techniques, and Subnetting are the most frequently tested topics.

Should I study subnetting for IBPS SO IT Officer? Yes, at a conceptual level — focus on subnet masks, CIDR notation, and identifying Network ID vs Host ID rather than lengthy subnet calculations.

Can I practice Computer Networks topic-wise on MockSensei? Yes. MockSensei offers AI-powered topic-wise and full-length mock tests covering Computer Networks and other Professional Knowledge subjects.

(See the sidebar/schema FAQ block for additional Q&As on OSI layers, TCP vs UDP, switching, and IP addressing.)

Practice Topic-wise Mock Tests

Revise one topic at a time, then reinforce it immediately with a matching test.

Ready for the Complete Computer Networks Mock Test?

Final Thoughts

Computer Networks rewards structured revision over rote memorization: master the OSI and TCP/IP models, know which device and protocol operates at which layer, and be able to compare TCP vs UDP and Hub vs Switch vs Router on demand. Work through this guide top to bottom once, then validate your recall with MockSensei's topic-wise tests before attempting a full-length Professional Knowledge mock.

Frequently Asked Questions (FAQs)

Yes. Computer Networks is one of the highest-weightage technical subjects in the Professional Knowledge section, and questions from it appear almost every year.

Ready to Practice?

Don't just read about it. Create a custom mock test for this topic instantly.