nerdexam
F5

201 · Question #21

Assume a BIGIP has no NATs or SNATs configured. Which two scenarios are possible when client traffic arrives on a BIGIP that is NOT destined to a selfIP. (Choose two.)

The correct answer is A. If the destination of the traffic does not match a virtual server, the traffic will be discarded. C. If the destination of the traffic matches a virtual server, the traffic will be processed per the virtual server. This question describes how a BIG-IP processes incoming client traffic that is not directed to a self-IP, focusing on the outcomes when a virtual server either matches or does not match the traffic.

Section 2: Configure Load Balancing Features

Question

Assume a BIGIP has no NATs or SNATs configured. Which two scenarios are possible when client traffic arrives on a BIGIP that is NOT destined to a selfIP. (Choose two.)

Options

  • AIf the destination of the traffic does not match a virtual server, the traffic will be discarded.
  • BIf the destination of the traffic does not match a virtual server, the traffic will be forwarded based on
  • CIf the destination of the traffic matches a virtual server, the traffic will be processed per the virtual server
  • DIf the destination of the traffic matches a virtual server, the traffic will be forwarded, but it cannot be

How the community answered

(36 responses)
  • A
    86% (31)
  • B
    3% (1)
  • D
    11% (4)

Why each option

This question describes how a BIG-IP processes incoming client traffic that is not directed to a self-IP, focusing on the outcomes when a virtual server either matches or does not match the traffic.

AIf the destination of the traffic does not match a virtual server, the traffic will be discarded.Correct

If incoming client traffic to a BIG-IP does not match any configured virtual server and is not destined for a self-IP, the BIG-IP will, by default, discard the traffic because it has no explicit instruction or configuration to handle or forward it. This behavior prevents the BIG-IP from acting as an unintended router for traffic it is not configured to process.

BIf the destination of the traffic does not match a virtual server, the traffic will be forwarded based on

A BIG-IP device, without a matching virtual server or self-IP destination for incoming traffic, does not default to forwarding traffic based on routing table entries for unknown destinations, as its primary role is to process traffic through virtual servers.

CIf the destination of the traffic matches a virtual server, the traffic will be processed per the virtual serverCorrect

When incoming client traffic matches the IP address and port of an active virtual server, the BIG-IP system processes that traffic according to the configuration defined for that specific virtual server, including any associated profiles, pools, or iRules. This is the primary function of a virtual server, acting as the listener and traffic management point for client connections.

DIf the destination of the traffic matches a virtual server, the traffic will be forwarded, but it cannot be

If traffic matches a virtual server, it will be processed according to that virtual server's configuration, which explicitly defines how the traffic should be handled, including forwarding it to a pool member, contradicting the statement that it cannot be forwarded.

Concept tested: BIG-IP virtual server traffic processing

Source: https://techdocs.f5.com/en-us/bigip-15-0-0/big-ip-system-basic-configuration/about-virtual-servers.html

Topics

#traffic processing#virtual server#self-IP#traffic flow

Community Discussion

No community discussion yet for this question.

Full 201 Practice