Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CodeStar1403-DevOps-Phase03-Team12 #829

Open
2 tasks
Alirezaja1384 opened this issue Jul 27, 2024 · 0 comments
Open
2 tasks

CodeStar1403-DevOps-Phase03-Team12 #829

Alirezaja1384 opened this issue Jul 27, 2024 · 0 comments
Assignees

Comments

@Alirezaja1384
Copy link

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

  • Your PR is reviewed and approved by both mentors
  • Your PR is merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants