Your company has a main office and a branch office.The network contains two DNS servers named DNS1 and DNS2.DNS1 is located in the main office. DNS1 hosts a primary standard zone named contoso.com. The contoso.com zone is configured to use DNSSEC.DNS2 is

题目

Your company has a main office and a branch office.The network contains two DNS servers named DNS1 and DNS2.DNS1 is located in the main office. DNS1 hosts a primary standard zone named contoso.com. The contoso.com zone is configured to use DNSSEC.DNS2 is located in the branch office. DNS2 is a caching-only DNS server. You need to ensure that client computers in the branch office can receive authoritative responses to queries for contoso.com if a WAN link fails. DNSSEC security must be maintained.What should you configure on DNS2 for contoso.com?()

A. a conditional forwarder

B. a secondary zone

C. a zone delegation

D. an Active Directory-integrated stub zone


相似考题
参考答案和解析
参考答案:B
更多“Your company has a main office and a branch office.The network contains two DNS servers na ”相关问题
  • 第1题:

    有以下程序

    main()

    {char *s[]={"one","two","three"},*p;

    p=s[1];

    printf("%c,%s\n",*(p+1),s[0]);

    }

    执行后输出结果是

    A.n,two

    B.t,one

    C.w,one

    D.O,two


    正确答案:C
    解析:本题首先定义了一个有3个元素的指针数组s,并通过赋值使s[0]指向字符串“one”,s[1]指向字符串“two”,s[2]指向字符串“three”,然后通过赋值语句“p=s[1]”,使p指向了字符串“two”,故“*(p+1)”就是字符“w”。

  • 第2题:

    Refertotheexhibit.WhichofthefollowingIOSDHCPconfigurationstatementsisrequiredsothataCiscoskinny-basedIPphonecanconnectwithCallManager?()

    A.ipdhcppoolClient

    B.network10.1.1.0255.255.255.240

    C.default-router10.1.1.1

    D.dns-server10.2.2.2

    E.domain-namecisco.com

    F.option150ip10.3.3.3


    参考答案:F

  • 第3题:

    【单选题】下面程序的输出是。 main() {enum team {my,your=4,his,her=his+10}; printf("%d%d%d%dn",my,your,his,her);}

    A.0 1 2 3

    B.0 4 0 10

    C.0 4 5 15

    D.l 4 5 15


    DDBBCC C语言对枚举的定义规定:在枚举中声明的各个枚举元素,如果没有明确指出某个枚举元素的值,它的上一个元素存在并有明确值的情况下,这个枚举元素的值为其上一个元素的值+1。在本题中,没有明确说明枚举元素em3的值,则em3=em2+1=1+1=2,进而可知,在printf()打印函数中,要打印的数组元素是aa[3]、aa[1]、aa[2],因此最后的打印结果应当为“DDBBCC”。

  • 第4题:

    Linux中/etc/syscomfig/network文件中hostname是指( )。

    A、DNS名

    B、netbios名

    C、IP

    D、A和B都可以


    参考答案:D

  • 第5题:

    下列物质的溶液中滴加盐酸无明显现象的是:

    A.Na2SO4#B.Na2SO3#C.Na2S#D.Na2S2O3< xmlnamespace prefix="o" ns="urn:schemas-microsoft-com:office:office" >
    Na 2 SO 4

  • 第6题:

    下面属于内容过滤选择器的是()

    A.:contains(text)

    B.:has(selector)

    C.:empty

    D.:parent


    contains(text);:has(selector);:empty;:parent