DNS
-
When a client request for a ip in dns server it get the ip after resolve. Now the client knows the ip of the web server it requested. But when client click a link in the page within the domain, i want to know how now client will connect with web server i.e via ip or name. what is the task of reverse lookup zone.
-
When a client request for a ip in dns server it get the ip after resolve. Now the client knows the ip of the web server it requested. But when client click a link in the page within the domain, i want to know how now client will connect with web server i.e via ip or name. what is the task of reverse lookup zone.
Given a URI of the form host.organisation.suffix, the name will be sent via DNS to a system that can resolve names belonging to the suffix group (e.g. .com, .org etc). That system can then pass off to a system that can resolve names by organisation, and lastly to a system that can resolve host names in an organisation to an IP address.
Veni, vidi, abiit domum