which of the following are optional components of a dhcp scope? (choose all that apply.)\n\nreservation\ndhcp…

which of the following are optional components of a dhcp scope? (choose all that apply.)\n\nreservation\ndhcp options\nip address exclusions\ndhcp policy

which of the following are optional components of a dhcp scope? (choose all that apply.)\n\nreservation\ndhcp options\nip address exclusions\ndhcp policy

Answer

Answer:

Reservation, DHCP options, IP address exclusions, DHCP policy

Brief Explanations:

All four items listed are optional components when configuring a Dynamic Host Configuration Protocol (DHCP) scope:

  • Reservation: Used to ensure a specific device always receives the same IP address based on its MAC address; not required for basic operation.
  • DHCP options: These provide additional configuration parameters (like default gateway or DNS server) to clients. While common, a scope can function with just IP addresses.
  • IP address exclusions: These prevent specific addresses within the scope range from being assigned to clients (e.g., for static servers); they are only necessary if static IPs exist within the range.
  • DHCP policy: These allow for granular control over how IP addresses and options are assigned based on client attributes; they are advanced features and not mandatory for a standard scope.