आरक्षित टेस्ट TLD
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/test-tld/" 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/test-tld/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/test-tld/)
Use the native HTML custom element.
आरक्षित टेस्ट TLD वे [[tld|शीर्ष-स्तरीय डोमेन]] हैं जिन्हें [[iana|IANA]] (RFC 2606) ने दस्तावेज़ीकरण, परीक्षण और विकास उद्देश्यों के लिए निर्धारित किया है और जो कभी भी सार्वजनिक [[dns|DNS]] रूट ज़ोन में सौंपे नहीं जाएंगे। चार प्राथमिक आरक्षित TLD हैं: .test (सॉफ्टवेयर परीक्षण के लिए), .example (दस्तावेज़ीकरण के लिए), .invalid (हल न होने की गारंटी), और .localhost (लोकल मशीन लूपबैक के लिए)। कोड या दस्तावेज़ में इन TLD का उपयोग सुनिश्चित करता है कि उदाहरण वास्तविक डोमेन पर हल न हों।
उदाहरण
RFC documentation uses example.com, example.net, and example.org for all illustrative purposes; developers use http://myapp.test during local development to avoid conflicts with live domains.