DNS 캐시 (TTL)
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/dns-cache/" 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/dns-cache/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/dns-cache/)
Use the native HTML custom element.
DNS 캐싱은 초 단위의 TTL(Time-To-Live) 값으로 제어되는 DNS 쿼리 결과의 임시 저장소입니다. 캐싱은 매 요청마다 새로운 조회를 수행하는 대신 최근 쿼리 결과를 재사용함으로써 DNS 조회 시간과 네트워크 트래픽을 줄여줍니다.
예시
A TTL of 3600 means DNS resolvers will cache the record for 1 hour before querying the authoritative server again.