your company has servers that run windows server 2008. All client computers run windows XP service pack 2 (SP2.). windows 2000 professional, or windows vista. You need to ensure all computers can use the IPv6 protocol. What should you do?()A.Install servi

题目

your company has servers that run windows server 2008. All client computers run windows XP service pack 2 (SP2.). windows 2000 professional, or windows vista. You need to ensure all computers can use the IPv6 protocol. What should you do?()

A.Install service pack 4 on all windows 2000 professional computers.

B.Upgrade the windows 2000 professional computers to windows XP SP2.

C.Run the IPv6.exe tool on the windows 2000 professional and windows XP computers.

D.Install active directory client extenticon. (DSClient.exe) on the windows 2000 professional and windows XP computers.


相似考题
参考答案和解析
参考答案:B
更多“your company has servers that run windows server 2008. All client computers run windows XP ”相关问题
  • 第1题:

    下列关于X-Windows体系结构说法正确的是()。

    A.X-Server用于管理客户端硬件

    B.X-Server接受鼠标键盘灯发送的信息

    C.X-client为X-Server提供数据

    D.X-Client是应用程序


    参考答案:ABCD

  • 第2题:

    U31安装补丁的方法是()

    A.\uuf\packages目录下,windows环境下运行..\uuf\run-patch.bat脚本

    B.\uif\packages目录下,windows环境下运行..\uuf\run-patch.bat脚本

    C.\ums-client\packages目录下,windows环境下运行..\uuf\run-patch.bat脚本

    D.\ums-server\packages目录下,windows环境下运行..\uuf\run-patch.bat脚本


    参考答案:A

  • 第3题:

    已知在某Windows应用程序中,主窗体类为Form1,程序入口为静态方法From1.Main。如下所示: public class Form1 : System.Windows.Forms.Form { //其他代码 static void Main() { //在此添加合适代码 } } 则在Main方法中打开主窗体的正确代码是()。

    A.Application.Open(new Form1());

    B.Application.Run(new Form1());

    C.(new Form1()).Open();

    D.(new Form1()).Run();


    A

  • 第4题:

    下列关于Windows2000Server的描述,哪个是正确的?()

    A.Windows2000Server的内部采用64位体系结构

    B.Windows2000Server以“域”为单位集中管理网络资源

    C.Windows2000Server只支持TCP/IP协议

    D.Windows2000Server没有融入对UNIX的支持


    本题答案:B

  • 第5题:

    下列哪项不属于Windows自启动机制()。

    A.自启动文件和文件夹

    B.注册表Run设置

    C.注册表系统服务

    D.系统环境变量


    参考答案:D

  • 第6题:

    1、myDog是Dog类的对象,使用该对象myDog调用run()方法,语句正确的是()。

    A.Dog.run();

    B.myDog.run();

    C.Dog.run;

    D.MyDog.run;


    dog.age=10