Notes in Hindi

Ethernet: Basics of Ethernet LAN in Hindi

Makhanlal Chaturvedi University / BCA / Computer Networks

Ethernet: A Complete Guide in Hindi

Ethernet: Basics of Ethernet LAN in Hindi

Ethernet एक Local Area Network (LAN) technology है, जिसने दुनिया‑भर में computers और network devices को आपस में जोड़ने का सबसे लोकप्रिय, भरोसेमंद और समर्थ तरीका प्रदान किया है। इसके पीछे की बुनियादी अवधारणा बहुत सरल है—एक shared जगह (medium) पर सभी डिवाइस data packets भेजते‑पढ़ते हैं, और collision‑handling यानी टकराव‑नियंत्रण नियम यह तय करते हैं कि कौन‑सा frame किस पल आगे बढ़ेगा। इस simplicity और low‑cost hardware की वजह से ही Ethernet पिछले चार दशकों से छोटे home‑office से लेकर बड़े enterprise‑campus तक हर जगह प्रयोग हो रहा है। नीचे हम beginners को ध्यान में रखते हुए step‑by‑step उन मूल तत्वों को समझाते हैं, जिनसे Ethernet LAN काम करता है।

  • Physical Medium (Copper या Fiber): सामान्यतः twisted‑pair copper cable (जैसे Cat‑5e, Cat‑6) का उपयोग होता है, किंतु लंबी दूरी या high‑bandwidth के लिए fiber optic का सहारा लिया जाता है। दोनों mediums में signal electrical या light impulses के रूप में travel करता है, इसलिए interference से बचाव और data‑rate दोनों ही भौतिक तार या fiber की गुणवत्ता पर निर्भर करते हैं।

    Copper cable सस्ता और install करना आसान है, वहीं fiber में लगभग शून्य electromagnetic interference और कई किलोमीटर तक gigabit‑speed बिना repeaters संभव है। इन दोनों विकल्पों ने Ethernet को लचीला (flexible) बनाया है, जिससे network‑architects उसकी क्षमता के अनुसार medium चुन सकते हैं।

  • MAC (Media Access Control) Address: हर Ethernet interface पर एक 48‑bit hardware address लिखा होता है, जिसे MAC address कहते हैं। यह address दुनिया‑भर में unique होता है और data‑link layer पर devices की पहचान तय करता है। जब एक computer दूसरे को frame भेजता है तो frame के destination‑MAC में receiver का वही 48‑bit लिखा जाता है, ताकि switch उसे सही port तक forward कर सके।

    MAC address का पहला 24‑bit portion Organizationally Unique Identifier (OUI) दर्शाता है, जो vendor‑company को सूचित करता है। बाकी 24 bits device‑specific होती हैं। इस layer‑2 address की बदौलत higher‑layers (IP आदि) पूरी तरह medium‑independent रह पाती हैं।

  • CSMA/CD (Carrier Sense Multiple Access with Collision Detection): यह वह नियम‑समूह है जिसने आरंभिक shared‑Ethernet पर data‑transmission का अनुशासन स्थापित किया। हर device पहले carrier सुनता है—यदि medium खाली है तो frame भेजता है; यदि एक ही समय दो devices भेजें और collision हो जाए, तो वे random backoff के बाद पुन: प्रयास करते हैं।

    आधुनिक switched‑Ethernet में dedicated links और full‑duplex mode के कारण टकराव नहीं होते, इसलिए CSMA/CD का उपयोग virtually समाप्त हो गया है। फिर भी इसका इतिहास जानना जरूरी है क्योंकि इससे हम Ethernet के मूल design‑philosophy को समझते हैं।

Ethernet Frame: Structure and Fields in Hindi

जब कोई computer या switch data भेजता है, तो वह information को छोटे‑छोटे पैकेट्स में विभाजित करता है जिन्हें Ethernet frame कहा जाता है। नीचे दिया गया table frame के हर field को दिखाता है ताकि beginners को इसकी anatomy स्पष्ट हो।

Field Size (Bytes) उद्देश्य (Hindi)
Preamble + SFD 7 + 1 Receiver को clock‑sync करने के लिए 101010… pattern; अंतिम 1‑byte (SFD) frame‑start संकेत देता है।
Destination MAC 6 जिस device को data पहुंचाना है उसका MAC address।
Source MAC 6 Sender का MAC address ताकि receiver यह जान सके frame किसने भेजा।
EtherType/Length 2 अगर value ≥ 0x0600 है तो यह upper‑protocol जैसे IPv4 (0x0800) या IPv6 (0x86DD) को इंगित करती है; नहीं तो यह payload‑length बताती है।
Payload (Data) 46–1500 वास्तविक network‑layer packet यानी data। न्यूनतम 46 bytes भरने के लिए padding लगाई जा सकती है।
FCS (Frame Check Sequence) 4 CRC‑32 value जो corruption‑detect करती है; receiver इसे re‑calculate करके verify करता है।

