In this tutorial, I will explain what DNS is and How DNS works? How to configure DNS?. It will help you understand how DNS works under the hood and solve DNS related issues in your server and configure DNS for you. DNS: DNS(Domain Name System) is an internet system used to identify a machine/server(IP address) in the world. For example, if we type www.google.com or www.amazon.com in our browser. DNS resolver will help us by sending back the IP address of www.google.com — 142.251.40.196. So the browser will send the HTTP request to 142.251.40.196 IP address to get the response from the server and render it in our in the browser. How DNS works: I have created an image to explain how DNS works. How DNS get resolved Whenever we type a domain name or send an API request to a domain., The browser has to identify the respective IP address of the machine to send HTTP requests. The browser doesn’t have any functionality implemented to get the IP address. But with the help of a DNS resolv...