请在(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)目录中。
第1题:
请在(7)~(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";
填写文件中空(7)处的内容。
该服务器是域test.com的主域名服务器,该域对应的网络地址是(8),正向域名转换数据文件存放在(9)目录中。
第2题:
A. 主域名服务器
B.缓存域名服务器
C.从域名服务器
D. 根域名服务器
第3题:
某公司新配置了一台linux服务器,网络管理员要配置DNS服务器时发现系统中没有/etc/named.conf文件,但在另一台使用相同操作系统的linux服务器上有该文件。则他应在原有linux服务器上执行()命令,来查找/etc/named.conf文件属于哪个软件包,然后在新服务器上安装相应软件包,配置DNS服务器。
第4题:
在一台linux系统中访问另一台samba服务器上的共享资源,如果已经以mary用户的身份连接到samba服务器的共享目录上,则应使用()命令将本机当前目录中的file.local文件上传到服务器上,并将服务器当前目录中的所有后缀为.server的文件下载到本机当前目录下。
第5题:
Which type of zone is used by traffic transiting the device?()
第6题:
What is the last step in setting up a Primary Domain Name Server?()
第7题:
What is the first step in setting up a Primary Domain Name Server?()
第8题:
Your company has an Active Directory domain. The main office has a DNS server named DNS1 that is configured with Active Directory-integrated DNS. The branch office has a DNS server named DNS2 that contains a secondary copy of the zone file from DNS1. The two offices are connected with an unreliable WAN link. You add a new server to the main office. Five minutes after adding the server, a user from the branch office reports they are unable to connect to the new server. You need to ensure that the user is able to connect to the new server. What should you do()
第9题:
You have a DNS server named Server1 that hosts a primary zone for the domain. You have a DNS server named Server 2 that hosts a secondary zone for the domain.You discover that the resource records on Server2 are different from the resource records on Server1. You need to ensure that the resource records are the same on Server1 and Server2. What should you do?()
第10题:
Your network contains an Active Directory domain named contoso.com. The domain contains two sites named Site1 and Site2. The servers for the sites are configured as shown in the following table.Server name Server role Site name Server1 Domain controller, DNS Site1 Server2 DNS Site2 Server1 hosts a standard primary zone for contoso.com. Server2 hosts a secondary zone for contoso.com.You need to ensure that all DNS replication traffic between Server1 and Server2 is encrypted.What should you do?()
第11题:
/etc/ named.conf
/var/ named/ named.ca
/var/ named/ named.local
/var/ named/ named.conf
第12题:
On Server2, select Reload in the DNS zone.
On Server2, select Reload from Master in the DNS zone.
On Server1, select Update Server Data File in the DNS zone.
On Server1, deselect the Fail on load if bad zone data option.
第13题:
配置DNS服务时,提供的正向解析文件的模板名称是localhost.zone。
此题为判断题(对,错)。
第14题:
阅读以下说明,回答问题1~4,将答案填入答题纸对应的解答栏内。
某公司的域名为xyz.edu.cn,所使用的网络地址为222.78.68.0/24,共有两台服务器,一台IP地址是222.78.68.10,名字是scrver1,它用作域名服务器、电子邮件服务器,另一台IP地址是222.78.68.11,名字是server2,它用作Web服务器。下面是服务器scrver1中的三个文件。
[/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 serverl.xyz.edu.cn. root.xyz.edu.cn.(
2001110600;serial
28800;refresh
14400;retry
3600000;expire
86400;minimum
)
IN NS server1.xyz.edu.cn.
IN MX 10 serverl.xyz.edu.cn.
localhost. IN A 127.0.0.1
server1 IN A 222.78.68.10
server2 IN A 222.78.68.11
NW 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.
该服务器是一个什么类型的域名服务器?
第15题:
Bind域名服务器的主配置文件是()。
第16题:
以下有关zone正确的是()
第17题:
若设置域名解析服务器,已知该文件服务器上文件/etc/named.conf的部分内容如下: options { directory /var/named; }; ……. zone “linux.com” IN { type master; file “linux.com.zone”; }; zone “2.169.192.in-addr.arpa” IN { type master; file “192.169.2.zone”; }; …..(到此结束) 使用DNS服务器时,该服务器是哪个域名的主服务器?该域对应的网络IP是多少?如何验证其是否工作正常?写出操作命令。
第18题:
In a DNS environment, the zone file that maps hostnames to IP address (sometimes called the named.hosts file), is created on which of the following servers?()
第19题:
有关DNS中Zone的描述,错误的是哪个()。
第20题:
Your network consists of a single Active Directory domain. All servers run Windows Server 2003 Service Pack 2 (SP2). You have a DNS server named Server1 that hosts a primary zone for the domain. You have a DNS server named Server 2 that hosts a secondary zone for the domain. You discover that the resource records on Server2 are different from the resource records on Server1. You need to ensure that the resource records are the same on Server1 and Server2. What should you do?()
第21题:
Your network consists of a single Active Directory domain. All domain controllers run Windows Server 2008 R2 and are configured as DNS servers. A domain controller named DC1 has a standard primary zone for contoso.com. A domain controller named DC2 has a standard secondary zone for contoso.com. You need to ensure that the replication of the contoso.com zone is encrypted. You must not lose any zone data. What should you do()
第22题:
Your network consists of a single Active Directory domain. All domain controllers run Windows Server 2008 and are configured as DNS servers. A domain controller named DC1 has a standard primary zone for contoso,com. A domain controller named DC2 has a standard secondary zone for contoso,com. You need to ensure that the replication of the contoso,com zone is encrypted. You must not lose any zone data. What should you do()
第23题:
On both servers, modify the interface that the DNS server listens on.
Convert the primary zone into an Active Directory-integrated zone. Delete the secondary zone.
Convert the primary zone into an Active Directory-integrated stub zone. Delete the secondary zone.
Configure the zone transfer settings of the standard primary zone. Modify the Master Servers lists on the secondary zone.