What happens when we enter an URL in the browser?
Some basics first
URL?
URL = Uniform Resource Locator.
A URL is the address of a given unique resource on the Web. The resource can be an HTML page, image file, etc.
DNS?
DNS = domain name server.
it maps an URL with its IP address. ( An IP a...
akshayrr.hashnode.dev1 min read