Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

Active-Active / Active-Stand-by architectural

...

patterns are commonly used when we consider fail-over in server deployment design.



Active-Active

Following is the simple example for your better understanding of Active-Active Architecture.

...

  • Round Robin (sometimes called "Next in Loop")
  • Weighted Round Robin - as Round Robin, but some servers get a larger share of the overall traffic
  • Random
  • Source IP hash - if someone try DDoS attack from a same source IP, only the hashed server will be damaged
  • URL hash
  • Least connections, weighted least connections
  • Least traffic
  • Least latency

...