SSC CGL कंप्यूटर नेटवर्किंग — LAN, WAN, OSI मॉडल, Protocol और Router

intermediate 18 min read

अवधारणा

नेटवर्किंग का सीधा मतलब है — दो या दो से ज़्यादा कंप्यूटरों को इस तरह जोड़ना कि वे आपस में डेटा share कर सकें। इसे समझने का सबसे आसान तरीका यह है: जब तुम्हारे घर में एक printer को तीन laptop से जोड़ा जाता है, तो वह एक छोटा network बन जाता है।

Network का मूल उद्देश्य है — resource sharing (printer, files, internet connection साझा करना) और communication (email, video call, data transfer)।

नेटवर्क को मुख्यतः भौगोलिक क्षेत्र के आधार पर वर्गीकृत किया जाता है:

यहाँ एक ज़रूरी बात — SSC CGL में इस chapter से सवाल लगभग हमेशा full forms, device functions, और protocol names पर आते हैं। Conceptual derivation कम, factual recall ज़्यादा। इसलिए इस पूरे chapter को एक lookup table की तरह पढ़ो, कहानी की तरह नहीं।


गहन विश्लेषण

नेटवर्क डिवाइस और उनके काम

नेटवर्क में कई तरह के hardware devices काम करते हैं। परीक्षा में अक्सर इन्हें आपस में confuse कराया जाता है:

| Device | काम | कहाँ काम करता है | |---|---|---| | Hub | सभी connected devices को data broadcast करता है, intelligent नहीं | Physical Layer (Layer 1) | | Switch | सिर्फ़ target device को data भेजता है, MAC address पहचानता है | Data Link Layer (Layer 2) | | Router | अलग-अलग networks को जोड़ता है, IP address के आधार पर routing करता है | Network Layer (Layer 3) | | Modem | Digital signal को Analog में और Analog को Digital में बदलता है | — | | Gateway | दो अलग-अलग architecture वाले networks के बीच translator की भूमिका | सभी layers | | Repeater | कमज़ोर signal को boost करता है | Physical Layer (Layer 1) |

Hub vs Switch — यह अंतर बार-बार पूछा जाता है। Hub को "दिमाग़ नहीं" और Switch को "दिमागदार" याद कर लो।


OSI Model — 7 लेयर

OSI (Open Systems Interconnection) Model नेटवर्किंग का एक conceptual framework है जो यह बताता है कि data एक computer से दूसरे computer तक कैसे travel करता है। इसमें 7 लेयर हैं:

| लेयर नंबर | नाम | मुख्य काम | Key Protocol/Device | |---|---|---|---| | 7 | Application | User interface, application services | HTTP, FTP, SMTP, DNS | | 6 | Presentation | Data formatting, encryption, compression | SSL/TLS | | 5 | Session | Session establish/manage/terminate | NetBIOS | | 4 | Transport | End-to-end delivery, error checking | TCP, UDP | | 3 | Network | Logical addressing, routing | IP, Router | | 2 | Data Link | Physical addressing (MAC), error detection | Switch, MAC address | | 1 | Physical | Bits को signals में बदलना | Hub, Cable, Repeater |

परीक्षा के लिए critical: Layer 3 (Network) पर Router काम करता है और IP address यहीं handle होता है। Layer 2 (Data Link) पर Switch काम करता है और MAC address यहीं काम करती है।


प्रमुख Protocol और उनके काम

Protocol वह नियम-संग्रह है जो यह तय करता है कि data किस format में और कैसे transfer होगा।

| Protocol | Full Form | काम | |---|---|---| | HTTP | HyperText Transfer Protocol | Web pages transfer करना | | HTTPS | HTTP Secure | Encrypted web browsing | | FTP | File Transfer Protocol | Files upload/download करना | | SMTP | Simple Mail Transfer Protocol | Email भेजना | | POP3 | Post Office Protocol v3 | Email server से download करना | | IMAP | Internet Message Access Protocol | Server पर email manage करना | | DNS | Domain Name System | Domain name को IP में convert करना | | DHCP | Dynamic Host Configuration Protocol | Automatically IP address assign करना | | TCP | Transmission Control Protocol | Reliable, connection-oriented data transfer | | UDP | User Datagram Protocol | Fast, connectionless data transfer | | IP | Internet Protocol | Logical addressing |

TCP vs UDP — TCP डाकिया है जो confirmation लेता है कि पत्र पहुँचा। UDP courier है जो बस छोड़ कर चला जाता है — तेज़ लेकिन delivery guarantee नहीं।


नेटवर्क Topology

Topology यानी network में computers किस arrangement में जुड़े हैं:


IP Address और Wi-Fi Standard

IP Address दो प्रकार के होते हैं:

Wi-Fi Standards (IEEE 802.11):


शॉर्टकट और युक्तियाँ

patternOSI लेयर याद करने का वाक्य

नीचे से ऊपर (Layer 1 से 7): "Please Do Not Throw Sausage Pizza Away" P = Physical, D = Data Link, N = Network, T = Transport, S = Session, P = Presentation, A = Application

ऊपर से नीचे (Layer 7 से 1): "All People Seem To Need Data Processing"

Standard method: रटना — 5 बार पढ़ना = 2 मिनट। इस trick से: एक बार याद करो, exam में 5 seconds में recall।

patternNetwork Types — क्षेत्र के आधार पर क्रम

PAN → LAN → MAN → WAN — Personal (pocket), Local (office), Metropolitan (city), Wide (world)

याद रखो: "पहले Local, फिर Metropolitan, फिर Wide" — coverage बढ़ती जाती है।

जब भी question में "एक कार्यालय/स्कूल" आए → तुरंत LAN। "एक शहर" → MAN। "देश/दुनिया" → WAN। Standard guessing: 50% accuracy। इस pattern से: 95% accuracy, time 3 seconds।

eliminationProtocol — Email के तीन अलग-अलग प्रश्न

Email के लिए तीन protocols आते हैं — exam इन्हें confuse कराता है:

  • SMTP = भेजना (Send Mail To Protocol — अपना hint खुद बनाओ)
  • POP3 = Download करना (Post Office → डाकघर से उठाना)
  • IMAP = Server पर manage करना (multiple devices पर sync)

जब भी "email भेजना" दिखे → SMTP। "email receive/download" → POP3/IMAP। Elimination के बाद गलत option choose करने की दर: लगभग 0%।

patternRouter vs Switch vs Hub — एक line में अंतर
  • Hub = अंधा (सबको broadcast, कोई intelligence नहीं)
  • Switch = Layer-2 smart (MAC address पहचानता है, सिर्फ़ target को data)
  • Router = Layer-3 genius (IP address से different networks को जोड़ता है)

परीक्षा में "डेटा पैकेट को सही destination तक भेजना" → हमेशा Router। "Same network में smart forwarding" → Switch। Standard confusion rate: 40%। इस mapping से: 0%।

patternIEEE 802.11 — Wi-Fi का standard

तीन numbers याद करो:

  • 802.3 = तार वाला (3 = तीन = तार — तीन अक्षर में "तार")
  • 802.11 = Wi-Fi (11 की shape antenna जैसी)
  • 802.15 = Bluetooth (15 = छोटा range = BT)

Exam में Wi-Fi standard पूछा जाए → 802.11 immediately। Standard recall time: 8 seconds। इस trick से: 2 seconds।


तेज़-समाधान रूपरेखा

SSC CGL में networking के questions लगभग हमेशा factual होते हैं। परीक्षा हॉल में यह decision tree follow करो:

Step 1 — क्या question full form माँग रहा है? → हाँ: तुरंत options में से वह choose करो जो logically सही लगे। LAN = Local, DNS = Domain Name System, SMTP = Simple Mail Transfer Protocol।

Step 2 — क्या question किसी device का function पूछ रहा है? → "routing/packet forwarding/different networks" → Router → "same network, MAC-based forwarding" → Switch → "broadcast to all" → Hub → "signal boost" → Repeater

Step 3 — क्या question OSI layer पूछ रहा है? → "IP address / routing" → Network Layer (Layer 3) → "MAC address / switch" → Data Link Layer (Layer 2) → "bits / cables" → Physical Layer (Layer 1) → "TCP/UDP" → Transport Layer (Layer 4)

Step 4 — क्या question wireless standard पूछ रहा है? → Wi-Fi → IEEE 802.11 (कोई और option सही नहीं हो सकता)

इन चार steps से networking के 90%+ questions 15-20 seconds में हल हो जाते हैं।


हल किए गए PYQs

क्यों यह प्रश्न: LAN की full form networking का सबसे basic और frequently asked सवाल है। Options में "Large", "Long", "Linked" जैसे trap दिए जाते हैं।

समाधान का रास्ता: "Local" = सीमित भौगोलिक area। बाकी तीन options में से कोई भी real networking term नहीं है। Elimination से "Local Area Network" तुरंत।

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 है। यह एक सीमित भौगोलिक क्षेत्र जैसे घर, स्कूल या कार्यालय में कंप्यूटरों और उपकरणों को जोड़ने वाला नेटवर्क है।

क्यों यह प्रश्न: Router का function networking का सबसे important concept है। "Monitor" और "Scanner" obvious distractors हैं। असली trap "Hub" है — Hub broadcast करता है, Router intelligently route करता है।

समाधान का रास्ता: "डेटा पैकेट को सही destination" → यह routing है → Router। Hub यह काम नहीं करता। Answer: Router।

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.
राउटर एक नेटवर्किंग उपकरण है जो कंप्यूटर नेटवर्क के बीच डेटा पैकेट को आगे भेजता है। यह इंटरनेट पर ट्रैफिक को निर्देशित करता है और विभिन्न नेटवर्कों को आपस में जोड़ता है।

