A. health policies
B. network policies
C. RADIUS clients
D. remote RADIUS server groups
第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
第2题:
A.NPS1、NPGE
B.SFU、MXU
C.NPS1、MXU
D.SFU、NPGE
第3题:
Linux 环境中,如果要配置DNS客户端,应该修改的()配置文件。
A./etc/resolv.conf
B./etc/nsswitch.conf
C./etc/named.conf
D./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.
第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
第6题:
Linux 环境中,如果要配置DNS客户端,应该修改()配置文件
A./etc/resolv.conf
B./etc/sysconfig/network-scripts/ifcfg-eth0
C./etc/nsswitch.conf
D./etc/named.conf