नेगेटिव कैशिंग (NXDOMAIN)
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/negative-caching/" 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/negative-caching/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/negative-caching/)
Use the native HTML custom element.
नेगेटिव कैशिंग RFC 2308 में परिभाषित के अनुसार नकारात्मक DNS प्रतिक्रियाओं — सबसे सामान्यतः NXDOMAIN ("गैर-अस्तित्व डोमेन") और NODATA उत्तरों — का [[recursive-dns|रिकर्सिव रिज़ॉल्वर]] द्वारा संग्रहण है। जब रिज़ॉल्वर किसी ऐसे डोमेन के लिए क्वेरी करता है जो मौजूद नहीं है और NXDOMAIN प्रतिक्रिया प्राप्त करता है, तो यह [[soa-record|SOA रिकॉर्ड]] के न्यूनतम TTL फ़ील्ड में निर्दिष्ट अवधि के लिए इस नकारात्मक परिणाम को कैश करता है, उसी गैर-अस्तित्व नाम के लिए बार-बार अपस्ट्रीम क्वेरी को रोकता है। नेगेटिव कैशिंग टाइपो तूफान या लक्षित क्वेरी बाढ़ के दौरान [[authoritative-dns|अधिकारिक सर्वर]] पर लोड कम करता है।
उदाहरण
If a resolver queries for mispeld.example.com and receives NXDOMAIN, it caches that negative answer for the SOA minimum TTL (e.g., 300 seconds), returning the cached NXDOMAIN instantly to any client asking for the same name within that window.