zoukankan      html  css  js  c++  java
  • 读loadBalance技术的一些笔记

      以前知道loadbalance的原理,但是仅仅是浅浅的了解过,今天看了一篇 10多年前 一位大神级别人物 写的文章 顿时学习了 http://www.linuxvirtualserver.org/zh/lvs3.html

      原来loadbanlance 有nat 和 ip隧道模式 和 直接路由模式 模式

      nat模式 是 loadBance 主机 做 入口(请求)和出口(响应)

      ip隧道模式和直接路由模式 是loadBance主机 做入口 realServer 做出口

      其他相关的文章:

      http://wubolu.iteye.com/blog/1220534

      http://blog.chinaunix.net/uid-23629988-id-3320256.html

      http://blog.chinaunix.net/uid-23629988-id-3324539.html

      http://blog.chinaunix.net/uid-23629988-id-3336519.html

  • 相关阅读:
    软件设计中的立足点
    Clojure基础
    团队凝聚力
    执行力与领导力
    工作与生活
    分离焦虑OR责任焦虑
    保持激情
    立足点
    论研发管理--开篇
    初级码农常犯错误
  • 原文地址:https://www.cnblogs.com/rufus-hua/p/4941938.html
Copyright © 2011-2022 走看看