i dont know what A records do.
and are they necessary for a web server to host multiple domains and how are they related to DNS?
|
|
An Specifically it's the DNS record that maps from a hostname to an IP address. Every URL that contains a domain name must go via an A record to find the IP address of the server that's hosting it. |
||||
|
|
|
This is a bit of a loaded question, but I'll try to give a brief conceptual description. An A record is a translation of a Domain name to an IP address. When a computer queries out to find a domain (google.com, yahoo.com, etc), it doesn't find it by the domain, but the IP; the DNS server gives the IP that it has in the A record when it receives the query for the domain and the computer then navigates to that address. It is of course a lot more complicated than that, but that is a high level description of what service an A record performs. |
|||
|
|