CV0-003 · Question #275
A technician is configuring a new web application to be highly available. The technician has configured multiple web servers in different availability zones at a public cloud provider. The…
The correct answer is D. Virtual private network. When a web application requires users to consistently reach the same backend server across sessions, a VPN can establish a dedicated, persistent network tunnel that pins the user's connection to a fixed endpoint or server.
Question
A technician is configuring a new web application to be highly available. The technician has configured multiple web servers in different availability zones at a public cloud provider. The application requires users to be directed to the same server each time they visit. Which of the following network components is MOST likely to accomplish this?
Options
- ANetwork firewall
- BIntrusion prevention system
- CGlobal load balancer
- DVirtual private network
How the community answered
(57 responses)- A4% (2)
- B14% (8)
- C5% (3)
- D77% (44)
Why each option
When a web application requires users to consistently reach the same backend server across sessions, a VPN can establish a dedicated, persistent network tunnel that pins the user's connection to a fixed endpoint or server.
A network firewall controls access and filters traffic based on rules but has no mechanism to track or enforce user-to-server session affinity.
An intrusion prevention system monitors and blocks malicious traffic but does not influence how or where user sessions are routed across servers.
While a global load balancer can distribute traffic, its primary function is to spread load across servers, and without additional sticky-session configuration it does not guarantee the same user is directed to the same server each visit.
A VPN creates a persistent, dedicated tunnel between the user and a specific network endpoint, ensuring that the user's traffic is consistently routed to the same server rather than being redistributed on each new connection, which satisfies the requirement for session-to-server affinity across availability zones.
Concept tested: VPN for persistent user-to-server connection routing
Source: https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpngateways
Topics
Community Discussion
No community discussion yet for this question.