नेटवर्किंग का सीधा मतलब है — दो या दो से ज़्यादा कंप्यूटरों को इस तरह जोड़ना कि वे आपस में डेटा 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 (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 वह नियम-संग्रह है जो यह तय करता है कि 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 यानी network में computers किस arrangement में जुड़े हैं:
IP Address दो प्रकार के होते हैं:
192.168.1.1 — लगभग 4.3 billion addressesWi-Fi Standards (IEEE 802.11):
नीचे से ऊपर (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।
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।
Email के लिए तीन protocols आते हैं — exam इन्हें confuse कराता है:
जब भी "email भेजना" दिखे → SMTP। "email receive/download" → POP3/IMAP। Elimination के बाद गलत option choose करने की दर: लगभग 0%।
परीक्षा में "डेटा पैकेट को सही destination तक भेजना" → हमेशा Router। "Same network में smart forwarding" → Switch। Standard confusion rate: 40%। इस mapping से: 0%।
तीन numbers याद करो:
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 में हल हो जाते हैं।
क्यों यह प्रश्न: LAN की full form networking का सबसे basic और frequently asked सवाल है। Options में "Large", "Long", "Linked" जैसे trap दिए जाते हैं।
समाधान का रास्ता: "Local" = सीमित भौगोलिक area। बाकी तीन options में से कोई भी real networking term नहीं है। Elimination से "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।
क्यों यह प्रश्न: WWW की full form एक classic factual question है जो internet chapter में हमेशा आता है।
समाधान का रास्ता: "World Wide Web" — पहला W = World, दूसरा W = Wide, तीसरा W = Web। Options में "Wire" और "Window" trap हैं लेकिन "Web" ही correct है।
क्यों यह प्रश्न: 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।
क्यों यह प्रश्न: IP Address की full form में "Internal" और "Intranet" traps के रूप में दिए जाते हैं। Internet Protocol ही correct है।
समाधान का रास्ता: IP Address internet पर हर device की unique identity है → Internet Protocol। "Internal" या "Intranet" Protocol कोई real term नहीं है।
क्यों यह प्रश्न: 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।
क्यों यह प्रश्न: 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।
क्यों यह प्रश्न: 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 हैं।
Hub और Switch को एक समझना: Hub = सभी को broadcast (Layer 1), Switch = MAC-based targeted forwarding (Layer 2)। दोनों एक network के भीतर काम करते हैं लेकिन fundamentally अलग हैं। जब भी "intelligent forwarding" दिखे → Switch, "simple broadcast" → Hub।
SMTP, POP3, IMAP तीनों को "email protocol" कहकर छोड़ देना: तीनों email से जुड़े हैं लेकिन काम अलग-अलग है। SMTP = भेजना, POP3 = server से download, IMAP = server पर manage। परीक्षा में "email भेजना" दिखे तो सिर्फ़ SMTP।
OSI Layer की गिनती में गलती: Layer 1 = Physical (सबसे नीचे), Layer 7 = Application (सबसे ऊपर)। बहुत से students Layer 3 को Transport और Layer 4 को Network समझ लेते हैं। Network = Layer 3, Transport = Layer 4 — यह firmly याद करो।
Router को "internet device" और Switch को "big Hub" समझना: Router अलग-अलग networks को जोड़ता है (inter-network), Switch एक ही network के भीतर काम करता है (intra-network)। यह distinction exam में directly पूछी जाती है।
IEEE 802.11 और 802.3 को swap करना: 802.11 = Wi-Fi (wireless), 802.3 = Ethernet (wired)। बहुत से students "11" को wired से associate करते हैं क्योंकि Ethernet पुराना standard है। Antenna की shape "11" जैसी है — Wi-Fi = 802.11।
IP को "Intranet Protocol" लिखना: "Intranet" एक अलग concept है — organization का private internal network। IP = Internet Protocol, Intranet ≠ Internet। यह trap options में deliberately दिया जाता है।