管理者は、アプリケーション サーバーで障害が発生した NIC のトラブルシューティングを行っています。サーバーは DHCP を使用してすべての IP 構成を取得するため、サーバーは特定の IP アドレスを使用する必要があります。管理者は NIC を交換しますが、サーバーは別の間違った IP アドレスを受け取り始めます。サーバーが適切な IP アドレスを取得できるようにするには、次のどれを使用しますか?
正解:A
A DHCP reservation is a way to assign a specific IP address to a device based on its MAC address, which is a unique identifier for each network interface card (NIC). When the administrator replaced the NIC, the MAC address of the server changed, and the DHCP server no longer recognized it as the same device. Therefore, the DHCP server assigned a different IP address to the server, which was incorrect for the application. To fix this problem, the administrator needs to modify the DHCP reservation to use the new MAC address of the NIC, so that the server can get the proper IP address.
A WWNN (World Wide Node Name) is a unique identifier for a Fibre Channel node, which is a device that can communicate over a Fibre Channel network. A WWNN is not related to DHCP or IP addresses, and it is not used for DHCP reservations. Therefore, options B and D are incorrect.
Updating the local hosts file with the correct IP address (option C) is also incorrect, because it does not solve the problem of getting the correct IP address from the DHCP server. The hosts file is a local file that maps hostnames to IP addresses, and it is used to override DNS queries. However, it does not affect how the DHCP server assigns IP addresses to devices. Moreover, updating the hosts file manually on every device that needs to communicate with the server is not a scalable or efficient solution.
References:
How to reserve IP Address in DHCP Server - Ask Ubuntu
Static IP vs DHCP Reservation - The Tech Journal
How to Configure DHCP Server Reservation in Windows ... - ITIngredients