nerdexam
Oracle

1Z0-105 · Question #91

Examine the contents of the dhcp configuration file: # cat /etc/dhcp/dhcpd.conf subnet 192.168.100.0 netmask 255.255.255.0 { range 192.168.100.100 192.168.100.200; } host host100 { hardware ethernet…

The correct answer is D. A lease request from host100 succeeds if the host assigned to address 192.168.100.100 is. See the full explanation below for the reasoning.

Question

Examine the contents of the dhcp configuration file: # cat /etc/dhcp/dhcpd.conf subnet 192.168.100.0 netmask 255.255.255.0 { range 192.168.100.100 192.168.100.200; } host host100 { hardware ethernet 00:0c:29:B9:07:41; fixed-address 192.168.100.100; } Which statement is true about this DHCPD configuration?

Options

  • AAn attempt to start DHCPD fails due to the conflicting lease declaration for address
  • BA lease request from host100 always fails.
  • CA lease request from host100 fails only if address 192.168.100.100 is currently in use.
  • DA lease request from host100 succeeds if the host assigned to address 192.168.100.100 is
  • EA lease request from host100 fails only if a previous lease on address 192.168.100.100 has expired.

How the community answered

(21 responses)
  • B
    5% (1)
  • C
    10% (2)
  • D
    81% (17)
  • E
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-105 Practice