क्यों यह प्रश्न: WWW की full form एक classic factual question है जो internet chapter में हमेशा आता है।

समाधान का रास्ता: "World Wide Web" — पहला W = World, दूसरा W = Wide, तीसरा W = Web। Options में "Wire" और "Window" trap हैं लेकिन "Web" ही correct है।

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 द्वारा पहचाने जाते हैं और वेब ब्राउज़र के माध्यम से इंटरनेट पर एक्सेस किए जा सकते हैं।

क्यों यह प्रश्न: Email protocol — SMTP, FTP, DNS, HTTP को अक्सर एक साथ options में रखा जाता है। यहाँ तुम्हें function-to-protocol mapping मज़बूत करनी होगी।

समाधान का रास्ता: FTP = file transfer, DNS = domain to IP, HTTP = web pages। Email भेजना = SMTP। Answer: SMTP।

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 है। यह इंटरनेट पर एक सर्वर से दूसरे सर्वर को ईमेल भेजने के लिए उपयोग किया जाने वाला मानक प्रोटोकॉल है।

क्यों यह प्रश्न: IP Address की full form में "Internal" और "Intranet" traps के रूप में दिए जाते हैं। Internet Protocol ही correct है।

समाधान का रास्ता: IP Address internet पर हर device की unique identity है → Internet Protocol। "Internal" या "Intranet" Protocol कोई real term नहीं है।

Previous Year Questionपिछले वर्ष का प्रश्न
What does 'IP' stand for in 'IP Address'?
'IP Address' में 'IP' का पूरा नाम क्या है?
  1. Information Protocol
  2. Internet Protocol
  3. Internal Protocol
  4. Intranet Protocol
  1. Information Protocol
  2. Internet Protocol
  3. Internal Protocol
  4. Intranet Protocol
Solutionसमाधान
IP stands for Internet Protocol. An IP address is a unique numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication.
IP का पूरा नाम Internet Protocol है। IP एड्रेस एक अद्वितीय संख्यात्मक लेबल है जो इंटरनेट प्रोटोकॉल का उपयोग करने वाले नेटवर्क से जुड़े प्रत्येक उपकरण को दिया जाता है।

क्यों यह प्रश्न: IEEE standard numbers एक pure memory question हैं। 802.3, 802.5, 802.11, 802.15 — इनमें से गलत choose करना बहुत आसान है।

समाधान का रास्ता: 802.11 = Wi-Fi। 802.3 = Ethernet (wired)। 802.5 = Token Ring। 802.15 = Bluetooth। Wi-Fi → 802.11।

Previous Year Questionपिछले वर्ष का प्रश्न
Which of the following is a wireless networking standard commonly used for Wi-Fi?
निम्नलिखित में से कौन-सा वायरलेस नेटवर्किंग स्टैंडर्ड आमतौर पर Wi-Fi के लिए इस्तेमाल किया जाता है?
  1. IEEE 802.5
  2. IEEE 802.15
  3. IEEE 802.3
  4. IEEE 802.11
  1. IEEE 802.5
  2. IEEE 802.15
  3. IEEE 802.3
  4. IEEE 802.11
Solutionसमाधान
IEEE 802.11 is the set of standards that define communication for wireless local area networks (WLANs), commonly known as Wi-Fi. IEEE 802.3 defines Ethernet (wired), while 802.5 defines Token Ring.
IEEE 802.11 मानकों का एक समूह है जो वायरलेस लोकल एरिया नेटवर्क (WLAN) के लिए संचार को परिभाषित करता है, जिसे आमतौर पर Wi-Fi के नाम से जाना जाता है। IEEE 802.3 ईथरनेट (वायर्ड) को और 802.5 टोकन रिंग को परिभाषित करता है।

क्यों यह प्रश्न: OSI Model layers में "Network Layer" vs "Transport Layer" vs "Data Link Layer" — यह confusion बहुत common है। IP address और routing किस layer पर होती है, यही पूछा जाता है।

समाधान का रास्ता: Logical addressing = IP address → Network Layer (Layer 3)। Physical addressing = MAC → Data Link Layer (Layer 2)। Answer: Network 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 एड्रेस) और विभिन्न नेटवर्कों के बीच डेटा पैकेट की रूटिंग का काम करती है। राउटर इसी लेयर पर काम करते हैं।

क्यों यह प्रश्न: DNS की full form — "Digital Network Standard" और "Dynamic Node Service" जैसे believable-sounding distractors दिए जाते हैं।

समाधान का रास्ता: DNS का काम domain name (www.google.com) को IP address में बदलना है → Domain Name System। बाकी options fabricated हैं।

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 एड्रेस में परिवर्तित करता है जिनका उपयोग कंप्यूटर आपस में संचार के लिए करते हैं।

आम गलतियाँ


संबंधित विषय

SarkariRise पर अभ्यास

Sign up + get 3 free mocks →