यह frame‑layout standard ISO/IEEE 802.3 द्वारा परिभाषित है। यदि किसी field में bit‑error मिले तो receiver frame discard करता है, जिससे end‑devices को error‑free delivery मिलती है। याद रखें, Ethernet कहीं भी retransmit नहीं करता—error‑handling upper‑layer (TCP आदि) करती है।

Ethernet Standards: 10Base-T, 100Base-T etc. in Hindi

Ethernet निरंतर evolve होता रहा है, इसलिए IEEE 802.3 ने अलग‑अलग physical‑layer standards जारी किए, जो speed, medium और distance के आधार पर नामांकित हैं। यहाँ सबसे चर्चित variants को हम दो‑दो पंक्तियों में नहीं, बल्कि विस्तृत लेकिन सरल भाषा में समझाते हैं:

  • 10Base‑T (IEEE 802.3i): यह 1990s की शुरुआत में आया और twisted‑pair copper के जरिये 10 Mbps full‑duplex तक data दे सकता है। “10” का अर्थ 10 Mbps, “Base” का अर्थ baseband signalling और “T” का अर्थ twisted‑pair। अधिकतम segment‑length 100 meters है, जिससे छोटे कार्यालयों और campus के कम‑दूरी वाले nodes जुड़ सके।

    इसके प्रचलन ने coaxial‑Ethernet (10Base‑2, 10Base‑5) को तेजी से रिप्लेस किया क्योंकि coax की तुलना में twisted‑pair सस्ता, flexible और RJ‑45 connector‑friendly था। आज Gigabit links के नीचे‑दबकर भी 10Base‑T embedded‑controllers या पुराने printers में मिल जाता है।

  • 100Base‑TX (Fast Ethernet, IEEE 802.3u): यह 1995 में आया और Cat‑5 cable पर 100 Mbps speed देने लगा। signaling‑scheme (MII/GMII) ने existing UTP cabling को reusable बनाया, इसलिए संगठनों ने बिना नए wires खींचे network‑speed दस‑गुना बढ़ा ली।

    Duplex‑mode के साथ switches ने collision‑domain खत्म कर दिया, जिससे voice‑over‑IP और interactive apps के लिए latency कम हुई। यद्यपि आज Gigabit default बन चुका है, फिर भी Fast Ethernet अभी तक cameras, IoT‑sensors आदि low‑throughput devices को जोड़े रखता है।

  • 1000Base‑T (Gigabit Ethernet, IEEE 802.3ab): यह प्रथम copper‑based gigabit‑standard है जो Cat‑5e/Cat‑6 twisted‑pair पर 1 Gbps full‑duplex speed देता है। PAM‑5 signalling और 4‑pair baseband transmission का उपयोग करके यह हर pair पर simultaneous bidirectional data भीड़भाड़ के बिना भेज‑पढ़ सकता है।

    आज corporate desktops से लेकर home Wi‑Fi routers तक internal uplink‑ports में 1000Base‑T सामान्य है। इसकी reason‑to‑exist long‑term है क्योंकि standard‑Cat‑5e wiring को badle बगैर gigabit‑speed मिलती रहती है।

  • 10GBase‑SR, 10GBase‑LR, 10GBase‑T (IEEE 802.3ae/802.3an): जब data‑centers और high‑performance computing को multi‑gig throughput चाहिए होता है, तब 10 Gigabit variants enter होते हैं। “SR” short‑range multi‑mode fiber (≈300 m), “LR” long‑range single‑mode fiber (≈10 km) और “T” Cat‑6a copper (≈100 m) पर काम करता है।

    10GBase‑T का लाभ यह है कि वह RJ‑45 ecosystem से जुड़ा रहता है, जिससे servers/video‑edit workstations को बिना नए fiber‑transceivers jurmanye gigabit‑से 10‑gigabit पर अपग्रेड किया जा सकता है। हालांकि बिजली‑खपत और heat‑management इसके design‑चुनौती हैं।

  • 2.5GBase‑T और 5GBase‑T (IEEE 802.3bz): इन mid‑tier speeds ने 802.11ac/ax Wi‑Fi‑access‑points का backhaul boost किया। Cat‑5e पर 100+ meters लंबाई में 2.5 Gbps तक data देने से campus‑networks ने 10 gigabit फर्क के बिना moderate‑uplink पा लिया।

    यह एक smart‑tradeoff है—सिर्फ 2.5G/5GBase‑T NIC‑upgrade से existing wiring लाभ उठाते हुए throughput 2x‑5x बढ़ जाती है; यानी cost‑efficiency और future‑proofing दोनों साधे जाते हैं।

Ethernet Usage: Applications in Modern Networking in Hindi

