101 · Question #241
How is traffic flow through transparent virtual servers different from typical virtual servers?
The correct answer is B. traffic flow through transparent virtual servers soes not have IP address translation performed.. Transparent virtual servers differ from standard virtual servers because they pass traffic without performing IP address translation (NAT or SNAT), preserving the original source and destination IPs.
Question
How is traffic flow through transparent virtual servers different from typical virtual servers?
Options
- Atraffic flow through transparent virtual servers must be forwarded through a single routing device.
- Btraffic flow through transparent virtual servers soes not have IP address translation performed.
- CTraffic flow through transparent virtual severs is not load balabced.
- DTraffic flow through transparent virtual servers is bridged ( leave IP and MAC.addresses intact)
How the community answered
(45 responses)- A4% (2)
- B93% (42)
- D2% (1)
Why each option
Transparent virtual servers differ from standard virtual servers because they pass traffic without performing IP address translation (NAT or SNAT), preserving the original source and destination IPs.
Transparent virtual servers do not impose any single-routing-device requirement - they can operate in various network topologies without that constraint.
In F5 BIG-IP, a transparent virtual server forwards traffic to pool members without performing source or destination NAT, meaning the original IP addresses are preserved end-to-end. Unlike standard virtual servers that translate the destination IP to a pool member address, transparent virtual servers allow the packet to pass through with original addressing intact. This makes them useful in topologies where IP translation would disrupt routing or application behavior.
Transparent virtual servers do perform load balancing across pool members; the absence of IP translation does not disable or bypass the load balancing function.
Bridging with both IP and MAC addresses intact describes a Layer 2 forwarding mode, which is a distinct concept from transparent virtual servers - the defining characteristic of transparent virtual servers is specifically the absence of Layer 3 IP address translation, not MAC-level bridging.
Concept tested: F5 BIG-IP transparent virtual server IP translation behavior
Source: https://techdocs.f5.com/en-us/bigip-15-1-0/big-ip-local-traffic-management-getting-started-guide/types-of-virtual-servers.html
Topics
Community Discussion
No community discussion yet for this question.