how does dns resolution work in linux?
Answer / Hans Raj Verma
DNS (Domain Name System) resolution in Linux works through a series of steps. When you type a URL into your browser, it first sends a request to your local DNS resolver (usually namedresolver or systemd-resolved). If the resolver doesn't have the IP address for the domain, it queries a root nameserver which directs it to the TLD (Top Level Domain) nameserver. The TLD nameserver then directs it to the authoritative nameserver for the domain, which finally provides the IP address.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name the linux loader.
Is linux safer than windows?
How do you check for processes started by user ‘pat’?
What are the fields in the/etc/passwd file?
What are different types of semaphores?
What is the difference between filesystems ext2, ext3 and ext4 in linux?
How can I find the difference between two files in linux?
How to enhance the security of password file in linux?
How do you go to a directory in linux?
What is meant by latch?
What are the advantages of linux?
How do I run a file in linux?