About 7,030 results
Open links in new tab
  1. Is Round-Robin DNS "good enough" for load balancing static …

    Aug 14, 2016 · We are looking at ways to load balance the static content on this server, to avoid the single server dependency. I realize that round-robin DNS is, at best, a low end (some …

  2. load balancing - HA Proxy - roundrobin vs leastconn - Server Fault

    I haven't experimented with leastconn, but my understanding is that the typical use case for leastconn is when you are load balancing something that can have long lived connections. The …

  3. What are the differences between channel bonding modes in Linux?

    balance-rr or 0 Round-robin policy: Transmit packets in sequential order from the first available slave through the last. This mode provides load balancing and fault tolerance. active-backup …

  4. What algorithm does Amazon ELB use to balance load?

    Sep 9, 2013 · The selected load balancer node then sends the request to healthy instances within the same Availability Zone. To determine the healthy instances, the load balancer node uses …

  5. How to enable iSCSI MPIO Round Robin on ESXi 7 - Server Fault

    Aug 21, 2022 · I'm running the free version of ESXi and a Synology's iSCSI SAN for storage. Synology details setting up Round Robin load balancing in the final step of their guide to …

  6. Load Balancing Best Practices for Persistence - Server Fault

    May 3, 2010 · Basically, it's okay to use DNS round robin as a coarse-grained load distribution, by pointing 2 or more RR records to highly available IP addresses, handled by real load …

  7. round robin dns in windows server not working

    DNS Round Robin is a crude load balancing mechanism, useful if you understand its limitations. Alternatively if you use either a software load balancer like Microsoft NLB or a hardware load …

  8. What kind of load balancing algorithms are there - Server Fault

    Load balancing using Round Robin (optionally Weighted Round Robin) or Random distribution. Round Robin and Random are simple and resilient algorithms without any 'hot spot' problems, …

  9. load balancing - Nginx round-robin nor exactly round-robin

    Feb 1, 2018 · We can test requests using curl without persisting the route cookies, and this triggers nginx's default round robin on every request. By counting the number of route cookies …

  10. load balancing - dnsmasq with round-robin always returns the …

    Sep 18, 2024 · For detail, I try to load the balance of different wireguard clients to two servers. I make the clients go to a single dns record, and have the dnsserver round-robin the requests …