A system administrator is deploying core network services for a newly opened office branch. The network requires automatic distribution of IP address configurations to connecting workstations, as well as local resolution of human-readable device names to IP addresses without relying on external internet routing. Which TWO server roles must be installed and configured to meet these operational requirements? (Select TWO.)
- DHCP server to dynamically assign IP addresses, subnet masks, and default gateways to client devicesAnswer
- DNS server to maintain local database records that map internal hostnames to their respective IP addressesAnswer
- CNTP server to allocate dynamic IP address pools and manage subnet lease durations for local clients
- DSyslog server operating on TCP port 80 to handle hostname queries and domain mapping requests
Answer
The DHCP server and DNS server roles.
Deploying a DHCP server fulfills the requirement to dynamically issue IP configuration parameters to workstations upon network connection. Deploying a DNS server satisfies the requirement for local name resolution by mapping hostnames to IP addresses within the office network.
Step-by-Step Solution
Key Concept
Core Network Host Services: DHCP for dynamic IP assignment and DNS for hostname resolution.
Estimated Time:1m 30s