单选题Which statement is true about "sticky" load balancing for Clusters? ()A The clientip setting does not apply to clusters, it only pertains to a Forwarder.B When set to clientip it uses the client's IP address to bind the client to a particular target se

题目
单选题
Which statement is true about "sticky" load balancing for Clusters? ()
A

The clientip setting does not apply to clusters, it only pertains to a Forwarder.

B

When set to clientip it uses the client's IP address to bind the client to a particular target server.

C

When set to clientip it allows a DX sticky cookie to be sent to and stored by the client based on the IP address.

D

When set to clientip it ensures that all subsequent requests are directed to the same client that made the initial request.


相似考题
参考答案和解析
正确答案: D
解析: 暂无解析
更多“单选题Which statement is true about "sticky" load balancing for Clusters? ()A The clientip setting does not apply to clusters, it only pertains to a Forwarder.B When set to clientip it uses the client's IP address to bind the client to a particular target se”相关问题
  • 第1题:

    Which three statements are true about load-based Call Admission Control?()

    • A、grants a VoWLAN client-initiated call based on the number of active clients associated to the accesspoint
    • B、grants a VoWLAN client-initiated call based on channel bandwidth capacity
    • C、uses the 802.11i specification
    • D、uses 802.11 action frames
    • E、requires a WMM-enabled client

    正确答案:B,D,E

  • 第2题:

    If authentication is enabled,which statement is true?()

    • A、client reports will display authenticated usernames
    • B、client reports will display both the username and IP address of the clients
    • C、client reports are not affected by authentication
    • D、client reports will display the IP address of the authentication server

    正确答案:A

  • 第3题:

    A client is having trouble connecting to the Internet. The client is using a static IP address and is able to connect to other devices on the network via IP address only. Which of the following is MOST likely the problem?()

    • A、IMAP
    • B、DHCP
    • C、DNS
    • D、NAT

    正确答案:C

  • 第4题:

    In a JSP-centric shopping cart application, you need to move a client’s home address of the Customerobject into the shipping address of the Order object. The address data is stored in a value object classcalled Address with properties for: street address, city, province, country, and postal code. Which two JSPcode snippets can be used to accomplish this goal?()

    • A、<c:set var=’order’ property=’shipAddress’value=’${client.homeAddress}’ />
    • B、<c:set target=’${order}’ property=’shipAddress’value=’${client.homeAddress}’ />
    • C、<jsp:setProperty name=’${order}’ property=’shipAddress’ value=’${client.homeAddress}’ />
    • D、<c:set var=’order’ property=’shipAddress’><jsp:getProperty name=’client’ property=’homeAddress’ /> </c:store>
    • E、<c:set target=’${order}’ property=’shipAddress’><jsp:getProperty name=’client’ property=’homeAddress’ /> </c:set>

    正确答案:B,E

  • 第5题:

    Which statement is true about using Microsoft Windows Cluster as a platform for Mysql?()

    • A、It implements High Availability by using the .NET Connector's' load balancing capabilities
    • B、It is shared-nothing architecture
    • C、It is provided by means of IP- level disk replication
    • D、It relies on the shared disk architecture being visible to both servers

    正确答案:D

  • 第6题:

    Your company named Contoso, Ltd. has a two-node Network Load Balancing cluster. The cluster is intended to provide high availability and load balancing for only the intranet Web site. The name of the cluster is web.contoso.com.  You discover that Contoso users can see the Network Load Balancing cluster in the network neighborhood and can connect to various services by using the web.contoso.com name. The web.contoso.com Network Load Balancing cluster is configured with only one port rule.  You need to configure the web.contoso.com Network Load Balancing cluster to accept only HTTP traffic. Which two actions should you perform?()

    • A、Log on to one of the cluster nodes and run the wlbs disable all command.
    • B、Open the Network Load Balancing Clusters console and delete the default port rules.
    • C、Open the Network Load Balancing Clusters console and create a new Allow rule for TCP port 80.
    • D、Open the Network Load Balancing Clusters console and change the default port rule to a disabled port range rule.

    正确答案:B,C

  • 第7题:

    Your company named Contoso, Ltd. has a two-node Network Load Balancing cluster. The cluster isintended to provide high availability and load balancing for only the intranet Web site. The name of the cluster is web.contoso.com. You discover that Contoso users can see the Network Load Balancingcluster in the network neighborhood and can connect to various services by using the web.contoso.comname. The web.contoso.com Network Load Balancing cluster is configured with only one port rule. Youneed to configure the web.contoso.com Network Load Balancing cluster to accept only HTTP traffic. Which two actions should you perform?()

    • A、Log on to one of the cluster nodes and run the wlbs disable all command.
    • B、Open the Network Load Balancing Clusters console and delete the default port rules.
    • C、Open the Network Load Balancing Clusters console and create a new Allow rule for TCP port 80.
    • D、Open the Network Load Balancing Clusters console and change the default port rule to a disabled port range rule.

    正确答案:B,C

  • 第8题:

    单选题
    A client is having trouble connecting to the Internet. The client is using a static IP address and is able to connect to other devices on the network via IP address only. Which of the following is MOST likely the problem?()
    A

    IMAP

    B

    DHCP

    C

    DNS

    D

    NAT


    正确答案: A
    解析: 暂无解析

  • 第9题:

    单选题
    Which of the following is MOST likely causing a client’s computer to have an IP address of169.254.0.10?()
    A

    The office is using a public IP scheme.

    B

    The client is set to a static IP address.

    C

    The DHCP server is out of addresses.

    D

    The firewall on the PC is down.


    正确答案: D
    解析: 暂无解析

  • 第10题:

    单选题
    Which statement is true about source NAT?()
    A

    Source NAT works only with source pools.

    B

    Destination NAT is required to translate the reply traffic.

    C

    Source NAT does not require a security policy to function.

    D

    The egress interface IP address can be used for source NAT


    正确答案: A
    解析: 暂无解析

  • 第11题:

    单选题
    When configuring non-IP point-to-point networks on clusters that are larger than two nodes, which Type of configuration should be defined?()
    A

     A start

    B

     A ring

    C

     A target mode fc

    D

     A target mode scsi


    正确答案: A
    解析: 暂无解析

  • 第12题:

    多选题
    In a JSP-centric shopping cart application, you need to move a client’s home address of the Customerobject into the shipping address of the Order object. The address data is stored in a value object classcalled Address with properties for: street address, city, province, country, and postal code. Which two JSPcode snippets can be used to accomplish this goal?()
    A

    <c:set var=’order’ property=’shipAddress’value=’${client.homeAddress}’ />

    B

    <c:set target=’${order}’ property=’shipAddress’value=’${client.homeAddress}’ />

    C

    <jsp:setProperty name=’${order}’ property=’shipAddress’ value=’${client.homeAddress}’ />

    D

    <c:set var=’order’ property=’shipAddress’><jsp:getProperty name=’client’ property=’homeAddress’ /> </c:store>

    E

    <c:set target=’${order}’ property=’shipAddress’><jsp:getProperty name=’client’ property=’homeAddress’ /> </c:set>


    正确答案: E,A
    解析: 暂无解析

  • 第13题:

    Server load balancing (SLB) is the process of deciding to which server a load-balancing device should send a client request for service. Which predictors are supported on ACE in order to select the best server to fulfill a client request? ()

    • A、 Hash address: Selects the server by using a hash value based on either the source or destination IP address, or both
    • B、 Hash URL: Selects the server by using a hash value based on the requested URL
    • C、 Hash MAC.Selects the server by using a hash value based on either the source or destination MAC address, or both
    • D、 Hash header: Selects the server by using a hash value based on the HTTP header name
    • E、 Hash IP: Selects the server using a hash value based on the IP address

    正确答案:A,B,D

  • 第14题:

    Which of the following is MOST likely causing a client’s computer to have an IP address of169.254.0.10?()

    • A、The office is using a public IP scheme.
    • B、The client is set to a static IP address.
    • C、The DHCP server is out of addresses.
    • D、The firewall on the PC is down.

    正确答案:C

  • 第15题:

    When configuring non-IP point-to-point networks on clusters that are larger than two nodes, which Type of configuration should be defined?()

    • A、 A start
    • B、 A ring
    • C、 A target mode fc
    • D、 A target mode scsi

    正确答案:B

  • 第16题:

    Which statement is true about source NAT?()

    • A、Source NAT works only with source pools.
    • B、Destination NAT is required to translate the reply traffic.
    • C、Source NAT does not require a security policy to function.
    • D、The egress interface IP address can be used for source NAT

    正确答案:D

  • 第17题:

    Which three statements are true about memory buffer allocation by a MySQL Server?()

    • A、Global buffers such as the InnoDB buffer pool are allocated after the server starts, and are never freed
    • B、Thread buffers are allocated when a client connects, and are freed when the client disconnects
    • C、Buffers that are needed for certain operation are allocated when the operation starts, and freed when it ends
    • D、User buffers are allocated at server startup and freed when the user is dropped
    • E、All dynamic buffers that are set with a SET GLOBAL statement immediately get allocated globally, and are never freed

    正确答案:A,B,C

  • 第18题:

    You work as the IT professional in an international company which is named Wiikigo. You are experiencedin implementing and administering a network operating system. You are specialized in deploying servers,configuring Windows Server 2008 Terminal services and network application services, and configuring aweb services infrastructure. You work in a company named Wiikigo, Ltd. and there is a two-node Network Load Balancing cluster. Onlythe intranet Web site will be provided with the high availability and load balancing by the cluster. Thecompany names the cluster as web.wiikigo.com. You find a problem that the Network Load Balancingcluster can be seen in the network neighborhood by the Wiikigo users. And the users can utilize the web.wiikigo.com name to get access to various services. The web.wiikigo.com Network Load Balancing clusteris set with only one port rule. Since you are the technical support, you are required have the web.wiikigo.com Network Load Balancing cluster configured to receive only HTTP traffic. Which two actions should be performed to achieve the goal?()

    • A、To achieve the goal, the Network Load Balancing Clusters console should be opened and a new Allow rule should be created for TCP port 80.
    • B、To achieve the goal, the Network Load Balancing Clusters console should be opened and the default port rule should be modified to a disabled port range rule.
    • C、To achieve the goal, one of the cluster nodes should be logged on to and the wlbs disable all command should be run.
    • D、To achieve the goal, the Network Load Balancing Clusters console should be opened and the default port rules should be deleted.

    正确答案:A,D

  • 第19题:

    Which statement is true about "sticky" load balancing for Clusters? ()

    • A、The "clientip" setting does not apply to clusters, it only pertains to a Forwarder.
    • B、When set to "clientip" it uses the client's IP address to bind the client to a particular target server.
    • C、When set to "clientip" it allows a DX sticky cookie to be sent to and stored by the client based on the IP address.
    • D、When set to "clientip" it ensures that all subsequent requests are directed to the same client that made the initial request.

    正确答案:B

  • 第20题:

    单选题
    Which statement is true about "sticky" load balancing for Clusters? ()
    A

    The clientip setting does not apply to clusters, it only pertains to a Forwarder.

    B

    When set to clientip it uses the client's IP address to bind the client to a particular target server.

    C

    When set to clientip it allows a DX sticky cookie to be sent to and stored by the client based on the IP address.

    D

    When set to clientip it ensures that all subsequent requests are directed to the same client that made the initial request.


    正确答案: B
    解析: 暂无解析

  • 第21题:

    单选题
    Which statement is true about using Microsoft Windows Cluster as a platform for Mysql?()
    A

    It implements High Availability by using the .NET Connector's' load balancing capabilities

    B

    It is shared-nothing architecture

    C

    It is provided by means of IP- level disk replication

    D

    It relies on the shared disk architecture being visible to both servers


    正确答案: C
    解析: 暂无解析

  • 第22题:

    单选题
    Which of the following is true when considering the Server load-balancing design within the E-Commerce Module of the Enterprise Campus network?()
    A

     Routed mode requires the ACE run OSPF or EIGRP

    B

     Bridged mode switches a packet between the public and the private subnets when it sees itsMAC address as the destination

    C

     Two-armed mode will place the SLB inline to the servers, with different client-side and a server-side VLANs

    D

     One-armed mode, which uses the same VLAN for the client, the ACE, and the servers, requiresa traffic-diversion mechanism to ensure the traffic return from the server passes though the ACE


    正确答案: C
    解析: 暂无解析

  • 第23题:

    多选题
    Which three statements are true about memory buffer allocation by a MySQL Server?()
    A

    Global buffers such as the InnoDB buffer pool are allocated after the server starts, and are never freed

    B

    Thread buffers are allocated when a client connects, and are freed when the client disconnects

    C

    Buffers that are needed for certain operation are allocated when the operation starts, and freed when it ends

    D

    User buffers are allocated at server startup and freed when the user is dropped

    E

    All dynamic buffers that are set with a SET GLOBAL statement immediately get allocated globally, and are never freed


    正确答案: A,B
    解析: 暂无解析

  • 第24题:

    单选题
    In a Junos Pulse Access Control Service active/active clustered environment, which statement is true about VIPs?()
    A

    VIP is not required when using only agentless access for all endpoint platforms.

    B

    VIP is not required when using Junos Pulse or Odyssey Access Client for all endpoint platforms.

    C

    VIP is not required when using Junos Pulse and agentless access for all endpoint platforms.

    D

    VIP is not required when using Odyssey Access Client and agentless access for all endpoint platforms.


    正确答案: B
    解析: 暂无解析