分布式destination, load-balance 是enabled,如果消息发送到一个destination,请问后边 的消息发送模式是?()A. 按照load-balance策略B. 只发送到固定的一个C. 第一次是load-balance,以后每次都发送到固定的destination去

题目

分布式destination, load-balance 是enabled,如果消息发送到一个destination,请问后边 的消息发送模式是?()

A. 按照load-balance策略

B. 只发送到固定的一个

C. 第一次是load-balance,以后每次都发送到固定的destination去


相似考题

3.A network administrator wants to permit Telnet traffic initiated from the address book entry the10net in a zone called UNTRUST to the address book entry Server in a zone called TRUST.However, the administrator does not want the server to be able to initiate any type of traffic from the TRUST zone to the UNTRUST zone.Which configuration statement would correctly accomplish this task?()A. from-zone UNTRUST to-zone TRUST { policy DenyServer { match { source-address any; destination-address any; application any; } then { deny; } } } from-zone TRUST to-zone UNTRUST { policy AllowTelnetin { match { source-address the10net; destination-address Server; application junos-telnet; } then { permit; } } }B. from-zone TRUST to-zone UNTRUST { policy DenyServer { match { source-address Server; destination-address any; application any; } then {deny; } } } from-zone UNTRUST to-zone TRUST { policy AllowTelnetin { match { source-address the10net; destination-address Server; application junos-telnet; } then { permit; } } }C. from-zone UNTRUST to-zone TRUST { policy AllowTelnetin { match { source-address the10net; destination-address Server; application junos-ftp; } then { permit; } } }D. from-zone TRUST to-zone UNTRUST { policy DenyServer { match { source-address Server; destination-address any; application any; } then { permit; } } } from-zone UNTRUST to-zone TRUST { policy AllowTelnetin { match {source-address the10net; destination-address Server; application junos-telnet; } then { permit; } } }

参考答案和解析
参考答案C
更多“分布式destination, load-balance 是enabled,如果消息发送到一个destination,请问后边 的消 ”相关问题
  • 第1题:

    With the following CLI command output performed on an LNS: show l2tp session L2TP session 1/2/3 is up .What is the meaning of the numeric values in the output?()

    A.session 1, destination 2, tunnel 3

    B.destination 1, session 2, tunnel 3

    C.tunnel 1, session 2, destination 3

    D.destination 1, tunnel 2, session 3


    参考答案:D

  • 第2题:

    It has been found that a strong______helps overcome the effects of distraction.

    A.interruption

    B.motivation

    C.evaluation

    D.destination


    正确答案:B
    解析:句意:人们发现强烈的动机能帮助克服分心的影响。本题考查词义的辨析。interruption中断,中止;motivation动机;evaluation估计,评估;destination目的地。

  • 第3题:

    用来警告拥塞情况的一个ICMP消息的类型是什么?

    A.源抑制(source-quench)

    B.目标不可达(destination-unreachable)

    C.回声请求(echo-request)

    D.重定向(redirectiong)


    源抑制(source-quench)

  • 第4题:

    Which action does the ping 172.18.1.1 size 5 command perform?()

    A. It sends only five ping requests to the 172.18.1.1 destination.

    B. It sends a continuous ping with a packet length of five bytes to the 172.18.1.1 destination.

    C. It sends five rapid ping requests to the 172.18.1.1 destination.

    D. It sends a continuous rapid ping with a packet length of five bytes to the 172.18.1.1 destination.


    参考答案:B

  • 第5题:

    关于高级访问列表中的destination-port参数,下面描述正确的是()

    A.Destination-port是可选参数

    B.Destination-port用于指定UDP或TCP报文的源端口信息

    C.仅仅在规则指定的协议号是TCP或者UDP时有效

    D.如果不指定,表示TCP/UDP报文的任何目的端口信息都匹配


    参考答案:A, C, D