Git Product home page Git Product logo

scale-in-and-scale-out-of-virtual-servers's Introduction

Scale In and Scale Out of Virtual Servers

Project Description

  • For any Web application there should be a server, which responds to requests of client. There are several issues on the server side as frequency of requests changes from hour to hour.
  • To handle this situation we need to have multiple servers so that the load can be sent to other servers, which have fewer loads.
  • So, in this project we use Virtualization Technology to create new Virtual servers and distribute load among all the Virtual servers which are capable to handle the load.
  • Sometimes, in real time the servers we have may not be sufficient.
  • So we leverage on the virtualization to clone new Virtual servers and use the concept of scaling out to increase number of servers.
  • In the same way when there are fewer loads we use scale in to delete virtual machines to save resources.

Architecture

alt tag

Description
  • Client communicates with the Load Balancer in the App server. All the incoming request are taken by the Load Balancer and then it forwards the request to one of the healthy Request Servers obtained from the database.
  • All the Request Servers run a RESTful application named Digital Wallet System.
  • The Digital Wallet System application is used only for demonstrating how the load balancer works; it is not a part of the project deliverables.
  • This application requires a database. So we used Database server to communicate with all request servers.

To Run Application

scale-in-and-scale-out-of-virtual-servers's People

Contributors

puneetpopli avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.