I literally got tears of joy by the end of the video. Do you know why? my brain realised it had a quality learning for 5:44 minutes. Hard to imagine the efforts behind making such a wonderful session.
[non-tech-comment] I have been watching contents from this channel for very long. Always felt like he had a familiar face. Today, I just realised he had a striking resemblance with the Keymaker in matrix, (he is a more happier version😄) 🔑❤
Great video, very informative 4 quick questions.... 1. Who owns the ip address of DNS resolver 2. Browser sends http request which is stateless, so every time it will go to check the dns resolver 3. How browser solves this quickly can you elaborate this much more. 4. Who will update the ip addresses of TLD name servers
thank you for your fantastic video! the audio and video information together was superb. thank you so much and i will highly recommend this video to others
Really enjoy your youtube articles. Would you cover the difference between recursive and iterative dns query may be on another youtube episode. Thank you!
I am surprised that there was no mention of ICANN in the video. Where does ICANN stand in the DNS resolution? Are you referring to ICANN as Root resolver here?
Missed a few caches: browser(mentioned) --> OS --> router --> then ISP and so on. Otherwise this was a fantastic explanation and I always love your animations! What software or tool do you use for the animations?
Amazing info, thanks. My concern is, there are a lot of request only for translate the domain to a ip address and after of that, the browser will can get the resources for that ip address. I know that there is running in a fraction of seconds, but is there a better way today instead to add in more dns server around the world? Regards.
I don't understand how does an operating system participate in domain name resolution except for providing "open()" and "socket()" system calls to open files and do network communication using sockets?
I love the way you explain things you think you can do a playlist on dynamic programming ? Related to getting a job on an approach to solve leetcode or hackerank questions I think it may help us uk people apply for jobs thanks again!
TTLs are on every network packet, but I imagine there may be a specific convention regarding the TTLs on any packets involved in a DNS request, which he could've gone into.
It's much easier to just add records to your hosts file, which your OS checks first before resolving a name over DNS. It's in /etc/hosts on Linux/Mac, and c:\windows\system32\drivers\etc\hosts on Windows. You'll need admin privs to edit it, though.
If DNS uses UDP as the transport protocol, how does the DNS resolver correlate a given UDP request for a DNS query to any of the downstream servers to a given response? My understanding is UDP doesn’t have responses like TCP, so how do you get this “request/response” behavior?
You're mistaking the transport protocol to the application protocol. It doesn't matter if you exchange information via TCP or UDP, it only matters that TCP guarantees message delivery by using SYN/ACK messages, variable window sizes, etc. For the application, like DNS queries, you would still get the response via UDP, but you don't waste network round-trips doing TCP. edit. From the program perspective, the easiest implementation (and the only one on Windows, if I recall correctly) is to block the thread and wait for the UDP response. The operating systems (be it Linux, Windows or even a router) are smart enough to send the message from a specific socket to the right application thread. So your naive blocking DNS resolver will be resumed and can process further.
I literally got tears of joy by the end of the video. Do you know why? my brain realised it had a quality learning for 5:44 minutes. Hard to imagine the efforts behind making such a wonderful session.
This is the best explanation on DNS I have seen. Thank you for such a presentation.
This is one of the best explanations of how DNS works I have seen in a while. Thanks so much 😊🙏
check computerphile channel
Didn't know that you could shorten TTL before changing DNS records to ease the transition.
Very valuable information, thank you!
it will be applied for future updates, not for first update, because middle servers will still wait till their old TTL expire.
[non-tech-comment] I have been watching contents from this channel for very long. Always felt like he had a familiar face. Today, I just realised he had a striking resemblance with the Keymaker in matrix, (he is a more happier version😄) 🔑❤
Your skill for simplify things is not from this world. Thank you, I see you! 🙏
this is a GOAT channel . The production quality is off charts
Message recieved...
CANT RESOLVE DNS FROM ANDROID APPS
What do I need to do to fix this?
Incredibly valuable information, especially the part about changing the TTL way before really changing the ip so it can propagate on time
Message recieved...
CANT RESOLVE DNS FROM ANDROID APPS
What do I need to do to fix this?
Great video, very informative
4 quick questions....
1. Who owns the ip address of DNS resolver
2. Browser sends http request which is stateless, so every time it will go to check the dns resolver
3. How browser solves this quickly can you elaborate this much more.
4. Who will update the ip addresses of TLD name servers
I have seen your works from the beginning, I appreciate your hard work, thank you for making this to be more understandable.
Excellent video on how DNS works. Great job!
Thank you. It's simple explanation for me, but without understand all system will be too difficult understand all system for junior or intern.
DNS translate domain names to IP addresses. It's hierarchical and de-centralized.
Thankyou this is very useful to me
Very informative and easy to understand explanation. Please keep posting such content.
best channel on system design
Great! You should also cover different dns record types like a record, mx record, cname, Alias etc
thank you for your fantastic video! the audio and video information together was superb. thank you so much and i will highly recommend this video to others
the editing on this video is top notch.. thanks!
Amazing video! Congratulations!
Amazing video! I’m a bit confused, though. Are DNS resolver, local DNS, and client DNS all the same?
Thank you for explaining in a nutshell
Really enjoy your youtube articles. Would you cover the difference between recursive and iterative dns query may be on another youtube episode. Thank you!
This was amazing!
Thanks, this helped me out!
I am surprised that there was no mention of ICANN in the video. Where does ICANN stand in the DNS resolution? Are you referring to ICANN as Root resolver here?
What A Great Explanation, Wow
Awesome illustrations, keep it up 👍🏿
Amazing 👏 Short enough to keep my attention and low level enough to be interesting and informative
BBG never disappoints!
Message recieved...
CANT RESOLVE DNS FROM ANDROID APPS
What do I need to do to fix this?
Amazing videos! What library/tool are you using to make the videos? Pleeease, share.
Very nice video but can u tell me where dns resolver and dns server will be located???
I love this channel!
Missed a few caches: browser(mentioned) --> OS --> router --> then ISP and so on.
Otherwise this was a fantastic explanation and I always love your animations!
What software or tool do you use for the animations?
Message recieved...
CANT RESOLVE DNS FROM ANDROID APPS
What do I need to do to fix this?
this was a fire explanation....🔥🔥🔥🔥🔥
Amazing info, thanks. My concern is, there are a lot of request only for translate the domain to a ip address and after of that, the browser will can get the resources for that ip address. I know that there is running in a fraction of seconds, but is there a better way today instead to add in more dns server around the world? Regards.
Great video, I appreciate the free content and I'm looking forward for more!
Awesome explanation!!
Thanks for the Info, man
Great video. What did you use to create the animation? Thank you in advance.
Very nice!
Thank you for your efforts.
Love your channel
Very well explained
Message recieved...
CANT RESOLVE DNS FROM ANDROID APPS
What do I need to do to fix this?
Good explanation !
Message recieved...
CANT RESOLVE DNS FROM ANDROID APPS
What do I need to do to fix this?
thank you!
I did not understand the TTL part. Can someone explain it in detail?
Thanks for sharing.
Fantastic!!!
May i ask which tool you have used to make this animation, It's very impressive.
can you do iptables next?
I don't understand how does an operating system participate in domain name resolution except for providing "open()" and "socket()" system calls to open files and do network communication using sockets?
Will we be able to capture the redirects happening between resolver, root, TLD servers in our browser developer tools network tab??
I have a quick question. What is the logic to identify the country from the IP address.
Perfect! Thank you!
I love the way you explain things you think you can do a playlist on dynamic programming ? Related to getting a job on an approach to solve leetcode or hackerank questions I think it may help us uk people apply for jobs thanks again!
A valuable content, can you explain CIDR as the similiar method?
Can you explain DNSSEC too?
Great video!
you make great videos
What is the sotware that you use for editing the videos and how are you gathering different images and flowcharts of design?
great
awesome!
You did not explain what exactly TTL is. Is it TTL of a DNS record, of a DNS cache entry, of a DNS request, of a DNS propagation event, ... ?
TTLs are on every network packet, but I imagine there may be a specific convention regarding the TTLs on any packets involved in a DNS request, which he could've gone into.
they should be playing this video in the universities
Message recieved...
CANT RESOLVE DNS FROM ANDROID APPS
What do I need to do to fix this?
Why would a network be connected to a FC00 dns server and not have a number instead
Can you explain DNS in email role. I can't under it
why do not you intruduce the dnssec
can someone help me: does dns resolver run on my laptop or on a server?
Is it possible to modify the DNS records in local cache of system.
It's much easier to just add records to your hosts file, which your OS checks first before resolving a name over DNS. It's in /etc/hosts on Linux/Mac, and c:\windows\system32\drivers\etc\hosts on Windows. You'll need admin privs to edit it, though.
Mitchel Wall
If DNS uses UDP as the transport protocol, how does the DNS resolver correlate a given UDP request for a DNS query to any of the downstream servers to a given response? My understanding is UDP doesn’t have responses like TCP, so how do you get this “request/response” behavior?
You're mistaking the transport protocol to the application protocol. It doesn't matter if you exchange information via TCP or UDP, it only matters that TCP guarantees message delivery by using SYN/ACK messages, variable window sizes, etc.
For the application, like DNS queries, you would still get the response via UDP, but you don't waste network round-trips doing TCP.
edit. From the program perspective, the easiest implementation (and the only one on Windows, if I recall correctly) is to block the thread and wait for the UDP response. The operating systems (be it Linux, Windows or even a router) are smart enough to send the message from a specific socket to the right application thread. So your naive blocking DNS resolver will be resumed and can process further.
Irfan ali
I'll just stick to /etc/hosts - an OG DNS
1st view
4:11
list nmbrs in srvrs
ttL time to liv , slow srvr
hard to understand this diction, though. sorry to say! cause the content is ok.
The best
great video!
amazing!