TSIG (ट्रांजेक्शन सिग्नेचर)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/tsig/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/tsig/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/tsig/)
Use the native HTML custom element.
ट्रांजेक्शन सिग्नेचर (TSIG, RFC 8945) एक तंत्र है जो साझा गुप्त कुंजी और HMAC क्रिप्टोग्राफी का उपयोग करके सर्वर के बीच [[dns|DNS]] संदेशों को प्रमाणित करता है। TSIG का उपयोग मुख्य रूप से प्राथमिक और द्वितीयक नेमसर्वर के बीच [[axfr|जोन ट्रांसफर]] को सुरक्षित करने और डायनेमिक DNS अपडेट अनुरोधों को प्रमाणित करने के लिए किया जाता है। [[dnssec|DNSSEC]] के विपरीत, जो अंतिम उपयोगकर्ताओं तक डेटा सुरक्षित करता है, TSIG ट्रांसपोर्ट लेयर पर सर्वर-टू-सर्वर DNS संचार को सुरक्षित करता है।
उदाहरण
A primary nameserver configured with TSIG will reject zone transfer requests from secondary servers that don't present the correct shared secret, preventing unauthorized zone replication.