So I was going over the review questions in the MS Press 2nd Ed. book, and came across this question where the answer confused me...
(let me know if I'm not allowed to post a screen cap of the question - it has a diagram, so kinda hard to describe the question - Question is on page 5-55 [#4])

Now, Netmask Ordering is a simple concept, if a FQDN has multiple resource records, reorder the DNS answer so the local IP that is the closest (to the local subnet/network) is at the top of the list, then follow with the remote IP's (out of the local subnet). So we're looking for where the client would fit in, so the FQDN in the local subnet would be the first choice...
So, with that diagram, /20 would mean a subnet mask of 255.255.240.0. With that subnet mask, the ranges would be (255-240 = 15);
192.168.0.1 - 192.168.14.254
192.168.15.1 - 192.168.29.254
192.168.30.1 - 192.168.44.254
192.168.45.1 - 192.168.59.254
192.168.60.1 - 192.168.74.254
etc
So, in the question, the client that is querying the DNS server has an IP of 192.168.33.5 (which would put it in the 192.168.30.0 - 192.168.44.0 range) -- but there are two servers in that range (IP's 192.168.30.2 & 192.168.42.40); so now we're down to two possible answers.
How would go about figuring out the order from this point forward? Unless my ranges are incorrect, I'm not seeing a clear answer?
(( The answer the MS Press book gives is "192.168.42.40" ))