View all questions & answers for the BIG-IP Administration Data Plane Concepts (F5CAB2) exam


Question 39 Discussion

What type of virtual server should be used to block responses for one IP in a subnet with a virtual server? (Choose one answer)

  • A. Drop
  • B. Block
  • C. Reject
  • D. Standard
Correct Answer: C

Brave-Dump Clients Votes

A 100%

Comments



Drome 2026-01-06 21:50:19

Selected Answers: A


“Block responses” / “Silently discard” → DROP


Anonymous User 2026-01-19 04:55:54

Selected Answers: A


Step 1: Understand the types

A. Drop VS

A Drop virtual server silently drops traffic—no response is sent to the client.

This is often used to block traffic from a specific IP or subnet. ✅

B. Block VS

“Block” is not an actual BIG-IP virtual server type. ❌

C. Reject VS

A Reject virtual server sends a TCP RST or ICMP unreachable to the client.

This actively informs the client that traffic is blocked. ❌ (less stealthy than Drop)

D. Standard VS

A standard virtual server forwards traffic to a pool; it doesn’t block traffic. ❌

Step 2: Apply the requirement

Requirement: block responses for one IP → we want traffic silently dropped.

✅ That is exactly what a Drop virtual server does.

✅ Answer:

A. Drop