Problem Statement
Write a program for DNS lookup. Given an IP address input, it should return the URL and vice versa.
What is DNS?
DNS stands for Domain Name System. DNS is the system that translates the human-friendly domain name into the actual IP...