Cisco Exam Questions

Which statement is true?

Refer to the exhibit. The DHCP configuration that is shown is configured on a Cisco router.
Which statement is true?
ip dhcp pool 1
network 172.16.1.0/24
domain-name cisco.com
dns-server 172.16.1.102
netbios-name-server 172.16.1.103
default-router 172.16.1.100 172.16.1.101
lease 30
!
ip dhcp pool 1
network 172.16.2.0/24
domain-name cisco.com
dns-server 172.16.2.102
netbios-name-server 172.16.2.103
default-router 172.16.2.100 172.16.2.101
lease 30

A.
The router will distribute IP addresses from pool 1until its addresses are exhausted.
Then the router will begin distributing addresses from pool 2.

B.
The router will choose which pool to use based uponthe interface the DHCP request
was received on.

C.
The configuration is invalid because the DHCP options are global configuration
commands.

D.
The configuration is incomplete until the DHCP pools are bound to the appropriate
interface or interfaces.