you have a DHCP server named server1 and an application server named server2. Both servers run windows server 2008. The DHCP server contains one scope. You need to ensure that server2 always receives the same ip address. Server2 must receive its DNS setti

题目

you have a DHCP server named server1 and an application server named server2. Both servers run windows server 2008. The DHCP server contains one scope. You need to ensure that server2 always receives the same ip address. Server2 must receive its DNS settings and its wins settings from DHCP.What should you do?()

A.Create a multicast scope.

B.Assign a static ip address to server2.

C.Create an exclusion range in the DHCP scope.

D.Create a DHCP reservation in the DHCP scope.


相似考题
更多“you have a DHCP server named server1 and an application server named server2. Both servers ”相关问题
  • 第1题:

    阅读以下说明,回答问题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.


    正确答案:(1)hint (2)68.78.222.in-addr.arpa (3)CNAME server2.xyz.edu.cn或者CNAME server2 (4)PTR serverl.xyz.edu.cn
    (1)hint (2)68.78.222.in-addr.arpa (3)CNAME server2.xyz.edu.cn或者CNAME server2 (4)PTR serverl.xyz.edu.cn 解析:不管是主域名服务器、辅助域名服务器还是缓存域名服务器,在根域名区声明时,类型type型必须为hint,即为一个区的高速缓冲文件,因此空(1)处应当填写“hint”。空(2)处所在位置是反向域名解析区声明,应当填写反向域名。反向域名由两部分组成,域名前半段是其网络ID反向书写,而区域后半段必须是“in-addr.arpa”。因此(2)处应当填写“68.78.222.in-addr.arpa”。空(3)处应当是定义一条别名记录。根据说明,该单位的www服务在server2上,即“www.xyz.edu.cn”和“server2.xyz.edu.cn”表示同一台主机,因此(3)处应当填写“IN CNAME server2.xyz.edu.cn.”,也可以只填写“CNAME server2”(注:若要填写“A 222.78.68.11”也可实现解析,但违背出题的初衷了)。空(4)处应当填写一条反向指针(PTR)资源记录,用来记录在反向搜索区域内的IP地址及主机,用户可通过该类型资源记录把IP地址映射成主机域名,此处应当填写“PTR serverl.xyz.edu.cn”。

  • 第2题:

    您是公司的网络管理员。公司网络由一个ActiveDirectory域组成。该域包含WindowsServer2003计算机和WindowsXPProfessional计算机。一台名为Server1的服务器被配置为DHCP服务器,并已得到授权。Telnet服务已在Server1上启动。您发现Server1上的DhcpServer服务已停止向网络上的DHCP客户端计算机提供IP地址。您登录到名为Client1的客户端计算机。Client1上已安装了管理工具。您打开DHCP控制台,并尝试连接到Server1。您收到以下错误信息:"找不到DHCP服务器。"您能够运行ping命令来连接到Server1。您需要确保自己可以使用DHCP控制台,连接到Server1上的。DHCPServer服务。您应该在Client1上执行什么操作?()

    A.建立到Server1的Telnet会话。运行netstartdhcp命令

    B.建立到Server1的Telnet会话。运行netstartdhcpserver命令

    C.建立到Server1的Telnet会话。运行ipconfig/renew命令

    D.运行netshdhcpserver\\server1showserver命令


    参考答案:B

  • 第3题:

    你公司有一个windowsserver2003AD域。名为server1的服务器运行windowsserver2008.终端服务角色安装在server1上。名为server2的服务器运行windowsserver2003.TS许可证角色服务安装在server2上。你需要配置终端服务每用户客户端访问许可证(TSPerUserCAL)跟踪和报告同时在server1和server2上工作.你应该怎么做?()

    A.重命名server1,用原来在域中的名字加入一个工作组。

    B.把server1加入由windowsserver2003TS许可服务管理的服务中。

    C.卸载server2上安装的TS许可证角色服务,然后安装在server1上。在server1上配置终端服务每用户客户许可证跟踪和报告。

    D.在server2上激活TS许可证服务。


    参考答案:C

  • 第4题:

    You copy the contents of the Windows 2000 Professional CD to a shared network folder named \\Server1\Win2000p. You use the shared folder to perform. over-the-network installations of Windows 2000 Professional on new computers purchased by your company.

    You receive a Windows 2000 Service Pack CD. You apply the Service Pack to Server1 and to the \\Server1\Win2000p folder.

    You discover that the Service Pack contains several files that are incompatible with the new computers.

    You want to make sure that the Service Pack files are not installed on any new computers until the problem has been corrected. What can you do?

    A.Use Update.exe from the Service Pack CD on server1.

    B.Select the Uninstall option.

    C.Copy the contents of the Windows 2000 Professional CD to \\Server1\Win2000p again, allowing the operating system to overwrite newer files while copying.

    D.Run\\Server1\Win2000p\WinNT32.exe/uon the new computer.

    E.RunUpdate.exe/s:\\Server1\Win2000p/ufrom the Service Pack CD on Server1.


    正确答案:B
    解析:Explanation: The service pack that has been applied, or slipstreamed, to the installation files and cannot be unapplied. You thus have to replace the installation files in the network share with the original Windows 2000 installation files.

    Incorrect answers:
    A: The update.exe utility does not have an uninstall option.

    C: The winnt32 /u command performs an unattended installation of Windows 2000. It does not remove the service pack from the installation files.

    D: The Update.exe /s command applies the service pack to the Windows 2000 installation files - it slipstreams the service pack. This has already been done, and you want to make this undone.

  • 第5题:

    YournetworkconsistsofanActiveDirectorydomainand100computersthatrunWindows7.Thedomaincontainsalogonscriptnamedlogon.cmd.Youplantodeployanewapplicationnamedapp1.msibyusingthelogonscript.App1.msiisstoredin\\server1\share1.Youneedtomodifythelogonscripttodeploytheapplication.Whatshouldyouincludeinthelogonscript?()

    A.Msiexec.exe/i\\server1\share1\app1.msi/quiet

    B.Msinfo32.exe\\server1\share1\app1.msi

    C.Pkgmgr.exe/ip/m:\\server1\share1\app1.msi

    D.Sbdinst.exe-u\\server1\share1\app1.msi-q


    参考答案:A

  • 第6题:

    Your network consists of a single Active Directory domain named contoso.com. All servers run WindowsServer 2003 Service Pack 2 (SP2). The domain contains a domain Distributed File System (DFS) root named DFSroot.The network contains the offices shown in the following table.Server1 and Server2 currently each host a share named Applications.You need to implement a solution to meet the following requirements:·Automatically redirect users to the Applications folder in their local site.·Ensure that the contents of the Applications shares on Server1 and Server2 are automatically synchronized.What should you do? ()

    A. In the DFS root, create one link named Applications that has \\server1\applications and \\server2\applications as targets.

    B. In the DFS root, create a root target that points to \\server1\applications. Create a second root target that points to \\server2\applications.

    C. In the DFS root, create one link named Applications1 that has \\server1\applications as its target. Create a second link named Applications2 that has \\server2\applications as its target.

    D. In the Main-office-computers OU, publish the \\server1\applications share. In the Branch-office-computers OU, publish the \\server2\applications share.


    参考答案:A