Crio-Bytes / System-Design

Master repo regarding System-Design related MicroBytes.
MIT License
6 stars 7 forks source link

[ Learners ] Add activity to identify DNS TTL from dig command on any domain. #21

Open jain-yakshit-1 opened 3 years ago

jain-yakshit-1 commented 3 years ago

MicroByte Title: Explore caching

Improvement Proposal: DNS TTL (time to live) is a setting that tells the DNS resolver how long to cache a query before requesting a new one. This can be found in result of dig command and can be helpful for identify the cache eviction policy of the DNS resolver.

Benefits of proposed improvements:

  1. Learners will be able to grasp cache terminologies much better for eg. CACHE EVICTION
  2. Learners will understand the importance of DNS TTL .