nerdexam
CompTIA

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.

Cloud Architecture and Design

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)
  • A
    4% (2)
  • B
    14% (8)
  • C
    5% (3)
  • D
    77% (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.

ANetwork firewall

A network firewall controls access and filters traffic based on rules but has no mechanism to track or enforce user-to-server session affinity.

BIntrusion prevention system

An intrusion prevention system monitors and blocks malicious traffic but does not influence how or where user sessions are routed across servers.

CGlobal load balancer

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.

DVirtual private networkCorrect

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

#session persistence#sticky sessions#load balancer#availability zones

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice