5V0-43.21 · Question #5
Which statement regarding SNAT is NOT true?
The correct answer is C. SNAT is required for connection multiplexing. Option C is the incorrect statement because SNAT (Source NAT) is not required for connection multiplexing - multiplexing combines multiple client connections into fewer server-side connections at the application layer, and this can function regardless of whether the client's…
Question
Which statement regarding SNAT is NOT true?
Options
- ASNAT is enabled by default.
- BSNAT limits a Virtual Service to a maximum of 64k concurrent connections.
- CSNAT is required for connection multiplexing.
- DSNAT is required for scaling a Virtual Service across Service Engines.
How the community answered
(30 responses)- A3% (1)
- B17% (5)
- C70% (21)
- D10% (3)
Explanation
Option C is the incorrect statement because SNAT (Source NAT) is not required for connection multiplexing - multiplexing combines multiple client connections into fewer server-side connections at the application layer, and this can function regardless of whether the client's source IP is translated.
The other three statements are all true: (A) SNAT is indeed enabled by default on Virtual Services in Avi/NSX ALB; (B) because SNAT replaces client IPs with the Service Engine's IP, each SE-to-server pair is limited to ~64k ephemeral port combinations, capping concurrent connections; (D) SNAT is genuinely required when scaling across multiple Service Engines so that server return traffic is sent back through the correct SE rather than being routed asymmetrically past the load balancer.
Memory tip: Associate multiplexing with application-layer connection pooling - it doesn't care about IP addresses, so SNAT is irrelevant to it. A handy phrase: "Multiplex doesn't need a mask."
Topics
Community Discussion
No community discussion yet for this question.