hacking-tutorial

DNS (Domain Name System)



[!IMPORTANT]

How DNS works??

dig example.com
sudo vi /etc/hosts
# Add the following line to the file
192.0.2.1 example.com
# Save and exit the file
# Now, when a user makes a request for `example.com`, the request will be resolved to the IP address.

4 DNS Servers

What are types of DNS Queries?

What is DNS Caching??

What is DNS Cache Poisoning?