Aspen sets up the round robin feature in DNS for an FQDN server, server.domainA. She creates two identical Web servers with IP addresses 192.168.1.75 and 172.6.0.15 and associates two A records on the FQDN server with these IP addresses. The first A record is associated with the Web server having the IP address 192.168.1.75, and the second A record is associated with the Web server having the IP address 172.6.0.15. Aspen uses a client with the IP address 172.6.0.95 to perform a forward lookup of server.domainA.com. Which of the following is true of this scenario?
A) The FQDN server will return both IP addresses, 192.168.1.75 followed by 172.6.0.15.
B) The FQDN server will return one of the IP addresses because of the round robin feature setup.
C) The client will contact the Web server with the address 172.6.0.15.
D) The client will contact the Web server with the address 192.168.1.75.

Respuesta :

The true statement is option c: the client will contact the Web server with the address 172.6.0.15.

What is the case about?

Since the FQDN server need to return both IP addresses, then it has to be in the order 172.6.0.15 and then 192.168.1.75,

Hence the client will contact 172.6.0.15 due to the fact that the netmask ordering makes sure that the IP address that most closely similar to the client's IP address is returned first.

Therefore, The true statement is option c: the client will contact the Web server with the address 172.6.0.15.

Learn more about Web server from

https://brainly.com/question/26281028

#SPJ1