Virtual Server (VIP): Entry point for client traffic.
Listens on IP:Port and forwards to pools.
Pool: Group of backend servers (nodes) that process
requests. Supports load balancing methods.
Node: Physical or virtual server IP address (backend
target).
Monitor: Health check mechanism to verify pool member
availability (HTTP, TCP, ICMP).
Profile: Defines traffic behavior (TCP optimization, HTTP
compression, SSL offloading).
iRule: TCL-based scripting for custom traffic
manipulation.