what is PPP (point-to-point protocol) in hindi?

Contents

PPP in hindi:-

PPP पूरा नाम Point-to-Point Protocol है.

PPP data link layer का एक communication protocol है जिसका use दो सीधे जुड़े (Point to Point) computers के बीच multi-protocol data transmit करने के लिए किया जाता है।

यह एक byte-oriented protocol है जिसका व्यापक रूप से भारी भार और high speed वाले broadband communication में use किया जाता है। चूंकि यह data link layer protocol है, इसलिए data frame में transmit होता है। इसे RFC 1661 के नाम से भी जाना जाता है।

Point-to-Point Protocol एक TCP/IP protocol है जिसका use एक computer system को दूसरे computer system   से जोड़ने के लिए किया जाता है। टेलीफोन नेटवर्क या internet पर communication करने के लिए कंप्यूटर PPP का use करते हैं

PPP connection तब मौजूद होता है जब दो system एक टेलीफोन लाइन के माध्यम से physically रूप से जुड़ते हैं। एक system को दूसरे system से जोड़ने के लिए हम PPP का इस्तेमाल कर सकते हैं।

उदाहरण के लिए, एक branch office और एक central office के बीच एक established (स्थापित) PPP connection या तो कार्यालय को network के माध्यम से दूसरे को data transfer करने की अनुमति देता है।

PPP विभिन्न users के remote access software के बीच interoperability की अनुमति देता है। यह कई network communication protocol को एक ही physical communication line का use करने की अनुमति देता है।

Services Provided by PPP in Hindi

Point to point protocol द्वारा प्रदान की जाने वाली मुख्य Services हैं

  • transmitted किए जाने वाले data के frame format को define करना
  • दो points के बीच link establish करने और data के आदान-प्रदान की process को define करना
  • frame में network पर data के encapsulation की विधि बताते हुए।
  • communication devices के authentication rules start करना ।
  • network communication के लिए address provide करना।
  • यह डिवाइसों के मध्य ट्रांसमिट होने वाले frames के format को डिफाइन करता है.
  • यह लिंक कंट्रोल प्रोटोकॉल (LCP) को डिफाइन करता है.
  • यह नेटवर्क लेपर डेटा के encapsulation को डिफाइन करता है.
  • यह auto-configuration की सुविधा देता है.
  • एक से अधिक link पर connections Providing करना।
  •  Os services की एक range provide करके विभिन्न network layer protocol का Support करना।

Layer 3 Switch In Hindi-लेयर 3 स्विच क्या है?

Difference Between TCP and UDP protocal in Hindi

Components of PPP In Hindi

Point to Point एक layered protocol है जिसमें तीन components होते हैं –

Encapsulation Component –

यह datagram को encapsulates करता है ताकि इसे specified physical layer पर transmitted किया जा सके.

Link Control Protocol (LCP)

यह transmission के लिए Link को स्थापित करने, configure करने, testing करने, maintain रखने और terminate करने के लिए जिम्मेदार है। यह link के दो endpoints द्वारा options की स्थापना और सुविधाओं के use के लिए बातचीत भी प्रदान करता है।

Authentication Protocols (AP)

authentication जो है वह PPP के लिए बहुत महत्वपूर्ण है क्योकि PPP को dial –up links में प्रयोग किया जाता है जहाँ user की identity को verify करना जरुरी होता है authentication का अर्थ है उस user की identity को verify करना जो resources को एक्सेस करता है.

authentication के लिए PPP दो protocol use करता है:-

  • Password Authentication Protocol (PAP)
  • Challenge Handshake Authentication Protocol (CHAP)

Network Control Protocols (NCPs)

इन protocol का use network layer के लिए parameters और features पर बातचीत के लिए किया जाता है। PPP द्वारा supported प्रत्येक higher-layer protocol के लिए, एक NCP है। PPP के कुछ NCPs हैं –

  • Internet Protocol Control Protocol (IPCP)
  • OSI Network Layer Control Protocol (OSINLCP)
  • Internetwork Packet Exchange Control Protocol (IPXCP)
  • DECnet Phase IV Control Protocol (DNCP)
  • NetBIOS Frames Control Protocol (NBFCP)
  • IPv6 Control Protocol (IPV6CP)

 

 

PPP Frame

PPP एक byte-oriented protocol है जहां frame का प्रत्येक क्षेत्र एक या अधिक bytes से बना होता है। येPPP frame के fields हैं –

Flag

1-byte जो frame की शुरुआत और अंत को marks करता है। flag का bit pattern 01111110. है

Address

इस प्रोटोकॉल में address field हमेशा नियत रहता है. इसकी वैल्यू हमेशा 11111111 रहती है.

Control-

यह field एक नियत वैल्यू 11000000 पर सेट रहता है. PPP फ्लो control की सुविधा प्रदान नहीं करती है. इसलिए इस field कि जरुरत नहीं पड़ती है.

Protocol

1 या 2 bytes जो Payload filed में payload field. के प्रकार को define करते हैं।

Payload

यह network layer से data ले जाता है। payload filed की maximum length 1500 bytes है। हालाँकि, communication के endpoints के बीच इस पर बातचीत की जा सकती है।

FCS

यह error का पता लगाने के लिए 2 bytes या 4 bytes frame check sequence है। इस्तेमाल किया जाने वाला  standard code CRC (cyclic redundancy code)) है

 

Byte Stuffing in PPP Frame –

Byte stuffing का use PPP payload field में किया जाता है जब भी संदेश में flag sequence दिखाई देता है, ताकि receiver इसे frame के end के रूप में न समझे। escape byte, 01111101, प्रत्येक byte से पहले भरा जाता है जिसमें flag byte या escape byte के समान byte होता है। संदेश प्राप्त करने पर receiver network layer पर पास करने से पहले escape byte को हटा देता है।

 

निवेदन:- आपको यह पोस्ट कैसी लगी मुझे कमेंट के द्वारा बताइए तथा इसे अपने दोस्तों के साथ share करें. धन्यवाद.

Leave a Comment