zoukankan      html  css  js  c++  java
  • SharePoint NLB选Unicast还是选Multicast?

    Cluster operation mode is very important.

    Unicast mode means that NLB takes over the network card it is bound to and doesn’t allow any additional network traffic through it. This is the reason why two adapters are a good idea – one that NLB can take over and one that can still handle all other network traffic directed at the dedicated IP address of the server.

    If you’re using a single adapter you should probably select Multicast which allows both the NLB traffic and the native IP traffic to move through the same network adapter. Multicast is slower than Unicast as both kinds of traffic need to be handled by the network adapter but it’s the only way to remotely configure all machines centrally.

    You can run a single adapter in Unicast mode, but the cluster manager will not be able to communicate with the server after it’s configured.

    As a general rule use Unicast for two adapters, Multicast for a single adapter. With my network cards I had to use IGMP mode in order to get the cards to converge properly – you may have to experiment with both modes to see what works best for you.

    资料来源

    =======================

    Setting up NLB for your WFE’s in SharePoint

    http://fabiangwilliams.wordpress.com/2009/04/28/setting-up-nlb-for-your-wfes-in-sharepoint/

  • 相关阅读:
    JDBC事务处理
    JDBC之LOB数据类型
    使用JDBC驱动程序处理元数据
    JDBC之PreparedStatement
    JDBC主要API学习总结
    JDBC简介
    ForkJoinPool 分支/合并框架
    线程池
    线程八锁
    jQuery中的事件冒泡
  • 原文地址:https://www.cnblogs.com/awpatp/p/2938682.html
Copyright © 2011-2022 走看看