Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

Newbie load balancer question
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Newbie load balancer question

So we have one load balancer and one backend VM to simplify this scenario.
Each request is 2kb total (1kb for get request, 1 kb for response).

Bandwidth usage on load balancer would be 4kb total per each request:

  • get request sent from the client goes to the load balancer (1kb used)
  • get request is forwarded to VM (1kb used)
  • reply from VM to load balancer (1kb used)
  • load balancer forwards a reply to client (1kb used)

I'm right or I'm missing something?

Thanks :)

Comments

Sign In or Register to comment.