AZ-801 · Question #44
You have a server named Server1 that runs Windows Server and has the Hyper-V server role installed. You have a Hyper-V failover cluster named Cluster1. All servers are members of the same domain…
The correct answer is D. From Windows Defender Firewall with Advanced Security, enable the Hyper-V Replica HTTP Listener (TCP-In) rule. To enable Hyper-V Replica with Kerberos authentication on the default port for incoming replication to a standalone server, the Hyper-V Replica HTTP Listener (TCP-In) firewall rule must be enabled.
Question
Options
- AAdd primary servers to the Hyper-V Replica Broker configuration.
- BFrom Hyper-V Settings, select Enable incoming and outgoing live migrations
- CFrom Windows Defender Firewall with Advanced Security, enable the Hyper-V Replica HTTPS Listener (TCP-In) rule.
- DFrom Windows Defender Firewall with Advanced Security, enable the Hyper-V Replica HTTP Listener (TCP-In) rule.
How the community answered
(32 responses)- A13% (4)
- B3% (1)
- C3% (1)
- D81% (26)
Why each option
To enable Hyper-V Replica with Kerberos authentication on the default port for incoming replication to a standalone server, the Hyper-V Replica HTTP Listener (TCP-In) firewall rule must be enabled.
Adding primary servers to the Hyper-V Replica Broker configuration is relevant for a replica cluster, not a standalone replica server, and does not configure the authentication method.
Enabling incoming and outgoing live migrations is unrelated to Hyper-V Replica and its authentication mechanism, as live migration is for moving running VMs.
The Hyper-V Replica HTTPS Listener (TCP-In) rule is used for certificate-based authentication (HTTPS, port 443), not Kerberos authentication which uses HTTP.
Kerberos authentication for Hyper-V Replica uses the HTTP protocol, which by default operates on TCP port 80. Enabling the "Hyper-V Replica HTTP Listener (TCP-In)" rule in Windows Defender Firewall on the replica server opens this port and allows incoming Kerberos-authenticated replication traffic.
Concept tested: Hyper-V Replica Kerberos authentication configuration
Source: https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/set-up-hyper-v-replica
Topics
Community Discussion
No community discussion yet for this question.