Please enable JavaScript.
Coggle requires JavaScript to display documents.
F5 BIG IP-1 part1 (Termonology (Node (server)=>at least we've to…
F5 BIG IP-1 part1
Termonology
-
-
-
Virtual Server (VS): it's the IP add+port of the server in client side i.e when our clients tried to reach our servers they reach this VS before the real server. After that, the ADC will decide which real server will be solicited
Monitor: F5 uses this functionality will check the availability of the services openend in our nodes.
-
-
-
-
SSL Offloading: just like a reverse proxy (it decrypt secure HTTP "https" to HTTP then send data to a server and as soon as F5 receive data coming back to a client it decrypts it to https then send it to client.
SSL Bridging: decrypt data and encrypt it with its own certificate and send it to server and when server sent a reply it will decrypt it and re-encrypt then send the reply to client (this method is rarely used).
SSL Pass-Through: work as normal LTM, the traffic pass through the F5 without an interception. Is simply redirect the traffic to appropriate server.
-
-
-