Networking for SSC CGL — LAN, WAN, OSI Model, Protocols & Devices

intermediate 18 min read

Concept

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.


Deep Dive

Network Types by Geography

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.

Network Topologies

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

Networking Devices

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

Protocols You Must Know

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 Model (7 Layers)

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

Wireless Networking Standards

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.


Memory Tricks & Shortcuts

patternOSI Layers Top-Down: All People Seem To Need Data Processing

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.

patternSend vs Receive Email: SMTP Sends, POP3/IMAP Picks up

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.

patternHub vs Switch vs Router: Dumb, Smart, Genius

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.

pattern802.11 = Wi-Fi, 802.3 = Ethernet Wire (3 = Wire)

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.

substitutionDNS = Phone Book, DHCP = Auto-Assign Address

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.


Fast-Solving Framework

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.


Solved PYQs

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.

Previous Year Questionपिछले वर्ष का प्रश्न
What does 'LAN' stand for in computer networking?
कंप्यूटर नेटवर्किंग में 'LAN' का पूरा नाम क्या है?
  1. Linked Area Network
  2. Long Area Network
  3. Large Area Network
  4. Local Area Network
  1. Linked Area Network
  2. Long Area Network
  3. Large Area Network
  4. Local Area Network
Solutionसमाधान
LAN stands for Local Area Network. It is a network that connects computers and devices within a limited geographical area such as a home, school, or office building.
LAN का पूरा नाम Local Area Network है। यह एक सीमित भौगोलिक क्षेत्र जैसे घर, स्कूल या कार्यालय में कंप्यूटरों और उपकरणों को जोड़ने वाला नेटवर्क है।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
Which device is used to connect multiple computers in a network and forwards data packets to the correct destination?
नेटवर्क में कई कंप्यूटरों को जोड़ने और डेटा पैकेट्स को सही डेस्टिनेशन तक भेजने के लिए कौन सा डिवाइस इस्तेमाल किया जाता है?
  1. Router
  2. Monitor
  3. Hub
  4. Scanner
  1. Router
  2. Monitor
  3. Hub
  4. Scanner
Solutionसमाधान
A router is a networking device that forwards data packets between computer networks. It directs traffic on the internet and connects different networks together.
राउटर एक नेटवर्किंग उपकरण है जो कंप्यूटर नेटवर्क के बीच डेटा पैकेट को आगे भेजता है। यह इंटरनेट पर ट्रैफिक को निर्देशित करता है और विभिन्न नेटवर्कों को आपस में जोड़ता है।

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

Previous Year Questionपिछले वर्ष का प्रश्न
What is the full form of 'WWW' in the context of the internet?
इंटरनेट के संदर्भ में 'WWW' की फुल फॉर्म क्या है?
  1. World Wide Web
  2. Wide World Web
  3. World Wide Wire
  4. World Web Window
  1. World Wide Web
  2. Wide World Web
  3. World Wide Wire
  4. World Web Window
Solutionसमाधान
WWW stands for World Wide Web. It is an information system where documents and resources are identified by URLs and can be accessed via the internet using a web browser.
WWW का पूरा नाम World Wide Web है। यह एक सूचना प्रणाली है जहाँ दस्तावेज़ और संसाधन URL द्वारा पहचाने जाते हैं और वेब ब्राउज़र के माध्यम से इंटरनेट पर एक्सेस किए जा सकते हैं।

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

Previous Year Questionपिछले वर्ष का प्रश्न
Which protocol is used to send emails over the internet?
इंटरनेट पर ईमेल भेजने के लिए कौन-सा प्रोटोकॉल इस्तेमाल किया जाता है?
  1. SMTP
  2. FTP
  3. DNS
  4. HTTP
  1. SMTP
  2. FTP
  3. DNS
  4. HTTP
Solutionसमाधान
SMTP stands for Simple Mail Transfer Protocol. It is the standard protocol used for sending emails across the internet from one server to another.
SMTP का पूरा नाम Simple Mail Transfer Protocol है। यह इंटरनेट पर एक सर्वर से दूसरे सर्वर को ईमेल भेजने के लिए उपयोग किया जाने वाला मानक प्रोटोकॉल है।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
Which layer of the OSI model is responsible for logical addressing and routing?
OSI मॉडल की कौन-सी लेयर लॉजिकल एड्रेसिंग और रूटिंग के लिए जिम्मेदार होती है?
  1. Data Link Layer
  2. Transport Layer
  3. Network Layer
  4. Session Layer
  1. Data Link Layer
  2. Transport Layer
  3. Network Layer
  4. Session Layer
Solutionसमाधान
The Network Layer (Layer 3) of the OSI model handles logical addressing (IP addresses) and routing of data packets between different networks. Routers operate at this layer.
OSI मॉडल की नेटवर्क लेयर (लेयर 3) लॉजिकल एड्रेसिंग (IP एड्रेस) और विभिन्न नेटवर्कों के बीच डेटा पैकेट की रूटिंग का काम करती है। राउटर इसी लेयर पर काम करते हैं।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
What does the acronym 'DNS' stand for in networking?
नेटवर्किंग में 'DNS' का पूरा नाम क्या है?
  1. Digital Network Standard
  2. Dynamic Node Service
  3. Data Network Service
  4. Domain Name System
  1. Digital Network Standard
  2. Dynamic Node Service
  3. Data Network Service
  4. Domain Name System
Solutionसमाधान
DNS stands for Domain Name System. It translates human-readable domain names (like www.google.com) into IP addresses that computers use to communicate with each other.
DNS का अर्थ है Domain Name System। यह मानव-पठनीय डोमेन नामों (जैसे www.google.com) को IP एड्रेस में परिवर्तित करता है जिनका उपयोग कंप्यूटर आपस में संचार के लिए करते हैं।

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.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →