Chapter 8 – Redundancy and High Availability

  1. Any three of these: random, round robin, weighed round robin, least connection, least traffic, least latency, IP hash, URL hash, SDN adaptive.
  2. Client-side load balancing: easy to implement and effective. Server-side load balancing: better able to guarantee load balancing; transparent to client; more secure; we can provide a message to client when all servers are down.
  3. Load balancing and Failover.
  1. The most likely cause is that I forgot to update the alias for the server pool to include the new server. Since the firewall rule to allow traffic to pass to the server pool uses this alias, it allows traffic to pass to every server except the new one.
  2. (a) Yes; (b) no; (c) yes; (d) no.
  3. No; we do not have to create a virtual IP for the PFSYNC interface because use it to pass synchronization data between firewalls; we don’t want any redundancy on this interface.
  4. The firewall rule will get overwritten when data is synchronized with the master firewall.
  5. Because, if the Advertising frequency is the same on two or more backup firewalls, if the master goes down, two or more backup firewalls will try to become master at the same time.
  6. Use HAProxy and select Least Connections as the load balancing for Balance when configuring the backend.
  7. Navigate to Status | CARP (failover) and click on the Enter Persistent CARP Maintenance Mode button.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset