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.