R> How does DNS handle 2 duplicate HOST entries when round robin is
R> turned off? Which record does it use?
"It"? There is no "it". The DNS is a distributed heterogeneous
system. There are many different DNS Clients (Microsoft's DNS Client;
ISC's BIND's DNS Client; Dan Bernstein's DNS Client; my DNS Client; the
various private hand-rolled DNS clients in applications programs like
squid and Postfix; and so forth), all of which may be configured to
operate in different ways. (ISC's BIND's DNS Client has a "sortlist"
directive, for example, which will cause resource record sets to be
sorted into proximity order by the DNS Client itself.)
The proxy DNS servers that the DNS Clients talk to may, according to
which server software is employed and how it is configured, also
re-order resource record sets in various ways.
There is no "it".