Difference between revisions of "Load-balancing"

From Simulace.info
Jump to: navigation, search
(Problem definition)
(Problem definition)
Line 4: Line 4:
 
A hosting company with it’s own infrastructure is using so called "load balancing" to distribute the overall load between multiple servers (hardware) and “high-availability” to minimize service down-time.  
 
A hosting company with it’s own infrastructure is using so called "load balancing" to distribute the overall load between multiple servers (hardware) and “high-availability” to minimize service down-time.  
  
'''Load-balancing'''
+
'''Load-balancing'''<br />
 
short text here
 
short text here
  
'''High-avaibility'''
+
'''High-avaibility'''<br />
 
short text here
 
short text here
  

Revision as of 18:44, 16 January 2016

Introduction

Problem definition

A hosting company with it’s own infrastructure is using so called "load balancing" to distribute the overall load between multiple servers (hardware) and “high-availability” to minimize service down-time.

Load-balancing
short text here

High-avaibility
short text here

Method

Model

Entities

Small HTTP request
Standard HTTP request
Large HTTP request
D-DoS

Resources

Load-balancer 1
Load-balancer 2
Server 1
Server 2
Server 3

Processes

HTTP requests
DoS mittigation
Load balancing
Requests served

Results

Conclusion

Code