Think of a computer network the same way you think of a postal system. Individual houses (computers) need addresses. Sorting offices (routers) read those addresses and decide where to send letters (data packets). The roads connecting everything (cables or wireless signals) carry the traffic. And the rules about how letters are formatted, addressed, and handled (protocols) keep the whole operation from collapsing into chaos.
That is all networking is — a set of devices connected together by some medium, following agreed-upon rules, so that data can move from one point to another reliably.
For SSC CGL, the Computer section is not about deep technical knowledge. It is about recognising the correct full form, knowing which device does which job, and knowing which protocol handles which task. The questions are almost always definitional or identification-based. But they trip up candidates who have a vague, muddled picture of the field. Once your mental map is sharp, every networking question becomes free marks.
Here is the core mental map you need:
Networks are classified by size. A small office or home setup is a LAN. A city-wide network is a MAN. Country-to-country connections form a WAN. The internet is the world's largest WAN.
Data moves by following rules called protocols. HTTP moves web pages. SMTP moves emails. FTP moves files. DNS translates names to addresses. TCP/IP is the foundational suite underneath almost everything.
Devices manage traffic. A hub is the dumbest device — it shouts data at everyone. A switch is smarter — it sends data only to the intended recipient. A router is the most intelligent — it connects different networks and decides the best path for data.
The OSI model is a 7-layer framework that describes how data moves from one computer's software, down through hardware, across a physical medium, and back up into another computer's software. Exam questions focus on which layer does what.
Get these four pillars right and you will handle every networking question SSC CGL has ever set.
LAN (Local Area Network): Covers a limited area — a single building, floor, or campus. It is privately owned, fast (typically 100 Mbps to 10 Gbps), and uses Ethernet (wired) or Wi-Fi (wireless). A school computer lab is a LAN.
MAN (Metropolitan Area Network): Spans a city or large campus. Think of a cable TV network or a city-wide broadband service. Larger than a LAN, smaller than a WAN.
WAN (Wide Area Network): Covers large geographical distances — countries, continents. The internet is the largest WAN. WAN links are typically leased from telecom providers.
PAN (Personal Area Network): Very short range, usually around one person. Bluetooth connecting your phone to earphones is a PAN. Not asked frequently but good to know.
Topology means the arrangement of devices in a network.
For SSC CGL, remember: Star is the most common modern topology. Ring is associated with Token Ring (IEEE 802.5).
| Device | Intelligence Level | What it does | |--------|-------------------|--------------| | Hub | Dumb | Broadcasts data to all connected devices. No discrimination. | | Switch | Smart | Reads MAC addresses. Sends data only to the intended device. | | Router | Intelligent | Connects different networks. Reads IP addresses. Routes packets across the internet. | | Modem | Converter | Converts digital signals to analog (for telephone lines) and back. Needed for DSL internet. | | Bridge | Medium | Connects two LAN segments. Filters traffic using MAC addresses. | | Gateway | Translator | Connects networks using different protocols. The "translator" between incompatible systems. | | Repeater | Signal booster | Regenerates weakened signals to extend cable distance. |
The most commonly tested: Router vs Hub vs Switch. Lock in the distinction.
TCP/IP (Transmission Control Protocol / Internet Protocol): The foundational suite of the internet. TCP ensures reliable, ordered delivery. IP handles addressing and routing.
HTTP (HyperText Transfer Protocol): Used by web browsers to fetch web pages. HTTPS is the secure version (with SSL/TLS encryption).
FTP (File Transfer Protocol): Used to transfer files between client and server.
SMTP (Simple Mail Transfer Protocol): Used to send emails. Port 25.
POP3 / IMAP: Used to receive emails. POP3 downloads and typically deletes from server. IMAP keeps emails on the server and syncs across devices.
DNS (Domain Name System): Translates human-readable domain names (e.g., www.google.com) into IP addresses (e.g., 142.250.190.46) that machines understand. Called the "phone book of the internet."
DHCP (Dynamic Host Configuration Protocol): Automatically assigns IP addresses to devices joining a network.
IP Address: A unique numerical label for each device on a network. IPv4 uses 32-bit addresses (e.g., 192.168.1.1). IPv6 uses 128-bit addresses to accommodate far more devices.
The OSI (Open Systems Interconnection) model is a conceptual framework. Think of it as a recipe card that standardises how networks communicate. Layers 1-3 are hardware-focused; layers 4-7 are software-focused.
| Layer | Number | Name | Key Function | Associated Devices/Protocols | |-------|--------|------|--------------|-------------------------------| | 7 | Top | Application | User interface, network services | HTTP, FTP, SMTP, DNS | | 6 | | Presentation | Data formatting, encryption, compression | SSL/TLS | | 5 | | Session | Managing sessions/connections | NetBIOS | | 4 | | Transport | End-to-end delivery, error control | TCP, UDP | | 3 | | Network | Logical addressing, routing | IP, ICMP — Routers | | 2 | | Data Link | Physical addressing (MAC), error detection | Switches, Bridges | | 1 | Bottom | Physical | Raw bit transmission over medium | Hubs, Cables, Repeaters |
The most tested layer for SSC CGL is Layer 3 (Network Layer) — it handles IP addresses and routing. Routers operate here. The mnemonic to remember layers from top to bottom: "All People Seem To Need Data Processing" (Application, Presentation, Session, Transport, Network, Data Link, Physical).
IEEE 802.11 is the standard family for Wi-Fi (Wireless LAN). Variants include 802.11a, 802.11b, 802.11g, 802.11n, 802.11ac (Wi-Fi 5), and 802.11ax (Wi-Fi 6). The exam usually just asks about 802.11 as a whole.
IEEE 802.3 defines Ethernet (wired LAN). IEEE 802.5 defines Token Ring. These come up as distractors in Wi-Fi questions — do not confuse them.
The 7 OSI layers from Layer 7 down to Layer 1: Application, Presentation, Session, Transport, Network, Data Link, Physical.
Sentence: "All People Seem To Need Data Processing"
When a question asks "which layer handles routing?" — count down: A-P-S-T-N. Network is Layer 3. Routers live there. Standard approach: reading the table = 20 seconds of searching. This mnemonic: 5 seconds to the answer.
The S in SMTP = Send. POP3 and IMAP are the protocols you use when you want to Pick up (receive) email from the server.
Micro-example: "Which protocol sends emails?" The answer is always SMTP. Options will include FTP, DNS, HTTP as distractors. The moment you see "send email," your hand goes to SMTP. No reading of other options needed. This eliminates 3 distractors in under 3 seconds vs 15 seconds of deliberation.
Hub = dumb (broadcasts to everyone, no discrimination). Switch = smart (reads MAC addresses, sends to correct device only). Router = genius (reads IP addresses, connects different networks, routes across the internet).
Exam questions often give a description and ask you to name the device. Map the description to the intelligence level immediately. "Forwards data packets to the correct destination across networks" = Router (genius). "Connects devices in the same network, sends only to the right one" = Switch. Reduces 4-option elimination to 1-step matching. Standard elimination: 25 seconds. This pattern: 8 seconds.
The distractor in Wi-Fi questions is always 802.3 (Ethernet) or 802.5 (Token Ring). Remember: 802.11 has two 1s, like two antennae on a wireless router. 802.3 has a 3 — think "3-pronged plug" (wired). 802.5 has a 5 — think "five-pointed Token Ring star."
When the question asks for the Wi-Fi standard, your brain flags 802.11 in under 3 seconds. Without this, candidates second-guess 802.11 vs 802.3 for 20+ seconds.
DNS translates names to numbers (domain → IP address), exactly like a phone book translates a person's name to their phone number. DHCP automatically hands out IP addresses to new devices, like a receptionist handing visitor badges.
When a question asks "which system translates domain names to IP addresses?" — substitute: phone book = DNS. Correct in 4 seconds. Without the analogy, candidates confuse DNS with DHCP or SMTP. Step difference: 1 step vs 4 steps of elimination.
When you see a networking question in the exam hall, run this decision tree:
Step 1 — Is it a full-form question? If yes, immediately recall: LAN = Local, WAN = Wide, MAN = Metropolitan, WWW = World Wide Web, DNS = Domain Name System, SMTP = Simple Mail Transfer Protocol, IP = Internet Protocol. Answer in under 5 seconds.
Step 2 — Is it a device identification question? Read the description. Key phrase "connects different networks" or "routes packets" → Router. Key phrase "sends to correct device in same network" → Switch. Key phrase "broadcasts to all" → Hub. Answer in under 8 seconds.
Step 3 — Is it a protocol question? Map the task: web browsing → HTTP/HTTPS, sending email → SMTP, receiving email → POP3/IMAP, file transfer → FTP, name resolution → DNS, addressing → IP. Answer in under 8 seconds.
Step 4 — Is it an OSI layer question? Recite "All People Seem To Need Data Processing." Count to the layer. Routing/IP → Network (Layer 3). MAC/Switch → Data Link (Layer 2). Cables → Physical (Layer 1). Answer in under 10 seconds.
Step 5 — Is it a wireless standard question? 802.11 = Wi-Fi. Full stop. Do not pick 802.3 (Ethernet) or 802.5 (Token Ring).
Never spend more than 30 seconds on any single networking question. These are definitional — if you do not know it in 30 seconds, mark and move.
Why this question: This is the most frequently asked networking full-form question across SSC exams. "Local" vs "Large" vs "Long" vs "Linked" is a classic distractor set.
Solving path: The word "Local" defines the scope — a limited geographic area like a building or campus. "Large Area Network" and "Long Area Network" do not exist as standard terms. "Linked Area Network" is invented. Only "Local Area Network" is real.
Why this question: Candidates confuse Router with Hub because both "connect computers." The key differentiator is "forwards data packets to the correct destination" — that is routing behaviour, not broadcasting.
Solving path: Monitor and Scanner are output/input peripherals — eliminate immediately. Hub broadcasts to all, does not "forward to correct destination." Router reads IP addresses and makes intelligent forwarding decisions. Answer: Router.
Why this question: WWW questions appear regularly. The trap is reversing "Wide" and "World" — "Wide World Web" vs "World Wide Web."
Solving path: The correct order is World Wide Web — adjective (Wide) modifies Web, and World describes the scope. "Wide World" sounds like a geographic term, not a technical one. Lock in: World → Wide → Web.
Why this question: Email protocol questions consistently appear. The trap is picking HTTP (web) or FTP (files) instead of SMTP (email sending).
Solving path: HTTP = web pages. FTP = file transfer. DNS = name resolution. SMTP = Simple Mail Transfer Protocol = sending email. The S in SMTP stands for Simple, but mentally anchor it to "Send." Answer: SMTP.
Why this question: The OSI layer question is the most conceptually demanding networking question type for SSC CGL. Candidates confuse Network Layer with Data Link Layer.
Solving path: Use "All People Seem To Need Data Processing." Count down: A(7)-P(6)-S(5)-T(4)-N(3)-D(2)-P(1). Network Layer = Layer 3. It handles IP addresses (logical addressing) and routing. Data Link Layer (Layer 2) handles MAC addresses (physical addressing). Transport Layer handles end-to-end delivery. Session Layer manages sessions. Answer: Network Layer.
Why this question: DNS full form appears in almost every SSC computer paper. "Digital Network Standard" and "Dynamic Node Service" are plausible-sounding distractors.
Solving path: DNS = Domain Name System. It is a system (not a service or standard), it deals with domains (not digital or data), and it resolves names (not nodes). "Domain Name System" is the only option where all three words are precisely correct. Answer: Domain Name System.
Confusing Hub and Switch: Students say "both connect computers, so either could be right." They cannot. A Hub broadcasts blindly to every connected device. A Switch reads MAC addresses and delivers only to the intended recipient. When the question says "forwards to the correct destination within a network," it is a Switch. When it says "forwards to correct destination across networks," it is a Router.
Picking SMTP for receiving email: SMTP is only for sending. If you see "receive email" or "retrieve email" in the question, the answer is POP3 or IMAP. Do not let the word "Mail" in SMTP mislead you.
Choosing 802.3 instead of 802.11 for Wi-Fi: 802.3 defines Ethernet (wired). 802.11 defines Wi-Fi (wireless). The exam deliberately places 802.3 as an option to catch candidates who half-remember "802-something." Two 1s in 802.11 = two antennae. Fix that image and never slip again.
Placing routing at the wrong OSI layer: Routing and IP addresses belong to Layer 3 (Network Layer). MAC addresses and switching belong to Layer 2 (Data Link Layer). Physical cables and hubs belong to Layer 1 (Physical Layer). Many candidates say "Layer 2" for routing because switches seem closer to routers than cables do. They are not — switches are Layer 2, routers are Layer 3.
Treating WAN and Internet as different things in objective questions: In SSC CGL questions, "the internet" is typically described as "the world's largest WAN." If a question asks which category the internet belongs to, the answer is WAN, not a separate category.
Confusing IP (Internet Protocol) with Intranet Protocol: An intranet uses the same TCP/IP technology but is private (internal to an organisation). "Internet Protocol" is the formal full form. "Intranet Protocol" does not exist as a standard term — it is a deliberately placed distractor.