niusouti.com

An enterprise has an internal web application that needs stickiness managed by a Cluster. Allemployees access the application through a proxy. What is the correct sticky load balancing policy? ()A. urlhashB. url persistencyC. cookie persistencyD. default

题目
An enterprise has an internal web application that needs stickiness managed by a Cluster. Allemployees access the application through a proxy. What is the correct sticky load balancing policy? ()

A. urlhash

B. url persistency

C. cookie persistency

D. default persistency


相似考题
更多“An enterprise has an internal web application that needs stickiness managed by a Cluster. Allemployees access the application through a proxy. What is the correct sticky load balancing policy? () ”相关问题
  • 第1题:

    Networkintegrationhelpstobuildapowerfulbusinessfoundation.WhichapproachdoesCiscousetointegrateapplicationsandservicesacrossthenetworkinfrastructure?()

    A.application-level

    B.systems-level

    C.policy-level

    D.advancedservices


    参考答案:B

  • 第2题:

    1、当有用户请求 Web页面时,会触发()事件?

    A.Application_Start()

    B.Session_Start()

    C.Application_End()

    D.Session_End()


    Session_Start()

  • 第3题:

    当有用户请求 Web页面时,会触发()事件?

    A.Application_Start()

    B.Session_Start()

    C.Application_End()

    D.Session_End()


    Application_Start()

  • 第4题:

    下面哪一个项目仅在Struts中出现?()

    A.JavaBean

    B.WeB.xml

    C.struts-config.xml

    D.application.propertyes


    参考答案:C

  • 第5题:

    下面的语法格式中,()是将一个值保存到application变量中。

    A.Application.setAttribute(“变量名称”,值);

    B.Application.getAttribute(“变量名”);

    C.Application.getRealPath(“/”)%

    D.Application.getRealPath(“变量名”);


    Application.setAttribute(“变量名称”,值);

  • 第6题:

    下面代码实现一个站点访问量计数器,空白处的代码为()。 void ____________(object sender, EventArgs e) { Application.Lock(); Application["AccessCount"] = (int)Application["AccessCount"] + 1; Application.UnLock(); }

    A.Application_Start

    B.Application_Error

    C.Session_Start

    D.Session_End


    C