Your company has a single domain named contoso.com. the contoso.com DNS zone is active directory-integrated. Your partner company has a single domain named partner.com. the partner.com. DNS zone is active directory-integrated. The IP addresses to the DNS servers in the partner domain will change. You need to ensure name resolution for users in contoso.com to resources in partner.com on each DNS server in contoso.com. what should you do?()
A.Create a stub zone for partner.com on each DNS server in contoso.com.
B.Configure the zone replication scope for partner.com to replicate to all DNS servers In the forest.
C.Configure an application directory partition in the contoso.com forest. Enlist all DNS servers in the contoso.com forest in the partition.
D.Configure an application directory partition in the partner forest. Enlist all DNS servers in the partner forest in the partition.
第1题:
请在(7)、(8)、(9)处填写恰当的内容。
在Linux系统中设置域名解析服务器,已知该域名服务器上文件named.conf的部分内容如下:
OPtions {
directory '/var/named';
};
zone '.' {
type hint;
file 'named.ca';
}
zone 'localhost' IN {
file "localhost.zone" allow-update{none;};
};
zone '0.0.127.in-addr.arpa'{
type master;
file 'named.local';
};
zone 'test.com'{
type(7);
file 'test.com';
};
zone '40.35.222.in-addr.arpa'{
type master;
file '40.35.222';
};
include "/etc/rndc.key";
该服务器是域test.com的主服务器,该域对应的网络地址是(8),正向域名转换数据文件存放在(9)目录中。
第2题:
A.DNS服务器的主配置文件为/etc/named/dns.Conf
B.配置DNS服务器,只需配置好/etc/nameD.conf文件即可
C.配置DNS服务器,通常需要配置/etc/nameD.conf和相应的区域文件
D.配置DNS服务器时,正向和反向区域文件都必须配置才行
第3题:
第4题:
若要检查DNS区域(zone)文件的语法是否正确,检测命令是named-checkzone。
此题为判断题(对,错)。
第5题:
A./ctc/resolv、conf
B./etc/name
D.conf
C./etc/dns、conf
D./var/named
第6题:
【单选题】下列哪个文件是DNS的反向解析区域的模版文件()
A.local.host
B.named.conf
C.named.loopback
D.local.zone