请在(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 'nam

题目

请在(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)目录中。


相似考题
更多“请在(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 'nam”相关问题
  • 第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)目录中。


    正确答案:(7) master (8) 222.35.40.0 (9) /var/named
    (7) master (8) 222.35.40.0 (9) /var/named 解析:在Linux系统中,DNS服务器程序是named,配置文件是/etc/named.conf,named服务器读取该配置文件来确定工作方式。named.conf是文本文件,有效语句的格式是:
    keyword {
    //details of the statement
    };
    常用的keyword如下。
    .options:为名字服务器设置全局选项。
    .zone:定义区域。
    例如:
    options {
    directory '/var/named';
    };
    目录(directory)选项允许指定名字服务器的工作目录路径,如果不指定目录,工作目录默认是“.”,是服务器启动的目录。服务器的工作目录是保存全部域或区域文件的地方。又如:
    zone'test.com'{
    type master;
    file'test.com';
    };
    zone'40.35.222.in-addr.arpa'{
    type master;
    file'40.35.222';
    第一个zone语句的含义是把名字服务器设置为test.com域“主要”的授权名字服务器,换句话说,所有对test.com的主机名到IP的转换都由该名字服务器处理,并且转发区域配置信息和资源记录在test.com文件中保存,master是主域名服务器的说明,而辅助域名服务器的说明是slave。
    第二个zone语句把名字服务器设置为222.35.40.0网络的“主要”名字服务器,换句话说,所有对该网络的IP到主机名的转换(反向DNS)都由该名字服务器处理,反向DNS配置信息和资源记录保存在40.35.222文件中。

  • 第2题:

    在RHEL5系统中构建BIND域名服务器,以下是named.conf文件的部分配置:Zone ”adc.edu.cn” {type slave;file“slaves/adc.edu.cn.zone”;masters {201.18.1.5;};};则根据这部分内容来看,该服务器是 “adc.edu.cn” 域的 ()

    A. 主域名服务器

    B.缓存域名服务器

    C.从域名服务器

    D. 根域名服务器


    参考答案C

  • 第3题:

    某公司新配置了一台linux服务器,网络管理员要配置DNS服务器时发现系统中没有/etc/named.conf文件,但在另一台使用相同操作系统的linux服务器上有该文件。则他应在原有linux服务器上执行()命令,来查找/etc/named.conf文件属于哪个软件包,然后在新服务器上安装相应软件包,配置DNS服务器。

    • A、rpm -qa
    • B、rpm -qf /etc/named.conf
    • C、rpm -qi /etc/named.conf
    • D、rpm -ql /etc/named.conf

    正确答案:B

  • 第4题:

    在一台linux系统中访问另一台samba服务器上的共享资源,如果已经以mary用户的身份连接到samba服务器的共享目录上,则应使用()命令将本机当前目录中的file.local文件上传到服务器上,并将服务器当前目录中的所有后缀为.server的文件下载到本机当前目录下。

    • A、put file.local
    • B、mput file.local
    • C、get .server
    • D、get *.server
    • E、mget *.server

    正确答案:A,E

  • 第5题:

    Which type of zone is used by traffic transiting the device?()

    • A、transit zone
    • B、default zone
    • C、security zone
    • D、functional zone

    正确答案:C

  • 第6题:

    What is the last step in setting up a Primary Domain Name Server?()

    • A、Start the named daemon
    • B、Create the cache file
    • C、Create the name zone file
    • D、Create the local IP zone file

    正确答案:A

  • 第7题:

    What is the first step in setting up a Primary Domain Name Server?()

    • A、Create the cache file
    • B、Create the IP zone file
    • C、Create the named.boot file
    • D、Create the name zone file

    正确答案:C

  • 第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()

    • A、Clear the cache on DNS2.
    • B、Reload the zone on DNS1.
    • C、Refresh the zone on DNS2.
    • D、Export the zone from DNS1 and import the zone to DNS2

    正确答案:C

  • 第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?()

    • A、On Server2, select Reload in the DNS zone. 
    • B、On Server2, select Reload from Master in the DNS zone. 
    • C、On Server1, select Update Server Data File in the DNS zone. 
    • D、On Server1, deselect the Fail on load if bad zone data option. 

    正确答案:B

  • 第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?()

    • A、On Server1, configure DNSSEC for the contoso.com zone.
    • B、On Server1, convert the contoso.com zone to an Active Directory-integrated zone.
    • C、On each server, create connection security rules.
    • D、On each server, enable Encrypting File System (EFS) encryption for the contoso.com.dns file.

    正确答案:C

  • 第11题:

    单选题
    Bind域名服务器的主配置文件是()。
    A

    /etc/ named.conf

    B

    /var/ named/ named.ca

    C

    /var/ named/ named.local

    D

    /var/ named/ named.conf


    正确答案: A
    解析: 暂无解析

  • 第12题:

    单选题
    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?()
    A

    On Server2, select Reload in the DNS zone.

    B

    On Server2, select Reload from Master in the DNS zone.

    C

    On Server1, select Update Server Data File in the DNS zone.

    D

    On Server1, deselect the Fail on load if bad zone data option.


    正确答案: D
    解析: 暂无解析

  • 第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.

    该服务器是一个什么类型的域名服务器?


    正确答案:主域名服务器
    主域名服务器 解析:该题主要考查Linux下DNS服务器的配置。
    该题共列出三个文件,第一个文件是DNS服务主配置文件,即DNS守护进程named启动时读取到内存的第一个文件。在该文件中定义了域名服务器的类型、所授权管理的域以及相应数据库文件和其所在的目录。该文件内容包括一个全局配置选项(options)部分和多个区(zone)声明部分。第二个文件是正向域名转换数据文件,该文件指定了域中主机域名到IP地址的映射,实现域名的正向解析。第三个文件是反向域名转换数据文件,该文件主要定义了IP地址到主机名的映射,实现域名的反向解析。
    在区声明部分,用type来指定服务器类型是主域名服务器、辅助域名服务器还是缓存域名服务器,master表示主域名服务器;slave表示辅助域名服务器:hint表示缓存域名服务器。本题的正向域名解析区声明和反向域名解析区声明中都指明了typc为mastcr,说明这台服务器是主域名服务器。

  • 第15题:

    Bind域名服务器的主配置文件是()。

    • A、/etc/ named.conf
    • B、/var/ named/ named.ca
    • C、/var/ named/ named.local
    • D、/var/ named/ named.conf

    正确答案:A

  • 第16题:

    以下有关zone正确的是()

    • A、zone是域名空间中连续的部分
    • B、zone都有zone根
    • C、zone和域必然是一一对应的
    • D、每个zone的信息存储在zone文件中

    正确答案:A,B,D

  • 第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是多少?如何验证其是否工作正常?写出操作命令。


    正确答案: Linux.com为主服务器, 
    IP地址为:192.169.2(题目未给出) 
    nslookup 
    输入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?()

    • A、Cache
    • B、Primary
    • C、Secondary
    • D、Primary and secondary

    正确答案:B

  • 第19题:

    有关DNS中Zone的描述,错误的是哪个()。

    • A、DNS以Zone为单位管理域名称空间
    • B、Zone中的数据保存在该区域的计算机上
    • C、一个DNS服务器能管理多个Zone
    • D、一个Zone能由多个DNS服务器管理

    正确答案:D

  • 第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?()

    • A、On Server2, select Reload in the DNS zone.
    • B、On Server2, select Reload from Master in the DNS zone.
    • C、On Server1, select Update Server Data File in the DNS zone.
    • D、On Server1, deselect the Fail on load if bad zone data option.

    正确答案:B

  • 第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()

    • A、On both servers, modify the interface that the DNS server listens on.
    • B、Convert the primary zone into an Active Directory-integrated zone. Delete the secondary zone.
    • C、Convert the primary zone into an Active Directory-integrated stub zone. Delete the secondary zone.
    • D、Configure the zone transfer settings of the standard primary zone. Modify the Master Servers lists on the secondary

    正确答案:B

  • 第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()

    • A、On both servers, modify the interface that the DNS server listens on.
    • B、Convert the primary zone into an Active Directory-integrated zone. Delete the secondary zone.
    • C、Convert the primary zone into an Active Directory-integrated stub zone. Delete the secondary zone.
    • D、Configure the zone transfer settings of the standard primary zone. Modify the Master Servers lists on the secondary zone.

    正确答案:B

  • 第23题:

    单选题
    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()
    A

    On both servers, modify the interface that the DNS server listens on.

    B

    Convert the primary zone into an Active Directory-integrated zone. Delete the secondary zone.  

    C

    Convert the primary zone into an Active Directory-integrated stub zone. Delete the secondary zone.

    D

    Configure the zone transfer settings of the standard primary zone. Modify the Master Servers lists on  the secondary zone.


    正确答案: D
    解析: 暂无解析