Network DevOps

<< ---------------------------------------------------------------- >>

Load Balancer

<< ---------------------------------------------------------------- >>

https://www.youtube.com/watch?v=xg7Dj2AXLyk

Distributes multiple network requests along different web servers to ensure that they are always available.

  1. Software Load Balancers(AWS, Azure, etc)
  2. Hardware Load Balancers(if you have the structure inhouse, like if its a government server etc…)

Uses different Algorithms like round robin, Weighted RR, Least Connections, Least Response time, Least Bandwidth

theres layer 03-Network Layer|03-Network Layer] load balancers and layer 07-Application Layer load balancers

Features

  1. auto Scaling.
  2. Session Remembrance
  3. Health Checks
  4. compress
  5. cache
  6. logging
  7. trace requests(which server handled which request)