Feedback Form

OSI Model in hindi - OSI मॉडल क्या है | 7 परतों की व्याख्या

OSI Model in Hindi

OSI Model (Open Systems Interconnection Model) एक conceptual framework है जिसका उपयोग computer networks में communication को समझाने के लिए किया जाता है। इसे ISO (International Organization for Standardization) ने develop किया था।

OSI Model network communication को 7 layers में divide करता है, ताकि data transmission process को आसानी से समझा और manage किया जा सके।

जब एक device से दूसरे device तक data भेजा जाता है, तो यह data इन layers के through pass होता है — हर layer का अपना specific function होता है।

यह model mainly network design, troubleshooting और protocol development में use होता है।

OSI का full form होता है Open Systems Interconnection। इसे ISO (International Organization for Standardization) ने बनाया था ताकि पूरी दुनिया में networking एक standard तरीके से हो सके।

इस model का सबसे बड़ा फायदा यह है कि network problem को आसानी से identify और solve किया जा सकता है। अगर किसी layer में issue है, तो उसी layer पर focus किया जाता है।

7 Layers of OSI Model in Hindi

OSI Model में total 7 layers होती हैं। नीचे से ऊपर की ओर ये layers काम करती हैं। हर layer previous layer से data लेती है और next layer को pass करती है।

Layer Number Layer Name
7 Application Layer
6 Presentation Layer
5 Session Layer
4 Transport Layer
3 Network Layer
2 Data Link Layer
1 Physical Layer

अब हम हर layer को एक-एक करके detail में समझेंगे। ताकि OSI Model in Hindi पूरी तरह clear हो जाए।

1. Physical Layer in OSI Model in Hindi

Physical Layer OSI Model की सबसे नीचे वाली layer होती है। यह layer actual hardware से जुड़ी होती है। Data को signal के रूप में भेजना और receive करना इसी layer का काम है।

इस layer में data binary form यानी 0 और 1 में travel करता है। Cable, wire, voltage level, signal strength जैसी चीजें Physical Layer handle करती है।

Functions of Physical Layer

  • Raw data को bits में convert करना
  • Transmission medium define करना
  • Data transfer speed control करना
  • Physical connection establish करना

उदाहरण के लिए, Ethernet cable, USB cable और fiber optic cable Physical Layer के अंतर्गत आते हैं। अगर cable damaged है, तो data आगे नहीं जा पाएगा।

Data Link Layer OSI Model की second layer होती है। इसका main काम error-free data transfer सुनिश्चित करना होता है। यह layer data को frames में divide करती है।

जब data physical layer से आता है, तो Data Link Layer check करती है कि data सही है या नहीं। अगर error मिलता है, तो data दोबारा send करवाया जाता है।

  • Data framing करना
  • Error detection और correction
  • MAC address का use करना
  • Flow control maintain करना

Switch और Bridge जैसे devices Data Link Layer पर काम करते हैं। MAC Address की मदद से data सही device तक पहुँचाया जाता है।

3. Network Layer in OSI Model in Hindi

Network Layer OSI Model की तीसरी layer होती है। इसका मुख्य काम data को सही destination तक पहुँचाना होता है। यह layer logical addressing का use करती है।

IP Address Network Layer का सबसे important part होता है। Data किस रास्ते से जाएगा, इसका decision भी यही layer लेती है। इसे routing कहा जाता है।

Functions of Network Layer

  • IP addressing provide करना
  • Routing decision लेना
  • Packet forwarding करना
  • Congestion control

Router Network Layer पर काम करता है। जब आप किसी website को open करते हैं, तो router IP address के आधार पर data को सही server तक पहुँचाता है।

4. Transport Layer in OSI Model in Hindi

Transport Layer OSI Model की चौथी layer होती है। यह layer end-to-end communication को manage करती है। मतलब sender से लेकर receiver तक data सही तरीके से पहुँचे, यह जिम्मेदारी Transport Layer की होती है।

यह layer decide करती है कि data reliable तरीके से भेजना है या fast तरीके से। इसी layer में TCP और UDP protocols काम करते हैं।

