189k views
0 votes
You are the administrator of a large network. You have one location serving several thousand users. You have 100 Windows servers. Your users are using Windows desktops.

You are installing another server into the network. The server's role is as a web server that will be hosting the company intranet site.
The server will require an IP address on the 10.1.1.0 /24 subnet. At present, this subnet contains only servers, and one of the servers is providing addresses through DHCP. You need to assign this server an IP address.
How should you assign the IP address to the web server?

O configure the ip address on the web server.
O create a reservation on the dhcp server.
O configure the web server to use dhcp.
O create an exclusion on the dhcp server.

User Jengelsma
by
7.2k points

1 Answer

3 votes

Final answer:

The correct approach for assigning an IP address to a web server in a network with DHCP is to create a reservation on the DHCP server. This ensures the web server retains a consistent IP address within the 10.1.1.0 /24 subnet.

Step-by-step explanation:

The correct answer is option create a reservation on the DHCP server. When setting up a web server in a network with a DHCP server already assigning IP addresses, it is important to ensure that the web server has a consistent IP address that doesn't change.

Assigning a dynamic IP using DHCP could lead to connectivity issues when the IP changes. Therefore, it is advised to create a DHCP reservation for the web server's MAC address. By doing this, the DHCP server will always allocate the same IP address to the web server.

Another approach is to assign a static IP address to the web server that is outside the DHCP scope to avoid IP conflicts.

When configuring this in a Windows environment, administrators typically access the DHCP server's management console, navigate to the scope of the 10.1.1.0 /24 subnet, and then create a new reservation with the web server's MAC address and the desired static IP address within that scope.

User Haobird
by
8.7k points