Networking with Windows Server 2016 — Question 77
You have a Hyper-V server named Server1 that runs Windows Server 2016. Server1 has an IP address of 192.168.1.78.
Server1 has a container named Container1 that hosts a web application on port 84. Container1 has an IP address of 172.16.5.6.
Container1 has a port mapping from port 80 on Server1 to port 84 on Container1.
You have a server named Server2 that has an IP address of 192.168.1.79.
You need to connect to the web application from Server2.
To which IP address and port should you connect?
Answer options
- A. 172.16.5.6:80
- B. 192.168.1.78:80
- C. 172.16.5.6:84
- D. 192.168.1.78:84
Correct answer: B
Explanation
The correct answer is B because the web application is mapped to port 80 on Server1, which is accessible from Server2. While 172.16.5.6:84 and 192.168.1.78:84 refer to the container's internal port, they are not the correct external address to connect to from Server2. Option A targets the container's port directly, which is not accessible from Server2.