Baptiste Assmann Baptiste Assmann | Apr 1, 2015 | LOAD BALANCING / ROUTING, TECH
Microsoft Remote Desktop Services (RDS) Remote Desktop Services, formerly Terminal Services, is a technology from Microsoft that allows users to access remotely to a session-based desktop, virtual machine-based desktop or applications hosted in a datacenter from their...
Baptiste Assmann Baptiste Assmann | Jan 26, 2015 | LOAD BALANCING / ROUTING, TECH
Synopsis Let’s take a web application platform where many HTTP Host header points to. Of course, this platform hosts many backends and HAProxy is used to perform content switching based on the Host header to route HTTP traffic to each backend. HAProxy map...
Baptiste Assmann Baptiste Assmann | Feb 13, 2014 | LOAD BALANCING / ROUTING, TECH
Why We Need Multiple Default Gateways? Application Delivery Controllers (Load Balancers) become the entry point for all the applications hosted in a company or administration. That said, many different type of population could access the applications: internal users...
Baptiste Assmann Baptiste Assmann | Jan 17, 2014 | LOAD BALANCING / ROUTING, TECH
Synopsis HAProxy is a Load-Balancer, this is a fact. It is used to route traffic to servers to primarily ensure applications reliability. Most of the time, the sessions are locally stored in a server. Which means that if you want to split client traffic on multiple...
Baptiste Assmann Baptiste Assmann | Sep 16, 2013 | LOAD BALANCING / ROUTING, TECH
Transparent Proxy HAProxy works has a reverse-proxy. Which means it maintains 2 connections when allowing a client to cross it: – 1 connection between HAProxy and the client – 1 connection between HAProxy and the server HAProxy then manipulate buffers...