NOTE: all question were worth 9 points except question 4, which was worth
10 points.
And so if a single DNS name points to multiple IP addresses, it can either be
the case that there are truly multiple machines or one machine with multiple
network interfaces. For example:
[unj@fats unj]$ host aol.com
aol.com has address 205.188.160.121
aol.com has address 205.188.145.215
aol.com has address 64.12.187.25
aol.com has address 64.12.149.24
DNS doesn't know and can't actually distinguish between whether the multiple
IP addresses are for different machines or not.
Having this one name to multiple IP addresses mapping can occur for many different reasons, but it is commonly done as a way to perform load-balancing for DNS addresses which correspond to high-traffic servers. There are other ways to perform load-balancing, but in this case sequential DNS lookups would return different IP addresses.