आज Ethernet सिर्फ desktop‑connectivity ताक ही सीमित नहीं है; यह विभिन्न verticals के core‑infrastructure में घुसकर उनको scalable, secure और manageable बनाता है। नीचे हम प्रमुख उपयोग‑क्षेत्रों को आसान हिंदी में बताते हैं:

  • Data Center Fabric: Blade‑servers और storage‑arrays को जोड़ने के लिए spine‑leaf Ethernet fabric deploy किया जाता है, जो east‑west traffic के लिए low‑latency पाथ देता है। VXLAN/EVPN जैसे overlays TCP/IP पर चलते हैं, लेकिन underlying transport Ethernet ही होता है क्योंकि switching‑hardware की latency nanoseconds स्तर पर रहती है।

    यहां 25G/40G/100GBase‑SR4 fiber और 400GBase‑DR4 तक पहुँचने वाले variants ने hyperscale cloud providers को बहुत फायदा दिया है, जिससे virtual‑machines और containers को network बॉटल‑नेक से मुक्त किया जा सका।

  • Industrial Ethernet: Factory‑automation में sensors, PLCs, robot‑arms आदि को deterministic‑latency और noise‑resilient network चाहिए। Industrial‑Ethernet (Copper या Fiber) में shielded‑cables और redundant‑ring topology लगाकर milliseconds में fault‑recovery मिलती है।

    PROFINET, EtherCAT जैसे protocols OSI model के ऊपर Real‑Time extensions देते हैं, लेकिन physical‑layer वही Ethernet रहता है, जिससे off‑the‑shelf NICs और switches उपयोग हो सकते हैं।

  • Passive Optical LAN (POL): Enterprise‑buildings अब traditional switch‑closets के बजाय centralized fiber OLTs के माध्यम से floor‑desktops तक Ethernet services PON‑architecture से पहुंचा रही हैं। यहाँ एन‑टू‑वन splitters से power‑less, fan‑less ONUs desktop पर 1 Gbps+ डेटा देते हैं।

    POL में copper‑backbone और edge‑switches घट जाते हैं, जिससे cabling‑bulk कम, cooling‑load कम और long‑term TCO भी घट जाता है। लेकिन user‑device port पर final handoff फिर भी RJ‑45 Ethernet ही होता है—इसलिए standardization और simplicity बनी रहती है।

  • Power over Ethernet (PoE): IEEE 802.3af/at/bt standards ने एक ही twisted‑pair cable से data के साथ‑साथ 15/30/90 Watts तक बिजली भेजना संभव किया। इससे IP‑phones, Wi‑Fi APs, CCTV‑cameras को अलग power‑supply की जरूरत नहीं पड़ती, installation तत्काल और सस्ता हो जाता है।

    Smart‑LED‑lighting इंडस्ट्री ने PoE‑switches का प्रयोग करके ceiling में high‑bandwidth backhaul और DC‑power समान‑साथ उपलब्ध कराया, जिससे building‑management‑systems IoT‑ready हो गए।

  • Audio‑Video Bridging (AVB) और Time‑Sensitive Networking (TSN): Live‑audio mixers, 4K‑video studios को sub‑millisecond‑latency और synchronized‑streams चाहिए। IEEE 802.1AS/Qav/Qbv rules extended‑Ethernet को deterministic‑queuing, traffic‑shaping और clock‑sync देते हैं, जिससे dedicated‑MADI या SDI links की जगह standard‑Cat‑6a या fiber Ethernet पर real‑time media carry होने लगा।

    यह adoption broadcast और pro‑audio इंडस्ट्री में cost‑saving के साथ‑साथ flexibility भी लाया—क्योंकि एक ही switch‑fabric में control‑signals, monitoring, file‑transfer और live‑video सभी coexist करते हैं।

FAQs

Ethernet एक networking technology है जो computers और अन्य devices को Local Area Network (LAN) के माध्यम से आपस में जोड़ती है। यह data को छोटे-छोटे packets में divide करके cables के ज़रिए भेजती है और इसे सबसे ज्यादा इस्तेमाल की जाने वाली LAN तकनीक माना जाता है।
Ethernet Frame एक structured data packet होता है जो sender से receiver तक transmit किया जाता है। इसमें source और destination MAC address, data payload, और error checking के लिए CRC होता है। यह frame पूरे Ethernet communication का base होता है।
Ethernet के कई standards हैं जैसे 10Base-T, 100Base-T (Fast Ethernet), 1000Base-T (Gigabit Ethernet), और 10GBase-T (10 Gigabit Ethernet)। ये सभी अलग-अलग speed, cable type और range के लिए design किए गए हैं।
Modern networking में Ethernet का प्रयोग data centers, offices, homes, industrial systems और surveillance systems में होता है। इसकी reliability, speed और low-cost nature इसे networking की सबसे महत्वपूर्ण backbone बनाते हैं।
100Base-T को Fast Ethernet कहते हैं और यह 100 Mbps की speed देता है, जबकि 1000Base-T को Gigabit Ethernet कहा जाता है जो 1000 Mbps की speed support करता है। 1000Base-T में बेहतर signal quality और ज्यादा bandwidth मिलती है।

Please Give Us Feedback