Monday, May 8, 2023

Simple Mail Transfer Protocol सिंपल मैल ट्रांसफर प्रोटोकॉल SMTP एसएमटीपी

Simple Mail Transfer Protocol(SMTP) is a standard protocol used for sending and transmitting email messages between email servers. It is part of the application layer in the TCP/IP networking model and is responsible for the reliable delivery of email from the sender's email server to the recipient's email server. The default port for SMTP is 25, but secure variants like SMTPS (SMTP over SSL/TLS) use port 465 or STARTTLS for encryption.
सिंपल मेल ट्रांसफर प्रोटोकॉल (SMTP) एक मानक प्रोटोकॉल है जिसका उपयोग ईमेल सर्वरों के बीच ईमेल संदेश भेजने और प्रसारित करने के लिए किया जाता है। यह टीसीपी/आईपी नेटवर्किंग मॉडल में एप्लिकेशन लेयर का हिस्सा है और प्रेषक के ईमेल सर्वर से प्राप्तकर्ता के ईमेल सर्वर तक ईमेल की विश्वसनीय डिलीवरी के लिए जिम्मेदार है। SMTP के लिए डिफ़ॉल्ट पोर्ट 25 है, लेकिन SMTPS (SSL/TLS पर SMTP) जैसे सुरक्षित संस्करण एन्क्रिप्शन के लिए पोर्ट 465 या STARTTLS का उपयोग करते हैं। 

SMTP operates in a client-server model. SMTP supports mail routing between different email servers. SMTP uses a specific format for email messages. Each message consists of a header section and a body section. The header contains information such as the sender's and recipient's email addresses, subject, and date. The body contains the actual content of the email message, including text, attachments, and formatting.
SMTP क्लाइंट-सर्वर मॉडल में काम करता है। SMTP विभिन्न ईमेल सर्वरों के बीच मेल रूटिंग का समर्थन करता है। SMTP ईमेल संदेशों के लिए एक विशिष्ट प्रारूप का उपयोग करता है। प्रत्येक संदेश में एक हेडर सेक्शन और एक बॉडी सेक्शन होता है। हेडर में प्रेषक और प्राप्तकर्ता के ईमेल पते, विषय और दिनांक जैसी जानकारी होती है। मुख्य भाग में टेक्स्ट, अटैचमेंट और फ़ॉर्मेटिंग सहित ईमेल संदेश की वास्तविक सामग्री होती है। 

SMTP uses acknowledgments and error codes to inform the sending server about the success or failure of the delivery attempt.
वितरण प्रयास की सफलता या विफलता के बारे में भेजने वाले सर्वर को सूचित करने के लिए SMTP पावती और त्रुटि कोड का उपयोग करता है। यदि कोई डिलीवरी विफल हो जाती है, तो SMTP संदेश को पुनः प्रयास करने या प्रेषक को वापस बाउंस करने की अनुमति देता है। 

SMTP Authentication (SMTP AUTH) allows the client to provide credentials to the server for authentication. SMTP can be secured using SSL/TLS encryption (SMTPS) or by initiating a secure connection through the STARTTLS command.
SMTP प्रमाणीकरण (SMTP AUTH) क्लाइंट को प्रमाणीकरण के लिए सर्वर को क्रेडेंशियल प्रदान करने की अनुमति देता है। SMTP को SSL/TLS एन्क्रिप्शन (SMTPS) का उपयोग करके या STARTTLS कमांड के माध्यम से एक सुरक्षित कनेक्शन शुरू करके सुरक्षित किया जा सकता है। 

SMTP supports various extensions like MIME (Multipurpose Internet Mail Extensions) for handling multimedia content in email, SMTPUTF8 for internationalized email addresses and content, and DSN (Delivery Status Notifications) for providing delivery status updates.
SMTP ईमेल में मल्टीमीडिया सामग्री को संभालने के लिए MIME (बहुउद्देश्यीय इंटरनेट मेल एक्सटेंशन) जैसे विभिन्न एक्सटेंशन का समर्थन करता है, अंतर्राष्ट्रीय ईमेल पते और सामग्री के लिए SMTPUTF8, और वितरण स्थिति अपडेट प्रदान करने के लिए DSN (वितरण स्थिति सूचनाएं)।

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...