Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam AZ-800 Topic 9 Question 51 Discussion

Actual exam question for Microsoft's AZ-800 exam
Question #: 51
Topic #: 9
[All AZ-800 Questions]

Your network contains an Active Directory Domain Services (AD DS) domain- The domain contains 10 servers that run Windows Server. The servers have static IP addresses.

You plan to use DHCP to assign IP addresses to the servers.

You need to ensure that each server always receives the same IP address.

Which type of identifier should you use to create a DHCP reservation for each server?

Show Suggested Answer Hide Answer
Suggested Answer: A

To run a container on SRV1 using the mcrmicrosoft.com/windows/servercofe/iis image, publish port 80 on the container to port 5001 on SRV1, and ensure it runs in the background, you can follow these steps:

Step 1: Pull the IIS Image First, pull the correct IIS image from the Microsoft Container Registry:

docker pull mcr.microsoft.com/windows/servercore/iis

Step 2: Run the Container Next, run the container with the required port mapping and ensure it runs in the background using the -d flag:

docker run -d -p 5001:80 --name iis_container mcr.microsoft.com/windows/servercore/iis

This command will start a container named iis_container using the IIS image, map port 80 inside the container to port 5001 on SRV1, and run the container in detached mode.

Step 3: Verify the Container is Running To verify that the container is running and the port is published, use the following command:

docker ps

This will list all running containers and show the port mappings.

Step 4: Access the IIS Server You can now access the IIS server running in the container by navigating to http://<SRV1_IP>:5001 in a web browser, where <SRV1_IP> is the IP address of SRV1.

Note: Ensure that Docker is installed on SRV1 and that the port 5001 is open on the firewall to allow incoming connections1.

By following these steps, you should be able to run the IIS container on SRV1 with the specified port mapping and have it running in the background. Please replace mcrmicrosoft.com/windows/servercofe/iis with the correct image name mcr.microsoft.com/windows/servercore/iis as shown in the commands above.


Contribute your Thoughts:

Dorothy
23 days ago
As a network admin, I can definitely appreciate the importance of reliable IP address assignments. Using the MAC address is the way to ensure those servers always get the same IPs. Nicely done, DHCP!
upvoted 0 times
...
Lacresha
27 days ago
I was tempted by A) universally unique identifier, but that's more for identifying objects, not network interfaces. D) MAC address is the obvious answer here.
upvoted 0 times
Layla
1 days ago
Using MAC address for DHCP reservations will definitely help in maintaining consistency across the servers.
upvoted 0 times
...
Adelina
15 days ago
MAC address is unique to each network interface, so it's perfect for ensuring servers always get the same IP address.
upvoted 0 times
...
Idella
18 days ago
I agree, D) MAC address is the best choice for creating DHCP reservations.
upvoted 0 times
...
...
Tammy
1 months ago
Haha, imagine if we had to use C) NetBIOS name. That would be like going back to the 90s! MAC address is definitely the modern and reliable choice.
upvoted 0 times
Madonna
1 days ago
Yeah, using NetBIOS name would be a nightmare. MAC address is the way to go.
upvoted 0 times
...
...
Alecia
1 months ago
I was considering B) fully qualified domain name, but that might not work if the server's FQDN changes. The MAC address is the way to go.
upvoted 0 times
Alysa
1 days ago
D) MAC address
upvoted 0 times
...
Lavera
22 days ago
C) NetBIOS name
upvoted 0 times
...
Lazaro
28 days ago
B) fully qualified domain name (FQDN)
upvoted 0 times
...
Tawny
30 days ago
A) universally unique identifier (UUID)
upvoted 0 times
...
...
Amina
2 months ago
I think the answer is D) MAC address. That's the unique identifier for each server's network interface, so it makes sense to use that to create the DHCP reservations.
upvoted 0 times
Tennie
20 days ago
Yes, MAC address is the most reliable identifier to use for DHCP reservations on servers.
upvoted 0 times
...
Meghann
25 days ago
I think it's important to use MAC address for DHCP reservations to avoid any conflicts.
upvoted 0 times
...
Lakeesha
27 days ago
MAC address is definitely the way to go for DHCP reservations on servers.
upvoted 0 times
...
Andrew
28 days ago
I agree, using the MAC address is the best option to ensure each server gets the same IP address.
upvoted 0 times
...
...
Aja
2 months ago
But wouldn't FQDN be easier to manage in the long run?
upvoted 0 times
...
Afton
2 months ago
I agree with Gregoria, MAC address is unique to each server.
upvoted 0 times
...
Gregoria
2 months ago
I think we should use MAC address for DHCP reservations.
upvoted 0 times
...

Save Cancel