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? Static Web Servers serve unchanging content directly from the server, leading to faster response times. Dynamic Web Servers generate content on demand, allowing for personalized and interactive experiences but often requiring more processing time and resources.
What is the difference between a load balancer and a reverse proxy? Load Balancer focus primarily on distributing traffic across multiple servers to optimize resource use and maintain availability. but Reverse Proxy map connections to specific server
Name some load balancing strategies and explain how each of them works. Round Robin Ip Hash Peak EWMA Least Connection
Explain some of the shortcomings of random load balancing strategy. Random load balancing ignores the specific characteristics or capabilities of each server, such as processing power, memory, or specialized software configurations.
Review
Link to your PR: *merged successfully
Your PR is reviewed and approved by both mentors
Your PR is merged
The text was updated successfully, but these errors were encountered:
Feel free to answer in Persian
Static Web Servers serve unchanging content directly from the server, leading to faster response times. Dynamic Web Servers generate content on demand, allowing for personalized and interactive experiences but often requiring more processing time and resources.
Load Balancer focus primarily on distributing traffic across multiple servers to optimize resource use and maintain availability. but Reverse Proxy map connections to specific server
Round Robin
Ip Hash
Peak EWMA
Least Connection
Random load balancing ignores the specific characteristics or capabilities of each server, such as processing power, memory, or specialized software configurations.
Review
Link to your PR:
*merged successfully
The text was updated successfully, but these errors were encountered: