Final answer:
To meet the requirements given for the new branch office, implement DNS for hostname resolution and DHCP for centralized IP address management. These services will ensure that hosts can communicate by name and have centrally managed IP addresses.
Step-by-step explanation:
To set up a new branch office with the required services, you need to implement two specific services:
- DNS (Domain Name System): This service translates human-friendly domain names like www.example.com into IP addresses that computers use to identify each other on the network. Using DNS allows hosts to contact each other using names rather than numerical IP addresses.
- DHCP (Dynamic Host Configuration Protocol): This service automatically assigns IP addresses to new devices on the network. It centralizes and manages the distribution of IP addresses, ensuring that each device has a unique address and can communicate within the network and externally.
If you want your network to support email, web hosting, or file transfer services, you could consider SMTP for email, HTTP for web services, and FTP for file transfers. However, only the DNS and DHCP services are needed to meet the criteria you specified.