You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the difference between a static and a dynamic web server? The static web servers return the same content in any situation but the dynamic ones can act by the situation.
What is the difference between a load balancer and a reverse proxy? A load balancer makes a determination through its algorithms to send the connection to a specific application instance on a server. but a proxy server just sends the connection to a particular destination.
Name some load balancing strategies and explain how each of them works.
Round robin
IP hash
Least Connection
Explain some of the shortcomings of random load balancing strategy. It doesn't consider the status of available resources (Being static unlike Least Connection, etc...).
Feel free to answer in Persian
What is the difference between a static and a dynamic web server?
The static web servers return the same content in any situation but the dynamic ones can act by the situation.
What is the difference between a load balancer and a reverse proxy?
A load balancer makes a determination through its algorithms to send the connection to a specific application instance on a server. but a proxy server just sends the connection to a particular destination.
Name some load balancing strategies and explain how each of them works.
Round robin
IP hash
Least Connection
Explain some of the shortcomings of random load balancing strategy.
It doesn't consider the status of available resources (Being static unlike Least Connection, etc...).
Review
Link to your PR:
PR
The text was updated successfully, but these errors were encountered: