TSIG (İşlem İmzası)
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.
İşlem İmzası (TSIG, RFC 8945), ortak gizli anahtar ve HMAC kriptografisi kullanarak sunucular arasındaki [[dns|DNS]] mesajlarını doğrulayan bir mekanizmadır. TSIG, genellikle birincil ve ikincil ad sunucuları arasındaki [[axfr|bölge aktarımlarını]] güvence altına almak ve dinamik DNS güncelleme isteklerini doğrulamak için kullanılır. Son kullanıcılara iletilen verileri koruyan [[dnssec|DNSSEC]] aksine, TSIG sunucular arası DNS iletişimini aktarım katmanında güvence altına alır.
Örnek
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.