Functions of Transport Layer

  • End-to-end data delivery
  • Data segmentation और reassembly
  • Error control और recovery
  • Flow control maintain करना

TCP reliable होता है, इसलिए file download और email में use होता है। UDP fast होता है, इसलिए video streaming और online gaming में use किया जाता है।

5. Session Layer in OSI Model in Hindi

Session Layer OSI Model की पाँचवीं layer होती है। यह layer sender और receiver के बीच session establish करती है। Session मतलब communication का start, maintain और end।

जब आप किसी website पर login करते हैं, तो Session Layer उस connection को active रखती है। Logout करते ही session close हो जाता है।

Functions of Session Layer

  • Session establish करना
  • Session maintain करना
  • Session terminate करना
  • Synchronization points create करना

अगर बीच में network fail हो जाए, तो session layer last saved point से data को continue करने में मदद करती है। इससे data loss कम होता है।

6. Presentation Layer in OSI Model in Hindi

Presentation Layer OSI Model की छठी layer होती है। इसे Translation Layer भी कहा जाता है। यह layer data के format को समझने लायक बनाती है।

Sender और receiver के data format अलग हो सकते हैं। Presentation Layer data को common format में convert करती है। Encryption और compression भी इसी layer में होती है।

Functions of Presentation Layer

  • Data translation करना
  • Data encryption और decryption
  • Data compression
  • Syntax conversion

उदाहरण के लिए, जब कोई secure website HTTPS use करती है, तो data encrypt होकर भेजा जाता है। यह काम Presentation Layer करती है।

7. Application Layer in OSI Model in Hindi

Application Layer OSI Model की सबसे ऊपर वाली layer होती है। यह layer directly user के contact में होती है। User जो भी network service use करता है, वह इसी layer से जुड़ी होती है।

Email send करना, website open करना, file upload या download करना — ये सभी काम Application Layer के through होते हैं।

Functions of Application Layer

  • User interface provide करना
  • Network services access कराना
  • Email और file services support करना
  • Remote login services

HTTP, FTP, SMTP, DNS जैसे protocols Application Layer पर काम करते हैं। यही layer user और network के बीच bridge बनती है।

Data Flow in OSI Model in Hindi

जब sender data भेजता है, तो data Application Layer से शुरू होकर Physical Layer तक जाता है। Receiver side पर यही process उल्टा होता है।

हर layer data में अपना header add करती है। Receiver side पर header remove होते जाते हैं। इसे encapsulation और de-encapsulation कहा जाता है।

Example of Data Flow

  • User email लिखता है – Application Layer
  • Data encrypt होता है – Presentation Layer
  • Session start होता है – Session Layer
  • Segments बनते हैं – Transport Layer
  • IP address add होता है – Network Layer
  • Frames बनते हैं – Data Link Layer
  • Signals में convert होता है – Physical Layer

Working of OSI Model in Hindi

जब user data send करता है, तो data सबसे पहले Application Layer से शुरू होता है और धीरे-धीरे नीचे की layers से गुजरता हुआ Physical Layer तक पहुँचता है।

हर layer data में अपनी information (header) add करती है, जिसे Encapsulation कहा जाता है।

Receiver side पर यही process reverse होता है, जिसे Decapsulation कहते हैं।

---

Advantages of OSI Model in Hindi

  1. Standardization: यह network communication के लिए एक standard framework provide करता है।
  2. Easy Troubleshooting: Problem को specific layer में identify करना आसान होता है।
  3. Flexibility: Different vendors के devices आसानी से communicate कर सकते हैं।
  4. Modular Approach: हर layer independently काम करती है, जिससे changes करना आसान होता है।
---

Disadvantages of OSI Model in Hindi

  1. Complex Structure: 7 layers होने के कारण model थोड़ा complex हो जाता है।
  2. Not Practical: Real-world में TCP/IP Model ज्यादा use होता है।
  3. Slow Process: हर layer पर processing होने के कारण speed कम हो सकती है।
---

FAQ

OSI Model एक network framework है जो communication को 7 layers में divide करता है।
OSI Model में कुल 7 layers होती हैं।
OSI Model को ISO ने develop किया था।
यह network design, troubleshooting और communication समझने में use होता है।