7.9k views
3 votes
You are setting up a new branch office for your company. You would like to implement solutions to provide the following services:

* Hosts should be able to contact other hosts using names such as ________.
* IP address assignment should be centrally managed.

Which services should you implement on your network to meet the requirements?
1) DNS
2) DHCP
3) SMTP
4) FTP
5) HTTP

1 Answer

5 votes

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.

User Maxime B
by
8.9k points

No related questions found