Your network contains a Network Policy Server (NPS) named NPS1.You deploy a new NPS named NPS2.You need to ensure that NPS2 sends all authentication requests to NPS1.What should you modify on NPS2?()A. health policiesB. network policiesC. RADIUS clientsD.

题目
Your network contains a Network Policy Server (NPS) named NPS1.You deploy a new NPS named NPS2.You need to ensure that NPS2 sends all authentication requests to NPS1.What should you modify on NPS2?()

A. health policies

B. network policies

C. RADIUS clients

D. remote RADIUS server groups


相似考题
更多“Your network contains a Network Policy Server (NPS) named NPS1.You deploy a new NPS named NPS2.You need to ensure that NPS2 sends all authentication requests to NPS1.What should you modify on NPS2?() ”相关问题
  • 第1题:

    Your network has Network Access Protection (NAP) deployed. The network contains two servers named Server1 and Server2. Server1 is a Network Policy Server (NPS). Server2 has a third-party antivirus solution installed.Server1 is configured to use a custom system health validator provided by the antivirus vendor. The system health validator uses Server2 to identify the version of the current antivirus definition.You need to ensure that NAP clients are considered noncompliant if Server1 cannot connect to Server2.Which error code resolution setting should you configure?()

    A. SHA not responding to NAP client

    B. SHA unable to contact required services

    C. SHV not responding

    D. SHV unable to contact required services


    参考答案:D

  • 第2题:

    RNC的交换复用单元包括()

    A.NPS1、NPGE

    B.SFU、MXU

    C.NPS1、MXU

    D.SFU、NPGE


    参考答案:B

  • 第3题:

    Linux 环境中,如果要配置DNS客户端,应该修改的()配置文件。

    A./etc/resolv.conf

    B./etc/nsswitch.conf

    C./etc/named.conf

    D./etc/sysconfig/network-scripts/ifcfg-eth0


    etc/sysconfig/network-scripts/ifcfg-eth0

  • 第4题:

    阅读以下说明,回答问题1~4,将答案填入对应的解答栏内。

    某公司的域名为xyz.edu.cn,所使用的网络地址为222.78.68.0/24,共有两台服务器,一台IP地址是222.78.68.10,名字是server1,它用作域名服务器、电子邮件服务器,另一台IP地址是222.78.68.11,名字是server2,它用作Web服务器。

    下面是服务器server1中的三个文件。

    /etc/named.conf文件的内容:

    options {

    directory"/var/named";

    };

    zone"."IN {

    type (1) ;

    file"named.ca";

    };

    zone"0.0.127.in-addr.arpa"IN{

    type master;

    file"named.local";

    allow-update{none;};

    };

    zone"xyz.edu.cn"IN{

    type master;

    file"named.hosts";

    allow-update{none;};

    };

    zone"(2)"IN{

    type master;

    file"named.rev";

    allow-update{none;};

    };

    /var/named/named.hosts文件的内容:

    $TTL 86400

    @ IN SOA server1.xyz.edu.cn. root.xyz.edu.cn.(

    2001110600;serial

    28800;refresh

    14400;retry

    3600000;expire

    86400;minimum

    )

    IN NS server1.xyz.edu.cn.

    IN MS 10 server1.xyz.edu.cn.

    localhost.IN A 127.0.0.1

    server1 IN A 222.78.68.10

    server2 IN A 222.78.68.11

    WWW IN (3)

    /var/named/named.rev文件的内容:

    $TTL 86400

    @ IN SOA server1.xyz.edu.cn.root.xyz.edu.cn.(

    2001110600;serial

    28800;refresh

    14400;retry

    3600000;expire

    86400;minimum

    )

    IN NS xyz.edu.cn.

    10 IN (4)

    11 IN PTR server2.xyz.edu.cn.


    正确答案:(1)hint (2)68.78.222.in-addr.arpa (3)CNAME server2.xyz.edu.cn或者CNAME server2 (4)PTR serverl.xyz.edu.cn
    (1)hint (2)68.78.222.in-addr.arpa (3)CNAME server2.xyz.edu.cn或者CNAME server2 (4)PTR serverl.xyz.edu.cn 解析:不管是主域名服务器、辅助域名服务器还是缓存域名服务器,在根域名区声明时,类型type型必须为hint,即为一个区的高速缓冲文件,因此空(1)处应当填写“hint”。空(2)处所在位置是反向域名解析区声明,应当填写反向域名。反向域名由两部分组成,域名前半段是其网络ID反向书写,而区域后半段必须是“in-addr.arpa”。因此(2)处应当填写“68.78.222.in-addr.arpa”。空(3)处应当是定义一条别名记录。根据说明,该单位的www服务在server2上,即“www.xyz.edu.cn”和“server2.xyz.edu.cn”表示同一台主机,因此(3)处应当填写“IN CNAME server2.xyz.edu.cn.”,也可以只填写“CNAME server2”(注:若要填写“A 222.78.68.11”也可实现解析,但违背出题的初衷了)。空(4)处应当填写一条反向指针(PTR)资源记录,用来记录在反向搜索区域内的IP地址及主机,用户可通过该类型资源记录把IP地址映射成主机域名,此处应当填写“PTR serverl.xyz.edu.cn”。

  • 第5题:

    对“named.conf”文件编辑完成后,需要执行()命令,进行语法检测。

    A.naned.checkconf /var/named.conf

    B.named-checkconf /etc/named.conf

    C.named.checkzone /etc/named.conf

    D.named-checkzone /etc/named.conf


    named-checkconf /etc/named.conf

  • 第6题:

    Linux 环境中,如果要配置DNS客户端,应该修改()配置文件

    A./etc/resolv.conf

    B./etc/sysconfig/network-scripts/ifcfg-eth0

    C./etc/nsswitch.conf

    D./etc/named.conf


    etc/sysconfig/network-scripts/ifcfg-eth0