Monday, July 10, 2023

framing in data link डाटा लिंक लेयर में फ़्रेमिंग
















Framing is a point-to-point connection between two devices that consists of a wire in which data is transmitted as a stream of bits. Framing in a computer network uses frames to send/receive the data. The data link layer packs bits into frames such that each frame is distinguishable from another.
फ़्रेमिंग दो उपकरणों के बीच एक बिंदु-से-बिंदु कनेक्शन है जिसमें एक तार होता है जिसमें डेटा बिट्स की एक धारा के रूप में प्रसारित होता है। कंप्यूटर नेटवर्क में फ़्रेमिंग डेटा भेजने/प्राप्त करने के लिए फ़्रेम का उपयोग करता है। डेटा लिंक परत बिट्स को फ्रेम में पैक करती है ताकि प्रत्येक फ्रेम दूसरे से अलग हो।

The data link layer prepares a packet for transport across local media by encapsulating it with a header and a trailer to create a frame.The frame is defined as the data in telecommunications that moves between various network points.Usually, a frame moves bit-by-bit serially and consists of a trailer field and header field that frames the information. These frames are understandable only by the data link layer.
डेटा लिंक परत एक फ्रेम बनाने के लिए इसे हेडर और ट्रेलर के साथ इनकैप्सुलेट करके स्थानीय मीडिया में परिवहन के लिए एक पैकेट तैयार करती है। फ्रेम को दूरसंचार में डेटा के रूप में परिभाषित किया जाता है जो विभिन्न नेटवर्क बिंदुओं के बीच चलता है। आमतौर पर, एक फ्रेम धीरे-धीरे चलता है -बिट क्रमिक रूप से और इसमें एक ट्रेलर फ़ील्ड और हेडर फ़ील्ड होता है जो जानकारी को फ़्रेम करता है। ये फ्रेम केवल डेटा लिंक लेयर द्वारा ही समझ में आते हैं।

Parts of a Frame फ़्रेम के भाग:-

Frame Header: It consists of the frame's source and destination address.
फ़्रेम हेडर: इसमें फ़्रेम का स्रोत और गंतव्य पता शामिल होता है।

Data: It contains the message to be delivered.
डेटा: इसमें डिलीवर किया जाने वाला संदेश होता है।

Trailer: It contains the error detection and correction bits.
ट्रेलर: इसमें त्रुटि का पता लगाने और सुधार बिट्स शामिल हैं।

The physical layer doesn’t know anything about the frames. It takes individual bits and converts them into equivalent signals before sending them. Now, the receiving device's physical layer has to convert these bits into frames, but certain problems need to be discussed before that.
भौतिक परत को फ़्रेम के बारे में कुछ भी पता नहीं है। यह अलग-अलग बिट्स लेता है और उन्हें भेजने से पहले समकक्ष सिग्नल में परिवर्तित करता है। अब, प्राप्तकर्ता डिवाइस की भौतिक परत को इन बिट्स को फ्रेम में परिवर्तित करना होगा, लेकिन इससे पहले कुछ समस्याओं पर चर्चा की जानी चाहिए।

No comments:

Post a Comment

Data Link control Flow and Error Control

 In data communication, Data Link Control (DLC) refers to the services and protocols that ensure reliable and efficient communication betwee...